October 2006 - Posts

1
Comments

Get Padded Aspect Ratio Thumbnail Image by jdanforth

I needed a GetThumbnail method which kept the aspect ratio of the original and also scaled the image with decent quality. There are several ways you can do this, I got a few examples here. First, there is the Image.GetThumbnailImage() method which is...
Filed under:
0
Comments

[Books] Essential ASP.NET 2.0 - off to the presses! by jdanforth

More than a week old news, but this is a book I'll be getting when it comes out. Fritz Onion writes on his blog : My production editor at Addison Wesley just informed me that Essential ASP.NET 2.0 just went to press last week! I should have copies...
Filed under:
0
Comments

[Ajax] Top 10 Web 2.0 Attack Vectors by jdanforth

Shreeraj Shah on Top 10 Web 2.0 Attack Vectors : This technological transformation is bringing in new security concerns and attack vectors into existence. Yamanner, Samy and Spaceflash type worms are exploiting “client-side” AJAX frameworks, providing...
Filed under:
0
Comments

Missing the App Pools Folder in Windows 2003? by jdanforth

Well, that happened to me today, and even though I've been working with Win 2k3 for quite some time now, not seeing the application pools where they were supposed to be quite baffled me :) Of course the simple answer is that IIS was running in IIS...
0
Comments

Save Image to Byte Array by jdanforth

Saving an Image object to disk is straight forward, just call the Image.Save(filname) method and it's done. But what if you need to save that Image to a Byte() array (or Byte[] in c# speak ;) because you need to store it in a database or stream it somewhere...
More Posts