<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Internet Marketing 101 &#187; Tools</title>
	<atom:link href="http://www.noorazman.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noorazman.com</link>
	<description>Newbies Guide to Internet Marketing</description>
	<lastBuildDate>Tue, 31 Jan 2012 03:53:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>OpenOffice your free office tools</title>
		<link>http://www.noorazman.com/tools/openoffice-your-free-office-tools/</link>
		<comments>http://www.noorazman.com/tools/openoffice-your-free-office-tools/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 22:50:08 +0000</pubDate>
		<dc:creator>Azman</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[alternative microsoft office]]></category>
		<category><![CDATA[Budget]]></category>
		<category><![CDATA[excel program]]></category>
		<category><![CDATA[Excel Spreadsheet]]></category>
		<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Office Package]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Office Microsoft]]></category>
		<category><![CDATA[Office Tools]]></category>
		<category><![CDATA[Openoffice]]></category>
		<category><![CDATA[Useful Software]]></category>
		<category><![CDATA[word program]]></category>

		<guid isPermaLink="false">http://www.noorazman.com/?p=56</guid>
		<description><![CDATA[Most of us are familiar with office tools like Microsoft Word and Excel spreadsheet.  These are useful software that we cannot go without. Unfortunately there are cost involve if you want to install and use Microsoft office package.  If you are a budding IM and tight on budget you might want to consider alternative. Welcome [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us are familiar with office tools like Microsoft Word and Excel spreadsheet.  These are useful software that we cannot go without.</p>
<p>Unfortunately there are cost involve if you want to install and use Microsoft office package.  If you are a budding IM and tight on budget you might want to consider alternative.</p>
<p>Welcome to OpenOffice. OpenOffice package is not much different from Microsoft office package. In fact if you are familiar with window based application, then you will not find much difficulty in adapting yourself.  Best of all the OpenOffice package is FREE.</p>
<p>Find out more <a href="http://www.noorazman.com/url/openoffice">Openoffice</a>.</p>
<p><a href="http://www.noorazman.com/url/openoffice"><img class="alignnone size-full wp-image-57" title="openoffice" src="http://www.noorazman.com/wp-content/uploads/2009/08/openoffice.jpg" alt="openoffice" width="164" height="68" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noorazman.com/tools/openoffice-your-free-office-tools/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hiding your urls through php codes</title>
		<link>http://www.noorazman.com/tools/hiding-your-urls-through-php-codes/</link>
		<comments>http://www.noorazman.com/tools/hiding-your-urls-through-php-codes/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 22:27:37 +0000</pubDate>
		<dc:creator>Azman</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Correct Url]]></category>
		<category><![CDATA[File Extension]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Index Php]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Myurl]]></category>
		<category><![CDATA[Php Extension]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Php Files]]></category>
		<category><![CDATA[Php Header Location]]></category>
		<category><![CDATA[Php Index]]></category>
		<category><![CDATA[Php Redirect]]></category>
		<category><![CDATA[Urls]]></category>
		<category><![CDATA[Www Mysite Com]]></category>

		<guid isPermaLink="false">http://www.noorazman.com/?p=48</guid>
		<description><![CDATA[Currently I’m only using two type of redirection. The first one is through WP plugin called GoCodes. I did discuss about this method is this GoCodes redirect post. My second method is through php redirect. The method is very simple. However you need to have access to your hosting as the php files need to [...]]]></description>
			<content:encoded><![CDATA[<p>Currently I’m only using two type of redirection. The first one is through WP plugin called GoCodes.  I did discuss about this method is this <a href="http://www.noorazman.com/tools/hiding-your-urls-through-gocodes-wordpress-plugin/">GoCodes redirect post</a>.  My second method is through php redirect.</p>
<p>The method is very simple. However you need to have access to your hosting as the php files need to be placed somewhere in your hosting. Here is how.</p>
<p>In a text editor, type the following codes.  Make sure you replace the url with the correct url.</p>
<p><em>&lt;?php<br />
header( &#8216;Location: http://www.myaffiliate.com/index.html&#8217; ) ;<br />
?&gt;</em></p>
<p>now just save the file as index.php or any file name with php extension.</p>
<p>There are two possible approaches. One is to create a directory and use index.php.  So when our visitor visits the directory he will be directed to the correct url.  We just need to direct our visitor to the directory. There is no need to include the index.php. index.php is the default file that our browser will look for.</p>
<p><em>http://www.mysite.com/myurl </em></p>
<p>Alternatively we can name the php codes with different file name. So what we need to do is to point our link to the php file. Just like in the following example</p>
<p><em>http://www.mysite.com/myurl.php</em></p>
<p>Our valued customers will not see any of the original urls. The redirection will be fast and quick.</p>
<p>Hope you like the short tutorial.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noorazman.com/tools/hiding-your-urls-through-php-codes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hiding your urls through GoCodes wordpress plugin</title>
		<link>http://www.noorazman.com/tools/hiding-your-urls-through-gocodes-wordpress-plugin/</link>
		<comments>http://www.noorazman.com/tools/hiding-your-urls-through-gocodes-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 23:39:01 +0000</pubDate>
		<dc:creator>Azman</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Beauty]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Elements]]></category>
		<category><![CDATA[gocodes]]></category>
		<category><![CDATA[hiding urls]]></category>
		<category><![CDATA[Plugin Installation]]></category>
		<category><![CDATA[Settings Menu]]></category>
		<category><![CDATA[Single Word]]></category>
		<category><![CDATA[Urls]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[Wp]]></category>
		<category><![CDATA[wp redirect]]></category>

		<guid isPermaLink="false">http://www.noorazman.com/?p=39</guid>
		<description><![CDATA[hiding your affiliate urls using a simple wp plugin.]]></description>
			<content:encoded><![CDATA[<p>I presume we all understand the important of hiding our affiliate links.  So we will not be discussing that.</p>
<p>I&#8217;m a big fan of wordpress (wp).  It is one of the best blogging platform out there.  wp is very flexible and easy to manage. In fact most of my websites are based on wp.</p>
<p>You might want to consider GoCodes if you are using wp. GoCodes helps you hide your urls and give your sites a cleaner look. Lets get started.</p>
<p>1. Download <a href="http://www.noorazman.com/url/gocodes">GoCodes</a> and install the plugin.  I presume you are familiar with wp plugin installation.  Let me know if you need any help. <a href="http://www.noorazman.com/contact-us/">eMail me.</a></p>
<p>2. Once activated just go to &#8220;settings&#8221; menu and select GoCodes</p>
<p>3. Then you will be presented with the GoCodes setting.  There are two type of setting that you can do. &#8220;URL Trigger&#8221;  is a special folder where Gocodes handles all the redirect.  The default value is &#8220;go&#8221;. You may change the value to any value that you like. But it cannot be left blank. &#8220;recommended&#8221; and &#8220;sites&#8221; are two good example. At the bottom there is &#8220;No follow&#8221; selection.  No follow is one of an important SEO elements.  However for now we just leave it alone.</p>
<p><img class="alignnone size-full wp-image-43" title="gocode4" src="http://www.noorazman.com/wp-content/uploads/2009/07/gocode41.jpg" alt="gocode4" width="500" height="156" /></p>
<p>4.  Next we need to set our urls. Just click on the GoCodes at the &#8220;tools&#8221; menu. There are two parts that you need to complete.  First one is the &#8220;Redirection key&#8221;. This is the word that we want to use for our new url. Just use any single word. In the example below I&#8217;m using &#8220;affiliate1&#8243;.  In addition we need to provide the actual url.  This is one of the GoCodes beauty.  You can change the destination url anytime, as required.<br />
<img class="alignnone size-full wp-image-44" title="gocode3" src="http://www.noorazman.com/wp-content/uploads/2009/07/gocode3.jpg" alt="gocode3" width="500" height="160" /></p>
<p>5.  Now we are ready to go.  When ever we need to use the url just call for the new url we just created.  In this example the new url will be &#8220;http://www.noorazman.com/go/affiliate1&#8243;  Our visitor will only see that url, nothing more. whenever he click on that url the program will redirect to the actual url which is &#8220;http://www.affiliate1.com/myaffiliateid&#8221; in the above example.</p>
<p>That it. Very simple plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noorazman.com/tools/hiding-your-urls-through-gocodes-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A recommended FTP program</title>
		<link>http://www.noorazman.com/tools/recommended-ftp-program/</link>
		<comments>http://www.noorazman.com/tools/recommended-ftp-program/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 14:44:48 +0000</pubDate>
		<dc:creator>Azman</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Acronym]]></category>
		<category><![CDATA[File Transfer Protocol]]></category>
		<category><![CDATA[Filezilla]]></category>
		<category><![CDATA[Freeware Programs]]></category>
		<category><![CDATA[Ftp Freeware]]></category>
		<category><![CDATA[Ftp Program]]></category>
		<category><![CDATA[Ftp Programs]]></category>
		<category><![CDATA[Gnu]]></category>
		<category><![CDATA[Hosting Ftp]]></category>
		<category><![CDATA[Hosting Server]]></category>
		<category><![CDATA[Laptop]]></category>
		<category><![CDATA[Minor Weakness]]></category>
		<category><![CDATA[Performance Connection]]></category>
		<category><![CDATA[Server Ftp]]></category>

		<guid isPermaLink="false">http://www.noorazman.com/?p=29</guid>
		<description><![CDATA[Probably you have heard of FTP, a short acronym for file transfer protocol. This little program allows the transfer of files between you pc or laptop with your hosting server. FTP program is very important if you are developing your own website. Lot of files need to be transfer back and forth. So a good [...]]]></description>
			<content:encoded><![CDATA[<p>Probably you have heard of FTP,  a short acronym for file transfer protocol. This little program allows the transfer of files between you pc or laptop with your hosting server.  FTP program is very important if you are developing your own website.  Lot of files need to be transfer back and forth. So a good and very reliable FTP program is very important.</p>
<p>I’ve used various FTP (mostly freeware) programs.  They do works but with minor weakness here and there. Especially with the connection stability.</p>
<p>Few months back I downloaded Filezilla. Honestly I’m very satisfied with its performance. Connection is stable and the program is very easy to use. FileZilla is released under General Public License (GNU).  Meaning it is free.</p>
<p>Have a look at <a href="http://www.noorazman.com/url/filezilla">FileZilla</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noorazman.com/tools/recommended-ftp-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

