Effective bug smashing with test cases
A developer discusses a pragmatic approach to bug fixing using test cases, emphasizing the importance of verifiable bug reproduction in version control.
A developer discusses a pragmatic approach to bug fixing using test cases, emphasizing the importance of verifiable bug reproduction in version control.
A technical guide on extending ASP.NET MVC's OutputCache to support dynamic content substitution within cached pages, similar to classic ASP.NET.
Announces ASP.NET MVC Preview 3 release, detailing key changes like new controller action returns and routing updates.
Microsoft releases WSS 3.0 SP1 virtual disk with Visual Studio and MOSS 2007 VHD for SharePoint development.
A guide to customizing Ubuntu 8.04 after installation, covering font rendering, console fonts, and Emacs configuration.
A tutorial on using PHPExcel to integrate and reuse existing Excel-based business logic in a PHP web application, avoiding duplicate code.
Tutorial on creating an AJAX UserControl for SharePoint 2007 to query the Search Object Model with no page reloads.
Announcement and recap of the Microsoft TechDays 2008 conference in Belgium, focusing on Microsoft technologies like ASP.NET and Silverlight.
A tutorial on using Visual Studio 2008's built-in performance profiling tool to identify and analyze a memory issue in C# code.
A technical tutorial on indexing Microsoft Word 2007 (.docx) files using the Zend_Search_Lucene library in PHP.
A developer reflects on a year of growth, including becoming an Apache Cocoon committer, presenting at ApacheCon, and exploring new technologies like Apache Wicket.
Guide on using AJAX UserControls in SharePoint MOSS 2007 with SmartPart and AJAX Control Toolkit.
Explores implementing Forms-based security in ASP.NET MVC, covering Web.config limitations and using Code Access Security attributes for authorization.
An introduction to using classes in JavaScript to create reusable, organized code for object-oriented programming.
Tips for making CSS development smoother, covering common browser bugs, frequent testing, troubleshooting techniques, and essential resources.
Microsoft's IE8 browser passes the Acid 2 web standards test, signaling improved standards compliance and sparking browser competition.
A web developer argues for reinventing the wheel to deepen understanding and potentially create better solutions.
Explains a common ASP.NET DataPager issue where paging fails after the first PostBack and provides a lifecycle-based solution.
A web development article exploring the best CSS method to clear floats, comparing traditional fixes with modern techniques.
A developer's introduction to the ASP.NET MVC framework, highlighting its advantages over WebForms and providing a basic sample photo album application.