Add “Email Subscription Form” to your blog

If are a new blogger,you may have seen an email subscrtiption form like the below one in other blogs while browsing.
It is delevered by FeedBurner.When people subscribe,they will recieve a email with your blog posts whenever your blog is updated.It is a very easy thing and make your visitors come back again and again to [...]

Free Custom Flasher Control

Flash animation is a great way to grab people’s attention among the endless sea of look-alike Web pages on the Internet. It can present useful information, as well as provide functional interactivity. Embedding Flash animation within a Web page [...]

JavaScript Stopwatch

The objective
I know there are a lot of examples on the web on how to achieve stopwatch type functionality, but none seemed to be separated from the UI, so I decided to write my own object that could be included into any page without being tied into the user interface.
The goal
To create a JavaScript stopwatch [...]

How to Close Child Windows When the Parent Window Closes

The Motivation
When moving an application from Windows to web, I noticed that certain functionality available only in a Windows Form is expected to be carried over to the web form. Unfortunately, sometimes, achieving the said functionality can be a bit more difficult than expected.
The Objective
Being object oriented in nature, I wanted a drop in solution [...]

Create a Blogger Tag Cloud Widget

Installation:
If you already have a Labels page element installed, skip to step 2.
Step 1: Install the Labels page element by browsing to your template settings:

Click “Add a Page Element” in the column you wish:

Then find the Labels page element and click “Add to Blog”:

Step 2: Replace the Labels page element widget code with the custom [...]