NathanaelJones

Stories submitted by NathanaelJones

Funny, you look bigger in real life - Server-side image resizing free(channel9.msdn.com)

submitted by NathanaelJonesNathanaelJones(40) 1 year ago

It's not often I see a full and complete ASP.Net HTTP module made source available or open source, so when I saw this forum post, The best image processing HttpModule is now free and open-source!, I thought it would make a good project to check out. read more...

add a comment |category: |Views: 1

tags: another

20 Image Resizing Pitfalls(nathanaeljones.com)

submitted by NathanaelJonesNathanaelJones(40) 3 years ago

Dozens of articles on server-side image resizing have been written. These have been invaluable to me, and I truly appreciate the time each author spent to share his or her knowledge. Unfortunately, every one that I've read includes one or more of these pitfalls. Some are very serious security... read more...

add a comment |category: |Views: 22

tags: another

Performance Killer: Disk I/O(nathanaeljones.com)

submitted by NathanaelJonesNathanaelJones(40) 3 years, 3 months ago

Many people think of "performance tuning" as optimizing loops, algorithms, and memory use. In truth, however, you don't get the huge performance gains from optimizing CPU and memory use (which is good), but from eliminating I/O calls. read more...

add a comment |category: |Views: 13

tags: another

ASP.NET Gotcha: PathInfo, and why http://asp.net/default.aspx/ breaks(nathanaeljones.com)

submitted by NathanaelJonesNathanaelJones(40) 3 years, 3 months ago

PathInfo is a new, non-standard 'part' of the URL, introduced with ASP.NET but never properly implemented. By default all ASP.NET sites are affected by this problem, so you should know when and how it can bite you. Oh, and try visiting http://asp.net/default.aspx/ for an interesting example of how much PathInfo can break. read more...

add a comment |category: |Views: 85

tags: another

Extending Page: Adding simple Metadata and Stylesheet management (nathanaeljones.com)

submitted by NathanaelJonesNathanaelJones(40) 3 years, 3 months ago

How to add easy stylesheet and metadata management to the ASP.NET page class. read more...

add a comment |category: |Views: 8

tags: another

PathInfo Woes - The whole story.(nathanaeljones.com)

submitted by NathanaelJonesNathanaelJones(40) 3 years, 6 months ago

ASP.NET introduces a new URI component to the equation: PathInfo. It's not very well known, possibly due to poor implementation and consequent lack of usefulness. However, it is important that you understand how it can affect you. read more...

add a comment |category: |Views: 4

tags: another