February 22, 2007
Yahoo Pipes Generates Invalid RSS Feeds
I was doing some regression testing today on foundeo's feed parser for ColdFusion today, and when I saw some posts today on Yahoo Pipes, so I thought I'd add one of their RSS feeds to my test harness.When I ran the test I found that the dates were not parsing correctly.
February 16, 2007
Use Char instead of Varchar to Store UUID's
I know a lot of developers like using UUID's for primary keys instead of integers. But one thing I see alot is the use of the varchar datatype to store these strings.
February 07, 2007
Tip for Viewing Images in Eclipse
Here's a quick tip for those using Eclipse / CFEclipse, and would like to view images in your project from within eclipse.Go to Window » Preferences in the Eclipse menu. Then expand General » Editors and click on File Associations.
February 05, 2007
Application.cfm and AJAX
I had someone email me with the following question today:I'm developing a ColdFusion app with Prototype. Seems Ajax.updater wants to insert my application.cfm code into my div along with responseText. How can I stop this?
This question brought up two good points.





