
Yesterday I had to remove and reinstall .NET on a Windows 2012 server. I needed to do this because .NET had been installed before IIS8, causing IIS to have missing handler mappings, in my case I needed .SVC files to…

I haven’t posted in a while just just had an error that I thought others may benefit from knowing the answer to. While executing a PHP command I got the error The requested URL’s length exceeds the capacity limit for…

While trying to fix a REST service issue that I mentioned here. I needed to see what traffic was going between my Windows 8 mobile and the REST service hosted on my development machine. I always use Fiddler to look…

I was testing a REST service that another developer had coded and hosting it in IIS7, when ever a POST or PUT call was made. I would get the error HTTP Error 405.0 – Method Not Allowed – The page…

Recently I had an issue with configuring a SEO friendly 301 redirect for a WordPress site. The reason I was trying to 301 a domain was the main domain had a few spelling variations, so I wanted to make sure…

Recently I was setting up another website, I ran into the issue with trying to connect Jetpack to WordPress I did the usual steps to rectify the issue but then I ran into another. I couldn’t add my publicizing/sharing methods. As…

Recently I had been receiving an intermittent “500 – Internal server error” while in the admin section of WordPress. This just happened to be brought to my attention when I installed WP Portfolio. After a bit of trial and error…

While at @ModernJago attending a Windows 8 UX Design workshop, @andspo mentioned schemas and how they can be used in Windows 8 applications. He referred to Schema.Org, a website that hosts a collection of open source schemas. The site was created in early June 2011, by…

Recently I have been optimising TFS builds in the hope to reduce the time it takes to get and compile our solutions. It seems to have been very successful, reducing times from 2 hours to about 30 minuets. So I thought I would…