Category: Web Development
VS.NET 2005 Web Application Projects vs. Web Site Projects
In the first release of Microsoft Visual Studio 2005, Microsoft introduced a new web application model called the Web Site Project for C#, which had many differences with the old model. Riots ensued, and in VS 2005 SP1 they were forced to introduce the Web Application Project for C# that worked much the way the…
Submitting bugs through BugzScout
I was tasked to develop a proxy-like web interface wherein our company’s Marketing group didn’t have to go to Fogbugz directly. To facilitate this, I wrote an ASP.NET Web Application that submits/POSTs to Fogbugz’s supplied ScoutSubmit.asp. FogBugz is a complete project management system for software teams. Designed by Joel Spolsky of Joel on Software fame,…
$1.99 domain registration at Yahoo!
Yahoo! once again is offering the $1.99 domain registration deal. Check it out here.
Ten must-have tools every developer should download
Here’s an excellent article by James Avery discussing the must-have tools every developer should have in their toolbox arsenal. Just to summarize: NUnit to write unit tests NDoc to create code documentation NAnt to build your solutions CodeSmith to generate code FxCop to police your code Snippet Compiler to compile small bits of code Two…
Ajax applications with PHP
It’s about time that the open source community take on Ajax. Check out xajax. Ajax, or AJAX, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web…
Live HTTP Headers plugin for Firefox
Have you ever had the need to watch and inspect HTTP headers in real time while pages are being downloaded from the Internet? If you develop web applications or sites, I’m sure you have. If so, check out the Live HTTP Headers plugin for Firefox. Not only will it capture what’s currently being downloaded, but…