Extend Math.round, Math.ceil and Math.floor to allow for precision
Extending JavaScript's Math.round, Math.ceil, and Math.floor functions to support precision parameters for decimal rounding.
Extending JavaScript's Math.round, Math.ceil, and Math.floor functions to support precision parameters for decimal rounding.
Overview of SharePoint Online and Microsoft Online Services, including Exchange, Live Meeting, and cloud benefits.
Explains how to implement Event Sourcing using asynchronous actors, with a Scala example based on a ship domain model.
A bookmarklet that detects which JavaScript libraries and their versions are used on any webpage you visit.
A developer investigates a bug where OpenOffice incorrectly sends desktop switching signals, acting like a pager instead of a text processor.
Learn how to detect browser support for specific CSS properties using JavaScript feature detection instead of browser sniffing.
Explores a performance-optimized approach to implementing inheritance and polymorphism in Django's ORM using a caching mixin.
Explains how to integrate the Hades framework into an existing Spring/Hibernate application without duplicating metadata or changing existing DAO code.
Explains a bug in WPF's Clipboard.GetImage method and provides a workaround to correctly paste images from the clipboard by manually handling DIB format.
Using Live Mesh to sync and backup local Subversion repositories for personal projects.
Explains Django's F() object queries for comparing and updating database fields directly within the ORM.
A review of Packt's book on software testing using Visual Studio Team System 2008, covering test types, deployment, and reporting.
A 2009 article questioning the activity and relevance of local Linux User Groups (LUGs) in the internet age, asking for reader experiences.
A tutorial on extending PHPExcel to save spreadsheets directly to Google Docs using a custom writer class and Zend Framework.
The new VISUG (Visual Studio User Group Belgium) website is now live, featuring an updated layout, RSS feed for events, and aggregated member blog content.
Announcing the release of daloRADIUS 0.9-8, a major update to the open-source RADIUS management platform with new features and bug fixes.
Overview of VSeWSS 1.3, a Visual Studio plugin for SharePoint development with templates and deployment tools.
A technical guide on creating a reusable Django manager class to share methods between managers and QuerySets, reducing code repetition.
A tutorial on implementing form validation using the IDataErrorInfo interface in the ASP.NET MVC release candidate framework.
Microsoft releases SPDisposeCheck tool to help SharePoint developers find memory leaks in API objects like SPWeb and SPSite.