Wednesday, April 27, 2011

Advanced JavaScript Debugging Techniques

http://www.sitepen.com/blog/2008/04/03/advanced-javascript-debugging-techniques/

Saturday, February 26, 2011

Userful tools for .net development

DebugView for windows
http://technet.microsoft.com/en-us/sysinternals/bb896647

Sysinternals Process Utilities
http://technet.microsoft.com/en-us/sysinternals/bb795533

Saturday, January 29, 2011

lytebox

I was looking around for a easy to use and professional looking image gallery java script plug-in. I tried couple of jQuery plug-ins. I finally found lytebox, which is very easy to use and effect is outstanding, highly recommanded!

Sunday, January 23, 2011

VS Project converter

I have this weird problem in both vs2010 and vs2008. Sometime it doesn't launch the project converter if I tried to open a older version of solution. All it gives is an error message box and message:
'C:\xxx.csproj' cannot be opened because its project type (.csproj) is not supported by this version of the application.
To open it, please use a version that supports this type of project.


The solution google tells me is to use command to reset some setting
devenv.exe /resetskippkgs
Works like a charm!

There is another command line parameter can be used if something screw up in VS
devenv.exe /resetsettings, which reset the whole environment back to the step that asking you to choose environment preference (C# or VB etc)

Hello world!

I register a free SVN server account at beanstalkapp.com
Using a SVN client TortoiseSVN to connect it. pretty smooth!