CRUD with ASP.NET MVC (screencast)
A screencast demonstrating how to use Visual Studio tooling to build a CRUD interface with ASP.NET MVC in under 15 minutes.
A screencast demonstrating how to use Visual Studio tooling to build a CRUD interface with ASP.NET MVC in under 15 minutes.
Analyzes the write overhead of ext4 journaling on SSDs, comparing performance with and without a journal and using noatime.
A guide to detecting RGBA and other CSS3 value support in browsers using JavaScript feature detection techniques.
Announcement of Hades 0.4, a DAO library update with Eclipse plugin support and JPA provider auto-detection.
A developer's anticipation and plans for attending the Java Posse Roundup 2009, an unconference focused on Java and geek activities.
A technical deep dive into improving ext4 filesystem performance by optimizing the allocator to reduce e2fsck pass2 times.
Discusses the challenges of binary-only Linux device drivers, using EMC PowerPath as an example, and the move towards open-source alternatives.
Comparing JavaScript type-checking methods, showing that elegant, short code isn't always the fastest, with performance benchmarks.
A response to a user's frustration with git's push command, explaining why direct pushes are rare and email patches are often preferred.
A tutorial on building an offline-capable ASP.NET MVC notebook application using Google Gears for local data storage and synchronization.
Learn how to use javascript: URIs in the address bar for quick debugging in browsers without a console, like IE6 or Opera.
Explores whether operating systems and filesystems should be optimized for SSDs, discussing abstraction boundaries, wear leveling, and the TRIM command.
Essential browser bugs and workarounds developers need to know when coding JavaScript without libraries.
A technical guide on aligning Linux filesystem partitions to SSD erase block boundaries for optimal performance, covering fdisk settings and sector alignment.
Explains unexpected behavior when using Python's dict.update() with Django's QueryDict due to its internal list-based value storage.
Argues for mandatory, silent browser updates to improve web development and security, eliminating legacy browser testing.
Author announces and reflects on writing his first book, 'ASP.NET MVC 1.0 Quickly,' a hands-on guide for ASP.NET developers.
A developer's troubleshooting guide for Apache Commons FileUpload, focusing on resolving a missing dependency issue in a Java web project.
A guide to implementing cross-browser RGBA color backgrounds with CSS and a PHP fallback script for older browsers.
A guide to essential keyboard shortcuts in Windows 7 for improving productivity and window management.