Head Resist

Web design, Programming, Development and SEO

How to Make a Web Site of Your Own?

Thursday, December 15th, 2011

Now a day the business is not only restricted within one area. Because of today is on demand of online internet market. If you are interested in business you acquire an online market. The website you have is online shop. Before you launch a new product in the market, you require updating it with a new content on your website.

There are many templates online to create your page. You can use free HTML templates and fill the content you want to in. Also many free java scripts, images, web programming codes and other graphics are available on the internet. You can buy a domain from the hosting company or temporary go for free domain.

Now you can start simple design pages using Dream Weaver after downloading templates into your PC and also you can make basic contact or inquiry Form using downloading script for developing page. Once you have upload pages on your server. Go for instruction which is given by hosting company to you. So these are the main and easy step to build a website. But if you have need more advance web programming details then better way is to learn about course like PHP or ASP.NET.

Both web programming languages PHP and ASP are used to develop dynamic database oriented websites. Active Server Pages (ASP) is normally from Microsoft and is used only with Internet Information Server (IIS) that runs on Microsoft Servers also. But on the other hand you can say PHP is platform independent web programming languages and can connect with several kinds of databases.

And the last if possible, with some optimization to your website for top ranking on the search engines so people can reach you as fast as you aspect. Finally we hope that this article will help you to understand of basic idea of how to make simple web site it’s your own way.

Free Hide Affiliate Link Tutorial

Saturday, June 11th, 2011

Every affiliate internet market needs to be able to hide their affiliates links. To save you having to pay money to hide your affiliate links, here is a free method you can use.

This method will save you a lot of money. To many people online try to sell this free and simple way of hiding affiliates links online. This free hide your affiliate link method involves creating a php file which you have to upload to your sever. You web hosting company should provide the tools you need to upload the file.

You need to create a php file called goto.php. Open up notepad then click on save as and save as goto.php (all files not txt).

Add this code below to the php file -


a

$m = $_GET['m'];

if ($m == “TEST”) {$link = “http://www.yousite.co.uk/test”;} // Default Blank

if ($m == “TEST”) {$link = “Affiliate link goes here”;}

/*

To add more jump links, just copy and paste one of

the lines above and modify the $m and $link values

*/

header(”Location: $link”); //

exit();

?>

Upload php file to your sever.

Now change the code on any link you would like to cloak to: http://www.yousite.co.uk/goto.php?m=Test – change test to the what ever name you placed under ($m == “TEST”).

This is it. This is the simplest method I know to hide an affiliate link and it is very easy to implement. I hope this helps you.

If you have find this guide useful please leave a comment below.

To your success,

Jason J Rich

Jason J Rich