Entries for month: July 2009

Changing the page title after it has rendered

ColdFusion , Web Development 5 Comments »

On several occasions I have had the need to modify a page's <title> tag after it has already rendered.  Most commonly, this occurs when a Content Management System is generating the template.  So, I wrote a custom tag to handle this ...

Read more...

Avoid ORDER BY RAND() in MySQL

MySQL , ColdFusion , Web Development 13 Comments »

This is probably old knowledge, but for some reason I never ran into it until this week.  You should almost never use the ORDER BY RAND() statement in MySQL.

Read more...

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds