Relax Breath of Solution.

Just I wanted.. Do you?…

String Truncation (Ellipsis) using jQuery for IE FF Opera

you could achieve the same thing by writing a small JavaScript code:

Best practices to increase Performance your web site

Minimize HTTP Requests 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the […]

jQuery Tips and Tricks you Must Memorize – part 2

Wrap everything in a single element when doing any kind of DOM insertion How to tell when images have loaded This is another one of those problems that doesn’t seem to be as well documented as it should be (not when I went looking anyway) and it’s a fairly common requirement when building photo galleries, […]

jQuery Tips and Tricks you Must Memorize

Creating an HTML Element and keeping a reference Checking if an element exists If you want to know the index of an element within a set (e.g. list items) within a unordered list: In jQuery 1.4 you can use an object literal to define properties when you create an element: Add/remove a class based on […]

« go back