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 do a bit of digging (my Reference.cs...
Tuesday, 16 March 2004 00:00
//
Less than a minute
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 there) from C# have a look here and here for the lowdown...
This would have saved me so...
Tuesday, 16 March 2004 00:00
//
Less than a minute
AspToday has a really good article on grouping validators in ASP.NET - client as well as server side (which I hadn't seen in a code sample before). Anyway, you need a subscription to view it (sorry,...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Very simple, but Dan Bright points out that:
No to all?
Ever get one of those messagebox prompts with the options: Yes, Yes To All, No, Cancel?
Where is No To All?
I will tell you! Hold the shift...
Tuesday, 16 March 2004 00:00
//
Less than a minute
I really should be asleep (it's 1:30am - I need sleep!). Anyway, whilst my self-imposed insomnia is still in control, I foung this interesting little article on "10 Rock-Solid UI Tips" at the...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Also from the land of UserAgents, just discovered this, shows a map of the world with constantly updating blog entries...quite mesmeric actually!
...
Tuesday, 16 March 2004 00:00
//
Less than a minute
I've just written a little HttpModule which lets me see incoming requests in real-time, very interesting to see just what weird and wonderful clients are hitting this site - way more than I actually...
Tuesday, 16 March 2004 00:00
//
Less than a minute
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 have recently stumbled upon a great tool called Undisker -...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Just noticed on Scott W's site, hidden in one of the comments is a link to a project called Syndicache, this is a stunningly interesting idea. What this seems to provide is a method of using NNTP as a...
Tuesday, 16 March 2004 00:00
//
Less than a minute
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" VaryByParam="none"%>
This will...
Tuesday, 16 March 2004 00:00
//
Less than a minute
I have downloaded and installed an interesting application - BlogJet. It's a Windows-client for my blog tool (as well as some for other tools).
Actually, it was not me who wrote this text: when I...
Tuesday, 16 March 2004 00:00
//
Less than a minute
One thing that really puzzles me in the ASP.NET forums (apart from having to be moderated...which is a whole other story) is that practically everyone seems hell-bent on using the DataGrid. Why? What...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Pretty amazing track from Rory Blyth - man I wish had musical talent of any kind; well, I sing but a monkey can sing...not very well, and it obviously appeals most to other monkies...but well, you get...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Rory Blyth- you are my one true god - for this post alone (and having the funniest Techie blog on the planet):
Went to the blogger BOF tonight, and all I can say is that I'd like to flush this whole...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Just discovered this after reareading one of my old posts ... which is in itself a reporting of Scott Hanselamn's Power tools list, a fantastic, very varied list of .NET tools and samples from those...
Tuesday, 16 March 2004 00:00
//
Less than a minute
A whole heap of useful bits here.
The Netping utility solves a problem I've had for a while - tying up IP addresses with machines...very handy! Oh, Jeff Key also makes the excellent Snippet...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Found this on Ashutosh Nilkanth'sblog (good name!), basically allows you to run pretty much any CLR code using a Sql Server extended stored procedure - not nearly as good as Yukon, but if you need to...
Tuesday, 16 March 2004 00:00
//
Less than a minute
Read on Jesse Ezzel's blog about research showing the ability of monkies to directly control robotic arms with neural impulses.I have to say that, though this is potentially great news for those with...
Tuesday, 16 March 2004 00:00
//
1 minute read
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 be available, add this to the img tag:...
Tuesday, 16 March 2004 00:00
//
Less than a minute
I had been planning to implement something similar to this...with a 'twist'. Namely, I plan to do one which accepts multiple rexexp / replacement value pairs, allowing each page to specify it's use of...
Tuesday, 16 March 2004 00:00
//
Less than a minute