FacePad:Facebook Photo Album Downloader

Posted On // Leave a Comment
 

FacePAD is a small Firefox extension that makes grabbing whole albums from Facebook a breeze.

FacePAD, better known as the Facebook Photo Album Downloader will allow you to download your friends’ facebook albums, Events albums, and Group Albums, en masse, with the click of a button.So,Friends & Bloggers have a try :) .You can get it from below provided link

[Read more]

How to Add Google index page checker

Posted On // Leave a Comment
You can use this Google index  page checker .By using this you can see your site Google index page on
your web browser
 1. Log in to blogger and Go to  Design >> Page Element

2.Now click Add Gadget and select the HTML/Javascript

3.Now paste below code.

<form method="get" action="http://www.google.com/search" target="_blank" rel="nofollow"><input name="q" value="Site:" maxlength="255" size="40" type="text"><input value="Google Index" type="submit"><input value="en" name="hl" type="hidden"></form>


5. Now click save you are done.

Please post your valuable feedback through comments and share your thoughts with us :)
Have A Nice Day :)
[Read more]

How to add Rainbow cursor for blogger

Posted On // Leave a Comment
Today,I am going to teach you how to add a rainbow cursor for your blogger.It displays when the user move the mouse cursor to the website window.So,lets start the tutorial immediately.


1. Log in to blogger and Go to Design >> Edit HTML

2 .Make sure u Click on "Expand Widget Templates"

3. Find this tag by using Ctrl+F    </body>
4. Paste below code before  </body> tag


<style type="text/css">body, a, a:hover {cursor: url(http://cursors4.totallyfreecursors.com/thumbnails/rainbow-ani.gif), progress;}</style>


5. Now click preview and click save template .you are done.

Image Preview For The Code Result:
 
 Note: You can change the url link from the code and add your favorite image link to display instead of the given Rainbow Cursor.


Please post your valuable feedback through comments and share your thoughts with us :)
Have A Nice Day :)
[Read more]

How to make all links open in new windows

Posted On // Leave a Comment
This request to make all hyperlinks pops up every now and then so might as well make a post for it. To make all links open in new window is amazingly simple. Just sign into

DASHBOARD > DESIGN > EDIT HTML
to open template editor

Use keyboard shortcut ctrl+F to find and immediately after that, add a single line <base target='_blank' /> so that it become


<head>
<base target='_blank' />

Save the edited template and viola, all links in your blog will now open in new tabs or windows

Note: Blogger is now XHTML so all tags must have matching closing tags or be self closing. The above tag is self closing because it has that forward slash / at the end of the tag.
[Read more]

WP Answers - Monetizing Q & A Sites

Posted On // Leave a Comment
[Read more]