Apr 7
All of the programming that comes with the Uploadify plug-in for jQuery is
done in PHP. I've converted the new checkScript feature to use
ColdFusion instead.
Read more...
Mar 23
Since the CFGRID component in ColdFusion 9 uses a newer version of Ext
than CF8 did, there is a slight change that needs to be made to any
scripts that use Ext's getDataSource() method to interact with the
grid. getDataSource() was replaced with getStore().
Read more...
Jul 16
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...
Jul 15
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...
Feb 20
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.
Read more...
Recent Comments