Performance Toolbelt: SpriteMe
A review of the SpriteMe bookmarklet, a tool for creating CSS sprites to optimize website performance by reducing HTTP requests.
A review of the SpriteMe bookmarklet, a tool for creating CSS sprites to optimize website performance by reducing HTTP requests.
A developer shares lessons learned from creating seven experimental games, focusing on iteration, execution, and goal-setting.
Explains how JavaScript converts objects to primitives using toString and valueOf methods, covering basics, edge cases, and performance.
A developer outlines ideal working relationships with designers, from best-case collaboration to worst-case scenarios.
A proposal for improving Django's application architecture with 'Application Objects' to solve issues like model extensibility and GenericForeignKey misuse.
A review of the book 'Matplotlib for Python Developers', covering its content, target audience, and usefulness for scientific plotting.
A developer creates a Python library to mimic JavaScript's flexible object syntax, allowing dot notation and dynamic property access.
How rewriting a MySQL query to use indexes properly improved performance from 10 seconds to 0.03 seconds.
A developer shares their experience creating a Python interface for the open-vcdiff library using Cython, focusing on C++ integration challenges.
A presentation overview on writing efficient, high-quality JavaScript code, aimed at developers with a Python background.
Explains how to create a self-reproducing zip file that contains itself, drawing parallels to self-replicating programs.
A developer builds an FTP server bridge to access and manage Windows Azure Blob Storage, allowing file operations via standard FTP clients.
Explores whether programming languages inherently have performance characteristics by comparing Python and C implementations.
A developer's personal experience and key takeaways from attending the QCon London 2010 technology conference, covering talks on architecture and .NET.
Announcement of new Mayavi releases (3.3.0 & 3.3.1) detailing new features, bug fixes, and contributor acknowledgments.
A web-based tool for testing and understanding CSS3 structural pseudo-class selectors like nth-child and nth-of-type with live element manipulation.
An in-depth guide to the JavaScript Module Pattern, covering basics, advanced techniques, and practical examples for clean code.
A developer's postmortem analysis of a personal game project, 'A Geek Valentine', covering development time, graphics, and simple AI implementation.
How to resolve ORA-13757 error when deleting an active SQL Tuning Set in Oracle, including diagnostic queries and cleanup steps.
Analyzes the performance difference between JavaScript's strict (===) and loose (==) equality operators, finding minimal practical impact.