IE, JSON, and the script tag
Explores a critical Internet Explorer vulnerability where JSON containing script tags can trigger XSS attacks due to improper handling.
Explores a critical Internet Explorer vulnerability where JSON containing script tags can trigger XSS attacks due to improper handling.
Announcing django-filter, a reusable Django app for creating generic filtering interfaces similar to the Django admin changelist.
A tutorial on building a simple RSS reader using .NET's SyndicationFeed class and WPF for a graphical interface.
A guide to detecting the current browser's CSS vendor prefix using JavaScript, addressing cross-browser compatibility issues.
A technical guide to using CSS3 border-radius for rounded corners, covering browser-specific implementations and quirks.
Extending JavaScript's Math.round, Math.ceil, and Math.floor functions to support precision parameters for decimal rounding.
Explains how to implement Event Sourcing using asynchronous actors, with a Scala example based on a ship domain model.
A developer investigates a bug where OpenOffice incorrectly sends desktop switching signals, acting like a pager instead of a text processor.
A bookmarklet that detects which JavaScript libraries and their versions are used on any webpage you visit.
Explores a performance-optimized approach to implementing inheritance and polymorphism in Django's ORM using a caching mixin.
Learn how to detect browser support for specific CSS properties using JavaScript feature detection instead of browser sniffing.
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.
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.
A technical guide on creating a reusable Django manager class to share methods between managers and QuerySets, reducing code repetition.