ASP.NET MVC Framework - Basic sample application
A developer's introduction to the ASP.NET MVC framework, highlighting its advantages over WebForms and providing a basic sample photo album application.
A developer's introduction to the ASP.NET MVC framework, highlighting its advantages over WebForms and providing a basic sample photo album application.
Microsoft releases ASP.NET 3.5 Extensions CTP preview, featuring AJAX improvements, MVC framework, Dynamic Data, and Silverlight support.
Explains event delegation in JavaScript for efficient DOM event handling, comparing it to traditional event handlers with code examples.
A developer shares their experience attending a large Apache Wicket meetup in the Netherlands, highlighting community engagement and presentations.
A tutorial on using LINQ (Language Integrated Query) in C# to query and process files from the filesystem, demonstrated with a photo album example.
A web developer's personal blog focusing on CSS, XHTML, and JavaScript, with plans for educational content and technical discussions.
Preview of the upcoming ASP.NET MVC framework release, with insights from Scott Guthrie's examples.
Discusses a change in Linux cp command behavior where the -f flag no longer overrides an interactive alias, and offers a workaround.
A guide to configuring ASP.NET session state for load-balanced web servers using the ASP.NET state server.
A new PHP OpenXML API project for creating Word documents is introduced, with updates on PHPExcel repository synchronization.
Explores the philosophical debate on whether 'perfect code' exists, comparing OS development philosophies and the role of stable interfaces.
Dan Weinreb's rebuttal to Richard Stallman's account of the Symbolics and LMI Lisp machine companies, arguing Stallman's version is biased and inaccurate.
A developer shares a positive experience with automatic printer setup on Ubuntu Linux, praising its ease compared to Windows and traditional Unix methods.
Explores the historical link between Rene Descartes' algebraic notation and modern computer science concepts like variables.
A guide on capturing command output into a variable in Windows Batch scripts using FOR /F, with a practical example for path conversion.
Explains how to use ASP.NET's CacheItemRemovedCallback delegate to centralize and log cache item removal events for better cache management.
A 2007 analysis of Linux power management on laptops, highlighting successes with Powertop but criticizing manual driver workarounds needed for optimal battery life.
A PHP implementation for extracting custom XML data from OpenXML Word documents in a healthcare data processing scenario.
A user details their troubleshooting process for upgrading Ubuntu from 7.04 to 7.10, including fixing package errors and display issues.
Explores methods to implement generic-like arrays in PHP using inheritance and custom validation functions, as the language lacks native generics.