Links

Compass Datagrid for jQuery

Compass DataGrid is an ajax-driven data grid that relies on server-side code for its data. Rather than manipulating an existing table or breaking it down into multiple pages, Compass DataGrid takes an empty table and populates it by connecting to a server-side url via ajax. As users interact with the grid, the grid talks with the server-side script letting it know what the user is requesting. The server-side script then provides JSON encoded data for the plugin to update the table.

http://www.compasswebpublisher.com/jquery/compass-datagrid

Filed under  //   ajax   grid   javascript   jqeury   table   ui   webui  
Posted June 9, 2010 by email 

A Common API For All Cloud Providers: libcloud

libcloud is a standard client library, written in Python, to access popular cloud hosting providers.

Using cloud services without the need to learn APIs for each of them & building web applications that use multiple providers become much easier.

libcloud currently supports ~8 cloud hosting providers including Amazon EC2, Slicehost & Rackspace.

http://incubator.apache.org/libcloud/

Filed under  //   cloud   ec2   grid   python  
Posted December 15, 2009 by email