Archive | Tips Triks Hacks

RSS feed for this section

How to Read URL Parameters From Address Bar Using Javascript

Goal: To read/dump url parameter(var1,var2 & var3) values(first,second & third) from/into array using JavaScript. http://www.yoursite.com/read.html?var1=first&var2=second&var3=third Some of you may want to read url variables/parameters dynamically from the address bar.  This JavaScript let you dump all the url variable into array. The values from the array can be read individually or one by one using loop functions. From the [...]

Read full story Comments { 0 }
Remove Banner Ad from Godaddy Free Web Hosting Pages

Remove Banner Ad from Godaddy Free Web Hosting Pages

When you purchase domain from the Godaddy you will get free web hosting for life. As you know if the hosting is free than they put ads on your pages to earn some money for running cost. Same thing for godaddy also,they put ads on top of each page. There is no option of reducing [...]

Read full story Comments { 2 }
Related Post Widget Using Google Custom Search for Blogger

Related Post Widget Using Google Custom Search for Blogger

You have seen many related post widgets for blogger. But here is one which is designed using Google Custom Search. See the demo in the footer section of this post. How to install : 1. Login to Blogger Dashboard 2. Go to Design >> Edit HTML >> Check ‘Expand Widget Template‘ 3. Search for <data:post.body/> [...]

Read full story Comments { 0 }
Adding Recent Posts With Thumbnail Widget From Gadgets Directory

Adding Recent Posts With Thumbnail Widget From Gadgets Directory

Here is the recent post widget with thumbnail in blogger blog. The widget can be customizable with widget height, number of posts to display, summary length. You can see the how it looks in right side snapshot. You can see the live demo here. Adding Recent Posts With Thumbnail Widget : 1. Sign in to [...]

Read full story Comments { 1 }
How to Add Post Summaries With Thumbnail in Blogger Blog

How to Add Post Summaries With Thumbnail in Blogger Blog

In previous posts i have explained about ‘Expandable post summaries using javascript’ and simple expandable post summaries. Those Read More! hack have some drawbacks like –* No thumbnail created* Need manual setup – If you already have some posts in your blog and going to use those hacks, than you need to alter all the [...]

Read full story Comments { 9 }
Add Featured Rich Comment System For Your Blogging Plotforms

Add Featured Rich Comment System For Your Blogging Plotforms

IntenseDebate is a featured comment system for WordPress, Blogger, Tumblr and many other blogging systems. It is a one of the feature rich commenting system that i have seen around the web. Engage your user with this feature rich tool to discussion on your content. Comments can be posted using Facebook Connect, Twitter, OpenID accounts [...]

Read full story Comments { 0 }
Page Numbering With Page Navigation Widget for Blogger – Working

Page Numbering With Page Navigation Widget for Blogger – Working

Previously i have written about ‘Accessing Older or Newer Post with Page Numbering‘, the code provided there got some bug. So its not working now. Abu Frhan now fixed this bug. Here is the simple way to implement it in blogger blog. Installation Instruction : 1. Login to Blogger Dashboard2. Navigate to Design(Layout) > Edit [...]

Read full story Comments { 7 }
Show Google Adsense for Search Results In Same Page – Blogger and Website

Show Google Adsense for Search Results In Same Page – Blogger and Website

Google Custom Search element gives your visitors a customized search experience in your website or blog. If you are a existing adsense user, add the Google Custom Search element and earn revenue from your site with AdSense for Search. The search results will be shown in the same page ie the search results will not [...]

Read full story Comments { 2 }