<?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>Best Blogs Asia &#187; Web Development</title>
	<atom:link href="http://www.bestblogs.asia/how_to/web_development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestblogs.asia</link>
	<description>Showcasing Internet Marketing in Asia, Asian Bloggers, giving advice on improving blogs and making money online.</description>
	<lastBuildDate>Wed, 22 Sep 2010 11:31:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Website Translation</title>
		<link>http://www.bestblogs.asia/google-translation.php</link>
		<comments>http://www.bestblogs.asia/google-translation.php#comments</comments>
		<pubDate>Fri, 11 Jun 2010 03:44:57 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Google Website Translation]]></category>
		<category><![CDATA[translator from Google]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=536</guid>
		<description><![CDATA[Google created a website translator gadget which I only heard about recently, it's really useful to all web owners.]]></description>
			<content:encoded><![CDATA[<p><strong>So far I&#8217;ve been using Babelfish and if stuck, a cheap translator based in Hong Kong for all my Chinese simplified and traditional text translations.  The gadget seems pretty useful if you&#8217;ve got a website.</strong></p>
<h3>Google translate</h3>
<p>There is an automatic translation of web page, supported by more than 51 languages and is available to all webmasters.  The idea is simple, the javascript gadget is added the website, then the clicks the dropdown box and clicks on translate.  To note: the code doesn&#8217;t cause any problems with adsense either.</p>
<p>The language of the page is checked accordingly, if the visitors language is different from the page&#8217;s language then they will be asked to translate the page via a banner.</p>
<div class="imgcentre"><img src=http://images.bestblogs.asia/site/google_translate.jpg alt="Google Translate"/></div>
<h4>Install the Google Website Translation Gadget</h4>
<p>Go to the <a href="http://translate.google.com/translate_tools?hl=en&#038;sl=zh-CN&#038;tl=en" target="_blank" rel="noFollow">installation page</a> (currently set for Simplified Chinese) and follow the instructions.</p>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/google-translation.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a PHP Rss Feed</title>
		<link>http://www.bestblogs.asia/php-rss-feed.php</link>
		<comments>http://www.bestblogs.asia/php-rss-feed.php#comments</comments>
		<pubDate>Mon, 29 Mar 2010 06:17:55 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php rss generator]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=518</guid>
		<description><![CDATA[Information on generating an RSS feed using the PHP programming language.]]></description>
			<content:encoded><![CDATA[<p><strong>I&#8217;ve had this piece of code laying around for a while, it still works and is a very useful script to generate your own RSS feed.</strong></p>
<h3>Why an RSS Feed</h3>
<p>It&#8217;s not required that every site has it.  CMS sites like Wordpress automatically have it setup, whilst static HTML or custom coded sites do not.  Offering a feed makes your site dynamic, so when new content is added &#8211; it&#8217;s automatically displayed on the feed.  People can then download your feed and keep upto date with your site without having to visit it.  It can also be a source of traffic, if you submit to <a href="/rss-submission-sites.php">RSS Submission sites</a>.</p>
<h4>PHP made RSS Feed</h4>
<p>The source code below can be downloaded and integrated on your site.  Any problems let me know here.</p>
<ul>
<li><a href="/files/php_rss.txt">PHP RSS Code</a></li>
</ul>
<p>You would then integrate it using something like this, also using a Cron job to active it would help alot:</p>
<p><code>$myfeed = new RSSFeed();<br />
$myfeed->SetChannel('http://www.mysite.com/xml.rss',<br />
          'My feed name',<br />
                  'My feed description',<br />
          'en-us',<br />
          'My copyright text',<br />
                  'me',<br />
          'my subject');<br />
$myfeed->SetImage('http://www.mysite.com/mylogo.jpg');<br />
$myfeed->SetItem('http://www.mysite.com/article.php?id=bla',<br />
                   'name',<br />
                   'description');<br />
....<br />
echo $myfeed->output();</code></p>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/php-rss-feed.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Google Chrome</title>
		<link>http://www.bestblogs.asia/what-is-google-chrome.php</link>
		<comments>http://www.bestblogs.asia/what-is-google-chrome.php#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:13:41 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[google chrome review]]></category>
		<category><![CDATA[install google chrome]]></category>
		<category><![CDATA[what is google chrome for]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=409</guid>
		<description><![CDATA[Writing a quick review on using Google Chrome, as people are emailing me about it.]]></description>
			<content:encoded><![CDATA[<p><strong>In March 2009, Big G released a new working version of Google Chrome as a competitor to Internet Explorer, Opera and Firefox.  It&#8217;s currently only available for Windows, but it has the benefits of being open-source with built-in support for web and search applications.</strong></p>
<h3>Browser Features</h3>
<p>The browser showcases tabs in a different way as you can isolate certain tabs.  You can also run video direct from the browser, isolate pop ups, webfonts support, link to Web Applications and create third party plugins. It also supports various tools such as:</p>
<ul>
<li>Search</li>
<li>Desktop Search</li>
<li>Gmail</li>
<li>Virtual Drive</li>
<li>Web browsing</li>
<li>G Docs</li>
</ul>
<h3>Using Google Chrome for Websites</h3>
<p>For web site owners, Big G&#8217;s browser will be a useful addition.  What I found useful was support for Javascript heavy sites and web applications, site locked quickly and less resources were used up on my computer.  </p>
<p>Integration with RSS feeds worked well since they were instantly loaded in the browser. </p>
<h4>Download and Install Google Chrome</h4>
<ul>
<li><a href="http://www.google.com/chrome" rel="noFollow" target="_blank">Download</a></li>
</ul>
<h3>Conclusion</h3>
<p>It&#8217;s still a bit buggy and being Windows XP compatible only, the launch feels a little premature.  I do believe it&#8217;s a useful addition to my browser collection for testing compatibility issues, loading many sites at once in different browsers and also for ease of use with RSS feeds.</p>
<p>My current preference is to use IE for do to do usage as I&#8217;m comfortable with the layout, Firefox for site testing and Google Chrome for final testing and multi-site viewing.</p>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/what-is-google-chrome.php/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hiding affiliate links</title>
		<link>http://www.bestblogs.asia/hiding-affiliate-links.php</link>
		<comments>http://www.bestblogs.asia/hiding-affiliate-links.php#comments</comments>
		<pubDate>Tue, 07 Apr 2009 02:05:04 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[disguising affiliate links]]></category>
		<category><![CDATA[hide affiliates]]></category>
		<category><![CDATA[links to affiliate sites]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=384</guid>
		<description><![CDATA[Try to make links not look like affiliate links and blend in with the look of your own site. ]]></description>
			<content:encoded><![CDATA[<p><strong>Linking to affiliate programmes with your own affiliate code is a sure fire way of making money.  However, there are two schools of thought by a user &#8211; 1) if it looks like an affiliate link, they won&#8217;t click it and 2) if it doesn&#8217;t follow with the look of the site, they may not click it either.  This article will help you.</strong></p>
<h3>Ways of disguising affiliate links</h3>
<p>Firstly you should of already applied to relevant affiliate offers and made a list of the affiliate urls.</p>
<h4>Meta Redirect</h4>
<p>You can create a page which contains the following code, which when clicked on will redirect to your affiliate link.  This code is useful for people who&#8217;d like a quick fix.  In the <head> tag place:</p>
<pre>
<code>&lt;meta name=&quot;robots&quot; content=&quot;noindex,nofollow&quot;&gt;
&lt;meta http-equiv=&quot;refresh&quot; content=&quot;1; url=AFFILIATE URL HERE&quot;&gt;</code>
</pre>
<h4>PHP Disguise</h4>
<p>Create a .php file containing the name of your affiliate product &#8211; say bestblogsasia.php, then within the new .php file add:</p>
<pre>
<code>&lt;?php
header( 'Location:http://www.bestblogs.asia
' ) ;?&gt;</code>
</pre>
<h4>htaccess 301</h4>
<p>My personal preference is to use this placement although the the .htaccess file can get quite large:</p>
<pre>
<code>Redirect 301 /go/affiliate.htm http://www.affiliate.com/?ref=123</code>
</pre>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/hiding-affiliate-links.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Optimisation</title>
		<link>http://www.bestblogs.asia/css-optimisation.php</link>
		<comments>http://www.bestblogs.asia/css-optimisation.php#comments</comments>
		<pubDate>Mon, 16 Mar 2009 02:25:57 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Compressing your CSS]]></category>
		<category><![CDATA[CSS Optimisation]]></category>
		<category><![CDATA[Print Stylesheet]]></category>
		<category><![CDATA[Style Declarations]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=354</guid>
		<description><![CDATA[Advice on CSS optimisation, using styles, compression and print stylesheets.]]></description>
			<content:encoded><![CDATA[<p><strong>Some of the easiest optimization techniques include compression of codes whenever possible (like CSS), compression of images for lower sizes (use Photoshop), and reducing the number of http requests and number of objects.</strong></p>
<h3>Style Declarations</h3>
<p>When creating a site, no matter what the end design ends up being, there are certain standard css declarations that I end up making every time.</p>
<pre><code>* {
margin: 0; padding: 0;
}

body {
padding:0; background:#fff;
} 

form {
padding:0; margin:0;
}</code></pre>
<h3>Compressing your CSS</h3>
<p>I&#8217;d recommend by visiting <a href="http://www.cleancss.com/" rel="noFollow" target="_blank">CleanCSS</a> first or <a href="http://www.cssdrive.com/index.php/main/csscompressor/" rel="noFollow" target="_blank">CSSDrive</a>,  then trying the following technique in php:</p>
<p><strong>Before</strong></p>
<pre><code>< link rel="stylesheet" type="text/css" media="screen"
href="/style.css"/ ></code></pre>
<p><strong>After</strong></p>
<pre><code>< link rel="stylesheet" type="text/css" media="screen"
href="/style.css.php"/ ></code></pre>
<p>Now to the real part. Open up your style.css.php, or whatever you named it, file and add the following snippet of PHP to the very top:</p>
<pre><code>< ? php if(extension_loaded('zlib')){ob_start('ob_gzhandler');
} header("Content-type: text/css"); ? ></code></pre>
<p>Then, add the next line to the very bottom and save the file.</p>
<pre><code>< ?php if(extension_loaded('zlib')){ob_end_flush();}? ></code></pre>
<p>That’s it! Refresh your site and check it out.  Compression rates can be upto 400%!</p>
<h3>Print Stylesheet</h3>
<p>A print stylesheet is useful, when a user prints a page you can control what should be printed.</p>
<p>In the print.css place the following, on the site you can place any areas which don&#8217;t need to be printed with the noprint div tag:</p>
<pre><code>html {
     width:100%
}

body {
    background-color: #fff;
    color: #000;
    font-size: 12pt;
}

a {
    color: #000;
}

img {
    border: 0;
}

.noprint{
    display: none;
}

h1, h2 {
    page-break-before: auto;
}

p {
    page-break-inside: avoid;
}</code></pre>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/css-optimisation.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Checklist</title>
		<link>http://www.bestblogs.asia/website-checklist.php</link>
		<comments>http://www.bestblogs.asia/website-checklist.php#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:00:50 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Freelance Web Designer]]></category>
		<category><![CDATA[web site checklist]]></category>
		<category><![CDATA[Website Checklist]]></category>
		<category><![CDATA[Working with Clients]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=351</guid>
		<description><![CDATA[A useful guide on starting a site and what to check for.]]></description>
			<content:encoded><![CDATA[<p><strong>This is something I wrote back in 2004 when I was working as a Freelance Web Designer and needed a standard website checklist I could show to clients, hope this is useful and is recommended to follow before a site launch.</strong></p>
<h3>Checklist Setup</h3>
<ul>
<li>What is the goal of the website project and who is the target audience?</li>
<li>What kind of image (branding) do you wish to convey?</li>
<li>Will it be a bilingual website?</li>
<li>Do you have a domain name and require hosting?</li>
<li>Any database functionality required?</li>
<li>Who are your competitors and which sites you admire?</li>
<li>How many web pages to be created approximately?</li>
<li>What is the approximate financial budget and the ideal completion date?</li>
</ul>
<h4>Working with Clients</h4>
<ul>
<li>Preliminary website page flowchart is given.</li>
<li>Approximate financial budget is re-confirmed, waiting for acceptance. Site is developed in secure environment.</li>
<li>Client gives feedback, afterwards launch live and invoice final payment.</li>
</ul>
<h4>Content</h4>
<ul>
<li>Check spelling and grammar.</li>
<li>Look at the style of writing.</li>
<li>Implement recurring common phrases (keywords).</li>
</ul>
<h4>Website Standards</h4>
<ul>
<li>Accessibility.</li>
<li>HTML, JavaScript and CSS validation.</li>
<li>Create custom 404/error pages.</li>
</ul>
<h4>SEO and Metrics</h4>
<ul>
<li>Ensure content is marked-up semantically/correctly.</li>
<li>Define Meta Data.</li>
<li>Check format (user/search engine friendliness) of URLs.</li>
<li>Set up Analytics, FeedBurner, and any other packages for measuring ongoing metrics.</li>
<li>Create an XML Sitemap and submit to Google Webmaster/Yahoo Site Explorer.</li>
<li>Create Favicon.</li>
</ul>
<h4>Functional Testing</h4>
<ul>
<li>Check on common variations of browser and variations of Screen Resolution.</li>
<li>Test all forms and Test without JavaScript, Flash, and other plugins.</li>
<li>Make sure all external links are valid.</li>
</ul>
<h4>Performance</h4>
<ul>
<li>Configure backup schedule and check disk space/server capacity.</li>
<li>Check image optimisation, page loading times, css optimisation and correct DB indexing.</li>
</ul>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/website-checklist.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup Name Servers</title>
		<link>http://www.bestblogs.asia/setup-name-servers.php</link>
		<comments>http://www.bestblogs.asia/setup-name-servers.php#comments</comments>
		<pubDate>Sun, 08 Mar 2009 16:02:36 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[name server setup]]></category>
		<category><![CDATA[name servers]]></category>
		<category><![CDATA[setup name servers]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=298</guid>
		<description><![CDATA[Setting up name servers in both WHM and Cpanel was one of the hardest things to do, here's my tips.]]></description>
			<content:encoded><![CDATA[<p><strong>This is an article I&#8217;ve been wanting to write for a long time. I&#8217;ve moved some of my more popular sites over to dedicated servers, which means you&#8217;re responsible for the maintanence of the server and sites hosted on them.</strong></p>
<p>Setting up name servers in both WHM and Cpanel was one of the hardest things to do, here&#8217;s my tips.</p>
<h3>Registering the Name Servers</h3>
<p>Register Name Servers where you registered your domain at, example Godaddy. I suggest using one IP per name server, i.e.:</p>
<ul>
<li>NS1.yourdomain.com = IP#1</li>
<li>NS2.yourdomain.com = IP#2</li>
</ul>
<p>You may also need to notify your DataCenter to setup Reverse DNS for the IP addresses used above and for your name servers, this can be done via your Host&#8217;s Support ticket system.</p>
<h3>Name Server Setup</h3>
<p>1. Login to WHM as root</p>
<p>2. Click &#8220;Edit Setup&#8221; or &#8220;Basic cPanel/WHM Setup&#8221; from the left hand menu.</p>
<p>3. Type: ns1.yourdomain.com in the Primary Nameserver field.</p>
<p>4. Press Assign IP Address</p>
<p>5. Then Press Add an A Entry for this nameserver</p>
<p>6. Type ns2.yourdomain.com in the Secondary Nameserver field.</p>
<p>7. Click Assign IP Address</p>
<p>8. Then Click Add an A Entry for this nameserver</p>
<p>9. Click Manage Nameserver IPs from the left menu in WHM.</p>
<p>10. If you see any nameservers that do not belong to you, remove them now.</p>
<p>11. Click Initial NameServer Setup from the left menu in WHM Run this for the &#8220;initial name server setup&#8221;</p>
<p>12. Login to SSH to restart bind. (Be sure it restarts, so don&#8217;t do this in WHM)</p>
<p>13. Type: service named stop</p>
<p>14. Type: service named start</p>
<p>15. While in SSH do the following to verify installation has gone well.</p>
<p>16. Type: pico /etc/wwwacct.conf<br />
Scroll to the bottom and insure that your name servers are listed like this: NS ns1.yourdomain.com NS2 ns2.yourdomain.com</p>
<p>17. While still in SSH do the following to verify installation has gone correctly.<br />
Type: pico /etc/resolv.conf<br />
It should look like this:</p>
<p>domain yourdomain.com<br />
search yourdomain.com<br />
#nameserver 127.0.0.1<br />
nameserver ip address #1 here<br />
nameserver ip address #2 here</p>
<p>18. Check one more thing in SSH to make sure Name Server Configuration went GOOD.<br />
Type: pico /etc/nameserverips</p>
<p>It should look like this:<br />
ip address 1=ns1.yourdomain.com<br />
ip address 2=ns2.yourdomain.com</p>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/setup-name-servers.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Sitemaps</title>
		<link>http://www.bestblogs.asia/xml-sitemaps.php</link>
		<comments>http://www.bestblogs.asia/xml-sitemaps.php#comments</comments>
		<pubDate>Mon, 02 Mar 2009 01:42:20 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Defining a Sitemap]]></category>
		<category><![CDATA[major search engines]]></category>
		<category><![CDATA[site map]]></category>
		<category><![CDATA[Submit a Sitemap]]></category>
		<category><![CDATA[xml sitemap]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=32</guid>
		<description><![CDATA[An XML Sitemap is a document that lists all your site links in one place, which can be easily read by the major search engines.]]></description>
			<content:encoded><![CDATA[<p><strong>An XML Sitemap is a document that lists all your site links in one place, which can be easily read by the major search engines.</strong></p>
<h3>Defining a Sitemap</h3>
<p>A site map is preferably automated as when new content to a site is added, the sitemap has to automatically update also.</p>
<p>New pages added should have a higher priority in the sitemap as pages such as contact us, about us and privacy policy do not change often and demand a lower priority.</p>
<h3>Make a Sitemap</h3>
<ul>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/" rel="noFollow"target="_blank">For Wordpress</a> </li>
<li><a href="http://www.xml-sitemaps.com/" target="_blank" rel="noFollow">Standard version</a></li>
</ul>
<p>In your robots.txt file don&#8217;t forget to add the line:</p>
<pre><code>Sitemap: http://www.mysite.com/sitemap.xml</code></pre>
<h3>Submit a Sitemap</h3>
<ul>
<li><a href="http://www.google.com/webmasters/" target="_blank" rel="noFollow">Google webmasters</a></li>
<li><a href="https://siteexplorer.search.yahoo.com" target="_blank" rel="noFollow">Yahoo</a></li>
<li><a href="/submit-ask-msn-baidu.php">Submit to Ask</a></li>
</ul>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/xml-sitemaps.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensourcefood Sold</title>
		<link>http://www.bestblogs.asia/opensourcefood.php</link>
		<comments>http://www.bestblogs.asia/opensourcefood.php#comments</comments>
		<pubDate>Fri, 06 Feb 2009 16:41:15 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Adsense]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[opensourcefood]]></category>
		<category><![CDATA[opensourcefood sold]]></category>
		<category><![CDATA[yongfook]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=242</guid>
		<description><![CDATA[Opensourcefood is now sadly sold on, here's some of my comments.]]></description>
			<content:encoded><![CDATA[<p><strong>I&#8217;ve been a long time fan of Yongfook and his <a href="http://www.opensourcefood.com" rel="noFollow" target="_blank">Opensourcefood website</a> for a while, I even <a href="http://www.sketchplanet.com" target="_blank">bought a site off of him</a> and have a few comments to make.</strong></p>
<h3>Opensourcefood Site</h3>
<p>It&#8217;s a site where users can submit, tag and take photos of recipes.  To date there are over 2000 recipes (and growing) on OSF, each with a picture, all created by the community.</p>
<p>As you can see from the graphs below it&#8217;s a popular site:</p>
<div class="imgcentre"><a href="http://quantcast.com/opensourcefood.com" rel="noFollow"><img alt="Livegraph" src="http://ak.quantcast.com/livegraph.png?height=230&amp;width=460&amp;c=1&amp;wunit=wd%3Acom.opensourcefood" /></a></div>
<div class="imgcentre"><a href="http://siteanalytics.compete.com/opensourcefood.com?metric=uv" rel="noFollow"><img alt="Opensourcefood" src="http://home.compete.com.edgesuite.net/opensourcefood.com_uv_460.png" /></a></div>
<h3>Opensourcefood Sold ;(</h3>
<p>I guess the time comes when someone offers you enough money to prise a favourite site out of your hands.  I really thought <a href="http://www.bestblogs.asia/yongfook.php">Yongfook</a> would of kept the site though as his passion is food and the site was run more as a hobby and less for financial gain.</p>
<h4>Source of Income</h4>
<p>Since 2008 I&#8217;ve learnt that creating sites can be fun, but there needs to be some benefit at the end of the day.  I saw he implemented <a href="/amazon-affiliate-program.php">Amazon type adverts</a>, selling cooking products and then finally Google Adsense.  Google Adsense is a beast and at times a pain, you can be sending many clicks to your competitors for only a few cents.</p>
<p><a href="http://www.cubestat.com/www.opensourcefood.com" rel="noFollow" target="_blank">Cubestat rates it as making $50+ a day</a> from Adsense.  It&#8217;ll be interesting what source of income the new owner uses for the site.</p>
<p>He made no mention of <strong>how much</strong> he sold it for, I bet it was quite a bit since the investor is high profile and probably made him an offer. I&#8217;d personally price it at $80,000 which may be considered on the low side but the amount of revenue gained from the site is minimal and the competition is huge.  The price would be mainly for the coding, the cool sounding url (which I see is now re-directed) and user fan base.</p>
<p>Although my thinking is users may be put off that this isn&#8217;t a Yongfook site anymore, the url has changed to something less memorable and that their contact details have been sold on.</p>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/opensourcefood.php/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simplemachines SEO</title>
		<link>http://www.bestblogs.asia/simplemachines.php</link>
		<comments>http://www.bestblogs.asia/simplemachines.php#comments</comments>
		<pubDate>Sat, 17 Jan 2009 02:27:23 +0000</pubDate>
		<dc:creator>Best Blogs</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[search friendly]]></category>
		<category><![CDATA[seo friendly]]></category>
		<category><![CDATA[simplemachines forum]]></category>

		<guid isPermaLink="false">http://www.bestblogs.asia/?p=192</guid>
		<description><![CDATA[Make your Simplemachines forum SEO friendly, with these tips.]]></description>
			<content:encoded><![CDATA[<p><strong>If you are a <a rel="noFollow" href="http://www.simplemachines.org" target="_blank">Simplemachines forums</a> user like me, then you&#8217;ll find that the forums aren&#8217;t very SEO search friendly. Forums should be able to bring a huge source of traffic to your site, but if the pages aren&#8217;t setup correctly then you&#8217;ll have no chance.</strong></p>
<h3>Simplemachines Tips</h3>
<p>In Sources/LogInOut.php find:</p>
<pre>
<code>$context['never_expire'] = false;</code>
</pre>
<p>Add after:</p>
<pre>
<code>$context['robot_no_index'] = true;</code>
</pre>
<p>In Sources/Help.php find:</p>
<pre>
<code>$context['sub_template'] = 'manual_' . $context['all_pages'][$context['current_page']];</code>
</pre>
<p>Add after:</p>
<pre>
<code>$context['robot_no_index'] = true;</code>
</pre>
<p>Due to templates changes, I would find where you link to the following pages (probably Index.template.php) and add rel=&#8221;nofollow&#8221; in the href link:</p>
<p>/index.php?action=help<br />
/index.php?action=search<br />
/index.php?action=admin<br />
/index.php?action=pm<br />
/index.php?action=mlist<br />
/index.php?action=logout</p>
<h4>Robots.txt</h4>
<p>Remove duplicate content by adding the following to robots.txt (you may have to make this file first):</p>
<p>User-agent: *<br />
Disallow: /*?action*<br />
Disallow: /*sort=*<br />
Disallow: /*msg*</p>
<h4>Edit the META Tags</h4>
<p>Again this is in Index.template.php, you can personalise the keywords and description for your site.</p>
<p><a href="http://www.bestblogs.asia">Best Blogs Asia</a>.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.bestblogs.asia/simplemachines.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

