Singularity source code released
Microsoft releases the source code for Singularity, a research OS written primarily in managed code, enabling new possibilities for OS development.
Microsoft releases the source code for Singularity, a research OS written primarily in managed code, enabling new possibilities for OS development.
Explains the W3C Selectors API, comparing querySelector and querySelectorAll for efficient DOM traversal using CSS selectors in JavaScript.
PHPLinq 0.2.0 released, bringing .NET's LINQ query syntax to PHP for querying arrays, XML, and other data sources.
A web developer shares his excitement and plans for attending the SXSW Interactive conference, highlighting key tech panels on JavaScript, browsers, and design.
A developer details the painful process of using AppleScript and GUI automation to work around Microsoft Entourage's limited scripting support for rules and folders.
A developer's analysis of Mercurial's named branching feature, highlighting its benefits and significant drawbacks when used with hgweb.
A guide on configuring Mercurial's hg email command to send patches via a Gmail account using exim4 on Debian.
Explores advanced XPath techniques in JavaScript, focusing on compound location paths and predicates for precise DOM node selection.
A guide to creating incremental backups using rsync with --link-dest, discussing challenges with cross-platform file systems like VFAT.
A tutorial on implementing data-driven web testing in Visual Studio 2008, focusing on linking databases and validation rules.
Introduction to using XPath expressions in JavaScript for selecting nodes in XML/HTML documents, covering syntax and browser support.
A tutorial on implementing Data Driven Testing for unit tests in Visual Studio 2008, using a database as a data source.
A tutorial on using Visual Studio 2008's built-in performance profiling tool to identify and analyze a memory issue in C# code.
Explains how to use Scala's mixin composition to create AOP-style interceptor stacks for cross-cutting concerns like logging and transactions.
Explains CSS media types for optimizing website presentation across different devices like printers, screens, and handhelds.
A blog post drawing parallels between John Wooden's coaching philosophy and the importance of attention to detail in programming and software design.
A technical tutorial on indexing Microsoft Word 2007 (.docx) files using the Zend_Search_Lucene library in PHP.
A deep dive into the CSS z-index property, explaining stacking order, default behavior, and how to control element layering.
Tips for writing maintainable code with good commenting, descriptive naming, and consistency to help future developers.
A guide to clustering Scala Actors using Terracotta for distributed, fault-tolerant, and highly available concurrent applications.