Clear All
Page 23 of 40 (Total items: 796)
Fixing Internet Explorer's CSS Deficiencies...and a link to the best menu implementation I've seen...
I really wish there were more blog posts like this one, it covers a whole host of problems IE has with CSS, from the lack of :hover support, to the well known issues with PNG files - oh and check out...

Sunday, 04 July 2004 00:00

//

Less than a minute

When good toys go bad...
AARGGHHHHH! Man I hate it when you get a nice fun gadget and it doesn't work...So anyway, I decided to buy myself a nice new iPod (20Gb model in case you're interested), got it home, read the...

Sunday, 04 July 2004 00:00

//

1 minute read

This strikes me as incredibly useful! AzMan - lets you assign your own permission types (like 'CanEatPizza')
Found this on Loren Halvorson's Blog...he (?) explains it best, so here's just a complete copy of what he wrote... Is anyone using AzMan? We are in the process of developing a common role based...

Sunday, 04 July 2004 00:00

//

2 minute read

Another short one...how to read the contents of an entire file into a Byte Array...
This just another one of thoise dumb little snippets that I always forget and is a bit of a bugger to find...so, if you for some reason (e.g., compression / encryption) need all of the contents of a...

Sunday, 04 July 2004 00:00

//

Less than a minute

Gettin' into SCRUM
I'm currently working my way through the book "Agile software development with Scrum" by Schwaber and Beedle [US] - gotta say, it's looking pretty good! I'm only about half way through but so far it...

Sunday, 04 July 2004 00:00

//

1 minute read

Convert a DataSet to Excel in one easy step...
I found this really useful little assembly / code when looking for a simple, free way to convert a DataSet to Excel - couldn't be easier, just one line of code required for the conversion, here's the...

Sunday, 04 July 2004 00:00

//

Less than a minute

J2EE Development using Visual Studio .NET
I thought this was pretty interesting - compiles MSIL into Java Bytecode so you can run C# or VB.NET (or any other . NET language I assume) on J2EE application servers. At first glance, the question...

Sunday, 04 July 2004 00:00

//

1 minute read

New version of BlogJet - now with HTML Source Editing!
From Jon Galloway's blog, a new version of BlogJet - with a bunch of new features including, finally, HTML Source editing - this is fantastic news! New BlogJet! Well, it's beta, but I'll take it - it...

Sunday, 04 July 2004 00:00

//

Less than a minute

Security through Diversity - why I don't like ValidateRequest
I'm aware this is a fairly controversial viewpoint, I should explain some of my own background as a precursor to my dislike of this. In the bad old days, I was a penetration tester; I ran my own...

Sunday, 04 July 2004 00:00

//

3 minute read

Grr...why is Visual Studio so sucky with Source Control!
I'm really at the end of my tether with VS.NET and source control. I'm working from home this morning, accessing the office Sourcesafe over my VPN using SourceOffSite - fine, SourceOffsite is a great...

Sunday, 04 July 2004 00:00

//

Less than a minute

Dumb piece of code...generate ordinals for numbers (th,rd etc...)
UPDATE: My code below of course has an error (I wrote it to test the perceptive skills of the community ;-)) anyway, Philip Reick commented with a more credible version: Hmm.. my bet is you came...

Saturday, 03 July 2004 00:00

//

2 minute read

I knew it - finally proof that 'slepping on it' helps solve problems!
Just thought this was pretty interesting - from Slashdot: An anonymous reader writes "CBC news reports that the effectiveness of 'sleeping on it' when faced with a difficult task may have more than...

Saturday, 03 July 2004 00:00

//

Less than a minute

Dumb little update to the Amazon book control...now it knows where you live!
I've been using Scott W.s little Amazon book control on this site for a while now - and it's pretty damn good, haven't made any cash from it as yet...but...well, it always bugged me that it was .com...

Saturday, 03 July 2004 00:00

//

1 minute read

Puzzled by memory usage...
I have this command line app, when running in a 'normal' command window, it uses a fair whack of memory (around 60mb), but the second I minimize to taskbar, the memory usage drops to around...

Thursday, 01 July 2004 00:00

//

Less than a minute

The coolest thing of all - Longhorn build 4051 on MSDN in November!
My PDC envy is slightly abated...now I'll just have to get a new test machine (VMWare is cool and all, but you can't beat dedicated). Anyway, read all about it here at Bink. I really can't wait to...

Thursday, 01 July 2004 00:00

//

Less than a minute

Scott Guthrie blogs about some of the new Whidbey features...
Some very interesting stuff here. UPDATE: Just reading that article, things I'm looking forward to most are the URLMapping (Rewrite.NET is cool and all but it will be nice to have the new 'native'...

Thursday, 01 July 2004 00:00

//

Less than a minute

Including XML comments in external files for C#
This strikes me as pretty useful...found here at Eric Gunnerson's blog.... Actually, looks like a fairly interesting discussion on the relative merits of this approach is happening there right now... ...

Thursday, 01 July 2004 00:00

//

Less than a minute

Well that's the PDC DVD ordered...
Just called up MSDN UK and asked for the PDC DVD, should be here around mid-November apparently. So if you're in the UK and an MSDN member (if you're not, get your company to join - only cost £520 if...

Wednesday, 30 June 2004 00:00

//

Less than a minute

XmlTextReader bizarre and fustrating bug...well not really a bug...
Had this odd issue working on some code which uses XmlTextReader to pass through an XML string...basically, when I ran the code noemally, it worked every time, but when I ran in debug mode it would...

Wednesday, 30 June 2004 00:00

//

Less than a minute

Turning HTML Documents into images...the code
Well, after a bit of playing I've got something working now, I'm no Win32 coder but this seems to work: using System; using System.Drawing; using System.Drawing.Imaging; using...

Wednesday, 30 June 2004 00:00

//

3 minute read

Page 23 of 40 (Total items: 796)
logo

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