Entries Tagged as 'Uncategorized'

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

Serving Up CFIMages Via Image Tags

September 14th, 2007 · No Comments

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 it. One thing he tried was the WriteToBrowser […]

[Read more →]

Tags: Uncategorized

Running FxCop & The Quirks

August 17th, 2007 · No Comments

Earlier today I did a code maintenance session on BlogEngine.NET using the excellent FxCop tool.
It’s been a while since I have so there were quite a few things to correct in the code. I actually like spending time with FxCop and fixing the broken rules. There’s something very relaxing about it. Even though FxCop is […]

[Read more →]

Tags: Uncategorized