SXSW Anticipation and Twitter
A web developer shares his excitement and plans for attending the SXSW Interactive conference, highlighting key tech panels on JavaScript, browsers, and design.
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 blog post exploring Donald Knuth's analysis of optimal tic-tac-toe strategy and a historical anecdote about a Bell Labs machine.
A guide to clustering Scala Actors using Terracotta for distributed, fault-tolerant, and highly available concurrent applications.
Explains how to implement load-balanced session state partitioning in ASP.NET to distribute sessions across multiple state servers efficiently.
Explains how to implement ASP.NET Session State Partitioning to scale session storage across multiple servers using a custom resolver.