[WPF] A simpler Grid using XAML attribute syntax
A tutorial on creating a simplified WPF Grid control using custom XAML attribute syntax to reduce boilerplate code.
A tutorial on creating a simplified WPF Grid control using custom XAML attribute syntax to reduce boilerplate code.
A Google engineer returns to blogging after a year-long break, reflecting on tech culture, dealing with criticism, and setting new goals for content creation.
A recap of EuroSciPy 2010, highlighting the growth of the Python in science conference, key topics, and the community atmosphere.
Introduces CSSEmbed, a tool for converting CSS image references to data URIs to reduce HTTP requests and improve website load times.
A developer shares custom testing utilities for Django, including convenience methods for GET/POST requests and a context manager for user login.
A developer's initial exploration of Apache Cassandra, covering installation, data models, and connecting to it from a .NET application using C#.
Explains using SET NOEXEC to validate SQL query syntax programmatically, noting a bug in SQL Server 2008 regarding object name validation.
A critique of web design professionalism, arguing that poor client relationships often stem from the designer's own failures in process and planning.
Explores the concept of multimethods (generic dispatch) in Python, presenting a custom implementation using decorators and type-based dispatch.
Custom RSS feed generator for SharePoint 2010 BCS external lists, enabling RSS/ATOM feeds where they are disabled by default.
Hades 2.0.0.RC2 adds transactional support to DAOs, enabling better integration with Spring and reducing the need for a service layer.
A detailed review of the SQL Server MasterClass 2010 event, covering sessions on DevOps, myth-busting, recovery, and GUID performance.
Google categorizes mobile users into three behavior groups to help tailor app and website experiences for different usage patterns.
Announcing the release of MvcSiteMapProvider 2.0 for ASP.NET MVC, a dynamic sitemap provider with new features and extensibility.
Explains how SQL Server's XML datatype does not preserve CDATA sections, converting them to escaped text instead.
daloRADIUS adds invoice and payment management features to its billing system, requiring user entries in the userbillinfo table.
Explores methods for measuring real user response times in OBIEE, comparing simulated tests with actual user activity tracking.
Explains a Mercurial workflow using named branches to manage multi-language translations for a static site, detailing merging and conflict resolution.
Unix scripts to extract Logical SQL and query performance metrics from OBIEE's NQQuery.log file for testing and analysis.
How to manually change a project's artifactId in SonarQube when the UI doesn't support it, by directly updating the database.