Aug 3
JavaScript Regular Expressions guide
Regular expressions are a powerful tool for performing pattern matches in Strings in JavaScript. You can perform complex tasks that once required lengthy procedures with just a few lines of code using regular expressions.
Jul 31
JavaScript Closures for Dummies
This javascript tutorial explains closures so that a programmer can understand them - using working JavaScript code. It is not for gurus nor functional programmers.
Jul 21
JavaScript: The World's Most Misunderstood Programming...
JavaScript, aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world’s most popular programming languages. Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript’s popularity is due entirely to its role as the scripting language of the WWW.
Jul 21
CSS event:Selectors
The script can be downloaded from the site, and here is the description from the site: event:Selectors allow you to apply an event such as mouseover, mouseout, click, et al using a CSS style syntax. It keeps your layers separated and greatly reduces the amount of code you have to write.
Jul 21
Javascript in Ten Minutes
This tutorial will give you a basic understanding of how to work with javascript. It provides a general breakdown of things you will need to know to get started with javascript.
Jul 17
JavaScript Carousel
If anyone out there is looking for an awesome implementation of any kind of sliding pagination, I urge you to check out his examples and carousel API. It’s pretty awesome.
Jul 16
Top 10 custom JavaScript functions of all time
If there was ever a universal common.js shared among the entire develosphere, you’d fine these ten (plus one bonus) functions. It would be the swiss army knife no developer would go into production without. They have no doubt been tested tried and true and have proven usefulness and helpfulness to all those who’ve used them. [...]
- « Previous
- 1
- 2