Query of Query gotcha
This might be old news to many of you, but I learned something new about Query of Queries today. I was trying to track down a bug where some data…
This might be old news to many of you, but I learned something new about Query of Queries today. I was trying to track down a bug where some data…
The CFeMmy winners have been announced, and CFQuickDocs won the "Best Reference Web Site" category! Yay! Thanks to everyone who voted for CFQuickDocs.
It's been 2 years and 9 months since the Web Standards Project issued the Acid2 challenge, and Microsoft just announced that Internet Explorer 8 correctly renders the Acid2 test. I…
For my local development, I have ColdFusion setup with the multi-server config. I was going through the directions for setting up the debugger, and came across this line: "If you…
A couple of years ago I did quite a bit of Perl programming. One thing I really liked was syntax like this:next if()It's very simple, and you use it in…