Preloading JS and CSS as Print Stylesheets
A technique to preload JS and CSS files as print stylesheets to improve page load times, with a warning about Chrome compatibility issues.
A technique to preload JS and CSS files as print stylesheets to improve page load times, with a warning about Chrome compatibility issues.
Discusses the shift from chasing website visitor numbers to focusing on deeper user engagement and content contribution in a saturated web.
A review of Douglas Crockford's book 'JavaScript: The Good Parts' and how it changed the author's perspective on the language.
A developer details their migration from a dynamic Django site to the static site generator Hyde, explaining the technical motivations and process.
A review of 'Dive into Python 3', a book for programmers learning Python, covering its content, style, and availability.
A developer announces moving their blog to a custom Django-based platform, thanking contributors for hosting and design.
A critique of automatic website localization that ignores user language preferences, using examples from Twitter, Facebook, and Windows Mobile Marketplace.
A developer recounts attending Microsoft's invite-only Web Development Summit 2009, focusing on dialogue between Microsoft and the PHP community.
A JavaScript developer proposes a shorter, regex-based function for reading browser cookies, criticizing verbose mainstream solutions.
A developer's critique of Outlook 2007/2010's poor HTML email rendering due to its use of the Word engine, causing major cross-client compatibility issues.
Explores using Unicode characters like @ and ․ to hide email addresses from spambots, offering a less common alternative to traditional methods.
A beginner's guide to writing basic tests for Django applications, covering view responses and form handling.
Extending jQuery with John Resig's micro-templating function for cleaner, nestable JavaScript templates.
Explores a JavaScript technique called 'simplethreading' for handling large data sets asynchronously by batching operations to improve performance.
A blogger announces a month-long daily blogging challenge focusing on advanced Django, HTTP push tech, and some political content.
Fixes for xVal.WebForms validation issues: suppressing duplicate validation calls and ensuring complete validator script options.
A fun web tool that generates Bing search links for easily answerable questions, inspired by LetMeGoogleThatForYou.
Explores using ASP.NET MVC 2's 'Serialized Model State' feature for handling optimistic concurrency in web forms.
A developer's response to a CSS3 learning tool challenge, discussing its features and potential for education.
A technical overview of new features in the ASP.NET MVC 2 Preview 2 release, focusing on the Futures assembly, client-side validation, and REST SDK.