Write a comment | Articles | DHTML Gallery | .NET | About Me | FAQ


Animated 3D AJAX Bar Graph with Silverlight
Graph application made using Silverlight and javascript. It uses AJAX to fetch data and refresh itself at regular intervals. I have written an online XAML generator tool to create such graphs.
AJAX Line Graph with Silverlight (Demo)
Live demo of Silverlight based AJAX line graphs. The graph updates at real time with data from server.
IFRAME based Javascript Tooltip
IFRAME based javascript tooltip , which can be used to show webpages. Nice alternative to those ugly popups for showing webpages or HTML documents. It supports all features of my previous DIV based tooltip.

Demo of Drag and Paste with Dojo
Recently I was asked how drag and paste can be implemented using Dojo. Means you start dragging an object and instead of dropping the object itself , you drop a copy of it. Checkout the online demo.
Sliverlight based Flickr photo viewer
A sleek photo viewer using Silverlight and custom JSON based RSS feed. Shows a really cool slideshow of images.

Collapsible Drag&Drop panels with Dojo
DHTML panel units that support drag&drop and are collapsible, using Dojo toolkit and very little javascript. Information on creating them here
Snake game in Javascript
A very simple snake game entirely written in Javascript. Works with IE and FireFox.

Animated Collapsible Panel Using Javascript
Check out the cool animated collapsibile panel written in javascript. Click on the above link to see a online demo. Read article on how it was created , here .
Object Oriented Collapsible Panel Javascript
Collapsible panel, using OOP in Javascript. This promotes reuse and component based approach. Only a single line of Javascript is required to use them.

Photo Album with maps
Simple javascript based photo album that allows you to show the location of the photo in a satellite map just beside the image.There are detailed instructions on this page on how to reuse it on your website.
Javascript animated Tooltip
Simple javascript based tooltip that can be used to show HTML content. Supports animations, adjustable animation speed. Examples include translucent and AJAX based tooltip