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.
Entries Tagged as 'Web Development'
An interesting article about the types of things we are using ColdFusion for at Hamilton College:
http://my.hamilton.edu/Spectator/021909/SciTech/LAMP.html
I don't really understand the title of the article, though.
jQuery Replacements for CFGRID, CFWINDOW, and CFTOOLTIP
Ajax , ColdFusion , Default , Web Development 62 Comments »I recently completed the beta version of CFjqAjax. This is a library of custom tags that replicate the CFGRID, CFWINDOW, and CFTOOLTIP tags from ColdFusion 8. The CF8 tags work, but I find YUI and Ext much harder to work with than jQuery, and the file size of the JavaScript libraries that CF8 includes is excessive. So, I created CFjqAjax.
Recent Comments