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. Basic stuff, with just a …
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, I was right and if …
This custom tag will allow you to easily add a weather control to your website. Using the XML data feeds from weather.com we can produce owesome looking weather controls, both for current conditions and for forecasts. This control has a multitude of attributes, is fully customizable, easy to use, comes with example templates, and full source code provided.