you are not signed in | sign in or register
Ajax Tutorial
Prototype, jQuery and another Ajax tutorials
Feed & Web Facts
10
Feed Item Count
29 May 12 03:46
Last Reading
2.0
RSS/XML Version
(en)
Feed Language
UTF-8
Feed Encoding
36
Page-Views
 
28
Weekly People
Week 21
tutorialajax.com
Ajax Tutorial
Traffic Overview
Newest Posts in Feed
Compress JavaScript with Gzip
The main problem when we are using ajax framework is because of their big size. Of course, it will extremely slow down the sites load time. For example, if we use the standard jQuery, it’s almost 100Kb. It’s even more if we use the complete Prototype and Scriptaculous that will cost around 150Kb. This is really [...] No related posts.
Font Zoomer JavaScript
This idea come from the Wordpress Zoom Box Plugin. It’s a widget used to change websites font automatically. This simple widget is easy to made and useful for blog / website. This is how to do it: Adding the Zoom Box First of all, add a
Using Prototype
To using prototype, first we must download it. It’s only 1 file named ‘prototype.js‘. It is about 120kb, a bit too large for a website. but don’t worry, because the 120kb will do more… besides that, we can compress it using any packer. I won’t describe how to compress the file here. If [...]Related posts:PrototypeThe Prototype $() functionStart Using jQuery...