Community Member Profile
- Profile: /members/5375-Kevin-Pepperman.htm
- URL: http://liquidblue.com
- Comments: 6
- Points: 61
Recent Blog Comments By Kevin Pepperman
-
Maintaining ColdFusion Query Data Type Integrity Throughout The Serialization Life Cycle
Posted on Apr 9, 2010 at 9:19 PM
Wow Ben... thanks a million for posting this stuff and following thorough with other posts for guidance. I banged my head with this stuff many times and was never able to get it to work right. I have resorted to looping over arrays as hack/fixes to get around this behavior many times, b... read more »
-
ColdFusion QueryNew(), JavaCast(), And Date/Time Values
Posted on Apr 9, 2010 at 9:56 AM
This helped me tonight-- I am building a search interface on BlueDragon JX/Lucene that uses custom fields. One of the fields is a PRICE. The index is created by looping through all our products and combining all the criteria needed within the cfoutput using QueryNew(). Everything... read more »
-
Be Careful When Including Images In jQuery Auto-Suggest
Posted on Apr 8, 2010 at 12:04 AM
Here is a great reference from Google about Parallelize downloads across hostnames. http://code.google.com/speed/page-speed/docs/rtt.html#ParallelizeDownloads... read more »
-
Be Careful When Including Images In jQuery Auto-Suggest
Posted on Apr 5, 2010 at 6:41 PM
This is the same method that Google uses on their Google Maps requests-- they use 4 sub-domains just for their image requests. We had to follow suite because we show a lot of thumbs on each request-- especially on our wholesale site and our art archives (not public). Managing the sepa... read more »
-
Be Careful When Including Images In jQuery Auto-Suggest
Posted on Apr 4, 2010 at 9:37 PM
We do something similar for this when loading pages with a lot of images. I noticed the browser would slow down on image heavy pages even though the bandwidth usage was minimal. We have several sub-domains that are just for this purpose. eg. //imgs0.domain.com //imgs1.domain.com.
read more » -
Ben Nadel Will Make You Code - Thanks Dave Dugdale!
Posted on Feb 5, 2010 at 10:56 PM
It couldn't have been put any better than that Ben. I read your blog for inspiration all the time, and I seem to find this site a lot searching when I have a problem with what I am working on. I love the fact that your posts are progressive, they evolve as you discover new things; Tha... read more »



