Archive for the ‘YUI’ Category

Server Driven DataTable with Pagination / Sorting

This example builds a DataTable based on the columns information taken from the server. Instead of building a statically defined DataTable it will build it based on what the server says.
It has been based on the server-side pagination and server-side sorting examples. They have both been changed in that they do not use [...]

More »

Utilize Google’s Ajax Libraries API

The problem: loads of websites around the internet using the exact same javascript file. The file is a whopping 100KB in size. Since this same file resides on each website’s server, the file is downloaded and cached for each individual website. Lots of load time for same file.
The solution: Google AJAX Libraries APIs. Google hosts [...]

More »