Published News » javascript

14 Votes Vote

High Performance Web Sites :: Coupling asynchronous scripts

Posted by jjlo 123 days ago javascript
http://www.stevesouders.com — Much of my recent work has been around loading external scripts asynchronously. When scripts are loaded the normal way () they block all other downloads in the page and any elements below the script are blocked from rendering. This can be seen in the Put Scripts at the Bottom example. Loading scripts asynchronously avoids this blocking behavior resulting in a faster loading page. Read More
Discuss Bury
Tags: javascript optimization howto tutorial All
2 Votes Vote

A Big List of Really Useful JavaScript Libraries

Posted by jjlo 149 days ago javascript
http://itshala.com — A Big List of Really Useful JavaScript Libraries Read More
Discuss Bury
Tags: javascript list apis All
2 Votes Vote

jQuery Quicksand plugin

Posted by cubic 160 days ago jquery
http://razorjack.net — Reorder and filter items with a nice shuffling animation. Read More
Discuss Bury
Tags: jquery javascript plugin All
2 Votes Vote

Automatic Image Slider w/ CSS & jQuery | Simple Image Slider Tutorial | jQuery Slider

Posted by jjlo 161 days ago jquery
http://www.sohtanaka.com — With the release of the iPad and its lack of support for flash, it has stirred up a lot of debates regarding the future of flash. With this in mind, I believe it is wise to build simple widgets like the image slider using HTML/CSS/Javascript, and leave more interactive applications for flash if needed. The html based image slider will have its benefits with SEO and will also degrade gracefully fo Read More
Discuss Bury
Tags: jquery javascript tutorial image rotator All
2 Votes Vote

Link Underlines Grow to Backgrounds on Hover | CSS-Tricks

Posted by cubic 172 days ago javascript
http://css-tricks.com — I’ve been mulling the idea of going with a link style in which a link’s underline “slides-up” to become a background highlight on hover. Read More
Discuss Bury
Tags: css jquey javascript php All
3 Votes Vote

The Basics of Object-Oriented JavaScript

Posted by jjlo 259 days ago javascript
http://net.tutsplus.com — JavaScript can have all that an Object-Orientated language has to offer. Read More
23 Comments Bury
Tags: howto object oriented oo js All
4 Votes Vote

Create a Twitter-Like “Load More” Widget

Posted by jjlo 374 days ago javascript
http://net.tutsplus.com — A great tutorial using AJAX, CSS, Javascript, JSON, PHP, and HTML for displaying lists in the same manner as Twitter and Apple App Store. When the list is loaded a small animation is displayed to show the items refresh. A similar effect is displayed when the read mode button is pressed.

The tutorial shows both jQuery and MooTools implementations of the script. Read More
Discuss Bury
Tags: javascript php json jquery mootools ajax All
2 Votes Vote

53 Jquery Tutorials, Resources, Tips And Tricks: Ultimate Collection

Posted by jjlo 395 days ago jquery
http://www.1stwebdesigner.com — A must know list of jQuery tutorials and resources for beginners and advanced web developers. Read More
Discuss Bury
Tags: jquery tutorials resources tips & tricks All