[WPF] Automatically sort a GridView when a column header is clicked
A tutorial on implementing automatic column sorting in WPF GridViews using attached properties, compatible with the MVVM pattern.
A tutorial on implementing automatic column sorting in WPF GridViews using attached properties, compatible with the MVVM pattern.
Announcing MvcSiteMap, an open-source ASP.NET MVC sitemap provider for flexible navigation and security trimming.
A developer shares experiences from the Maven and Lucene meetups at ApacheCon, discussing tools, plugins, and large-scale Solr usage.
The Web Standards Project launches InterAct, a community-driven curriculum for modern web development education, aiming to update college courses.
A developer's technical rant about the complexities and common errors in converting CMYK colors to RGB, highlighting flawed algorithms.
A technical tutorial on implementing background Daemon modules in Hippo CMS 7 for scheduled tasks and repository components.
A JavaScript class for creating cross-browser, imageless linear gradients using Canvas for modern browsers and filters for IE.
A reflection on a SXSW panel about developer passion and the importance of continuous skill improvement in tech careers.
Explains the limitations and practical considerations of using transactions within Google App Engine's Datastore.
A guide to customizing terminal colors on OS X, including workarounds for Terminal.app's limitations and a Monokai-inspired color scheme.
A developer shares a JavaScript bookmarklet to automatically resize and center mockup images in the browser for better design review.
A guide to customizing your bash prompt to display the current Mercurial branch and repository status for better workflow.
A guide to binding keyboard shortcuts to ViewModel commands in WPF using a custom markup extension, solving a common MVVM challenge.
Debunks common myths about the fsync() system call in Linux, explaining its importance for data durability and addressing performance concerns.
A developer's experience deploying the open-source microblogging platform Jaiku on Google App Engine, detailing a workaround for a file limit issue.
Announcing a Google Moderator page for submitting and voting on questions for a Python ORM panel at PyCon 2009.
A developer's first presentation on CSS3 colors, covering RGBA, HSLA, and feature detection, with personal reflections on the experience.
A tutorial on connecting to and using Windows Azure Blob Storage from PHP, including code examples for basic operations.
Explains how to implement Django-like reverse URL generation in a Werkzeug-based Google App Engine application using endpoint names.
Explains the ext4 delayed allocation feature and the data loss risks for applications not using fsync(), addressing a recent Ubuntu bug.