Category Archives: Web Development
-
Serving Up CFIMages Via Image Tags
Todd Sharp recently pinged me about an interesting problem. He was working with Images generated in ColdFusion 8 and was trying to use this imaga via the HTML IMG tag, like so: <img src="foo.cfm"> The code in foo.cfm generated the graphic and he couldn’t quite figure out how to display …
By Raymond Camden
March 15, 2010
Read More
-
Using ColdFusion.navigate Instead Of Bindings
A user pinged me during MAX (what’s wrong with you guys, didn’t I warn you about questions??!? with a problem. He wanted to use a CFDIV tag that bound to a form. The problem was – he didn’t want to actually do anything until the form was complete. He was …
By Raymond Camden
March 15, 2010
Read More
-
Restricting CFAJAXProxy To Certain Methods
A user asked this about the cfajaxproxy tag: Any way around CFAJAXProxy exposing all remote component functions to JavaScript? To elaborate, I have a component with x remote functions. A particular page call requires only one of these remote functions. I’d like CFAJAXproxy to expose only the required functions. When …
By Raymond Camden
March 15, 2010
Read More
-
Removing Whitespace From Your Pages With ASP.NET
Ok, this is not new. I’ve also written about this a few times in the past. The thing is that removing whitespace is a very tricky discipline that is different from site to site. At least that was what I thought until very recently. For some unexplained reason I started …
By Mads Kristensen
March 15, 2010
Read More
-
OpenWeb Developer Summit For Leverage Google APIs
Here’s some news of the First OpenWeb Developer Summit for Web Developers Leveraging Google APIs. In the 2-day Summit in New York (April 21-22, 2008), delegates will hear from leading developers and industry experts about the impact Google’s multifaceted initiatives are having on the world of Internet technologies today and …
By Glenn Letham
March 15, 2010
Read More