Display a Link's Href When Printing
A tutorial on using CSS and JavaScript to display a link's URL when printing a webpage, with a workaround for Internet Explorer.
A tutorial on using CSS and JavaScript to display a link's URL when printing a webpage, with a workaround for Internet Explorer.
Explains how to use JavaScript branching to create efficient conditional functions, avoiding repeated browser capability checks.
Explains how to use JavaScript prototypes for inheritance and method sharing, improving memory efficiency and code structure.
An introduction to using classes in JavaScript to create reusable, organized code for object-oriented programming.
A developer explores MochiKit, a JavaScript library that simplifies common tasks like deferred server calls and DOM updates.
A web developer argues for reinventing the wheel to deepen understanding and potentially create better solutions.
Explains event delegation in JavaScript for efficient DOM event handling, comparing it to traditional event handlers with code examples.
A web developer's personal blog focusing on CSS, XHTML, and JavaScript, with plans for educational content and technical discussions.
A developer details migrating their blog from LiveJournal to WordPress for better features like trackbacks and JavaScript support.
Hippo CMS is now listed on Ohloh.net, a source code directory, providing insights into project activity and code statistics.
Introducing PHP for Microsoft AJAX Library, enabling PHP applications to use Microsoft's AJAX Library for creating web services.
Microsoft renames 'Atlas' to 'Microsoft AJAX Library' and 'ASP.NET AJAX Extensions', detailing its roadmap and Visual Studio integration.
Explains the difference between encode() and encodeURIComponent() in JavaScript for correctly handling special characters like Swedish å, ä, ö in URI parameters.
Introducing PRAjax, a home-brew PHP Ajax framework that simplifies asynchronous communication between server-side PHP and client-side JavaScript.
A web developer's guide to enabling and using script debuggers for JavaScript in Internet Explorer, comparing it to Firefox's Venkman.
A technical guide on accessing and using Apple's trailer data files for scripting with PHP, Perl, or JavaScript via Rhino.
A guide to enabling and using the built-in debugger for the JavaScript GUI framework in Hippo CMS 6.
A technical guide on creating configurable Java objects in Apache Cocoon using Flowscript, avoiding hardcoded class names.
A guide to building a reusable JavaScript logger utility that silences debug logs in production while keeping important console methods active.
A tutorial on using the JavaScript Web Speech API to add a 'listen' button to a website, improving accessibility and user engagement.