Useful utilities from the man behind SnippetCompiler
posted on 9:29 PM
A whole heap of useful bits here.
The Netping utility solves a problem I've had for a while - tying up IP addresses with...
Wednesday, 15 October 2003 00:00
//
Less than a minute
Roy Osherove - Feedable, RSS feeds for sites that had none before...
posted on 9:09 PM
Umm...ok, over elaborate title...here's the link (oh, and subscribe to Dave Barry's blog, it's fantastic!)
...
Tuesday, 14 October 2003 00:00
//
Less than a minute
Rewriting ASP.NET Urls
posted on 10:57 PM
One fairly interesting little article I read of late is Rewrite.NET, this is by far the best implementation of Url rewriting that I've seen for ASP.NET.
In...
Monday, 13 October 2003 00:00
//
Less than a minute
Little Javascript tip...OnError for Images...
posted on 1:03 AM
This is an odd little tip...not sure where I found this out, but I use it a fair bit...if you have an image which you're not sure will...
Saturday, 11 October 2003 00:00
//
Less than a minute
New personal crusade...
posted on 3:11 PM
Why doesn't the .NET implementation of Web Services support GZIP compression? I've found a couple of articlesdescribing how to implement it, but I'll have to...
Friday, 10 October 2003 00:00
//
Less than a minute
You can teach an old dog new tricks...
posted on 4:07 PM
To cut a long story short, even though I've used .NET since the first beta (in 1999), I never got around to using Winforms - no, really! I have...
Thursday, 09 October 2003 00:00
//
Less than a minute
Things I wish I'd known before this: Part 1 (of several million)
posted on 6:21 PM
I did not know this was possible or so easy! Just found out you can extend XSLT (so you can use bits of code in...
Tuesday, 07 October 2003 00:00
//
Less than a minute
Really useful ISO opening tool - Undisker
posted on 4:05 AM
I download lots of ISOs from MSDN and others for evaluating software, developing etc...To be frank, burning all these to CD is a pain. I...
Monday, 06 October 2003 00:00
//
Less than a minute
Amazingly interesting project by Steve Tibbett - read RSS feeds in any Newsreader!
posted on 7:35 PM
Just noticed on Scott W's site, hidden in one of the comments is a link to a project called...
Sunday, 05 October 2003 00:00
//
Less than a minute
Quick answer...
posted on 4:20 AM
How do you enable caching for the RSS control? Well, in the RssDisplay.ascx, add the following line after the <%@ Page%>declaration:
<%@ OutputCache Duration="1200"...
Friday, 03 October 2003 00:00
//
Less than a minute