Really just a wrapper around the really nice native C library, but could be handy when you need to compress stuff in the quickest way possible...here's the SourceForge homepage
...
Tuesday, 06 July 2004 00:00
//
Less than a minute
Should mention I suppose the I lied in yesterdays post on threading using .NET...mea cupla :-). In that post I mentioned using delegates for multi-threading and said that you always had to use...
Tuesday, 06 July 2004 00:00
//
Less than a minute
This is a common puzzler for people new to .NET (who aren't in the US!), just how do you parse a DateTime to be correct for your culture?
Answer, pretty easily...the DateTime.Parse has an overload...
Tuesday, 06 July 2004 00:00
//
Less than a minute
OK, terribly documented, but it works...this is just the source for a little HttpModule which tracks hits to a .TEXT blog - pretty simple but should give anyone who wants to do it a start. I'll post a...
Tuesday, 06 July 2004 00:00
//
2 minute read
Thought I'd make a quick list of stuff I want to do but never have in .NET - yet....
Reflection - haven't yet had ANY call to use reflection for anything, lucky me!
Direct X 9.0 - I probably am going...
Tuesday, 06 July 2004 00:00
//
Less than a minute
I'm planning (fingers crossed) to update this whole thing with the latest version (heavily modified by me) of .TEXT this weekend coming - I currently have a new snazzy skin (for the blog, my skin...
Tuesday, 06 July 2004 00:00
//
Less than a minute
Wish I had this the other week when I was doing my HTML image grabber thing...took me ages to find this stuff. Anyway, nice tool found here which lets you easily use some of the cool Win32 PIIVOKE...
Tuesday, 06 July 2004 00:00
//
Less than a minute
First post in a while...illness and other stuff I'll blog about later...but to mark Poem in your pocket day...a bit early, here's one from one of my homies - Robert Burns (born just down the read from...
Tuesday, 06 July 2004 00:00
//
3 minute read
I worte a few days about reasons I'd never be an MVP - today is a great exemplar of that. So far, I've fixed a few bugs on a bespoke community application (event handlers, HTML changes, T-SQL the...
Tuesday, 06 July 2004 00:00
//
Less than a minute
I'll be honest, this one puzzled me and I came up with some really hackneyed solutions to manage the situation where a user-uploaded file contained a virus (I develop lots of community sites which...
Tuesday, 06 July 2004 00:00
//
Less than a minute