Entries Tagged as 'ColdFusion'

jQuery Uploadify - checkScript Example for ColdFusion

ColdFusion , Default , Web Development 1 Comment »

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...

ColdFusion 9 CFGRID and getDataSource()

ColdFusion , Web Development 1 Comment »

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...

Changing the page title after it has rendered

ColdFusion , Web Development 4 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

ColdFusion , MySQL , Web Development 14 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...

ColdFusion at Hamilton College

ColdFusion , Web Development 3 Comments »

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...

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