The HTML5 `document.head` DOM tree accessor
Explains the HTML5 `document.head` property, its benefits over traditional DOM access, and provides polyfill code for cross-browser support.
Explains the HTML5 `document.head` property, its benefits over traditional DOM access, and provides polyfill code for cross-browser support.
A developer details the backend rewrite of 'A Feed Apart,' a real-time tweet aggregation site for web design/development conferences.
A tutorial on using PHP 5's SimpleXML extension to parse XML files and dynamically generate website navigation and content.
A developer's experience using Opera browser with Oracle Enterprise Manager, highlighting its speed and tab management benefits.
A technical guide on using CSS and JavaScript to override browser defaults and display hidden HTML elements like <head>, <title>, and <meta> tags.
A developer outlines planned improvements to their personal website, including code refactoring, new features, and UI tweaks, before starting a new game project.
Explains how browsers cache 301 permanent redirects, causing issues when websites misuse them for temporary actions like login flows.
A game developer discusses taking a break from game making to learn new tools like Vim and Haskell, and how exploring different programming paradigms improves skills.
A technical overview of running PHP applications on Windows Azure, covering scaling, storage, and SQL Azure with sample code.
A developer reflects on shutting down a phpBB forum they didn't build themselves, preferring the satisfaction of using their own custom-built tools.
Exploring advanced CSS counter techniques and demonstrating them with a CSS3 Reversi game UI implementation.
A developer outlines ideal working relationships with designers, from best-case collaboration to worst-case scenarios.
A guide to using Django's template2pdf app to render RML templates directly into PDF files within web applications.
A presentation on developing and deploying PHP applications on Microsoft's Windows Azure cloud platform, including slides and sample code.
Introduces Sharpy, an ASP.NET MVC view engine using Smarty syntax for cleaner, designer-friendly templates with extensibility via MEF.
A developer details the process of converting a personal blog to HTML5, covering semantic elements, CSS adjustments, and IE compatibility.
A practical guide to quickly improving website performance using free tools for image compression, CSS/JS minification, and sprite generation.
A tutorial on using jQuery to find and replace specific text patterns within the DOM, useful for content editing workflows.
Analysis of Facebook's HipHop PHP compiler, discussing its design, performance goals, and limitations compared to dynamic language implementations.
A developer launches a redesigned blog, switching from a custom VBScript system to WordPress with HTML5/CSS3 and expanding content beyond web development.