Hyprobulksms

Add Peel Effect Into Your Blog


You wouldn't be know how effectively change the appearance of your blog by adding "peel effect" in you blog. I used to find best one for long time, but this one really worked and it suits for all theme as well.

You can now implement this feature by following simple tutorial as always.

Now you can create a professional "peel effect" in your blog. You can see below image how that actually looks like..

This is the "Peel effect will looks like... (click picture to see the real view)


To enable this feature to your blog, you need to add two codes in your template.

Go to your blogger Dashboard, click Layout tab and then click "Edit HTML" tab.

Insert the following codes under <head> section of your template
<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: relative;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;
background: url(http://www.wallheaven.com/subscribe.png) no-repeat right top;
}
</style>
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() {
$("#pageflip img , .msg_block").stop()
.animate({
width: '307px',
height: '319px'
}, 500);
} , function() {
$("#pageflip img").stop()
.animate({
width: '50px',
height: '52px'
}, 220);
$(".msg_block").stop()
.animate({
width: '50px',
height: '50px'
}, 200);
});
});
</script>
After you implemented above codes into your template, you need to add another code into template at <body> section.
<div id='pageflip'>
<a href='http://feeds.feedburner.com/blogspot/nPSr'><img alt='' src='http://www.wallheaven.com/page_flip.png'/></a>
<div class='msg_block'></div>
</div>
Finally, save your template and peel effect will appear in the top right corner section of your template

Continue Reading...

Improve SEO Using 'Title' Tags


Search Engine optimization (SEO) is the process of improving the volume or quality of traffic to a website from search engines.  Typically, the earlier a site appears in the search results list, the more visitors it will receive from the search engine.  SEO may target different kinds of search, including image search, local search and imdustry-specific vertical search engines.

Until now, the Title Tags generated for each page of your blog would display the blog title first, then the name of your post, this made keywords from your posts titles appear after your blog title.  To get rid of this problem and improve SEO, just follow the steps below:
  1. Go to Layout --> then Edit HTML
  2. Search this code <title><data:blog.pageTitle/></title>
  3. Just replace the above searched code with the following code: 
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>    
     4. Finally, save your template.

Continue Reading...

List of Seach Engines & Website Submission Services

List of Search Engines

You may submit your site URL to these search engines for Free. If you lack the time, submit your site to the top few leading search engines.

Website Submission Services

There are many sites on the internet offering free website submission services to search engines. The list of search engines are by and large the same. For a fee, some of them offer to send your URL to more than a hundred search engines. Is it necessary to have your webpage listed in all the smaller search engines? We think that Google, Yahoo! and MSN have cornered such a large share of the market that it is sufficient just to have your website listed there. However, the decision is yours to make. For a start, you may want to use their free services and monitor the traffic.
Good Luck!!!

Resource: Tips For New Bloggers

Continue Reading...

5 New Breakthrough Websites Make Automated Income!

There’s a brand new Membership site that has 5 websites you get that make money for you automatically – and you can get them in just 6 minutes from now – all with just 1-click!

You can literally get 5 powerful websites that are already making money!
I’m NOT joking – I’ll show you PROOF in a moment!

But what you need to know most is this:
 You get…
  1. 5 amazing websites!
  2. 5 websites that convert sales automatically!
  3. 5 websites that forcibly put money directly into your pocket!
  4. 5 websites that are run by another firm for you (and at NO charge!)
  5. 5 websites that continue to promote for you over & over!
  6. 5 websites that grow & cultivate 5 separate proven lists!
  7. 5 websites that function automatically (so you never run it!)
  8. And 5 websites that you get Free HOSTING for!
And again, they all come in a very easy-to-use Members Area you get your own private Username & Password LOGIN to!

It’s rumored that the husband and wife couple who operate the sites may either LIMIT how many people are allowed in, or at the very least “choke” down the flow of new Members so as not to let just anybody get in.
It’s also been speculated that they may stop offering anymore “5-Site Set” Memberships after some time (and without notice) just to keep competition “alive and well” (but who really knows?)
Regardless of which, it’s clearly understood that once you’re in, *YOU’RE IN!* (So don’t waste time, or worse still: DO NOT RISK IT!)
PROOF!...

-----------------------------------------------------------------------------------

Click Here! in case you’re smart and want in just like me and the few others who’ve found this so far:

**Just DON’T be shocked in case when you get there they’re closed to any “NEW” Members!

(But just don’t say I didn’t warn you!)

Continue Reading...

Change The Title Tags in Blogger For More Search Engine Traffic

By default Blogger displays the 'blog title' first, followed by the 'name of the post'. As you might notice this is not good when it comes to SEO. It's important for the name of the post to come before the name of your blog, especially when it comes to google search results. Learn how to 'make your post title show up first' so that you can reel in more traffic from the search engines.

Why Change The Titles?
It's quite important to have the 'Post Title + Blog Title' arranged accordingly because this is how you would want your blog to be displayed on google's search results. This way more people will click on your link when searching google because the post title is more relevant than your post name.

Example Google Search Results:
You are most likely to click on the bottom image when searching google for the keywords 'image reflection generator'. The reason being is that your mind reads text from 'left to right'. So it makes sense to have the more important title on the left.



How To Change The Titles:
  1. -Go to Layout->edit HTML in your Blogger dashboard.
  2. -Search for this tag: <title><data:blog.pageTitle/></title>
  3. -Replace this tag with the following code:
    <b:if cond='data:blog.pageType == "index"'>
    <title><data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    </b:if>
  4. -See your template and you should see the results in your web browser as depicted in the images below.
  5. It may take a few days for the changes to show up on the google search results. I guarantee you that    you will start receiving more traffic from google once you are -re-indexed!

 
  

Good Luck!!!

Resource: http://widgetsforfree.blogspot.com

Continue Reading...

Clickthru is more than a traffic exchange


ClickThru.net Network!

I thought you might be interested in this service. Check out ClickThru.net.

Clickthru is the original traffic exchange that increases traffic to your web site. It's easy to get free advertising or even free products and services by using their remote control tool to earn ClickThru Cash.

How to Earn ClickThru Cash

Surfing
Surf the web by remote control. Surf sites in your favorite categories! Earn at least $0.01 for every site you visit. Plus, win up to $1,000 instantly for clicking a HotSpot!

Tasks
Many advertisers are offering to pay you ClickThru Cash for clicking a link, answering a question, joining a program, and other similar tasks.

Rewards Membership
Join the ClickThru program and you get free ClickThru Cash, merchandise, and other benefits from all areas of our site.

Referrals
Tell others about ClickThru and get up to 10% commission on the ClickThru cash they earn and win. Also earn commissions on extended referrals.

Swaps
If you ever win or earn merchandise that you don't want, sell it to someone else for ClickThru Cash. Or buy and resell anything on the directory for profit.

Winnings
Clickthru regularly gives away free ClickThru Cash and merchandise. The more you use, the better your chance of winning.

Click Here to Join Now

Continue Reading...

20 Popular Directories To Submit Your Blog

There are many paths to consider when building links to your site or blog such as link baiting or blogroll link swapping, but few are as easy to implement and cost effective as submitting to blog directories – and good link juice is essential to a healthy growing blog.

Take a look at 20 Popular Directories worthy of your consideration.
  1. Best Of The Web blog search, BOTW's Blog Directories is very selective and only lists ages and valuable blogs. A link from here is majestic and well deserved.
  2. Bloggeries has the best categories and subcategories home page on the internet. The layout is clear and concise and readers are able to find what they are looing for in a snap!
  3. EatonWeb blog directories is a real jewel with many ages inbound links and a blog rating system.  You may have to pay a fee for your blog to be reviewed but like Yahoo the review fee is well worth the few dollars.
  4. OnToplist.com is a free human-edited blog directory where you submit the RSS feed of your blog.  You can also set up your own micro-directory (blog ranking) and compile a list of your favorite blogs in one place.  OnToplist is also a social network that allows you and other bloggers to get in touch and promote your blog by attracting more readers.
  5. Blogged.com is an interesting mix of a blog directory and a Google News type site which fuels its news feed from the blogs listed on the site.  Blogged.com is very impressive and is free to list your blog.
  6. Blog Catalog features a vast directory of categories from academic to writing, while offering the ability to search by country, language or user.  It has a no frills design but offers convenient member access through simple blog registration.
  7. Blog Search Engine is one of the most selective Blog Directories on the web (and Wordpress powered), Blog Search Engine is owned by Performancing 's parent company and serves search result powered by IceRocket.
  8. Globe Of Blogs has too many features to list.  In order to be listed on the site the blog must not be commercial.  The site may appear to be busy but I like the features of being able to search by title, author or subject.  Narrowing the search becomes easier on this blog.
  9. BritBlog.com, the Ultimate Directory of British Blogs connotes all things British.  It is not directed by location but by the culture!  It is asked that bloggers be genuinely "britished".  Being listed in this blog reaches readers all the way across the pond!
  10. Blog Universe is the perfect place to promote your video or podcast themed blog.  Its layout is easy to navigate.  Although the content is limited it is an all around good directory site worthy of submission.
  11. Bigger Blogger is a relatively new blog directory with only a few blogs registered.  The blog is intertwined with a business directory.  The blog section is difficult to find and it is located through a link on the right side of the business directory page.  However, the benefit is that the earlier you are accepted on a blog directory the more exposure your blog will be obtain.  In addition, a back link is indeed a back link, so this can help with your search engine placement.
  12. Upon visiting Bloggernity, you find a crisp, clean and easy to navigate site.  Scrolling down you find the new blogs.  As there is little advertising on the homepage, it is pleasant to the eye of the reader as well.
  13. Bloggapedia has an interesting and eye catching homepage.  Readers are easily connected to the top blogs and newest posts.  Innovative categories and a colorful design make this blog directory a hit.
  14. Spillbean is a well-designed blog directory site with categories such as health, society, internet and personal.  The site is aesthetically pleasing but there are not many listing yet
  15. Blogging Fusion is a blog with over sixty categories.  These categories include photo blogs and family focused blogs.  Blogging Fusion has an good amount of blog listings within the directory and it also has visitor stats available.
  16. Blogflux is not only a tool for bloggers but a directory that has the listings in alphabetic order.  The blog listings are organized and clear.  It is definitely an effective blog directory in which to be listed.
  17. The blogs on the tops listings of Bloglisting are fun, colorful and catch the attention of the reader.  Bloglisting displays the page ranking blogs, which is a helpful tool when determining with who you want to exchange links.
  18. Blogio maybe a small blog directory with few listings but it worthy of submission.  Despite its small size there are quality blogs and a solid ability to search on this site.
  19. Blog Explosion claims to be the largest blog promoter on the internet.  They have a vast directory but do not seem to have direct links.  However, the listing in the directory can still show up in SERP's, so keep this in mind
  20. Super Blog Directory is a great site that offers tools to posters that others do not.  You can see the latest submitted links and blogs on the site which is a perk that draws traffic into directory.
  21. There are countless more directories at your disposal which are always just a Google, Yahoo, Live or Ask.com search away.  Good luck!!! Resource: http://www.searchenginejournal.com/

Continue Reading...

Change 'Older Post' Page Navigation Links

How to change the 'Older Posts' and 'Newer Posts' links on your blogger blog, follow the following steps:

1.  Log-in to Blogger and go to your Dashboard.
2.  Navigate to Layout >> Edit HTML
3.  Expand Widget Templates by checking the box next to it.
4.  Now search for the below codes in your template.
expr:title=’data:newerPageTitle’><data:newerPageTitle/></a>
expr:title=’data:olderPageTitle’><data:olderPageTitle/></a>
<a class=’home-link’ expr:href=’data:blog.homepageUrl’><data:homeMsg/></a>
<a class=’home-link’ expr:href=’data:blog.homepageUrl’><data:homeMsg/></a> 
5. The above codes written in bold and red letters display their corresponding links.
  • <data:newerPageTitle/> displays Newer Posts in your template.
  • <data:olderPageTitle/> displays Older Posts in your template.
  • <data:homeMsg/> displays Home in your template.
6. You can change those codes to any name. And those names will appear on your blog footer in stead of those default links.

Below I’ve edited the above code to display Previous, Next Page and Home on your template. Have a look on it.
expr:title=’data:newerPageTitle’>Next Page</a>
expr:title=’data:olderPageTitle’>Previous</a>
<a class=’home-link’ expr:href=’data:blog.homepageUrl’>Home</a>
<a class=’home-link’ expr:href=’data:blog.homepageUrl’>Home</a>  
The above code will make your navigation link look like the below screenshot.

newer posts older posts blogger

You can keep any name there. But remember to keep a relative name, or else that might create more confusion. The above blogger tutorial tells you the procedures to change the “Older Posts” and “Newer Posts” navigation links from the footer and keep something cool. Good luck!
Resource: http://www.solidblogger.com

Continue Reading...

Earn Website Revenues With Chitika

Get Chitika | Premium


Chitika | Premium helps you make money by serving highly targeted, AdSense-compliant ads to your search engine traffic. Anyone who comes to your site via Google, Yahoo!, etc., will receive an unobtrusive text ad based on the keyword they used to find you. Sign up today to start making money - you've done the SEO, now monetize it!

The Publisher Referral Commission Program rewards you for bringing new business to Chitika. Refer new Publishers to Chitika’s ad service and earn 10% of what your referral earns. The referral makes the same revenue that they would normally and Chitika pays you for your efforts. It’s that simple!
  • You’ll earn 10% of what your referrals earn - the more friends you refer, the more you make!
  • You’re eligible to earn commissions for each referral for 15 months following each referral’s approval date.
  • Chitika will pay you 30 days following the end of the month that your commissions are earned provided that your total revenue has exceeded $10 (for PayPal) and $50 (for check where PayPal is not available).
  • You will be paid based upon audited revenue.
  • You will find your Referral reports in the “Reports” section when you log into your account. Reports are updated on a daily basis.
  • The referral program is only available for Chitika’s ad service at this time.
  • For more information, please read our program FAQ’s and the Program terms in our Terms and Conditions.
Directions: Login, and get your referral link/button under “Referral Programs”.

Continue Reading...

Earn FREE Money With Twitter

How do I make money with Twitter?
You register as a publisher at http://revtwt.com/signup.php and add your Twitter account information.

Then you can post Cost Per Click (CPC) ads into your Twitter timeline. When other users click on the ads you post, you get paid for each valid click. Click fraud is monitored in real time and is not tolerated.

You can also earn a fixed fee by posting Cost Per Thousand (CPT) followers ads into your Twitter timeline. You need to have the minimum number of followers specified by the advertiser in order to post a CPT ad.

In addition, you can include Cost per Action (CPA) ads in every email you sent, or post them in your forum post, blog comment, social network status update, wall post and make money from and every social conversation you have on the Internet! When other people complete an action, typically submit an email or zip code, you get paid.

Some ads are targeted to countries specified by advertisers and may not be available to you if you are not from the specified countries.

How And When To Get Paid?
You can withdraw your earnings to your Paypal account once your earnings exceeed $20. If you submit your Paypal withdraw request before 5:00pm on Monday, your payment will be processed on Friday of the same week. If your Paypal withdraw request is made after 5:00pm on Monday, it will be processed on Friday of the following week.

Signing up for a Paypal account is easy. Just visit http://paypal.com

If you can't get a Paypal account, you can request payment by check. Your earnings must exceed $100 to request a payment by check. Check payment requires up to 15 days to process.


How much do I earn for each click?
Each CPC ad is different, currently ranging from $0.04 to $0.20 per valid click. Please note that only valid clicks are paid and all clicks are audited.

A valid click is a click by a real person clicking on an ad out of genuine interest and free will, and is physically in a country targeted by the ad. Clicks that are suspicious of click fraud will result in an account being red flagged or banned permanently.

Referral Program - 20% Earnings FOR LIFE
The RevTwt referral program is a great way to spread the word of this great service and to earn even more money with your Twitter account! Refer friends and receive 20% of their earnings for life! Just send them the link below, post it on your Twitter, post it on your website, or any other way without spamming (as this is against our Terms & Conditions).

Continue Reading...

Get Revenues From Your Blog

At YouSayToo you can earn revenues with Google AdSense and/or Amazon affiliate. YouSayToo shares ad impressions in your blog 50/50.

To make revenues at YouSayToo you need to:
  1. Add your blog or start blogging at YouSayToo
  2. Create unique and quality content
  3. Enter Google AdSense and/or Amazon affiliate IDs
Join our referral program and increase your revenues:
For every referred user who added a blog or started his own you get 15% from his ad views. You also get 10% ad views from users referred by your referred users.

Aren't interested in revenues? Make a difference and donate them to a cause of your choice.

Add Your Blog
If you have your own blog you can add it to YouSayToo and get more revenues, visitors and readers.

Aren't interested in revenues? Make a difference and donate revenues from your added blog to a cause of your choice.

After your blog is added all new posts from it will be imported into your YouSayToo blog and your blog will be featured in YouSayToo's blogs list.

Start Blogging at YouSayToo
Not only is blogging fun, it can also be profitable and can make a difference.

How do I earn or donate revenues?

Start your own blog

Write about topics which interest you, share your thoughts, opinions get readers and subscribers. The better your content - the more readers and subscribers you will have - the more revenues you will make.
If you want to make more revenues, write about popular, upcoming events.
Check out our Recommended Topics list.

Create a Flash Games Blog
Pick your favorite flash games and upload them. Share the blog with your friends, fans and readers.

Feel Bored? Buzz yourself out!

Share your thoughts in a microblogging manner by answering question asked by other people. This way people will get to know you better and you'll find out more about your friends. Create BuzzGroups to discuss various topics.

Continue Reading...

Earn FREE Money With PTC Programs


Payment Method: Check
Minimum Payout: $10

UpPaid.com
Payment Method: Perfect Money, AlertPay, Liberty Reserve, Paypal and  Moneybookers


Payment Method: PayPal and Check

http://www.emailcashpro.com
Payment Method: Paypal and Check
Minimum Payout: $10

exclusivemails.net
Payment Method: Alertpay, c-gold, Check, e-Gold, Liberty Reserve, Moneybookers, MoneyGram, PayPal, Pecunix, PerfectMoney and WesterUnion
E-mailPaysU
Payment Method: Check


Payment Method: Check

Continue Reading...

Related Posts with Thumbnails

Recent Posts

Business & Economy Directory Subscribe with Bloglines Web Development blogs & blog posts Blog Ratings Books & Literature Blogs - Blog Rankings ExactSeek - Submit 4 FREE Add to Technorati Favorites Add to favourite links On our way to 1,000,000 rss feeds - millionrss.comî Blogging Tips Blogs - Blog Catalog Blog Directory blogarama - the blog directory
Increase web site hits BlogMalaysia.com All Malaysian Bloggers Project

web site hit counter

free counters