Archive for July 2010

Problems with debuging in VS 2010

I opened up an old bloated project today in Visual Studio 2010 and i had huge issues with debugging. I usually use the attach to process way in this project but that suddenly that didn’t work anymore. Then i tried to debug with F5 but that caused my entire Visual Studio to hang. As i [...]

Clicky is more fun that Google Analytics

Google Analytics has become more or less the standard tool for web statistics. Before Google Analytics came to market, you had to either pay or use statistics based on the web server log files. When Google bought Urchin and branded it to Google Analytics they changed all this by giving it away for free. I’ve [...]

Problems with mssql_connect() on IIS

Lately I’ve been reinstalling my Windows servers a couple of time due to some problems. I’m running both PHP (WordPress) and ASP.NET on my server. From my WordPress blog I sometimes connect to MS SQL to get some data and this time i could not get the MSSQL extension in PHP to work. I got [...]

pclzip_err_bad_format (-10) : unable to find end of central dir record signature

I got this error today when i was trying to upgrade some WordPress plugins. It turned out that my disk was full at my webhost. When i googled the error message i got lots of different answers so i just thought i would try to give some google juice to this solution.