There is a way to bypass the default Wordpress functionality which displays the home page’s children when a user submits an empty search query, and instead display a “No search results found” in your normal search results theme template.
A quick look into how the WordPress posts tables are set up and a custom view query that can be used outside of php to loop through the posts or pages.
We can use Java’s Alpha transparency funtionality together with native ColdFusion image functions to slice images diagonally. Let’s take a look at how to do this and then how to join 2 images diagonally to be used in a slider.
I’ve implemented similar functionality on numerous sites by now, and I thought I would write up a short post on how to do this using jQuery and ColdFusion. The goal is to create a simple form text input which will collect someone’s email and add it to a database table. …
In a conversation that I was involved with yesterday, someone mentioned how useful cfquery maxRows is and how they like using it. I was pretty sure at the time that this cfquery cross-database attribute comes at a cost, but I thought I had better double check it. As it turns out, …