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().
Entries Tagged as 'Web Development'
ColdFusion, PHP, Rails, ASP.NET, and more – What do I choose?
Business , Default , Web Development 3 Comments »A common question that many business managers and owners have is, "What technology should be used to build my Web site?"
A number of people have reported that their CMS or Web system suddenly stopped working in Firefox. Read on for the solution.
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 ...
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.
Recent Comments