If you want to make more money and profit from your affiliate links, you need to display them in different way. Don’t use the default link generated by your affiliate program script. Instead, hide it by using PHP file. [tags]php, html, affiliate tips[/tags]
I hid all my affiliate links in PHP file. You can see those links on my sidebar, under Featured Sites (Get Free $25USD, RM100 Advertlets Contest, Earn More Money ). Since the affiliate links are hidden, my earning from affiliate programs increase.
To create the PHP file is simple. I use Text Link Ads affiliate link for this example. Open your Notepad and paste this code.
<?php header(”location: http://www.text-link-ads.com/?ref=20378″); ?>
Next what you need to do is save it with .php extension and upload it to your server. I saved that file as tla.php and uploaded it to my /register/ folder on my site.
Read more…
This how-to only covers about how to subscribe rss feed by using Google Reader. If you want to learn how to subscribe rss feed by using desktop aggregator, this post is what you are looking for.
So back to the topic. Because there are many peoples using an online aggregator, so I have decided to make another short how-to article on how you can subscribe rss feed by using an online aggregator. I use Google Reader for this example. Let’s get started. 
1. You need to have a Google account before you can use this service. Gmail account is also a Google account, so you can use it to login into your Google Reader. Here is the interface.

Read more…
Did you know what is favicon? Favicon or ‘Favourites Icon‘ is a small image which displayed beside the URL in the address bar. And if you use a tabbed browser like Opera, Firefox, IE7, the favicon also being displayed on the tab. This icon is use as a trademark or a brand of your website.

To create a favicon, you need to create an image and save it in .ico format. If you have Photoshop, you can use this Photoshop plugin (instruction is in the zip file). This plugin is use to save any image smaller than 120 x 120 to .ico. But make sure your favicon is 16 x 16 in size because the default favicon size is 16 x 16.
Read more…
Some of you may already know what is RSS feed and know how to subscribe them. But I’m sure some of you don’t know what exactly RSS feed and how you can use them as a loyal reader or visitor. But I will not discuss what is RSS here because you can learn it by asking Mr Google or you can read directly from here.
So, in this post I will teach you or I will guide you on how to subscribe RSS feed. But first, you need to get a RSS link and a feed aggregator or some peoples call them as a feed reader.
To get RSS link, usually it marks with these images or just a text like this.
RSS Feed
Just copy the URL and paste it in your feed reader. In this how-to, I will use two softwares as for the example. FeedReader (freeware) and FeedDemon (shareware). So, we will have two sections here.
Let’s start our how-to with FeedReader. 
Read more…
Johannes, the developer of Blogdesk (read my review), has released new Blogdesk version, 2.6 Build 600. In this new release, the problems with Worpress 2.2 had been solved.
Wordpress 2.2 has changed the way they conduct the Comments and Pings status. If you use earlier Blogdesk version and your website runs using Wordpress 2.2, this upgrade is a must. Or else, you will have problems with the Comments and Pings status where the status will be set to close.
Read more about Blogdesk or click the link below to download.[tags]blogdesk, desktop blogging client, wordpress[/tags]
Download BlogDesk 2.6 Build 600
Guys… Do you want to get free domain and wordpress hosting? Well, here is your chance. Sabahan.com is having a review contest on his website. The winner will win a free domain and Wordpress hosting free for life.
All you have to do is just write a review about Sabahan.com in less than 200 words and link to the contest page and one of Sabahan.com other post.
But Sabahan.com will not pay the domain for life but he will give you $10USD (via paypal) for you to buy your own domain for the first time. For the free Wordpress hosting, Sabahan.com will host your website as long as he remain with his dedicated server. You will get
- Linux Operating System
- 500 MB disk space
- 10 Gig monthly data transfer
- 5 MYSQL Databases
- 5 FTP
- 5 Sub domains
- 20 POP3 Accounts
- Some other features
For more info and rules, you can read at the contest page. So, hurry and get your free domain and hosting now.
Note: Gaman, can I get free hosting because I review your contest. Lol…[tags]free, hosting, domain, wordpress[/tags]
It is cool when your website showed up in the first page in SERP when peoples search for some keywords that related to your site. But to get that, you need to optimize your website to make your site is search engine friendly which means you need to SEOing your site.
Some peoples will choose to get SEO expert to optimize their site but for smart people, they will learn how to optimize their website by their own. Of course it will cost you money to learn, to buy books, attend seminars, etc but at Geomodules, you can learn SEO for free.
This SEO training consist of 10 steps. Each step will teach you how to optimize your website from put your keywords in the title, the right way using H1 tag and some videos that worth to watch.
You can start your SEO training here. And don’t forget me if your site get listed in the first search engine result page. Good luck!
[tags]seo, seo training, geomodules[/tags]
First and foremost, I would like to say thank you very much for those who gave me comments and suggestions to my last post. Here, I found two ways how you can prevent someone from hotlinking your files and eating up your bandwitdh.
1st Method - CPanel HotLink Protection
If you use CPanel, you can set and block peoples from hotlinking your files with HotLink Protection option. Just login into your CPanel and click on the HotLink Protection icon. In the HotLink Protection page, you can set which urls you allow for access, file types that you want to protect, url to redirect the hotlinked files and option to allow direct request.
For more clear view about this, I have prepare you with a flash video on how to use the HotLink Protection option. I found this video from my hosting provider FAQ page.
Read more…
What will you do when someone hotlinking your stuffs such as images or files? More interesting when he or she hotlinking them without asking your permission. So, what will you do?
Gotcha!
I found a post from Incoming Links in my Dashboard. When I follow the link, I found out that the post that guy made is exactly the same with mine. Not only just that, he also hotlinking my image and also the smilies. I think he copy it from my page source.
Read more…
I coded all my themes and CSS manually by using EditPlus 2, by hand. But when coded in text editor, your code might unstructureable and will slow down your site. That is why you need something that can optimize and tidy up your files.
Here has come a website called Clean CSS. Clean CSS is a nice utility that will tidy up your CSS file and will optimize it to make your site load faster. For an example, instead of
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
Clean CSS will tidy it into like this
padding: 10px 5px 10px 5px;
Beside that, Clean CSS will remove all unnecessary things and will pack your CSS file into smaller package.
Speed Up Your Site: Optimize your CSS [via Daily Blog Tips][tags]clean css, css, cascading stylesheet[/tags]