Browse by Tags

30 June 2009
How to make Firefox and Cassini fall in love again
I’ve been using Firefox as my default browser of choice long before i started with .net development. Even with latest IE8 developer tools and debugging support i still find Firefox/Firebug most flexible combination in client-side web development. But, one thing kept bothering me throughout whole time... Read More...
Filed under: , ,
31 March 2009
Visual Studio : How to work with different tab settings per project
I started working on a new project which has a "slightly" different environment settings than the usual coding standards in my company. Namely, we use insert spaces as coding guideline, while the new project uses keep tabs as option for indenting. Tabs/Indent size is the same as default - 4... Read More...