Facebook Social Sharing Corner Widget For Your Blog

We know that facebook is the largest social sharing website which is used by the website owners to develop their sites.There are different social sharing widgets available,but here is a different widget for facebook which will apparently bring more visitor to your site.



This widget will increase your number of likes on facebook and provide you good traffic sources.To get this widget do the following.

1.Goto your Blogger Dashboard.

2.Select layout-->Add A Gadget-->Html Javascript.

3.Copy the following code and paste it.


<style type="text/css">
 #facebook {position: fixed;top: 0;right: 0;z-index: 9997;cursor: pointer;}
 </style>
<a target="_blank" id="facebook" href="http://www.facebook.com/spiceupblogging/"><img src="http://4.bp.blogspot.com/-bRWYrFTodJY/Tx06jPcMoqI/AAAAAAAABHE/7AHTNTZW4-g/s1600/JoinUsOnFacebook.png" alt="Join Me On Facebook" /></a>



4.Now replace spiceupblogging with your facebook page name.

That's all you are done.Leave your comments here...
Read More

Godaddy.com Promo Codes For September 2012

To get your own website godaddy helps to get it easily. Godaddy is the largest web domain and hosting company. There are millions of people registered with godaddy.com. It provides different services such as DNS managment,domain renewal and so on.

For each month it provides different promotional codes to its users to reduce the cost of registering a website. Most of them get use of the promo codes to get their own domain. Now here we can see the promo codes of godaddy for september 2012.

Use this codes and get savings on hosting your website.



Godaddy promo codes for september 2012:


1.15% off Sitewide Exclusive promo code September 2012

Coupon Code: LKSRTL15

GoDaddy: RetailMeNot Exclusive! Save 15% Off Site-Wide. Offer ends 9/18/12.


 2.20% off Wedding Site builders promo code September 2012

Coupon Code: LKSWEDWST

GoDaddy: Wedding Websites- 20% off site builders with $1.99 .com domain. Expires 9/30/12.


3.FREE DOMAIN with Website Builder purchase promo code September 2012

Coupon Code: LKSWD30

GoDaddy: GoDaddy.com Deal of the week -FREE DOMAIN with 12 month Website Builder purchase! Expires 8/29/12.


4.Godaddy $5.99 domain promo code September 2012

Coupon Code: IAP599v

Expiry Date: Never Expires


5.Deal of the Week! 15% off your order with Godaddy promo code September 2012

Coupon Code: iapdl530

Expiry Date: Never Expires


6.works for renewal also $1.99 Web Hosting at Go Daddy promo code September 2012

Coupon Code: IAP199H2

Expiry Date: Never Expires


7.Save 20% on hosting plans at Go Daddy promo code September 2012

Coupon Code: Iap20host

Expiry Date: Never Expires 
Read More

Add Pop Up Facebook Like Box For Your Blog

Facebook is the largest social sharing website.Most of the bloggers use it to develop their website.There are different social sharing icons to increase the traffic sources.Here is the pop up facebook like box for increasing the visitors to your site.



By adding this pop up box  the number of likes to your facebook page will be increased.


To add the facebook pop up like box to your blog follow the below steps:

Step 1: Goto Dashboard-->Layout-->Add A Gadget-->Html Javascript

Copy and paste the following code in it.

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js'></script>
<script src="http://exeideasinternational.googlecode.com/files/jquery.colorbox-min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function(){
if (document.cookie.indexOf('visited=true') == -1)
{
var fifteenDays = 1000*60*60*24*30;
var expires = new Date((new Date()).valueOf() + fifteenDays);
document.cookie = "visited=true;expires=" + expires.toUTCString();
$.colorbox({width:"400px", inline:true, href:"#exestylepopups"});
}
});
</script>
<style type="text/css">
/*
ColorBox v1.3.16
(Copyright (c) 2011 Jack Moore - jack@colorpowered.com)
*/
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddle
Left,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:a
uto}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left
:0;width:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{
float:left;margin:auto;border:0;display:block}.cboxIframe{width:100%;height:100%;display:block
;border:0}#cboxOverlay{background:#000;opacity:0.5 !important}#colorbox{box-shadow:0 0 15px rgba(0,0,0,0.4);-moz-box-shadow:0 0 15px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 15px rgba(0,0,0,0.4)}#cboxTopLeft{width:14px;height:14px;background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat 0 0}#cboxTopCenter{height:14px;background:url(http://3.bp.blogspot.com/-dJQm3QEd5Iw/TxohpCter-I/AAAAAAAAF0Q/GRny7olLbv8/s400/border.png) repeat-x top left}#cboxTopRight{width:14px;height:14px;background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat -36px 0}#cboxBottomLeft{width:14px;height:43px;background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat 0 -32px}#cboxBottomCenter{height:43px;background:url(http://3.bp.blogspot.com/-dJQm3QEd5Iw/TxohpCter-I/AAAAAAAAF0Q/GRny7olLbv8/s400/border.png) repeat-x bottom left}#cboxBottomRight{width:14px;height:43px;background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) no-repeat -36px -32px}#cboxMiddleLeft{width:14px;background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) repeat-y -175px 0}#cboxMiddleRight{width:14px;background:url(http://4.bp.blogspot.com/-_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) repeat-y -211px 0}#cboxContent{background:#fff;overflow:visible}#cboxLoadedContent{margin-bottom:5px}#cboxLoadingOverlay{background:url(http://2.bp.blogspot.com/-bMneOFi_UDo/Txohpge3Z9I/AAAAAAAAF0s/AbVgxX9pXtQ/s400/loadingbackground.png) no-repeat center center}#cboxLoadingGraphic{http://3.bp.blogspot.com/-SKktU1-SCCw/TxohpRB19LI/AAAAAAAAF0Y/iwIo3LnjoE0/s400/loading.gif) no-repeat center center}#cboxTitle{position:absolute;bottom:-25px;left:0;text-align:center;width:100%;font-weight:bold;color:#7C7C7C}#cboxCurrent{position:absolute;bottom:-25px;left:58px;font-weight:bold;color:#7C7C7C}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow
{position:absolute;bottom:-29px;background:url(http://4.bp.blogspot.com/-
_VSGGUcsUPE/TwNIXL6W2qI/AAAAAAAAFwQ/5KR8F-N3Mqk/s1600/controls.png) 
no-repeat 0px 0px;width:23px;height:23px;text-indent:-9999px}#cboxPrevious{left:0px;background-position:-51px -25px}#cboxPrevious.hover{background-position:-51px 0px}#cboxNext{left:27px;background-position:-75px -25px}#cboxNext.hover{background-position:-75px 0px}#cboxClose{right:0;background-position:-100px -25px}#cboxClose.hover{background-position:-100px 0px}.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px;right:27px}.cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px}.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px;right:27px}.cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px}#mdfb{font:12px/1.2 Arial,Helvetica,san-serif;color:#666}#mdfb a,#mdfb a:hover,#mdfb a:visited{text-decoration:none}.mdbox-title{background:#000;color:#fff;font-size:20px !important;font-weight:bold;margin:10px 0;border:20px solid #ddd;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;box-shadow:5px 5px 5px #CCC;padding:10px;line-height:25px;font-family:arial !important}
</style>
<div style='display:none'>
<div id='exestylepopups' style='padding:10px; background:#fff;'>
<center><h3 class="mdbox-title">Receive all updates via Facebook. Just Click the Like Button Below...</h3></center><center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fspiceupblogging&amp;width=300&amp;
colorscheme=light&amp;show_faces=true&amp;border_color=%23ffffff&amp;
stream=false&amp;header=false&amp;height=258" scrolling="no" frameborder="0" 
style="border:none; overflow:hidden; width:300px; height:258px;" allowtransparency="true">
</iframe>
</center><p style=" float:right; margin-right:35px; font-size:9px;" >Get This <a style=" font-size:9px; color:#3B78CD; text-decoration:none;" href="http://www.spiceupblogging.com">SpiceUpBlogging</a></p>
</div></div>

Step 2: Replace spiceupblogging with your facebook page name.

Step 3: This is designed to appear the likebox once. If you need this to appear all times of loading your site, then change the value true to false.

Step 4: Now save the gadget.

Note: To make your widget appears only on your homepage do the following.
Add the following code before the provided code.
< b:if cond='data:blog.url == data:blog.homepageUrl'>
And add the following code after the provided code
< /b:if>

Read More

Add Static Twitter Follow Box With Jquery Hover Effect to Your Blog

Social sharing is the best way to get more traffic sources to a website.For that way there are different social sharing buttons available for your blogger.Here is a static twitter follow box witn jquery hover effect for your blog and website.

I am sure that this static widget will surely increase your traffic sources and get more followers to your blog.So get this widget for your blog.



To appear this widget in your blog follow the steps below:

Step 1: Add Jquery Javascript plugin.(you can ignore this step if you already added jquery plugin)

1.Go to your blogger dashboard-->Template-->Edit Html.

2.Search for </head>
(press ctrl+f to get search box)

3.Place the following code before </head>.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>

4.Save the template.

Step 2: Click Layout-->Add A Gadget-->Html Javascript.

Paste the following code in it.


<script type="text/javascript">
 //<!--
 $(document).ready(function() {$(".twitterboxot").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"},"medium");}, 500);});
 //-->
 </script>
 <style type="text/css">
 .twitterboxot{background:url("http://1.bp.blogspot.com/-fJJRuddigrQ/UDYmma2msYI/AAAAAAAAAZU/8CVcRV_l47E/s1600/twitterfanbox-OT.png") no-repeat scroll left centertransparent !important;
 display: block;
 float: right;
 height: 240px;
 padding: 0 5px 0 46px;
 width: 245px;
 z-index: 99999;
 position:fixed;
 right:-250px; top:60%;}
 </style>
 <div class="twitterboxot"><div>
 <script type="text/javascript"
 src="http://script-ot.googlecode.com/svn/twitterbox.js"></script><div
 id="twitterfanbox"></div><script
 type="text/javascript">fanbox_init("SpiceUpBlogging");</script>
 </div></div>

Step 3: Change spiceupblogging to your twitter name.

Now save the gadget and you are done...
Post your comments and subscribe us via email.
Read More

Get Youtube Subscribe Widget For Your Blog

Youtube is the largest video sharing website.Millions of videos are shared in youtube everyday.If you have a blog or a website you can promote your youtube channel using it.

Placing a youtube subscribe widget in your website number of subscribers for your youtube channel will be increased more.



To do so just copy the below html code and paste it in your blog.Follow these steps:

1.Open your Dashboard at blogger.com

2.Click on layout-->Add A Gadget-->Html Javascript.

3.Paste the below code.

<iframe src=http://www.youtube.com/subscribe_widget?p=Spiceupblogging style="overflow: hidden; height: 105px; width: 300px; border: 0;" scrolling="no" frameBorder="0"></iframe>

4.Replace spiceupblogging to your channel name.

5.Now save it.you are done

Feel free to post your comments...
Read More

How To Get Fake Facebook Like For Your Website

Facebook is the largest social networking sit.It helps to increase the traffic of a website or blog.This is a simple trick by which you can make that your website looks like it gets more like on facebook.



A facebook page cannot get likes by this method.This will only helps for those who have a website of their own.

To get fake facebook likes follow the below steps:

Step 1:Open your website and copy the URL address.


Step 2:Go to your facebook account and post the link in update status and change 'public' to 'only me'.


Step 3:Then click on comment and again paste the link in it.


Step 4:Do the steps again and again till how many likes you want.Then see your website the number of likes will be increased.After getting likes you can remove the post,it will not affect your likes.

Before:


After:



Read More

Anna University Of Technology May/June 2012 Results Released

Anna University Of Technology

Those who have appeared for the anna university of technology results have been released.And also the other results for UG examinations are released.



Students can view their results at,

www.schools9.com
Read More

Anna University May/June 2012 Results Declared

Anna University May/June 2012 results have been declared and it is said that it will be released at 7:30pm.But the latest news says that the results have been delayed for 2 hours due to some technical problems and the result will be released at 9:30pm.



 Those who are waiting for the results can view their results at,

www.schools9.com          www.annauniv.edu       www.results.chenaieducation.net
Read More

Free Mobile Recharge By Amulyam.in 100% Works

There are different online money earning websites are available.The best way to earn online mobile recharge is Amulyam.in.It works in india for all operators like Idea,Docomo,Aircel,Airtel,Vodafone,Bsnl,etc.The lowest recharge amount is 10rs.You can recharge upto maximum 180rs.All you have to do is signup with Amulyam.in and check for bonus mails,play contests,create contests and for referring your friends you can earn money.



Follow the steps to get mobile recharge from Amulyam:

1.Register a new account.
2.Refer to your friends.
3.Play contests like Quiz,Poll and Rate it.
4.You can also create contests and earn money.
5.Completing some special offers like booking airline tickets or reading the bonus mails.

There are more number of users registered in it.It will be 100% workable.
Read More

Windows 7 Did Not Boot? Recovery Solutions

There may be some simple problems can occur while starting the windows 7.It may be happens by if any system file is deleted unknowingly or by any other cause.Windows 7 startup repair can fix these problems.The tool does not fix hardware failures, errors such as hard disk or incompatible memory.

Follow the steps to fix the errors:

Step 1:First if you have inserted any CD/DVD remove it and restart the system.

Step 2: If your computer has only one operating system installed, press the F8 key while the computer restarts,before the Windows logo appears. If your computer has more than one operating system, select   your operating system you want to repair, holding down the F8 key.

Step 3: Select "Advanced Boot Options", select "Repair your computer" and press Enter on your keyboard. (If "Repair your computer" is not listed as an option, you do not have the recovery options pre-installed or your network administrator has turned off).



Step 4: Select your keyboard layout and click "Next". From the "System Recovery Options", click "Startup Repair" and when the computer finishes checking and correction, restart. If the problem is fixed windows will start successfully.



There is a another way by which it can be done by inserting a windows installation disc.

Step 1:Insert the Windows installation disc. Restart your computer and boot with the CD.

Step 2:Press any key to boot from CD, you will get the screen of Windows Setup. Click on "Repair Computer".

Step 3:You will get the  "System Recovery Options" screen. Just select your language and click "next". Follow the steps in it.



Step 4:It will take some extra time to complete the process.If your issue did not fixed by system recovery options then you have to reinstall the operating system

Read More

Hidden Themes Of Windows 7

Windows 7 is the most widely used operating system.One of the features that the windows 7 provide us is the Aero theme.Microsoft provides the Aero theme according to the regional location that we provided during the installation time.But there are also different themes will be installed in your computer of different regional locations.

To enable all Aero theme provided by windows 7 can be used by following the below steps:


Step 1: Click the Start button menu.

Step 2: On the Search box, type C: \ Windows \ Globalization \ MCT and then press Enter.



Step 3: A Folder MCT will be opened. In Folder MCT, you will find some themes from other countries you've never use such as Australia (AU), Canada (CA), United Kingdom or Great Britain (UK), American or United States (U.S.) and South Africa.



Step 4: Try to open each folder, you'll see a lot wallaper that can be selected and used as Desktop Background. In addition, the theme in this folder can also be directly installed into the Personalize way, open the Themes folder which is located at each regional folder, then open  an existing theme files in the folder. For example, such as Theme below.



Step 5: Now all the hidden regional themes can be accessed through the Personalize menu on the desktop.


Subscribe us via email to get more updates.


Read More

Secret Codes Of Iphone

Apple iphone has different features in it's every phone.There are some secret codes for the iphone.These codes can be used to troubleshoot the phone if any problem is occured.These codes will work in most of the iphone.



Follow the below codes:


Code                                        Action 

*#06#                             To display the IMEI Number of the mobile .
*225#                             Use to display the balance detail of postpaid number.
*#43#                             Use to verify if call waiting is enabled.
 *#61#                            Verify the number for unanswered calls.
 *#62#                            Verify the number for call forwarding if no service is available.
 *#67#                            Verify the number for call forwarding if phone is busy.
 *#646#                          Use to display the minute detail of postpaid number.
 *777#                            Use to display the balance detail of prepaid number.  
*3001#12345#*             Display the iphone inner settings.
 *#33#                            To verify whether barring is enabled or disabled for outgoing.
 *#21#                            To display the settings for your call forwarding.
Read More

Facebook Shortcut Keys

Facebook is the largest social networking site.Most of them spending their time to use facebook on internet.There are also several shortcut keys to use facebook.All the activities to be done in the facebook can be controlled by keyboard without using the mouse.Each shortcut keys will differ to browsers.So here is the complete list of shortcut keys for different browsers.


New Message
Chrome:   ALT + M
Firefox:    SHIFT + ALT + M
Explorer : ALT + M + ENTER

Search Shortcut
Chrome:   ALT + ?
Firefox:    SHIFT + ALT + ?
Explorer : ALT + ? + ENTER

Home Page / News Feed
Chrome:   ALT + 1
Firefox:    SHIFT + ALT + 1
Explorer : ALT + 1 + ENTER

Profile Page 
Chrome:   ALT + 2
Firefox:    SHIFT + ALT + 2
Explorer : ALT + 2 + ENTER

Friend Request
Chrome:   ALT + 3
Firefox:    SHIFT + ALT + 3
Explorer : ALT + 3 + ENTER

Message Shortcut
Chrome:   ALT + 4
Firefox:    SHIFT + ALT + 4
Explorer : ALT + 4 + ENTER

Notifications
Chrome:   ALT + 5
Firefox:    SHIFT + ALT + 5
Explorer : ALT + 5 + ENTER

Account Setting
Chrome:   ALT + 6
Firefox:    SHIFT + ALT + 6
Explorer : ALT + 6 + ENTER

Privacy Setting
Chrome:   ALT + 7
Firefox:    SHIFT + ALT + 7
Explorer : ALT + 7 + ENTER

Facebook Official Page
Chrome:   ALT + 8
Firefox:    SHIFT + ALT + 8
Explorer : ALT + 8 + ENTER

Service Agreement
Chrome:   ALT + 9
Firefox:    SHIFT + ALT + 9
Explorer : ALT + 9 + ENTER

Help Center
Chrome:   ALT + 0
Firefox:    SHIFT + ALT + 0
Explorer : ALT + 0 + ENTER

You can Like or unlike photos by press 'L' with any browser.

I think it will be helpful.Post your comments...



Read More

Firefox Keyboard And Mouse Shortcut Keys


Firefox is the popular browser used by everyone.Here is the list of keyboard and mouse shortcut keys for Firefox.By this shortcut keys you can simplify your browsing and make it easy.





Browser ManagementWindowsMac OS XLinux
HelpF1n/aF1
Add BookmarkCtrl+DCmd+DCtrl+D
Bookmarks Sidebar (toggle)Ctrl+B
Ctrl+I
Cmd+BCtrl+B
Browsing History (toggle)Ctrl+HCmd+Shift+HCtrl+H
Download HistoryCtrl+JCmd+JCtrl+Y
Clear Private DataCtrl+Shift+Deln/aCtrl+Shift+Del
Page ManipulationWindowsMac OS XLinux
Full Screen (toggle)F11n/aF11
Zoom In (Full Page)5Ctrl++
Ctrl+Scroll down
Cmd++Ctrl++
Ctrl+Scroll down
Zoom Out (Full Page)5Ctrl+-
Ctrl+Scroll up
Cmd+-Ctrl+-
Ctrl+Scroll up
Restore Page to Default ViewCtrl+0Cmd+0Ctrl+0
PrintCtrl+PCmd+PCtrl+P
Reload PageF5
Ctrl+R
F5
Cmd+R
F5
Ctrl+R
Force Reload Page (override cache)Ctrl+F5
Ctrl+Shift+R
Shift+Reload button
Cmd+F5
Cmd+Shift+R
Shift+Reload button
Ctrl+F5
Ctrl+Shift+R
Shift+Reload button
Stop LoadingEscEsc
Cmd+.
Esc
Save Page AsCtrl+S
Alt+Left-click
Cmd+SCtrl+S
Page SourceCtrl+UCmd+UCtrl+U
Page Infon/aCmd+ICtrl+I
DOM InspectorCtrl+Shift+ICmd+Shift+ICtrl+Shift+I
Page NavigationWindowsMac OS XLinux
Go Down One Line
Alt+Scroll down

Alt+Scroll down
Go Up One Line
Alt+Scroll up

Alt+Scroll up
Go Down One ScreenPageDown
Spacebar
PageDown
Spacebar
PageDown
Spacebar
Shift+Backspace 3
Go Up One ScreenPageUp
Shift+Spacebar
PageUp
Shift+Spacebar
PageUp
Shift+Spacebar
Backspace 3
Go to Bottom of PageEndEndEnd
Go to Top of PageHomeHomeHome
Move to Next FrameF6F6F6
Move to Previous FrameShift+F6Shift+F6Shift+F6
Move Focus to Next Actionable ItemTabTabTab
Move Focus to Previous Actionable ItemShift+TabShift+TabShift+Tab
Read More

How To Tweet Your Blog Post Automatically

Twitter is the largest social networking site.The main thing in developing the blog is to socialize the contents of your website.We have many sharing options to share our posts.There is a way by which our blog posts can be automatically tweeted in twitter.It can be done by 2 steps.Some of the 3rd party websites which do this work are Feedburner and TwitterFeed.




1.Feedburner.com

Feedburner is known popularly for it's RSS feed.And it can add your twitter account in it's sharing options.

1.Sign into Feedburner.

2.Go to publicize tab, and in the left choose 'Socialize'.

3.On the right click add twitter account, and it will asks to authorize your application, allow it.

4.Then in the feedburner page save the settings.

5.you are done.

2.TwitterFeed

Twitterfeed connects your RSS Feeds to your twitter account, and automatically tweets your updates on twitter.To do so follow these steps:

1.Signup to TwitterFeed.

2.create a new feed, by entering your existing feed URL of your blog.

3.On the next, authenticate your twitter account.

4.you are done, your feeds will be automatically tweeted in twitter.
Read More

How To Know Who Unfriend You On Facebook

Facebook is the largest social networking site.It provides lots of facility to it's users in different ways.But sometimes we notice that number of friends in our friends list will be decreased.It is because of someone has unfriends you or they may deactivated their account.Facebook not providing the facility to see who unfriends you.But there are few ways to know who unfriends you on Facebook.These steps will work only in Mozilla Firefox,Google Chrome,Internet Explorer,Opera and Safari browsers.



Follow these steps:

1.Goto  the unfriend finder.

2.Select your browser and follow the steps in it.

3.After installing ii will show the unfriends button in the left sidebar in firefox.

4.In Google Chrome it will be installed as a extension.

There is a another simple way to find who unfriend you.

  • Go to who.deleted.me.
  • Then log in with your facebook account and it will show who unfriends you.





Read More

Free Backlink Generators

Get 700+ Backlinks For Free / Free Backlinks Generator


Instructions:

1: Please Turn Off Your Popup Blocker
2: Enter your website address in the box above with (No http:// or www. )
3: A list of websites will then be displayed below and each one will popup in a new window.


Read More

Google Chrome Keyboard Shortcut Keys

Now we know that Google Chrome is the fastest browser and many of them started using it.It provides more features to it's users such as plugins,applications,extensions.So people love to use it.It is considered to be a secure browser to perform bank transactions when compared with other browsers.So here we have some of the useful keyboard shortcuts for Google Chrome.

Window And Tab Shortcuts:
Ctrl+N – Open a new window
 Ctrl+Shift+N – Open a new window in incognito mode
 Press Ctrl,and click a link – Open link in a new tab
 Press Shift, and click a link – Open link in a new window
 Alt+F4 - Close current window
 Ctrl+T - Open a new tab
 Ctrl+Shift+T – Reopen the last tab you’ve closed. Google Chrome remembers the last 10 tabs you’ve closed.
 Drag link to tab – Open link in specified tab
 Drag link to space between tabs – Open link in a new tab in the specified position on the tab strip
 Ctrl+1 through Ctrl+8 – Switch to the tab at the specified position number. The number you press represents a position on the tab strip.
 Ctrl+9 – Switch to the last tab
 Ctrl+Tab or Ctrl+PgDown – Switch to the next tab
 Ctrl+Shift+Tab or Ctrl+PgUp – Switch to the previous tab
 Ctrl+W or Ctrl+F4 – Close current tab or pop-up
 Alt+Home – Open your homepage
 Ctrl+O, then select file – Open a file from your computer in Google Chrome

Shortcuts To Open Google Chrome Features:

Ctrl+B – Toggle bookmarks bar on and off
 Ctrl+H – View the History page
 Ctrl+J – View the Downloads page
 Shift+Escape – View the Task manager

Webpage Shortcuts:

Ctrl+P – Print your current page
 F5 – Reload current page
 Esc – Stop page loading
 Ctrl+F5 or Shift+F5 – Reload current page, ignoring cached content
 Press Alt, and click a link – Download link
 Ctrl+F – Open find-in-page box
 Ctrl+G or F3 – Find next match for your input in the find-in-page box
 Ctrl+Shift+G or Shift+F3 – Find previous match for your input in the find-in-page box
 Ctrl+U – View source
 Drag link to bookmarks bar – Bookmark the link
 Ctrl+D – Bookmark your current webpage
 Ctrl++ – Make text larger
 Ctrl+- – Make text smaller
 Ctrl+0 – Return to normal text size

Text shortcuts:

Highlight content, then press Ctrl+C – Copy content to the clipboard
 Place your cursor in a text field, then press Ctrl+V or Shift+Insert – Paste current content from the clipboard
 Place your cursor in a text field, then press Ctrl+Shift+V – Paste current content from the clipboard without formatting
 Highlight content in a text field, then press Ctrl+X or Shift+Delete – Delete the content and copy it to the clipboard.

Read More

How to Remove Facebook Timeline On Google Chrome

Facebook has newly introduced Timeline.Some people feel uncomfortable for using timeline and they want the old view of facebook.But the facebook did not give the option to reverse to the old view.So everyone thinks that facebook's old view cannot be used after clicking on timeline.And many of the profile has been automatically changed to timeline.But there is a way on google chrome browser to disable the timeline method.

Google Chrome provides many useful features such as plugins,extensions and applications.Such that here is a way to remove timeline.

1.Go to Google Chrome Browser.

2.Click on the applications in its main page.

3.Select Chrome Web Store.

4.Type 'Timeline remove' on the search box.

5.Select the first result and click 'Add To Chrome'.

6.That's all you are done.

7.Restart your browser and open Facebook you can see the changes...

Read More

How To Add Google Index Page Checker

Check your site's index stats. These stats show how your site is represented in the Google index.Google, like most search engines, is text-based.If your site is displayed as a result when you perform a Google site search for your URL, then it's included in Google's index.

How To Add Google Index Page Checker:



1.Login to your dashboard--> Layout

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<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>
Read More

Get Google Pagerank Checker For Blogger

Google PageRank is a numerical analysis that tries to calculate the relative importance of various sites across the internet. This importance is determined largely by a process of link weighing.



How To Add Google Pagerank Checker:
1.Login to your dashboard--> Layout

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<script src="http://www.mypagerank.net/services/pagerankbutton/servicepr_js.php"></script>


Read More