Download Myspace Music without software

I have make a short tutorial on How to download mp3 from myspace without using any software. Take your time to watch it. The video was set to high quality mode and it take time to load. But you always can view the standard quality of this myspace music hack tutorial.

Read the rest of this entry »

Register free CO.CC domain name

register free domain serv Register free CO.CC domain name

I know this might be sound lame. Everyone does know CO.CC domain right? Well, let me help you to refresh back. CO.CC is a domain name company that offered you free domain name which include DNS server and many more. Well, this service is pretty awesome. Atleast for anyone that is not ready yet to pay for domain name or just for someone that like freebies like me.

Read the rest of this entry »

How to hide your Affiliate Link

Affiliate program is a great way to make money online. There is a lot of people out there that has already gain profit from making money online through affiliate program. Well, affiliate program really need a lot of trick to gain profit from it.

For newbies like me, it is a hard task to do. One think that I think you should do in order to gain profit from affiliate program is hide the affiliate link in your blog. In spesific term, it is the art of masking or cloaking the affiliate link. Why you should do this? Well, this might help you from getting more commission from this program. You dont want right people to cut off the referral code from the affiliate link.

Example, which link do you prefer the most to click and buy the product? Is it this:

http://myaffiliateprogram.com/jv-affliate/ref=my-affiliatelink

or something like this?

http://myaffiliatelink.com/

Well, that is why we should cloak your affiliate link. To attract more people to click on it and they might buy the stuff from you and you will gain the comission. So, here is one of my trick in this art of affiliate link masking and cloaking.

Read the rest of this entry »

Where is the twitter badge link?

You have a twitter account? Why not follow me at Twitter. I am daily update my tweets. Well, that is not what i am talking about in this post. Actually, i was really piss off since i cant find the link for the Twitter Badge. I has explored the entire of Twitter Page but still can’t found it. This has been happen for many many times. Well, at least i have save the javascript code first in my thumbdrive.

Until today, I was accidently update the link for my website at Twitter account setting. OMG! what a stupid. I did not notice that the link for the Twitter Badge was underneath the textarea for more info web. Haha. Well, i just want to share this for anyone that has experienced the same problem with me. This is a so called solution to get your own Twitter Badge.

First, at the top bar, click on the settings. Then go to your account.

twitter badge 300x218 Where is the twitter badge link?

Now, look carefully at the box. At the more info option, there is a hyperlink to the Twitter Badge. Click it and your’e DONE!

twitter badge update 300x239 Where is the twitter badge link?

Easy. Then you can follow the instructions on the web to add Twitter Badge to your blog. You can get more inspirations for your own twitter badge design by looking on this post: Twitter Badge Status Design. Well, follow me at twitter.

Make kubrick theme single page view sidebar

Kubrick has been known as one of wordpress default theme everytime we install wordpress CMS to our blog. Kubrick also has been known as one of theme main source because it have a beautiful codes in it. As default, the main index page of Kuburick theme was 2 column. But as it viewed in single page, it become only one single column page. I know many people hate this. As sidebar is really useful because you can embed your shoutbox, make money programme and many more.

make wordpress 2 column 300x280 Make kubrick theme single page view sidebar

The default wordpress theme single view

So, why not we bring back the beautiful Kubrick theme into 2 column as default in single page view. Here how it work. I also has adapted this trick in this blog theme. Yeah, i use kubrick cause it awesome :)

First, open up your your default theme aka kubrick theme folder. The theme folder is located at wp-content > themes > default. Then, search for the single.php file. Open it with your notepad. Now, in that file, search for this code:

<?php get_header(); ?>
<div id="content" class="widecolumn" >

Found it? The code is located at the top of the file content incase you didnot find it. Now replace that code with this code:

<?php get_header(); ?>
<div id="content" class="narrowcolumn" >

And then, to add sidebar into your kubrick single view page add this following code:

<?php get_sidebar(); ?

Make sure you add this code before the code.

<?php get_footer(); ?>

Now save your work, upload it to your server and activate it. View it in single page and you can see the sidebar with it just like mine :)

add kubrick theme sidebar 300x270 Make kubrick theme single page view sidebar

The final result. Now the sidebar is there

You can add more and more tweaks to kubrick theme since it is easy to be customizeable. Maybe you could try this Show latest comment for each post on main page trick by Flisterz.

It is a fun things to messed with php codes. I really wanna learn more about php code. Huhu