canofunk


Comments:

Visual Studio 2005 too slow? The Navigation Bar could be the culprit

posted by canofunkcanofunk(180) 6 years, 3 months ago 0

Also, while not explicitly mentioned in this post, disabling Word Wrap has improved performance for many users as well.

Reply

Quick guide to somewhat advanced JavaScript

posted by canofunkcanofunk(180) 5 years, 10 months ago 0

AJAX and JavaScript should be made into one category. That's what the J in AJAX stands for after all.

Sergio also has a really nice guide to Prototype:

http://www.sergiopereira.com/articles/prototype.js.html

Reply

A whitespace removal HTTP module for ASP.NET 2.0

posted by canofunkcanofunk(180) 5 years, 7 months ago 0

In addition providing minimal benefit, it will, in certain cases cause problems in the output pages. I tried it a couple months back and ended up ditching it after a few minutes. If I recall correctly, it created some problems with inline javascript, which doesn't like having certain whitespace removed. As the previous poster alluded to, the real bang for your buck is in gzip compression, which can easily be added to your entire site, or selective pages:

http://www.codeproject.com/aspnet/HttpCompressionQnD.asp
http://www.blowery.org/code/HttpCompressionModule.html
http://www.microsoft.com/belux/msdn/nl/community/columns/desmet/compression.mspx

Reply

SubSonic 1.0.6 Released

posted by canofunkcanofunk(180) 5 years, 4 months ago 0

http://www.wekeroad.com/blogs/PermaLink,guid,3cbbc786-6ccc-4e35-917b-33148ef7655d.aspx

Definitely worth upgrading (and not just because I spent a lot of time working on this release). :)

Reply