The TeX Hackery
A developer shares their experience overcoming LaTeX macro limitations while writing a technical specification, detailing a solution for using the \verb command.
A developer shares their experience overcoming LaTeX macro limitations while writing a technical specification, detailing a solution for using the \verb command.
An overview of the MvcMembership project, an ASP.NET MVC starter kit for implementing membership and authentication features with extensible controllers.
Applying the manufacturing 5S methodology (Sort, Straighten, Shine, Standardize, Sustain) to software development for cleaner, more maintainable code.
PHPLinq 0.2.0 released, bringing .NET's LINQ query syntax to PHP for querying arrays, XML, and other data sources.
Explains how to implement load-balanced session state partitioning in ASP.NET to distribute sessions across multiple state servers efficiently.
Explains a common ASP.NET DataPager issue where paging fails after the first PostBack and provides a lifecycle-based solution.
Microsoft releases Tafiti, a Live Search site with a rich SilverLight interface, demonstrating web evolution with slick graphics.
A developer shares a free command-line C# tool to recursively download entire FTP folders, solving a common frustration.
PHPExcel 1.3.0 released with new features like formula calculation, auto-sizing columns, and row/column insertion.
Article on using PHP with Microsoft's OpenXML format to generate Excel 2007 spreadsheets, featuring the PHPExcel project.
Explains ASP.NET 2.0's Event Validation security feature, a common error it causes, and provides a recommended code fix.
A collection of useful links and tools for Microsoft Team Foundation Server (TFS) development and administration.
Guide to manually installing the missing php5-pdo-sqlite package on Ubuntu Dapper via compilation and configuration.
A PHP developer shares a workaround for the file_exists() function failing on files within ZIP archives, using stream wrappers.
Explores using asynchronous programming in ASP.NET to build scalable applications, based on a session by Jeff Prosise.
A developer compares Git and Mercurial (hg), explaining why he switched to Git despite its flaws, citing its power, Unix-like nature, and improving community.
A technical guide on compiling a single Linux kernel module without building the entire kernel tree, using specific Makefile commands.
Introducing PHP for Microsoft AJAX Library, enabling PHP applications to use Microsoft's AJAX Library for creating web services.
Explores two main approaches for data binding business objects in .NET: O/R mapping tools and typed DataSets.
A developer shares a set of PHP classes for generating Excel 2007 (.xlsx) files, supporting basic data types and formulas.