JSF Life cycle - what hapens and when

Tuesday, March 18th, 2008

http://balusc.blogspot.com/2006/09/debug-jsf-lifecycle.html

Mounting ISO’s Win XP Pro

Monday, March 17th, 2008

great little tool:

http://myutilities.blogspot.com/2005/10/mount-iso-files-under-windows-xp.html

Burning ISO’s

Monday, March 17th, 2008

http://isorecorder.alexfeinman.com/isorecorder.htm

MS-Build in visual web developer 2008

Sunday, March 16th, 2008

http://blogs.msdn.com/jamesche/archive/2007/09/27/automating-aspnet-compiler-in-visual-web-developer.aspx

Papervision3d

Sunday, March 16th, 2008

I have got to get a project so that I can use this!

http://code.google.com/p/papervision3d/

Writing regular expressions

Thursday, March 13th, 2008

This is a nice tool to write regular expressions in:

http://www.weitz.de/regex-coach/

Save some money

Monday, March 10th, 2008

http://www.quidco.com/

Reduce the file size of JavaScript

Thursday, March 6th, 2008

http://crockford.com/javascript/jsmin

Removing .net version from http headers

Thursday, March 6th, 2008

To get rid of the X-AspNet-Version HTTP header from the response, just copy this line into the web.config’s <system.web> section:

<httpRuntime enableVersionHeader=”false” />

http://www.alphasierrapapa.com/IisDev/Articles/XAspFilter/

Scrollable table with fixed headers

Monday, March 3rd, 2008

http://rcs-comp.com/blog/scrolling_table/