Rob Gonda
Member since Dec 11, 2008
- Profile: /members/2647-rob-gonda.htm
- URL: http://takemetoyourleader.com
- Comments: 6
Recent Blog Comments By Rob Gonda
-
Long Polling Experiment With jQuery And ColdFusion
Posted on Aug 11, 2010 at 9:28 AM
Ben, long polling has been possible for a while, but the problem is that as soon as you get some traffic it will kill your CF server ... The good news is that CF already comes with a solution... Event Gateways and XML Sockets are great for maintaining connections and pushing data ... I built a p... read more »
-
Six Months Of Epicenter Consulting
Posted on Jul 27, 2008 at 11:49 PM
Congrats Ben, you guys make a great team.... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on May 29, 2008 at 1:59 PM
Pretty nice man ... I tend to use the flash route, using swfupload ( http://swfupload.org/ ), but I like the plain jquery solution ... Good one.... read more »
-
You Cannot Submit Non-Rendered Forms
Posted on Apr 18, 2008 at 12:24 PM
Ben, I don't really see a need to submit a form that we never rendered, but just like you mentioned in the first comment, once you append the form to the body it works in every browser. The case where I usually need that is when I add entire forms with an Ajax call and need the user to be able to s... read more »
-
Loading Local Java Class Files Using URLClassLoader
Posted on Oct 8, 2006 at 1:10 PM
And it's a great explanation and makes total sense, thanks!... read more »
-
Loading Local Java Class Files Using URLClassLoader
Posted on Oct 8, 2006 at 12:04 PM
or just use the JavaLoader.cfc ( http://www.compoundtheory.com/?action=javaloader.index ) ...... read more »