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 [...]

Rapidshare Download Manager JDownloader

JDownloader is a Rapidshare Download Manager that comes with a lot of functions to make downloading files from Rapidshare and dozens other file hosting websites a breeze.
The download manager has several benefits over manually downloading files from Rapidshare. The first is that you can simply add as many download links to it which will all [...]

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 [...]

WordPress post through email

If you know this feature already , skip this article. But i have to ask a single question at the end of this section .
For wordpress version less than 2.3 , Go to Options >  writing, and  for greater than 2.3, Go to settings > writing
What you have to do is create an email account [...]

LogicManse

LogicManse is a Canadian based R & D company that provides innovative technology solutions for Entrepreneurs worldwide.
Starting from Prototype Development to Revenue Model integration, LogicManse (www.logicmanse.com) has a complete technology package for Entrepreneurs who wants to establish revenue generating global internet brands. LogicManse assist entrepreneurs by providing FREE consulting on the business & Revenue models [...]

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 [...]

Binding an image in a DataGrid

ImageUrl=’<%# “../productimg/” + DataBinder.Eval(Container.DataItem, “imageurl”) %>’

Add an Additional Item To a Databound DropDownList Control in ASP.NET

In ASP.NET 2.0 and onwards things are much easier. The DropDownList control and other list controls now have a AppendDataBoundItems (7) property. With this property set to true, a call to DataBind leaves all existing items in the list. That allows you to add the extra items declaratively in the markup:

<asp:DropDownList ID=”DropDownList1″ runat=”server”
[...]