Application-wide action filters in ASP.NET MVC
A tutorial on implementing application-wide action filters in ASP.NET MVC to ensure consistent logging and behavior across all controllers.
A tutorial on implementing application-wide action filters in ASP.NET MVC to ensure consistent logging and behavior across all controllers.
A rebuttal to a critical article about Python, defending its features like closures, generators, lambdas, and the C-API.
A developer shares useful Eclipse IDE plugins for Java development, including tools for resource bundle editing, JCR repository browsing, and Hudson build monitoring.
A review of the book 'Learning Ext JS', covering its effectiveness for quickly learning the JavaScript framework for building rich web applications.
Overview of new OBIEE 10.1.3.4.1 and OBIA 7.9.6 releases, focusing on patch details and Informatica integration.
Announcement of PHPPowerPoint 0.1.0, a new PHP library for programmatically generating PowerPoint (PPTX) presentations.
An updated JavaScript library for creating cross-browser, imageless linear gradients with multiple colors and transparency support.
A guide to designing a highly usable and accessible slider control for web interfaces, focusing on user experience and ARIA compatibility.
Presenter shares slide deck and experience from an online MSDN session on ASP.NET MVC, including technical setup details.
Explains how devices without GPS, like an iPod Touch, can determine location using WiFi access point triangulation via a third-party database.
A tutorial on using the Managed Extensibility Framework (MEF) to create a plugin-based, extensible ASP.NET MVC web application.
A guide to setting up GDB and QEMU on Windows for debugging a custom MIPS operating system kernel, including a fix for IPv6 connection issues.
A Java implementation for converting dates to human-readable formats like '5 minutes ago' or 'yesterday', similar to Twitter's date display.
A guide to creating an AsyncObservableCollection in WPF to safely update data-bound collections from background threads.
A guide to compiling the GDB debugger on Windows, covering necessary source code edits and dependencies.
Troubleshooting OBIEE and F5 BIG-IP load balancer configuration issues with port redirects and Apache's UseCanonicalName setting.
A review of 'Object-Oriented Javascript' by Stoyan Stefanov, covering its content, target audience, and overall recommendation for developers.
Quick CSS tips to improve website usability, including button feedback, smooth color transitions, and adding functional dingbats to buttons.
An article about CSS Naked Day, an annual event promoting web standards by removing CSS from websites.
Explains the AsyncController in ASP.NET MVC Futures for handling asynchronous requests to improve web server scalability.