Javascript 51
Jquery Tiny Carousel With Blog Posts
JQUERY TINY CAROUSEL plugin provides facilities for showing the items in horizontal/vertical sliding (carousel). It can be downloaded from this link:- http://baijs.nl/tinycarousel/ The project structure, This demo is “Retrieving the Blogger posts and displaying the post in the carousel demo.” Here we are retrieving 30 posts and displaying 3 […]
YUI3 Dialog Transition With Ajax Response
YUI3 Dialog is a pop up window, similar to ALERT box. “panel” is the yui3 module for dialog. Dialog window can be animated through “transition” module. The YUI3 Dialog Example can be found, http://yuilibrary.com/yui/docs/panel/dialog.html The “panel” module can be used by YUI.use(“panel”,function(Y){ //——–}) . The project structure, The […]
Apache Couchdb : Introduction And Installation
This is another database on “NOSQL” concept. NOSQL’s are schema less database. The data is stored in a JSON format. It supports distributed configuration . Couch DB supports replication of data across distributed platform, It has many framework for this supporting master replication, slave replication, filtered replication, incremental/bidirectional replication. “Erlang” is a language to customize […]
Tooltip Using Qtip2 And Ajax To Servlet
QTIP2 is JQUERY library for creating tool tip. It supports Asynchronous display of tool tip. The plugin JS file can be downloaded from :- http://craigsworks.com/projects/qtip2/download/ Demo , In this demo A servlet is called through AJAX , the response of the call is displayed in the tool tip. The Project […]