Jeff Coughlin
Member since Dec 11, 2008
- Profile: /members/505-jeff-coughlin.htm
- URL: http://jeffcoughlin.com/blog
- Comments: 5
Recent Blog Comments By Jeff Coughlin
-
Using jQuery's SlideUp() and SlideDown() Methods With Bottom-Positioned Elements
Posted on Jan 25, 2010 at 1:18 PM
It sounds to me as if these methods would have been better named slideOpen(); and slideClose(); :)... read more »
-
The New BenNadel.com - Same Content, Fresh New Look
Posted on May 11, 2009 at 7:58 AM
Pretty sweet... read more »
-
Finding The Distance Between Latitude / Longitude Locations In ColdFusion
Posted on Feb 9, 2009 at 11:45 AM
I've been using this code for a while now and it works really well (it came out 4 or 5 years ago and runs awesome). http://www.zipcodeworld.com/samples/distance.cfm.txt... read more »
-
Understanding Value Binding Within CFThread
Posted on Nov 9, 2007 at 9:38 AM
Nice writeup, Ben.... read more »
-
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Posted on Aug 18, 2007 at 3:44 AM
Don't forget that there are often many more attributes that could be used (like id="uniqueVal"). A simple solution might be to offer an attribute called xcode (or whatever) where it just adds the entire value to the resulting img tag as attribute=value pairs. example: xcode='alt="My IMage" id="my... read more »