SEO Value
SEO | 04.27.2012
"the fact is that if you focus on providing value in every piece of content that you produce, you'll not only write better content, but you also write better SEO content"
Getting Hip with the jQuery Masonry Plugin
Interactive Media , JavaScript , Web Design | 04.24.2012
Now you can make every one of your clients look like they have their own pinterest site. Fun times! Right?
cfdump and structKeyList start garage band
| 04.14.2012
When Macromedia made the custom tag, cfdump, into an actual coldfusion tag, we were grateful. Well, here's something they should* add to the attributes of the tag: structKeyLoop="yes". Here's a great way to spit out a structure that's simple and easy to read. It's true... cfdump already does this, but if the structure is HUGE, the output can be daunting, and unreadable if your layout isn't accommodating.
<cfoutput> <cfloop list="#structKeyList(YourStructure)#" index="loopIndex"> <h3>#loopIndex#</h3> <cfdump var="#YourStructure[loopIndex]#" label="YourStructure #loopIndex#" expand="no"> <hr /> </cfloop> </cfoutput>
It's simple, it's easy, and IT'S USEFUL!
ColdFusion HTTP Methods
Cold Fusion | 02.22.2012
ColdFusion new 'REST' now allows us to lock down CFC methods to a particular HTTP request type (get/post). That's great if you're working on ColdFusion 10. But what do you do if you're working on an older version of ColdFusion?
The Seven Worst Web Design Mistakes You Can Make
Web Design | 12.27.2011
In my first five years as a web developer, I worked for the Department of Defense. Having to work with legacy government employees is the ultimate crash course in dummy proofing web designs. If anyone can find a way to cause an error in a well thought web design, it's them! Below is my top seven list of the worst mistakes a web developer / web designer can make.

Recent Comments