JavaScript
Introduction
JavaScript, as you will know if you have done any web development, is a client-side scripting language that enables some of the clever desktop-like behavior you can experience on various web sites today. Of course, AJAX plays an important part in this as well.
Getting Started
- The Power of JavaScript - A 56 minute talk by Glenn Vanderburg that encourages use of JavaScript as a powerful tool for web applications.
- Object Oriented Programming in JavaScript, Part 1: Public/Private Variables and Methods.
- Object Oriented Programming in JavaScript, Part 2 : Inheritance
Tips and Tricks
- 75 Really Useful JavaScript Techniques.
- Make Your JavaScript Code More Readable Using the with() Statement.
- Lazily load JavaScript functionality.
- Executing JavaScript on Page Load - Discusses and shares code for intelligently loading libraries once the page is fully loaded.
- jQuery and JavaScript Coding: Examples and Best Practices
- iPhone Web Goodies: Drag and Drop with Touch, Resize and Rotate with Gestures
- iPhone Web: Multitouch JavaScript “Virtual Light Table”
- Using Javascript to Fix 12 Common Browser Headaches
- Groups of 50+ Ajax Examples
jQuery
This popular library deserves its own section.
- jQuery for JavaScript Programmers - Gives a nice overview and introduction to some of the jQuery capabilities.
- Introduction to jQuery UI - The place to get started learning about this impressive library.
- 5 Tips for Better jQuery Code.
- Five jQuery Q&A - Get answers to questions like increasing/decreasing text, imaging zooming, text expander, shifting image position, etc.
- Quick Tip - Dynamically add images to external links.
- jQuery UI ThemeRoller - Makes building themes a little easier.
- How to Load Data From Other Pages
- Learn about Multi-Use Tooltip jHelperTip 1.0
- Tracking The Position Of The User’s Mouse.
- Building a Better Blogroll: Dynamic Fun with SimplePie and jQuery
- CSS Sprites - Discusses and shares code on how to use jQuery to load menu sprites in an unobtrusive way and with proper JavaScript degradation support as well.
- Drag and Drop in jQuery
- Coda Slider Effect - Explains how to build the page navigation slider effect as first popularized on the Coda web site.
- Animation for Dummies
- Style Scrollable Areas - Use a combination of CSS and jQuery to achieve the desired effect.
- A Better Scrollable Component, Using jQuery
- Color Fading Menu with jQuery
- Image Cross Fade Transition
Libraries
- Google AJAX Libraries API - Serves up many of the popular libraries listed below. It is worth mentioning here because you can potentially speed up the loading of various JavaScript libraries from the Google server instead of hosting them on your own. More details here.
- Prototype - Adds AJAX support for dynamic communication between browser and application. Here are some handy libraries built on top of Prototype: Starbox, Lightbox, Prototip, Proto.Menu, and ProtoChart.
- script.aculo.us - Provides a cross-browser, user-interface for your web applications. Sits nicely on top of Prototype.
- jQuery - A fast library that enables easy traversal of the HTML elements, animation support, AJAX, error handling, and has lots of useful plugins. Check out Visual jQuery to get, yes, a more visual experience of jQuery API or you can start learning jQuery now. Here are some additional libraries built on top of jQuery worth checking out: moreSelectors, Anti-aliased Rounded Corners, Lightbox, Chain, tablesorter, Form, Validation, timeago, Flexigrid, Table Drag and Drop, ScrollTo, LocalScroll, SerialScroll, Flot, Image Preloader, jTPS, JX, jsTree, timepickr, and jParallax.
- Yahoo! User Interface Library (YUI) - Another JavaScript library that is a collection of utilities and controls for building robust web interfaces.
- Ext JS - Originating from the Yahoo! User Interface (YUI) library, Ext JS is a library that can be used to bring a lot of interesting UI behavior to your web application.
- Dojo - A library that has I/O, widget, GUI, testing, and animated transitions amongst other things.
- MooTools - A cross-browser and compact JavaScript framework with plug-in support. Check out the following plug-ins: JxLib.
- Jester - A JavaScript client that supports REST API and also uses Ruby on Rails coding conventions.
- LiveValidation - A library for client-side validation of text as it is typed.
- Date JS - A library for dealing with date and time.
- Timeframe - Built on top of Date JS, it allows you to select date ranges.
- SoundManager 2 - Wraps and extends the sound capabilities of Flash.
- PersistJS - A client-side, cross-browser persistent storage solution that does not use cookies.
- Coverflow - A library for presenting coverflow-like effects.
- Sphere - Turn images into three dimensional images.
- Bluff - Create beautiful graphs. Ported for use by Ruby developers.
- Typeface - Allows you to load custom fonts without having to render to image like sIFR. It is in its infancy and has issues still.
- WSIHat - A what-you-see-is-what-you-get JavaScript editor. More specifically it is the foundation from which you can apply your own UI to.
- JS.IO - A I/O library for network communication.
- Pi - Designed for JavaScript programmers develop applications with reduction in browser differences.
- jslibs - “A standalone JavaScript development runtime environment for using JavaScript as a general-purpose scripting language.”
- Blackbird - Makes logging message to the console easy. Comes with a slick looking console as well.
- Busy.js - Easily add/remove status indicators on a page.
Oh, and here is a list of some great JavaScript and CSS menu libraries.
Tools
- Line-Height - A tool that helps you determine line-height for various fonts (since each font has it’s own calculation).
Testing
- JsUnit - A client-side testing framework.
- Screw Unit - A BDD testing framework that feels a bit like RSpec for JavaScript.
- QUnit - A test framework for the jQuery library. Read Chad Myers’ post on how to get started.
- JSLitmus - Another testing library.
Performance
- SunSpider - A JavaScript performance test engine developed by the WebKit team.
- V8 Benchmark - A performance test engine developed by the Google team.
- Dromaeo - A performance test engine developed by the Mozilla team.
Sub-Pages
Search
Categories
- Adventures
(90)
- Announcements
(28)
- Business
(16)
- Electronics
(21)
- Epicurean
(9)
- Games
(3)
- Literature
(1)
- Mechanical
(4)
- Meetings
(14)
- Movies
(2)
- Music
(25)
- Photography
(1)
- Services
(24)
- Software
(99)