Archives

Earn Money

Affiliate

This is another easiest way for blogger to earn money. You can earn money while uploading and sharing your files (any file format) with your friends. Hotfile affiliate program is open for every registered member in Hotfile site. Look at the table below.


Status
Earnings Table
5-50Mb 50-100Mb 100-400Mb
Copper $2 $3 $4
Bronze $3 $5 $7
Silver $5 $7 $10
Gold $6 $9 $12
Platinum $7 $10 $15

Notes: All uploader accounts are checked daily for their performance during the last 14 days. If necessary your status will be changed and your file's downloads will be credited according to the table above.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Mosaico

Apply template guide:

  1. Download the .zip file then unzip that file
  2. Upload the .xml file to your blog
  3. Before submitting your new template, first of all you must download your current template (just in case) and save all of your gadget/widget in notepad/wordpad (for HTML/Javascript gadget)


Click the link to download zip file

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Cellar Heat

Apply template guide:

  1. Download the .zip file then unzip that file
  2. Upload the .xml file to your blog
  3. Before submitting your new template, first of all you must download your current template (just in case) and save all of your gadget/widget in notepad/wordpad (for HTML/Javascript gadget)


Click the link to download zip file

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Sweet Blog

Apply template guide:

  1. Download the .zip file then unzip that file
  2. Upload the .xml file to your blog
  3. Before submitting your new template, first of all you must download your current template (just in case) and save all of your gadget/widget in notepad/wordpad (for HTML/Javascript gadget)

Click the link to download

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Disable Right Click

If you want that your visitors dont use right click on your blog to save your page or any images then its very easy for you to disable right click option in your blog. What you have to do is add the javascript codes in your blog html/gadget

You can add the codes in two ways:
1. Add below codes in blog html below the closing head tag </head>
2. Or add these codes in layout sidebar in Html/Javascript section and save it.

Choose one of those code


With message alert:

<script language=JavaScript>
<!--

//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="YOUR MESSAGE HERE";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

// -->
</script>

You can edit your message alert at
var message="YOUR MESSAGE HERE";


OR

Without message alert:
<script language=JavaScript>
<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)
//For full source code, visit http://www.dynamicdrive.com

var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->
</script>

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Related Posts Widget

Now here is wonderful hack for displaying links to related posts beneath each of your blog posts. With this hack many of your readers will remain on your site for longer periods of time when they see related posts of interest.

Steps for Implementation:

1. Go to Layout >Edit HTML in your Blogger Dashboard.
2. Back up your existing Template before making any changes!

3. Make sure to check the "Expand Widget Templates" box.

4. Search for the </head> tag.

5. Add the following code just before the </head> tag.


<style>
#related-posts {
float : left;
width : 540px;
margin-top:20px;
margin-left : 5px;
margin-bottom:20px;
font : 11px Verdana;
margin-bottom:10px;
}
#related-posts .widget {
list-style-type : none;
margin : 5px 0 5px 0;
padding : 0;
}
#related-posts .widget h2, #related-posts h2 {
color : #940f04;
font-size : 20px;
font-weight : normal;
margin : 5px 7px 0;
padding : 0 0 5px;
}
#related-posts a {
color : #054474;
font-size : 11px;
text-decoration : none;
}
#related-posts a:hover {
color : #054474;
text-decoration : none;
}
#related-posts ul {
border : medium none;
margin : 10px;
padding : 0;
}
#related-posts ul li {
display : block;
background : url("http://i299.photobucket.com/albums/mm297/zozuglogger/weed-bullet.gif") no-repeat 0 0;
margin : 0;
padding-top : 0;
padding-right : 0;
padding-bottom : 1px;
padding-left : 16px;
margin-bottom : 5px;
line-height : 2em;
border-bottom:1px dotted #cccccc;
}

</style>
<script src='http://torrentmoon.com/javascripts/Related_posts_hack.js' type='text/javascript'/>



6. Now search for <p><data:post.body/></p>

7. Add the following code just under the code you just searched for.


<b:if cond='data:blog.pageType == "item"'>
<div id="related-posts">
<font face='Arial' size='3'><b>Related Posts : </b></font><font color='#FFFFFF'><b:loop values='data:post.labels' var='label'><data:label.name/><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if><b:if cond='data:blog.pageType == &quot;item&quot;'>

<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=5&quot;' type='text/javascript'/></b:if></b:loop> </font>
<script type='text/javascript'> removeRelatedDuplicates(); printRelatedLabels();
</script>
</div></b:if>



8. Save your template




For customization:
In order to change the number of maximum related posts being displayed, search for the code below (within the code given in step 7) and change the number "5" to any number you like.


max-results=5


These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Recent Posts Widget

This wonderful widget displays links to recent posts made on your google powered blogger blog. It works great in your blog's sidebar. If you don't like only being able to display 5 of your recent posts you can now show as many as you want. The default is set to 10 posts, but all you need to do is change the number 10 within the code to any desired amount.

Step 1:
Click
Layout>Add a Gadget>HTML/Javascript

Step 2:
Copy and paste these code

<script style="" src="http://jimmyjackbob.googlepages.com/Recent_posts_widget_blogger.js"></script><script style="">var numposts = 10;var showpostdate = false;var showpostsummary = false;var numchars = 100;var standardstyling = true;</script><script src="http://widgetsforfree.blogspot.com/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentposts"></script>

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Random Post Widget

This widget can definitely bring some excitement to your blogger powered blog. Letting your readers surf your blog to the fullest extent by creating a link to a random post in your blog's sidebar. Besides providing fun for your blog, hopefully your visitors will stay on your site for longer periods of time.

Installation and Customization:

Step 1:
Click
Layout>Page Element>Add a Gadget>HTML/Javascript

Step 2:
Copy and paste these code

<div id="myLuckyPost"></div> <script type="text/javascript"> function showLucky(root){ var feed = root.feed; var entries = feed.entry || []; var entry = feed.entry[0]; for (var j = 0; j < entry.link.length; ++j){if (entry.link[j].rel == 'alternate'){window.location = entry.link[j].href;}}} function fetchLuck(luck){ script = document.createElement('script'); script.src = '/feeds/posts/summary?start-index='+luck+'&max-results=1&alt=json-in-script&callback=showLucky'; script.type = 'text/javascript'; document.getElementsByTagName('head')[0].appendChild(script); } function feelingLucky(root){ var feed = root.feed; var total = parseInt(feed.openSearch$totalResults.$t,10); var luckyNumber = Math.floor(Math.random()*total);luckyNumber++; a = document.createElement('a'); a.href = '#random'; a.rel = luckyNumber; a.onclick = function(){fetchLuck(this.rel);}; a.innerHTML = 'View Random Post'; document.getElementById('myLuckyPost').appendChild(a); } </script> <script src="/feeds/posts/summary?max-results=0&alt=json-in-script&callback=feelingLucky"></script>

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Blogger Tag Cloud Widget by Categories / Labels

This widget is perfect for blogspot users who desire a simple tag cloud for their Categories. The Labels Cloud can easily be implemented within the sidebar of your blog and will match your template wonderfully.
See example below

Example:



Steps for Implementation
Step 1: Back it Up
Always make sure to back up your Template before doing anything else!

Step 2: The Labels Gadget
Make sure that you have the Labels Page Element installed. If you haven't already...

1. Go to Layout >Page Elements .
2. Click "Add a Gadget" and then add the "Labels" gadget.

Step 3: Locating the "Old Code"

1. Now go to Layout >Edit HTML
2. Make sure that the "Expand Widgets Template" box is unchecked.
3. Now we need to search for the code that looks like this.

<b:widget id='Label1' locked='false' title='Tags' type='Label'/>


3. Your code may look a little different. So try using your browser's search tool to find type='Label'.

Step 4: Replacing the "Old Code" with the "New Code"

1. Once you've located type='Label', remove the whole line of code that looks just like the code mentioned in part 3 of step 3.
2. Replace this code that you've just deleted with the code below:

/*
Distributed by John Smith at WidgetsForFree.blogspot.com
*/ <b:widget id='Label1' locked='false' title='Tags' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content' style='text-align: justify;'>
<script type='text/javascript'>
/*
Simple Blogger Tag Cloud Widget
by Raymond May Jr.
http://www.compender.com
Released to the Public Domain
*/

//Settings / Variables
var max = 150; //max css size (in percent)
var min = 70; //min css size (in percent)
var showCount = false; // show counts? true for yes, false for no
var minCount = 1; // what is the minimum count for a tag to be shown? 1 for all


//Begin code:
var range = max - min;

//Build label Array
var labels = new Array();
<b:loop values='data:labels' var='label'>
labels.push(&quot;<data:label.name/>&quot;);
</b:loop>

//URLs
var urls = new Array();
<b:loop values='data:labels' var='label'>
urls.push(&quot;<data:label.url/>&quot;);
</b:loop>

//Counts
var counts = new Array();
<b:loop values='data:labels' var='label'>
counts.push(&quot;<data:label.count/>&quot;);
</b:loop>

//Number sort funtion (high to low)
function sortNumber(a, b)
{
return b - a;
}

//Make an independant copy of counts for sorting
var sorted = counts.slice();

//Find the largest tag count
var most = sorted.sort(sortNumber)[0];

//Begin HTML output
for (x in labels)
{
if(x != &quot;peek&quot; &amp;&amp; x != &quot;forEach&quot; &amp;&amp; counts[x] >= minCount)
{
//Calculate textSize
var textSize = min + Math.floor((counts[x]/most) * range);
//Show counts?
if(showCount)
{
var count = &quot;(&quot; + counts[x] + &quot;)&quot;;
}else{
var count = &quot;&quot;;
}
//Output
document.write(&quot;<span style='font-size:&quot; + textSize + &quot;%'><a href='&quot; + urls[x] + &quot;' style='text-decoration:none;'>&quot; + labels[x] + count + &quot;</a></span> &quot; );
}
}
</script>
<br/>
<span style="gt;Powered by <a href="http://www.widgetsforfree.blogspot.com">WidgetsForFree</a></span>
</div>
</b:includable>
</b:widget>

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Add Stripe Ads in Blog like Navbar

Stript add,how to make this stripe to add functionality in blogger like navbar is showed at top in bloggers.You must have seen these stripe ads in many bloggers nowadays,as i when started blogging used to see that stripe add in johnchow blog and he use to sell that add for hundreds of dollars.This add will be shown at top of every page and is fixed add as we scroll it remains at same place.

Now i will tell you how to make this stripe ad to work in blogger, as it was designed as an wordpress plugin to be get used in wordpress blogs,but was based on javascipts,so it can be used by bloggers too as it we can use javascripts in bloggers because bloggers support javascripts.

Step 1:

Click Layout
Click Edit HTML tab
Click Download Full Template and please back up your template first.
Copy and Paste the following css code right above ]]><b:skin>

#mta_bar {
background:#003366;
border-top: 3px solid #6699ff;
margin: 0;
padding: 7px 0;
z-index: 100;
bottom:0px;
right:0px;
width: 100%;
overflow: auto;
position: fixed;
}
* html #mta_bar{
/*IE6 hack*/
position: absolute;
width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}
#mta_bar .left { float: left; text-align: center; font-family: Arial; font-size: 13px; font-weight: bold; font-style: normal; color: #0000FF; width:92%;}
#mta_bar .right {font-family: Arial, Helvetica, sans-serif; float: right; text-align: center; font-weight: normal; font-size: 10px;letter-spacing: 0; width: 30px; white-space: nowrap;}
#mta_bar .right a {font-size: 10px; color: #0000FF; text-decoration: underline;}
#mta_bar .right a:hover {font-size: 10px; color: #0000FF; text-decoration: none;}
#left_bar a {background: url('http://lh4.ggpht.com/_pt7i0nbIOCY/SRtNzbvDqPI/AAAAAAAAAXk/KxbvrpJ1DE4/ico-rss-trans_thumb%5B1%5D.png?imgmax=800') no-repeat; text-decoration: none; color: #fff; padding:5px 0px 5px 30px;}
#left_bar a:hover { text-decoration: underline; color: #fff; }


Find this code </head> in your template
Copy and paste the following code right above </head>
//<![CDATA[
var mta_arr = new Array();
var mta_clear = new Array();
function mtaFloat(mta) {
mta_arr[mta_arr.length] = this;
var mtapointer = eval(mta_arr.length-1);
this.pagetop = 0;
this.cmode = (document.compatMode &amp;&amp; document.compatMode!="BackCompat") ? document.documentElement : document.body;
this.mtasrc = document.all? document.all[mta] : document.getElementById(mta);
this.mtasrc.height = this.mtasrc.offsetHeight;
this.mtaheight = this.cmode.clientHeight;
this.mtaoffset = mtaGetOffsetY(mta_arr[mtapointer]);
var mtabar = 'mta_clear['+mtapointer+'] = setInterval("mtaFloatInit(mta_arr['+mtapointer+'])",1);';
mtabar = mtabar;
eval(mtabar);
}
function mtaGetOffsetY(mta) {
var mtaTotOffset = parseInt(mta.mtasrc.offsetTop);
var parentOffset = mta.mtasrc.offsetParent;
while ( parentOffset != null ) {
mtaTotOffset += parentOffset.offsetTop;
parentOffset = parentOffset.offsetParent;
}
return mtaTotOffset;
}
function mtaFloatInit(mta) {
mta.pagetop = mta.cmode.scrollTop;
mta.mtasrc.style.top = mta.pagetop - mta.mtaoffset + "px";
}
function closeTopAds() {
document.getElementById("mta_bar").style.visibility = "hidden";
}
//]]>

</script>

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Technorati

46vw8zsb7y

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

HitTail: Increase Search Engine Traffic

http://imgcash1.imageshack.us/img352/5981/hittaillogonewth1.gif
HitTail is a great tool for those of your who want to increase your search engine intake. The program will help you build up your less popular keywords which have much potential in terms of gaining search engine traffic. Once HitTail finds your less popular keywords, you can start plugging them into your posts, post-titles, meta-tags, etc.

  • In Plain Terms: HitTail is a keyword suggestion tool.
  • HitTail functions very differently from Google Analytics.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Best SEO Sites for Increased Traffic Tips

As many of you know, Search Engines are the most substantial source of traffic for almost any blog on the web. The blogs without any traffic from Google will never have the chance to be shared with the world. In order to increase your traffic, you must optimize your blog so that Search Engines are attracted to it. Which is also known as SEO (Search Engine Optimization).
So here is a list of useful SEO sites :

Daily Blog Tips
Improve your blog with Daily Blog Tips. A fast paced blog featuring articles on blog design, SEO, promotion, menotization and more

Search Engine Land
Search Engine Land is a hub for news and information about search engine marketing, optimization and how search engines work for searchers.

Matt Cutts: Gadgets, Google, and SEO
talk about Google, SEO, and Gadgets. But mostly Google.

SEOmoz
Search Engine Marketing News & Tips

Search Engine Journal

Pronet Advertising
Pronet Advertising is a weblog about Neil Patel's personal experiences in online marketing.

Search Engine Guide
The small business guide to search engine marketing. Articles from the top names in the industry cover topics including SEO, PPC, SEM, blogging, social media, adsense, adwords, Google, Yahoo, MSN and Internet marketing.

Online Marketing Blog
All about the intersection of search engine & social media marketing

Marketing Pilgrim
Andy Beal discusses news from the search engine industry, blogging, rss and other internet marketing.

Search Engine Watch
Search Engine Watch provides news and tips about search engine marketing (SEM), search engine optimization (SEO), and searching the Web. We offer daily news & analysis of the search industry, including the latest on Google, Yahoo, Microsoft and Ask.

Get Elastic
Ecommerce articles on internet retail, online marketing, social media, SEO, and killer ecommerce tips from Elastic Path Software; Featuring the Get Elastic ecommerce podcast - conversations with ecommerce industry insiders.

Web Analytics World
Manoj Jasra's insight on Web Analytics and the Search Marketing Industry. Also including Interviews, Technology Reviews and Podcasts

BlogStorm
Search engine optimization & internet marketing blog

Small Business SEM
Small Business SEM by Matt McGee | SEO and Marketing Discussion for Small Businesses

SEO Scoop
SEO Scoop is a popular search engine optimization blog that focuses on SEO tips, theories and news.

Search Engine Roundtable
Search engine optimization news and resources

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Earn Money

"How to earn money other than AdSense?"

Well, I found a website that seems to be good for all blogger to earn money.
This affiliate program is another way to earn money! Good for publishers and advertisers.
Click at the image below to register and choose a program that you really interested to
and the payout is up to 50% or more depends on the program you choose!


These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Football Club Theme

Free Football Club Themes mp3 Download
Click the link to download

More football club themes to come......

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

WWE Song Themes


New! Download wrestlers song theme for free!
Click the link to download

  1. Free Jeff Hardy Entrance Theme mp3
  2. Free Rey Mysterio (Booyaka 619) mp3
  3. Free Halloween - Undertaker Entrance Song mp3
  4. Free Matt Hardy Entrance mp3
  5. Free Kane theme - Man on Fire mp3
  6. WWE_Raw Theme mp3
  7. Free Batista Theme mp3
  8. Free John Cena - Mu Time is Now
More to come.....

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Get More Traffic From Yahoo

8 Tips To Get More Traffic From Yahoo

With the new Yahoo! "Pay-For-Review" model it might be relatively easier for sites to get into the directory but
getting traffic from your listing is altogether a different story. And now with it's new annual recurring payment policy
you have to be extra careful while submitting your site for a review.

Here are 8 things to keep in mind while submitting your site to Yahoo!

1) Selecting your domain name is the most vital step in getting a top ranking in Yahoo! and also other directories
like Dmoz and Looksmart.

Make sure your domain name is "Keyword Rich". You can make your domain keyword rich by simply inserting hyphens to separate words in your domain name. Yahoo! gives more relevance to sites with keywords in their domain name.

Take our domain name for example: http://www.home-based-business-opportunities.com/

It is made up of 4 different high-in-demand keywords: "Home Based Business", "Home Business", "Home Business Opportunities", "Home Based Business Opportunities".

While crafting your domain name, even you should try to keep your domain name such that it is made up of one, 2-4 words main or "parent" keyword; which in turn is made up of 2-4 high-in-demand "child" keywords.

You may or may not get a top ranking for all your targeted keywords but you can be sure of getting one for your main or "parent" keyword (If you do everything else right).

Even if you have to get a separate domain name for this purpose, GET IT! It is absolutely crucial for your ranking.

2) Sites which are placed higher in directory structure are given more relevance than sites which are placed lower or
deeper.

For example a site listed in category - B2B/Business_Opportunities will be given more relevance than a site listed in category - B2B/Business_Opportunities/Directories

Here's a great tip to select the most trafficked category for your website...

Once you have short-listed 2 or 3 category to place your site in to, check out the cost of Sponsor Listings of those
categories.It's really simple. Visit the following URL: https://ecom.yahoo.com/fast/sponsor

Enter the URL of any website that is listed in your desired category (The URL should be same as it appears in Yahoo! and the category should be a commercial category).

-----SIDEBAR-----
Please note that Yahoo! accepts Sponsor Listings for only certain commercial categories and so this tip may or may not work for your category.
-----SIDEBAR-----

You'll be asked for your Yahoo! ID. Once you submit the information, you'll be provided with the Sponsorship charges for that certain category. Repeat the process for your remaining short-listed categories.

Now compare the prices of all your short-listed categories. Naturally the one with a higher price is the most trafficked one!


3) Yahoo! considers keywords in the directory structure while ranking.

For example, if someone is searching for "Business Opportunities Directories", a web site listed in category -
B2B/Business_Opportunities/Directories will be given more relevance than a web site listed in category - B2B/Business_Opportunities


4) Yahoo! DOES NOT spider websites to determine ranking. It ranks web sites based on keywords in domain name, title and description. So having META tags does not make any difference to your listing.


5) DO NOT try to stuff as much keywords as possible in to the description. Yahoo! editors are notorious for cutting
down the description if they sense even slightest hype. Try to avoid words such as - no.1, proven, turnkey, exciting
etc.

Also, make sure that the heading of your home page is same as the description you provided for your site. There should be no confusion in the mind of the editor reviewing your site.


6) Make sure your domain name and business name is the same since Yahoo! is known to use the business name as the title for your listing.


7) Make sure your website is "Content Rich". This is very critical for two reasons. One - to get your site
accepted by Yahoo! and Second - to maintain and get a higher listing.

Yahoo! determines the popularity of a website by the amount of time a visitor spends on your website. If a large no. of them hit the "back button" of their browser as soon as they hit your web site, you can kiss goodbye to your dreams of a possible higher listing.

Once you get a lower listing, it can get very difficult to make up as visitors will not be able to find your site
easily.

-----SIDEBAR-----
Once a site gets accepted into the directory, Yahoo! ranks it based on the keyword popularity in domain name, title and description. But as time progresses, it determines the ranking based on the popularity of the website itself.

We ignored this and our listing came down drastically within few days of getting accepted!
-----SIDEBAR-----


8) Before submitting your website, thoroughly research websites that rank higher for keywords you are targeting (Especially the "Most Popular" sites in the directory section). This will give you a rough idea of what to and what not to include in your website.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Boost Banner Click-Through

10 Effective Ways to Boost Banner Click-through

Banner advertising is one of the most widely used marketing medium on the Internet. Though banner click-throughs have decreased to less than 1.0% in the past year, it is still possible to achieve reasonably good click-through of 3.0% and above.

Below are 10 effective steps that I have successfully used to help my clients boost click-throughs on their banner campaigns.

1. Employ Action Words

Use action words like "FREE" and "Click Here" in your banners.

Offering something "FREE" in your message attracts the reader to click on your banner. Banners with "Click Here" teasers and similar action phrases also increase click-through.


2. Use Short and Punchy Headlines

A short and punchy banner headline makes a difference. Always load your headline with benefit statements - offer solutions to the challenges that your customers face. If you sell diet products, try "Lose 10 pounds in four weeks!". Work on a winning combination of text and graphics in your banner ad.


3. Animated Banners vs. Static Banners

Animated banners usually outperform their static counterparts by more than 100%. Surfers are more likely to notice banners that are animated. Example: If you have the words "Click Here" flashing in your banner, it will perform better than a static version.


4. Adopt Better Designs

Many of us are not graphic artists. We can create simple banners but it is hard to match the work of a professional graphic artist. You should engage a professional banner ad designer to create your banners. Expect to invest $80 per banner.

The standard sizes for banner ads are 400x40 pixels or 468x60 pixels. I recommend that you design a 468x60 banner. With the clutter of graphics on most webpages, a larger banner has a higher chance of getting noticed.


5. Try Trick Banners

These banners resemble Windows dialog boxes, scroll bars, submit buttons or blue-colored underlined hyperlinks. They attract you to click on the dialog boxes and scroll bars - which you are already accustomed to doing with the Windows operating system. If you use trick banners with short and punchy headlines, you can get click-throughs above 10.0%!


6. Reduce Your Banner File Sizes

Reduce your banner file size to less than 15k. The last thing a surfer wants is a slow-loading webpage. Most websites and banner exchanges do not allow excessively large banners.

Create a fast-loading banner right from the start. Optimize your banner file size through your graphic software or an online graphic optimizer.


7. Rotate Your Banners Regularly

Always have 2 or more banners to promote each product. A banner usually burns out after a surfer has seen it 3 times. They will ignore (if not hate) banners which they see repeatedly. If your click-through is steadily declining, then it is time to rotate your banners.


8. Target Your Banners

Place your banners on websites visited by your potential customers. If you promote gourmet coffees, place your banners on sites targeted at gourmet coffee drinkers. The quality of leads generated are higher, and more likely to result in sales.

Running your banners on targeted sites generally yield higher click-throughs and return-on-investment (ROI). You are reaching people who are most interested in what you have to offer. Of course, you can try websites with general audience if they generate substantial ROI.


9. Monitor Your Banners' Performance

Make it a point to check on your banners' performance every few days. Monitor the click-through rate. The click-through tells you how well your banner performs. Most banners fetch a click-through of between 0.8% to 2.0%. If your banner gets more than 2.0%, it is doing a pretty good job.

By monitoring your banners' performance, you can kill under-performing banners before they waste away your advertising dollars.


10. Do Your Mathematics

Do your mathematics for each banner advertising campaign. Calculate the cost-per-visitor, cost-per-sale and return-on-investment ratios.

For example: If a website charges you $20 per thousand impressions ($20/CPM), and you get a 2.0% click-through (20 visitors), your cost-per-visitor is $1.00 ($20 / 20 visitors).

And if 1 in every 10 visitors buys your product, your cost-per-sale is $10.00 ($20 / 2 sales).

So if each sale of your product produces a gross profit of $15, then your net profit per-sale will be $5.00 ($15 gross profit - $10 cost-per-sale).

Your return-on-investment (ROI), before non-marketing expenses, is 50.0% ($10.00 total net profits / $20 investment). This campaign is profitable!

Try advertising on different sites or using different banners. Find the winning combination(s) that can yield the highest ROI. Comparing Deal A which yields an ROI of 20% to Deal B that yields 60%, your advertising dollars work three times harder (and profitable) with Deal B!

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Miley Cyrus Bares Her Cleavage on ELLE's Cover

Featured on the magazine's August 2009 cover, she is photographed wearing black outfits that expose her black bra.

© Janet Mayer/PR Photos
Coming under fire last year for her provocative pics featured on Vanity Fair, strikes another racy pose for ELLE magazine's August 2009 cover, which features her baring her cleavage for the lens. The cover shot shows the 16-year-old actress/singer wearing low-cut leather black outfits that shows off her black bra covering her breasts.

"MILEY! On Dad, Boyfriends, and Why She's Not a Kid Anymore," read the tagline that accompanies her picture. In companion to the snap, another pic of Miley can also be found inside the print media. The particular photo shows her wearing black dress combined with knee-high black boots. She is pictured lying her back on a table while seductively starring to the camera.

In an interview with the publication, Miley talks about her new clothing line with Max Azria for Wal-Mart. She says, "The jeans are my favorite part of the entire line. Because, like, literally this is going to be good for, like, Middle America, and it will be great for kids that really want to be in fashion but that don't have it available."

Also sharing about the pressure of living a life under the spotlight, the Disney star tells ELLE, "It's hard for all of us. There are so many people that could be using you. So me and Nick and Demi, we don't need anything from each other. We got our own thing going on," when referring to her friendship with and .

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

'Harry Potter' Returns to London for 'Half-Blood Prince' World Premiere

Braving the heavy rain in central London, Daniel Radcliffe, Emma Watson, Rupert Grint and thousands of fans step out for the world premiere of 'Harry Potter and the Half-Blood Prince'.

Ending a two-year wait for its July release, "" finally held its world premiere on Tuesday, July 7, in the United Kingdom. The red carpet event took place at Odeon Leicester Square, London, and despite the heavy downpours and hailstorms, it was flocked with thousands of "Harry Potter" fans.

Also undeterred by the bad weather were the film's cast which among whom included the trio of , and . Coming to the special screening, Daniel wore stylish gray suit with pink shirt underneath, Emma was dressed in a vintage dress from '60s designer Ossie Clark, while the recovering from swine-flu Rupert was captured in a traditional black and white suit with a touch of pink in his belt.

Despite spotted drenched in the rain, all three still made time to pose for the press and greeted the awaiting fans. Talking to reporters on the red carpet, Daniel shared, "I think there's a much richer comic vein in this film than we've seen before. I think it's a really good film. I hope everyone comes and sees it and enjoys it as they have the last five."

Aside from those three, the premiere was also attended by other cast members, such as , , , , Jim Broadbent, Michael Gambon, Robbie Coltrane, , Maggie Smith, Oliver Phelps and Jessie Cave. Some of them were seen wearing white ribbons as a tribute to Rob Knox, a cast mate who was murdered in 2008 in a knife attack in southeast England.

Other celebrities attending the world screening event included actors and Toby Jones, directors Tim Burton and Guy Ritchie, retired English footballer Gary Lineker and his partner Danielle Bux, as well as celebrity chefs Gordon Ramsay and Jamie Oliver. Author J.K. Rowling was also present at this world premiere.

"Harry Potter and the Half-Blood Prince" will center its story at the time when Voldemort's grip on both the Muggle and wizarding worlds is tightening. With Hogwarts no longer being the safe haven it once was, Dumbledore begins to prepare Harry for the final battle that he knows is fast approaching. Bringing in his old friend and colleague Professor Horace Slughorn, Dumbledore works together with Harry to unlock Voldemort's defenses. Warner Bros. will ditribute this movie in U.S. theaters next Wednesday, July 15.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Tribute Performances at Michael Jackson's Memorial

Mariah Carey opened with a choking rendition of 'I'll Be There' and the Jacksons got on stage for the final medley of 'We Are the World' and 'Heal the World'.

Family, close friends and fans gathered at Staples Center in Los Angeles on Tuesday, July 7 to celebrate the life and death of . Apart from speech, accolades and testimony, stars who have shared memories of him took the stage to perform in the late singer's honor.

was the first to dedicate a song to him, singing her famous cover of Jackson Five's hit "I'll Be There". She was joined in the middle by Trey Lorenz, her long-time collaborator who joined her in the song back in 1992 during MTV Unplugged. Bringing it in gospel tone, Mariah slipped in Michael's name and added "Never can say goodbye".

, who was also in Motown during Michael's golden years, sat behind the piano to sing a medley of his '70s songs "Never Dreamed You'd Leave in Summer" and "They Won't Go When I Go". Before starting his piece, he said "This is a moment that I wished to never see come. But as much as I can say that, and mean it, I do know that God is good, and I don't know that as much as we feel, and we do, that we need Michael here with us, God must have needed him far more. Michael, I love you and I told you that many times, so I'm at peace with that."

Jermaine Jackson made a tribute for his little brother right after gave a speech about Michael's favorite song, "Smile". Based on the lyrics, Brooke said Michael would want them to smile even though "your heart is aching". Jermaine, choking near to the end of the song, closed his set by throwing a rose on top of Michael's casket.

"" finalist Shaheen Jafargholi whose voice is a resemblance to young Michael, paid a tribute by singing "Who's Loving You". He was personally invited by the Jacksons because they knew he was a fan of Michael. "I just want to thank you so much for blessing me and every single person on this earth with your amazing music," Shaheen said after singing. "Thank you very much, Michael Jackson."

The last 10 minutes of the memorial was dedicated to a medley of "We Are the World" and "Heal the World" by various artists. Some of these people are the backing singers who were supposed to support Michael during his "This Is It" concert. The family members, including Michael's three children, were also on stage along with the singers who had performed before.

The memorial service included also performances by , Andrae Crouch Choir, , and .

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Paris' Tearful Goodbye to Late Father Michael Jackson


The 11-year-old girl keeps her tribute short, yet meaningful as she praises her late father as a good person and says she loves him very much.

Paris Michael Katherine Jackson, the only daughter of , paid her last tribute to late father, delivering a tearful goodbye speech on-stage during the public memorial service for the singer held at L.A.'s Staples Center on Tuesday, July 7. Keeping her tribute short, the little girl tried to fight back tears and said, "Ever since I was born, Daddy has been the best father you could ever imagine. I just want to say I love him so much."

Unable to avoid crying on stage, 11-year-old Paris turned to , who was quick to embrace her. A moment later, Janet and some other family members led Paris off the stage. Paris' touching tribute was the first public statement made by any of Michael's children since the King of Pop passed away on June 25.

Michael's sons, Prince Michael Jackson Jr. and Prince Michael Jackson II, were also seen attending the star-studded memorial service for their late famous father. The boys took the stage, joining family members, numerous celebs, and a group of other people to sing "We Are the World/Heal the World."

In addition to relatives and fans, Michael's memorial service was also attended by his celebrity friends. , , , , Larry King, and were among the attendees. Music stars like , , and were some of the tapped performers during the memorial.

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Blog.Mac Template Editor

Blog.Mac Template Editor v1.1.1

Features:

  • License: Purchase
  • Size: 1.34MB
  • Operating Systems: Mac OS X 10.4 PPC, Mac OS X 10.3.9
  • Additional Requirements: Mac OS X 10.3.9 or laterBlog.Mac trial version to publish blog pages to your .Mac account or save them locally on your computer
  • Limitations: No limitations

Description:

Unleash your creativity by using the free Blog.Mac Template Editor to customize your blog with easy editing and live previews.

Quickly edit existing Blog.Mac blog templates and see a live preview of what your published blog will look like. Create new templates using a color-coded reference page that explains how to develop a new Blog.Mac blog template.

Click Here to DOWNLOAD

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Tips and Tricks

Moving status bar


Here is javascript code for your blog. See example on my blog & picture below. Copy & paste the code to your HTML/JAVASCRIPT gadget


< language="javascript">
msg = "Krishna edyatoula is the best programmer in the world";

msg = "..." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos);
pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",200);
}
scrollMSG();


(/SCRIPT>

Notes: Edit the RED with this tag <>

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Jason Mraz

Free Jason Mraz mp3 download

Track List :

  1. Make It Mine
  2. I’m Yours
  3. Lucky
  4. Butterfly
  5. Live High
  6. Love For A Child
  7. Details In The Fabric
  8. Coyotes
  9. Only Human
  10. The Dynamo Of Volition
  11. If It Kills Me
  12. A Beautiful Mess

Download Full Album Jason Mraz – We Sing We Dance We Steal Thing :

FULL ALBUM

FULL ALBUM (4shared)


Jason Mraz - Selections for friends (Live from: Schubas Tavern, Chicago, Montalvo Winery, Saratoga California) (2007)

http://image.maniadb.com/images/album/175/175776_1_f.jpg

Track listing :

1. “Welcome to Schubas (Medley)” – 34:16
2. “Did You Get My Message? (Audience Rehearsal) (Live from Schubas)” – 5:36
3. “Did You Get My Message? (Live from Schubas)” – 5:38
4. “Snakes in Schubas (Live from Schubas)” – 1:21
5. “Childlike Wildlike (Live from Schubas)” – 5:14
6. “Welcome to Saratoga: Older Lover Undercover” – 5:18
7. “Sleeping to Dream (Live from Montalvo)” – 4:18
8. “God Rests in Reason (Live from Montalvo)” – 4:53
9. “Life Is Wonderful (Live from Montalvo)” – 4:13
10. “Did You Get My Message? (Live from Montalvo)” – 4:26
11. “Please Don’t Tell Her (Live from Montalvo)” – 5:26
12. “Song for a Friend (Live from Montalvo)” – 12:22
13. “10,000 Motherfuckers (Live from Montalvo)” – 7:36
14. “The Beauty in Ugly (Ugly Betty version)” – 2:30

Download Full Album Jason Mraz – Selections for Friends (Live from: Schubas Tavern, Chicago, Montalvo Winery, Saratoga California) (2007) :

FULL ALBUM

Jason Mraz - Mr.A-Z (Album 2005)


Track List:

01. Life is Wonderful
02. Wordplay
03. Geek in the Pink
04. Did You Get My Message?
05. Mr. Curiosity
06. Clockwatching
07. Bella Luna
08. Plane
09. O. Lover
10. Please Don’t Tell Her
11. Forecast
12. Song For a Friend

Download Full Album Jason Mraz – Mr. A-Z (Album) :

FULL ALBUM

FULL ALBUM (4shared)

Jason Mraz - Tonight, not again: Jason Mraz Live at the Eagles Ballroom (2004)

http://images.amazon.com/images/P/B0002IQNW4.01.LZZZZZZZ.jpg

Track listing :

1. “Tonight, Not Again” (Keene, Mraz) – 7:55
2. “Not So Usual” (Mraz, Terefe) – 3:33
3. “Dialogue – 0:52
4. “No Doubling Back” (Mraz, Zizzo) – 4:30
5. “You and I Both” (Mraz) – 3:39
6. “Absolutely Zero” (Mraz) – 6:15
7. “1000 Things” (Mraz) – 4:10
8. “Common Pleasure” (Mraz) – 5:18
9. “Curbside Prophet” (Galewood, Mraz, Ruffalo) – 5:13
10. “Sleeping to Dream” (Mraz, Stuart) – 4:13
11. “Unfold” (Mraz) – 8:28
12. “No Stopping Us” (Mraz) – 6:09
13. “The Remedy (I Won’t Worry)” (Christy, Edwards, Mraz, Spock) – 3:39
14. “After an Afternoon” (Mraz, Quirolo) – 3:46
15. “Too Much Food” (Mraz) – 8:43

Download Full Album Jason Mraz – Tonight, Not Again: Jason Mraz Live at the Eagles Ballroom (2004) :

FULL ALBUM

Jason Mraz - Waiting for my rocket to come (Album 2002)

Track List :

  1. You And I Both
  2. I’ll Do Anything
  3. Remedy (I Won’t Worry)
  4. Who Needs Shelter
  5. Curbside Prophet
  6. Sleep All Day
  7. Too Much Food
  8. Absolutely Zero
  9. On Love, In Sadness
  10. No Stopping Us
  11. Boy’s Gone
  12. Tonight, Not Again

Download Full Album Jason Mraz – Waiting For My Rocket To Come (Album) :

FULL ALBUM

FULL ALBUM (4shared)

Jason Mraz - Live & Acoustic (Live at Java Joe's) (2001)

http://i40.tinypic.com/15ry0zs.jpg

Track listing :

1. “Running” (6:37)
2. “Did I Fool Ya?” (4:42)
3. “Little You & I” (5:36)
4. “You and I Both” (3:31)
5. “1,000 Things” (3:34)
6. “Unfold” (3:35)
7. “Dream Life of Rand McNally” (9:13)
8. “Halfway Home” (4:43)
9. “Bright Eyes” (3:56)
10. “After an Afternoon” (3:10)
11. “Conversation with Myself” (5:55)
12. “Common Pleasure” (3:51)
13. “0% Interest” (7:10)
14. “At Last/Sleep All Day” (7:02)
15. “Hey Love” (4:44)

Download Full Album Jason Mraz – Live & Acoustic (Live at Java Joe’s) [2001] :

Download

Jason Mraz - A Jason Mraz Demonstration (1999)

http://upload.wikimedia.org/wikipedia/en/3/31/A_Jason_Mraz_Demonstration.jpg

Track listing :

1. “Sleep All Day” (5:02)
2. “Sleeping to Dream” (4:17)
3. “Little You & I” (3:26)
4. “The Right Kind of Phrase” (3:10)
5. “Bright Eyes” (3:03)
6. “0% Interest” (4:13)
7. “Childlike Wildlife” (4:24)
8. “Common Pleasure” (3:46)

Download Full Album Jason Mraz – A Jason Mraz Demonstration (1999) :

FULL ALBUM

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Indonesia MP3

Seurieus – Gelap Mata (new single)

Dewiq feat. Ipang (BIP) - Bete’

Ari Lasso -Sehidup Semati

Nugie – Lentera Jiwa (New Single 2008)

Andra & The Backbone – Main Hati (2008)

Tangga – Kesempatan Ke Dua (Ost.Lost In Love)

Element Ft Rendy – Tak Tersisa (Alb.Terang)

Tia Ft Vagetoz – Tulus

Seventeen – Selalu Mengalah

Rafika Duri – Demi Waktu (Ungu Cover)

Andrea ft Yana Yulio – Cinta Begini Adanya

Andien – Bisikan Hati(2008)

Tompi – Sedari Dulu (Alb.My Happy Life) Sample 2008

Naff – Kaulah Hidup dan Matiku

Acha Septriasa – Cinta Bertahan (Ost.Love)

Gita Gutawa – Sempurna (Ost.Love)

Gita Gutawa Ft Daffi – Dua Hati Menjadi Satu (Ost.Love)

Gita Gutawa – Surga di Telapak Kakimu

Zorro – Cinta Sembunyi (Ost.Kian)

Bumblebee – Dan Bila (Ost. Otomatis Romantis)

Agnes Monica - Matahariku (Ost.Jelita)

Intan Nuraini – Gubrak (Alb. Salut)

Delon – Terbalik

Laluna – Tetaplah Mencintaiku

The Berrys – Mengertilah

Embun – Berharap Kau kembali

Armada – Gagal Bercinta

UNO – Balas Kasih Ayah Bunda

Merpati – Wanita yang Mencintaimu

Shanty – Unbreakable

Shanty – Selamat Tinggal Selamanya

D’Masiv – Cinta Ini Membunuhku

D’Masiv – Diantara Kalian

Dewa19 ft Padi – Satu

Dewa ft Padi – Hadapi Dengan Senyuman

Dewa ft Padi – Persembahan Dari Surga

Peterpan – Football Mad Nation

Afgan – Terima Kasih Cinta

The Chancuters – Racun Dunia

Nineball – Hingga Akhir Waktu

Numata – Raja Jatuh Cinta

Ungu – Saat Indah Bersamamu

Padi – Jangan Datang Malam Ini

Nidji – Jangan Lupakan

Lobow – Kau Cantik Hari Ini

Maia – Ingat Kamu

Maia – Emang Gue Pikirin

Mulan Jameela – Makhluk Tuhan Paling Seksi

The Rock – Aku Bukan Siapa-siapa

Syahrini – Bohong

Peterpan – Kota Mati

Vagetoz – Kehadiranmu

Letto – Permintaan Hati

D.O.T – Belahan Jiwa

Yovie & Nuno – Dia Milikku

Jikustik – Selamat Malam

Pilot – Sepanjang Hidup

Sir Rooney – Andaikan Termaafkan

RAN – Pandangan Pertama

Gita Gutawa – Gang Kelinci

Gita Gutawa – Aku Cinta Dia

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

Seventeen

Download full album mp3 Seventeen – Lelaki Hebat [FULL ALBUM 2008]

Mirror site:

  1. EASY-SHARE
  2. SENDSPACE
  3. MEGAUPLOAD
  4. RAPIDSHARE

seventeen.jpg

Free Seventeen mp3 download

Seventeen – Lelaki Hebat [FULL ALBUM 2008]

Track List :
01. Untuk Mencintaimu
02. S’lalu Mengalah
03. Jalan Terbaik
04. Cinta Tak Bertuan
05. Takkan Menyerah
06. Lelaki Hebat
07. Datang Padaku
08. Saat Harus Memilih
09. Semua Untukmu
10. Ayah

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

ST12

Download full album mp3 ST12 – P.U.S.P.A [ Full Album 2008 ] [ Full Album ]

Mirror site:

  1. EASY-SHARE
  2. SENDSPACE
  3. MEGAUPLOAD
  4. RAPIDSHARE

st-12.jpg

Free ST12 mp3 download

Track List :
01 – P.U.S.P.A
02 – Jangan Pernah Berubah
03 – Cari Pacar Lagi
04 – Putri Iklan
05 – S.K.J
06 – Saat Terakhir
07 – Tak Dapat Apa Apa (My Hot)
08 – Cinta Jangan Dinanti
09 – Cinta Tak Direstui
10 – Jalan Terbaik
11 – Rasa Yang Tertinggal
12 – Aku Masih Sayang

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati

T2

T2 Malu Malu Dong

Download mp3 T2 – Malu Malu Dong [Full Album 2009] full album Click here





Release: Feb 2009

Track List:

01. Jangan Lebai
02. Malu Malu Dong
03. Ceraikanlah Saja
04. Tau Sama Tau
05. Indah
06. Pujangga Berpuisi Dusta
07. Cukup 3 Kali
08. Semuanya Dusta
09. Tak Sanggup
10. Terpesona

These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • Furl
  • Reddit
  • Spurl
  • StumbleUpon
  • Technorati