Posted on September 25, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology, javascript | Tagged: Blog | 2 Comments »
Posted on September 18, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology | Tagged: download-manager, file host, Hacks, jdownloader, rapidshare, Technology | 1 Comment »
Posted on September 17, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: ASP.NET, Technology, javascript | Tagged: ASP.NET, Flash, Html, javascript, Web | Leave a Comment »
Posted on September 16, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology, javascript | Tagged: Html, javascript, Technology, Web | Leave a Comment »
Posted on September 16, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology, javascript | Tagged: Html, javascript, Technology, Web | 1 Comment »
Posted on September 16, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology | Tagged: Blog, Email, Technology, WordPress | Leave a Comment »
Posted on September 16, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology | Tagged: Entrepreneurship, Logicmanse, Service for startups, SMB services, Startups, www.logicmanse.com | Leave a Comment »
Posted on September 11, 2008 by Thomas Kutty Joseph
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 [...]
Filed under: Technology, javascript | Tagged: blogger, blogger code, javascript, labels, tags, widget | 5 Comments »
Posted on September 9, 2008 by Thomas Kutty Joseph
ImageUrl=’<%# “../productimg/” + DataBinder.Eval(Container.DataItem, “imageurl”) %>’
Filed under: ASP.NET, Technology | Tagged: ASP.NET, Technology | Leave a Comment »
Posted on September 9, 2008 by Thomas Kutty Joseph
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”
[...]
Filed under: ASP.NET, Technology | Tagged: ASP.NET, Technology | Leave a Comment »