Clear All
Page 20 of 40 (Total items: 782)
Just noticed, implementation of LZO compression for .NET - VERY FAST!
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

ASP.NET 1.1 Accessibility - great article by Scott Mitchell
Just noticed this link in a post on Kent Sharkeys blog. The article by Scott Mitchellcovers various methods of making ASP.NET 1.1 based sites conform to WAI accessibility guidelines (or US Section 508...

Tuesday, 06 July 2004 00:00

//

Less than a minute

Another quickie: Parsing DateTime values according to the correct culture
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

Really interesting new (?) site focussing on ASP.NET and Web Standards
I found some really interesting articles on the new ASPNETResources.com site, including stuff on Doctypes which was pretty good and tips on getting CSS2 Intellisense support in VS.NET - worth keeping...

Tuesday, 06 July 2004 00:00

//

Less than a minute

Oh, in case you're wondering...I will be posting more regularly pretty soon!
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

My wide and varied experience - or Jack of all trades, master of none.
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

It's the little things that make you happy
I've been lurking about in the ASP.NET forums a fair bit this evening and lo and behold I'm not moderated any more! Very cool - I guess I may have accidentally stumbled upon some right answers (see,...

Tuesday, 06 July 2004 00:00

//

Less than a minute

Scanning for viruses during file uploads
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

Hmm..this is wierd...
A sudden problem has occurred on my blog and I'm not sure why...RSS feeds work fine, but the actual homepage does not, tried reindexing my SQL server, deleting a bunch of posts etc...still no joy!...

Tuesday, 06 July 2004 00:00

//

Less than a minute

Brilliant General Architecture post from Scott Hanselman
This post by Scott Hanselman is just a brilliant starting point for beginners in application architecture (in any language actually). In my experience a good basic structure can solve so many problems...

Monday, 05 July 2004 00:00

//

Less than a minute

Back...and trying out a new more structured approach in the office...
Back from my (admittedly short) break - Dad's birthday which I really wanted to be at home for this year. We're trying to get a bit more structure going at my place of work, well we had some before...

Monday, 05 July 2004 00:00

//

Less than a minute

Fairly interesting ASP.NET forums question - on using Global static variables instead of Application state in ASP.NET
I was replying to this forum post I actually couldn't find a good example on how to do this - wierd, it's such a common thing to do. So, the problem is, is there a better method than using the...

Monday, 05 July 2004 00:00

//

Less than a minute

Lost it for a while but found it again...ILMerge - merge multiple assemblies into a single one (can make deployment easier)
I was reading SampoSofts blog when came across this which links to ILMerge, this is a little tool made by MSR (who are kind of the smartest guys at the smartest compnays - i.e., pretty smart!). What...

Monday, 05 July 2004 00:00

//

Less than a minute

nLucene - full text search crawler / engine for .NET
I've been doing some work on using MSCMS2002 and have had to look at ways to implement search (by default it doesn't have it and requires that you buy a much expensive Sharepoint license) well, I...

Monday, 05 July 2004 00:00

//

Less than a minute

For future reference...pronouncable password generator
From Gareth Brown, a very handle little tool which I can think of a dozen uses for right now - a pronouncable password generator. ...

Monday, 05 July 2004 00:00

//

Less than a minute

Lovely new Windows Forms DataGrid replacement
Paschal points out a really nice Windows Forms DataGrid replacement on CodeProject. This control looks really well done, the author has already posted some valuable updates on his own site, which also...

Monday, 05 July 2004 00:00

//

Less than a minute

Bug from hell..my 3 days of pain!
Just sorted one of the nastiest bugs I have ever had...I built a .NET class which was used from Classic ASP, so it too in recordsets then loaded then into a DataTable and fired them across a Web...

Monday, 05 July 2004 00:00

//

1 minute read

Very nice little deployment tool from Matt 'eWorld' Hawley
Not content with producing some of the best free ASP.NET tools around, Matt's only gone and made a fantastic little utility to make deploying web sites much easier. This little tool lets you deploy...

Monday, 05 July 2004 00:00

//

Less than a minute

Very handy thing on troubleshooting VS.NET Debugging
This is one of the major pains with using Visual Studio .NET to work with ASP.NET - debugging almost never works on a new install and it can be a major pain to get it working. Noticed this link on...

Monday, 05 July 2004 00:00

//

Less than a minute

The saga continues...
Well there's still a problem with my mail server...so the contact section of this site doesn't work right now...trying to figure out why... ...

Monday, 05 July 2004 00:00

//

Less than a minute

Page 20 of 40 (Total items: 782)
logo

© 2026 Scott Galloway — Unlicense — All content and source code on this site is free to use, copy, modify, and sell.