September 2006 - Posts

Change mssql isolation level to read uncommitted data
Published 29 September 6 2:43 PM | Ramon Smits
Sometimes you are debugging an application and want to query the database while the database connection still has not committed (or rollbacked) the transaction. So you fire up the query analyzer just to find out that you cannot see the modifications yet...
Subversion troubles "PROPFIND request failed on '***' '***' path not found"
Published 26 September 6 11:11 PM | Ramon Smits
I created a repository at opensvn.csie.org today for the website I created with a friend for the volleybal club. We really needed version control because we are both working on the project at the moment plus that I really don't like all those *.old *...
Website design not my favorite hobby
Published 11 September 6 3:50 PM | Ramon Smits
Although I am an ict nerd and resulting affection for bitfucking and neverending refactoring I also do some sports. I play volleyball and the current website of my volleybal club yum lacks some general design that works correct on both firefox and internet...
Filed under: , ,
Don't use viewstate compression! Use http compression instead!
Published 1 September 6 12:19 AM | Ramon Smits
Just google a bit with the keywords compression plus viewstate and lots of articles are to be found about this subject like this one . The problem is that in most situations programmers are doing something that the webserver already can do for you. Not...
Filed under: , ,