Microsoft AJAX Library and ASP.NET AJAX Extensions
Microsoft renames 'Atlas' to 'Microsoft AJAX Library' and 'ASP.NET AJAX Extensions', detailing its roadmap and Visual Studio integration.
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.
Explains when to use ES6 Sets vs Arrays in JavaScript, focusing on performance, uniqueness, and use cases like error tracking and UI rendering.