Published News » javascript
14 Votes
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
2 Votes
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
2 Votes
jQuery Quicksand plugin
http://razorjack.net —
Reorder and filter items with a nice shuffling animation.
Read More
2 Votes
Automatic Image Slider w/ CSS & jQuery | Simple Image Slider Tutorial | jQuery Slider
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
2 Votes
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
3 Votes
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
4 Votes
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
The tutorial shows both jQuery and MooTools implementations of the script. Read More
« previous1 next »

