AJAX applications are everywhere, and one of the key issues is the speed of rendering HTML. Using innerHTML is not recommended, but DOM can be slow. This JS template system lets you render HTML much faster than standard DOM, while keeping its flexibility.
JavaScript templating system – Display HTML blazingly fast
August 14, 2006 at 5:57 pm (javascript, template)
Javascript Boot Camp Tutorial (from OSCON 2006)
July 28, 2006 at 1:14 pm (bootcamp, javascript, tutorial)
Amy Hoy gave a 3-hour tutorial session on Javascript fundamentals on Monday, and today posted her entire slide stack, source code, and links. From her session’s description: “This talk is for everyone who feels their JavaScript skills just aren’t up to snuff.”
Cool Javascript Effect — Timeout Your Mousovers
July 10, 2006 at 4:10 pm (javascript, mouse)
From TFA: “The problem with most menu systems is that they’re really touchy whether you’re too fast or slow with the mouse. The trick is to use a timeout with the effect, so it will wait a fraction of a second to pop-up, and a fraction of a second to go away…just enough to make the effect feel solid and not finicky. “
Very Cool Javascript : Easily Add Sidenotes To Your Blog
June 15, 2006 at 12:08 am (coldcase, css, javascript)
Just by adding this javascript to your blog or website, you can easily add color coded sidenotes to your blog entries. The script does everything. All you need to do is add a single tag to your text. You can also completely style the color, borders and positioning of the sidenotes with CSS. Very cool and simple to use.
Object-Oriented Javascript
June 15, 2006 at 12:02 am (coldcase, javascript)
"Although Javascript shouldn�t be classed as an object-oriented language, pretty much everything within it is object based; from DOM scripting (Document Object Model) through to specific built-in objects such as Image and Date."
How To Speed Up Your Web App
June 14, 2006 at 11:58 pm (coldcase, css, javascript)
The next generation of web apps make heavy use of JavaScript and CSS. This article, by the lead developer of Flickr, shows you how to make those apps responsive and quick.
JavaScript Motion Tween
June 14, 2006 at 11:52 pm (coldcase, javascript)
A motion tween library — a la Flash — written in JavaScript. Really nice documentation, examples and code.
Simple JavaScript Debugging
June 14, 2006 at 11:52 pm (coldcase, debug, javascript)
Writers edit, architects redraw, and programmers debug. Development environments are usually nice enough to give programmers a bunch of tools to help determine where their program's going wrong. But with JavaScript, your development environment is a web browser, and things aren't quite so hospitable.
Javascript Rotating Cube Animation Slideshow Effect
June 14, 2006 at 11:47 pm (coldcase, javascript)
Using some pretty crazy math, Yusuke Kawasaki managed to put together quite a nifty javascript "rotating cube" animation effect. There is a demonstration on the site, along with source code and the explination of how it was created. Fascinating!
Shiny Scriptaculous Javascript Effects Cheat Sheet
June 14, 2006 at 11:46 pm (cheat sheet, coldcase, javascript, script.aculo.us)
Colorful, downloadable PDF cheat sheet for the Scriptaculous (http://script.aculo.us/) visual effects library. Site also has cheat sheets for various aspects of Ruby on Rails.
Lightbox JS 2.0 Released
June 14, 2006 at 11:32 pm (coldcase, javascript, lightbox)
Lokesh from HuddleTogether.com has finally released Lightbox JS 2.0!!!
Check out the site for more information!
A (Re)-Introduction to JavaScript
June 14, 2006 at 9:28 pm (coldcase, javascript)
My name's Simon Willison, and the title of this session is "A re-introduction to JavaScript".
Why a re-introduction? Because JavaScript has a reasonable claim to being the world's most misunderstood programming language.
Dynamic Sortable Tables Using JavaScript
June 14, 2006 at 9:28 pm (coldcase, javascript)
Small load time, very functional, quite handy.
Javascript Library: Drag&Drop, Fade, Animations…
June 14, 2006 at 9:23 pm (coldcase, javascript, library)
Ever want to add drag and drop to your website? How about a cool animation or fade? Rico is an free, open javascript library that makes adding these features easy. Check out the demo, it's pretty slick.
Javascript in Ten Minutes
June 14, 2006 at 9:15 pm (coldcase, javascript, tutorial)
If want to learn Javascript in 10 minutes, then here you go.
Javascript effect to fade between images
June 14, 2006 at 5:03 pm (coldcase, javascript)
I was just browsing javascript techniques, and I came across this really slick image cross-fader. It takes an array of images and crossfades between them (fade in and fade out at the same time). Check it out.
Javascript Compressor
June 14, 2006 at 5:02 pm (coldcase, javascript)
Filter which removes comments and unnecessary whitespace from JavaScript files. It typically reduces filesize by half, resulting in faster downloads.
jQuery – New Wave Javascript
June 14, 2006 at 5:00 pm (coldcase, jQuery, javascript, library)
An intuitive Javascript library with full support for CSS 1-3, basic XPath, effects, events, and DOM.
Use Ajax To Upload Files
June 14, 2006 at 4:48 pm (ajax, coldcase, javascript, php)
Using Javascript and PHP to Asynchronously upload files to a server!
Learning JavaScript Basics
June 14, 2006 at 12:57 pm (coldcase, javascript, tutorial)
This detailed article covers the basics for a beginner to learn JavaScript. Also, simple code samples along the way as you learn.


