Entries from October 2007

Removing Whitespace From Your Pages With ASP.NET

October 22nd, 2007 · No Comments

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 working on a little simple method to […]

[Read more →]

Tags: Uncategorized

Restricting CFAJAXProxy To Certain Methods

October 19th, 2007 · No Comments

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 I first […]

[Read more →]

Tags: Uncategorized

Using ColdFusion.navigate Instead Of Bindings

October 5th, 2007 · No Comments

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 using bindings, and everytime the […]

[Read more →]

Tags: Uncategorized