Have you by any chance, added a reference to an asp.net-mvc project from a Windows or Console project, and then you get: The type or namespace name 'Controller' could not be found (are you … more
I've been playing with perl a lot lately and after recently playing with Catalyst, I moved on to Dancer. Dancer has a nice tutorial with a simple dummy blog application. The app is on GitHub here. … more
So you hosted your website on IIS... ..You can ping the machine it's hosted on but you can't seem to see the site. Well, the problem is pretty simple. Most likely it's your firewall blocking To … more
After answering a question on stackoverflow I realized uploading files with ajax was something everyone was looking for. So to commemorate the asp.net-mvc badge I won recently I'm writing a full … more
So I've been dabbling with perl lately and this is how I feel today: See full comic here. I'm going to go through a simple image scraping program I conjured today. I wrote this to scrape images … more