Archives
- July 2011 (1)
- April 2011 (1)
- May 2010 (1)
- March 2010 (4)
- January 2010 (7)
- August 2009 (1)
- October 2008 (1)
- September 2008 (1)
- July 2008 (1)
- May 2008 (5)
- April 2008 (4)
- January 2007 (1)
- April 2006 (3)
- March 2006 (6)
- February 2006 (1)
- January 2006 (1)
- December 2005 (1)
- November 2005 (13)
- October 2005 (12)
- July 2005 (1)
- April 2005 (3)
- March 2005 (5)
- February 2005 (4)
- January 2005 (1)
- December 2004 (9)
- October 2004 (1)
- July 2004 (2)
- June 2004 (3)
- May 2004 (3)
- February 2004 (1)
- December 2003 (3)
- September 2003 (2)
- August 2003 (2)
Author Archives: eapen
SQL Tips
This is a handy tip courtesy of Matt Woodward – you actually pay a penalty by not referring to the port directly in your connection strings. For optimal connection performance, you should set the portNumber when you connect to a … Continue reading
Posted in General
Comments Off
Optimizing session handling sites for Bots
If your site handles sessions and undergoes PCI compliance testing or is frequently indexed by Search Engine bots, a really quick optimization is to limit the session limit based on the User Agent. In ColdFusion, you can do something like: … Continue reading
Posted in General
Comments Off
Coldfusion Infinite Loop Error
If you ever run into the error: coldfusion.runtime.NeoBodyContent.cfoutput(NeoBodyContent.java:121) and it repeats a hundred times, make sure you dont have an infinite loop in your code. Just found this the hard way and didn’t find any specific references on Google for … Continue reading
Interesting Javascript Tips
Despite being a Javascript user for years, there were some things I still didn’t know. Here are some of the interesting points I found from Ben Cherry’s presentation names are always hoisted to the top of their scope and always … Continue reading
Posted in General
Comments Off