<?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>A. Fatih Syuhud &#187; wordpress tutorial</title>
	<atom:link href="http://www.fatihsyuhud.com/tag/wordpress-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fatihsyuhud.com</link>
	<description>A blog on news and blogging SEO tips &#38; tutorial, Indonesia, Islam and more</description>
	<lastBuildDate>Mon, 21 Nov 2011 20:29:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove Date Time Stamp in WordPress</title>
		<link>http://www.fatihsyuhud.com/remove-date-time-stamp-in-wordpress/</link>
		<comments>http://www.fatihsyuhud.com/remove-date-time-stamp-in-wordpress/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 06:38:15 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Blogger Indonesia]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=6213</guid>
		<description><![CDATA[How to remove, exclude or delete the time stamp in a self-hosted wordpress blog (You cannot do this in a wordpress.com blog, unless you upgrade it). You can do it manually or using Date Exclusion SEO plugins. Time stamp (date, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6215" title="wordpress time stamp" src="http://www.fatihsyuhud.com/images/downloads/wordpress-time-stamp.jpeg" alt="Remove wordpress time stamp" width="93" height="124" />How to remove, exclude or delete the time stamp in a self-hosted wordpress blog (You cannot do this in a wordpress.com blog, unless you upgrade it). You can do it manually or using Date Exclusion SEO plugins.</p>
<p>Time stamp (date, time/day/month/year) will automatically be shown in every post and page in a wordpress. If you don&#8217;t like them or just want to remove them, do the following:</p>
<p><strong>Removing Date Time Stamp from Posts / Article</strong> <strong>only</strong> (still shown in the mainpage)<br />
<span id="more-6213"></span></p>
<ol>
<li>After login to your self-hosted wordpress blog -&gt; Appearance -&gt;  Editor</li>
<li>Click Single Post (single.php) -&gt; find this code <code>&lt; ?php the_time('F j, Y'); ? &gt; or </code><code>&lt;?php the date();?&gt;</code></li>
<li>Remove the code and click Update File. Done.</li>
</ol>
<p><strong>Removing Date Time Stamp from Posts in Single Post and  the Main Page</strong></p>
<ol>
<li>After login to your self-hosted wordpress blog -&gt; Appearance -&gt;  Editor</li>
<li>Click Single Post (single.php) -&gt; find this code <code>&lt; ?php  the_time('F j, Y'); ? &gt; or </code><code>&lt;?php the date();?&gt;</code></li>
<li>Remove the code and click Update File</li>
<li>Now go to main page (index.php) -&gt; find the same code: <code>&lt; ?php  the_time('F j, Y'); ? &gt; or </code><code>&lt;?php the date();?&gt;</code></li>
<li>Remove it and click Update File. Done.</li>
</ol>
<p><strong>Removing Date Time Stamp from Static Pages</strong></p>
<ol>
<li>After login to your self-hosted wordpress blog -&gt; Appearance -&gt;   Editor</li>
<li>Click Page template (page.php) -&gt; find this code <code>&lt; ?php   the_time('F j, Y'); ? &gt; or </code><code>&lt;?php the date();?&gt;</code></li>
<li>Remove the code and click Update File. Done</li>
</ol>
<p><strong>Removing </strong><strong>Date Time Stamp using  Date Exclusion SEO Plugins</strong></p>
<ol>
<li><a rel="nofollow" href="http://downloads.wordpress.org/plugin/date-exclusion-seo-plugin.zip" target="_blank">Download the plugins here</a> (in a zip file) or just can search through your WP Admin -&gt; Plugins -&gt; Add New -&gt; Search</li>
<li><a href="http://www.fatihsyuhud.com/installing-wordpress-plugins/" target="_blank">Install it the easy way</a>. Activate it.</li>
</ol>
<p><strong>Functionality of the plugins:</strong></p>
<p>Gives your blog a feeling of freshness by turning off the display of date information after a specified number of days or immediately after posting. You also have the option of removing dates from Category and Tag Pages as well as the Front Page of your blog. You also have the option of providing alternative text for each type. You now have the option of turning off specific posts using comma delimited list of post ids. Additionally it allows you to turn on and off the date functions depending on your theme used. <a rel="nofollow" href="http://wordpress.org/extend/plugins/date-exclusion-seo-plugin/" target="_blank">More</a></p>
<p>***</p>
<p><strong>Is removing Date Time Stamp a good idea at all?</strong></p>
<p>Daniel Scocco of DailyBlogTips has an<a rel="nofollow" href="http://www.dailyblogtips.com/should-we-remove-the-timestamp/" target="_blank"> interesting discussion</a> on this in which he quote Darren Rowse as saying:</p>
<blockquote><p>If the content is timeless and not ‘newsy’ in nature I think that<br />
removing the timestamp from a blog is a very worthwhile thing to do. I’ve been doing it since the start of Digital Photography School (digital-photography-school.com/blog) a year ago and have noticed a few interesting things:</p>
<p>1. I get a lot more links on ‘old’ posts over time. On my blogs with dates on them I find that despite them getting traffic from Google that they are rarely linked to after a week or two. On DPS I’m constantly getting links from sites on posts even after a year.</p>
<p>2. I get more comments on old posts. Even though I leave the dates on comments (so people can really tell how old a post is from that) I find that not promoting the date gives a perception of ‘freshness’ in people’s minds and makes them more willing to interact with the post.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/remove-date-time-stamp-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>WP Admin Ajax in WordPress 2.9.2</title>
		<link>http://www.fatihsyuhud.com/wp-admin-ajaxphp/</link>
		<comments>http://www.fatihsyuhud.com/wp-admin-ajaxphp/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 21:28:45 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/wp-adminadmin-ajax-php%e2%80%8e-in-wordpress-2-9-2/</guid>
		<description><![CDATA[wp-admin/admin-ajax.php is a vulnerability about WordPress that gives the attacker the possibility to find out your admin login username and the md5 hash of your password. &#8211; Update: I use this code myself, the result was not so good. I [...]]]></description>
			<content:encoded><![CDATA[<p>wp-admin/admin-ajax.php is a vulnerability about WordPress that gives the attacker the possibility to find out your admin login username and the md5 hash of your password. &#8211;</p>
<p><strong>Update:</strong> I use this code myself, the result was not so good. I decide to remove it. So, use it with care.</p>
<p>A wodpress user asks in WordPress Forum about wp-admin/admin-ajax.php?</p>
<blockquote><p>This seems very odd. I am getting direct hit to  /wp-admin/admin-ajax.php with over 27767 hits.</p>
<p>I am sure there is something wrong so if anyone can help me out i  will be very thankful. Below is the screenshot of the same.</p></blockquote>
<p><strong>What&#8217;s wp-admin/admin-ajax.php?</strong></p>
<p>It&#8217;s a vulnerability about WordPress that gives the attacker the possibility to find out your admin login username and the md5 hash of your password.</p>
<p><strong>How to solve it?</strong></p>
<p>1. Upgrade to the latest version of WordPress.<br />
2. If it still happens, put the following code in your .httaccess (public html -&gt; .httaccess here)[1]<br />
<code>&lt;files admin-ajax.php&gt;<br />
deny from all<br />
&lt;/files&gt;</code></p>
<p><strong>Warning:</strong> There are some side effects though if you are using this code one of which are you cannot create new categories and can&#8217;t insert a picture. So, there more comfortable solution is needed to fix this problem.</p>
<p>=======<br />
Notes:</p>
<p>[1] To access and edit the .httacess,<br />
(a) login to your cpanel at yourwebsite.com/cpanel;<br />
(b) File Manager -&gt; public html -&gt; .httacess (if you can&#8217;t see it, find it out using search tools)<br />
(c) Check .httcess -&gt; edit -&gt; add the above code -&gt; Save.<br />
Courtesy: <a rel="nofollow" href="http://www.php-help.ro/" target="_blank">PhpHelp</a></p>
<ul>
<li> <a rel="nofollow" href="http://codex.wordpress.org/AJAX_in_Plugins" target="_blank">Furter reading </a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/wp-admin-ajaxphp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ping Services for WordPress</title>
		<link>http://www.fatihsyuhud.com/ping-services-for-wordpress/</link>
		<comments>http://www.fatihsyuhud.com/ping-services-for-wordpress/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 23:36:13 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5940</guid>
		<description><![CDATA[List of ping services for self hosted wordpress blog. If you run a self-hosted wordpress blog, you may put the following Update Services to ping them about the newest blog post you&#8217;ve just written. The purpose is apart from driving [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5943" title="ping services" src="http://www.fatihsyuhud.com/images/downloads/ping-services.jpeg" alt="ping services" width="124" height="114" />List of ping services for self hosted wordpress blog.</p>
<p>If you run a self-hosted wordpress blog, you may put the following Update Services to ping them about the newest blog post you&#8217;ve just written.</p>
<p>The purpose is apart from driving traffics, to get your latest articles indexed quickly by search engines</p>
<p><strong>Where to put them?</strong></p>
<p>1. After login -&gt; Setting -&gt; Writing -&gt; Update Services<br />
2. Put the following ping URLS into the box below &#8220;Update Services&#8221;<br />
<span id="more-5940"></span></p>
<p>http://rpc.pingomatic.com</p>
<p>http://api.feedster.com/ping</p>
<p>http://api.moreover.com/RPC2</p>
<p>http://api.moreover.com/ping</p>
<p>http://api.my.yahoo.com/RPC2</p>
<p>http://api.my.yahoo.com/rss/ping</p>
<p>http://www.blogdigger.com/RPC2</p>
<p>http://www.blogshares.com/rpc.php</p>
<p>http://www.blogsnow.com/ping</p>
<p>http://www.blogstreet.com/xrbin/xmlrpc.cgi</p>
<p>http://bulkfeeds.net/rpc</p>
<p>http://www.newsisfree.com/xmlrpctest.php</p>
<p>http://ping.blo.gs/</p>
<p>http://ping.feedburner.com</p>
<p>http://ping.syndic8.com/xmlrpc.php</p>
<p>http://ping.weblogalot.com/rpc.php</p>
<p>http://rpc.blogrolling.com/pinger/</p>
<p>http://rpc.technorati.com/rpc/ping</p>
<p>http://rpc.weblogs.com/RPC2</p>
<p>http://www.feedsubmitter.com</p>
<p>http://blo.gs/ping.php</p>
<p>http://www.pingerati.net</p>
<p>http://www.pingmyblog.com</p>
<p>http://geourl.org/ping</p>
<p>http://ipings.com</p>
<p>http://www.weblogalot.com/ping</p>
<p>3. Klik &#8220;Save&#8221;. Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/ping-services-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>SEO WordPress Themes</title>
		<link>http://www.fatihsyuhud.com/seo-wordpress-themes/</link>
		<comments>http://www.fatihsyuhud.com/seo-wordpress-themes/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 06:48:43 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5604</guid>
		<description><![CDATA[There&#8217;s little doubt that themes we are using on our wordpress powered blog has an impact in terms of SEO. The question is what constitute a SEO friendly themes? What&#8217;s the basic standard a themes deserved to be called SEO [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s little doubt that themes we are using on our wordpress powered blog has an impact in terms of SEO. The question is what constitute a SEO friendly themes? What&#8217;s the basic standard a themes deserved to be called SEO friendly? Claiming one own themes as SEO friendly is one thing, and that a particular theme fit the criteria is quite another.</p>
<p>Kyle Eslick has compiled a great collection of <a rel="nofollow" href="http://wphacks.com/best-search-engine-optimized-seo-wordpress-themes/" target="_blank">SEO friendly wordpress themes.</a> Good for those bloggers who are not good in coding and clean up some coding mess themselves.</p>
<p>Divided into two and three columns themes, the review help the self-hosted wordpress bloggers to pick easily some of those free themes for maximum use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/seo-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Your Blog Hosted at Blogger.com Has Been Deleted</title>
		<link>http://www.fatihsyuhud.com/your-blog-hosted-at-blogger-com-has-been-deleted/</link>
		<comments>http://www.fatihsyuhud.com/your-blog-hosted-at-blogger-com-has-been-deleted/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:40:06 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[blogspot tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5585</guid>
		<description><![CDATA[On February 15, 2010 I got an email from Google.com as the owner of blogger.com that one of my blog hosted at blogger.com has been deleted for, according to the email, violation of TOS (terms of services). The email said: [...]]]></description>
			<content:encoded><![CDATA[<p>On February 15, 2010 I got an email from Google.com as the owner of blogger.com that one of my blog hosted at blogger.com has been deleted for, according to the email, violation of TOS (terms of services). The email said:</p>
<blockquote><p>Email sender: Blogger<br />
Hello,</p>
<p>Your blog at [website.com] has been reviewed and confirmed as in violation of our Terms of Service for: SPAM. In accordance to these terms, we&#8217;ve removed the blog and the URL is no longer accessible.</p>
<p>For more information, please review the following resources:</p>
<p>Blogger Terms of Service: http://blogger.com/terms.g<br />
Blogger Content Policy: http://blogger.com/content.g</p>
<p>-The Blogger Team</p></blockquote>
<p>I then logged in to my blogger.com admin, and request for restoration of the blog (by clicking the &#8220;Restore&#8221; button).</p>
<p>Today (two days later), I got another email stating that the blog in question was NOT in violation of Blogger TOS. Meaning, the Blogger Team has WRONGLY deleted my blog. So, the blog is back. Here&#8217;s the second email:</p>
<blockquote><p>Hello,</p>
<p>Your blog at  has been reviewed and confirmed as in violation of our Terms of Service for: NONE. In accordance to these terms, we&#8217;ve removed the blog and the URL is no longer accessible.</p>
<p>For more information, please review the following resources:</p>
<p>Blogger Terms of Service: http://blogger.com/terms.g<br />
Blogger Content Policy: http://blogger.com/content.g</p>
<p>-The Blogger Team</p></blockquote>
<p>This is not the first time that blogger.com has wrongly disabled/ deleted some blogs I created for alleged spam which has NEVER been true. The most shocking was when it deleted my favorite afsyuhud.blogspot.com which had Google PR 6 back then and because of which I moved to fatihsyuhud.com untill now.</p>
<p>Blogger.com seems never want to improve its  spam detection tools. So many victims of Blogger outdated anti-spam-machine which make them move forever to another free blogging platform like WordPress.com or go to a paid hosted blog. If I may advise the Blogger team, they should turn off the anti-spam detection tools and check the suspicious blogs manually so that this kind of unnecessary case no longer happen in the future. This really create a very bad image to blogger.com.</p>
<p>I am sure, if blogger.com still stick to this kind of policy i.e. punishing a blog simply based on automatic anti-spam report, blogger.com will be left out by so many of its users.</p>
<p>Act before it comes too late, Blogger.com!</p>
<p>***</p>
<p>Lessons learnt for newbie bloggers are these:</p>
<p>1. If you are interested in personal blogging / writing without any interest in making money online, create a blog in a free blog like wordpress.com.</p>
<p>2. If you want both expressing your free speech and making money online at the same time, create a blog in a self-hosted wordpress blog.</p>
<p>3. If you want to make a niche blog, ie a blog with specific content, for making money, run the blog in a self-hosted wordpress blog as well.</p>
<p>***</p>
<p>There is a recent case in which a popular music blog has been<a rel="nofollow" href="http://buzz.blogger.com/2010/02/quick-note-about-music-blog-removals.html" target="_blank"> mistakenly deleted</a> too by Blogger.com team. This is from Blogger Team official blog (emphasis is mine):</p>
<blockquote><p>We looked into this issue further and identified one case where a blogger did not receive notification of any DMCA complaints before their blog was removed. <strong>We&#8217;re sorry about this.</strong></p>
<p>We&#8217;ve contacted the blog owner and restored their blog, effective immediately, and we fixed the bug that caused the termination without prior notification. We&#8217;re also looking into additional preventative protections. We know the DMCA process can be difficult to navigate, and we&#8217;re working on ways to make this process as smooth as possible.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/your-blog-hosted-at-blogger-com-has-been-deleted/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Different Meta Tag Description Every Post for Better SEO</title>
		<link>http://www.fatihsyuhud.com/different-meta-tag-description-every-post-for-better-seo/</link>
		<comments>http://www.fatihsyuhud.com/different-meta-tag-description-every-post-for-better-seo/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 14:53:04 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[blogspot tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5548</guid>
		<description><![CDATA[If you update your blog regularly with original quality content and finally you get tired because your blog performance in Google is not as you want it. What to do? Read also: Auto-Generate Meta Description for Blogger Blogspot Each Post [...]]]></description>
			<content:encoded><![CDATA[<p>If you update your blog regularly with original quality content and finally you get tired because your blog performance in Google is not as you want it. What to do?</p>
<p>Read also:</p>
<ol>
<li><a href="http://www.fatihsyuhud.com/auto-generate-meta-description-for-blogger-blogspot/">Auto-Generate Meta Description for Blogger Blogspot</a></li>
<li><a href="http://www.fatihsyuhud.com/each-post-meta-description-for-blogger-blogspot/">Each Post Different Meta Description Title-based for Blogger Blogspot</a></li>
</ol>
<p>First, improve the meta tag description for the blog.<br />
Second, create different meta tag description for each and every post.</p>
<p>More on this just listen to what the Google Webmaster Team <a rel="nofollow" href="http://googlewebmastercentral.blogspot.com/2007/09/improve-snippets-with-meta-description.html" target="_blank">has to say:</a></p>
<blockquote><p>Using identical or similar descriptions on every page of a site isn&#8217;t very helpful when individual pages appear in the web results. In these cases we&#8217;re less likely to display the boilerplate text. Create descriptions that accurately describe each specific page. Use site-level descriptions on the main home page or other aggregation pages, and consider using page-level descriptions everywhere else. You should obviously prioritize parts of your site if you don&#8217;t have time to create a description for every single page; at the very least, create a description for the critical URLs like your homepage and popular pages.</p></blockquote>
<p>The first point is easy. Google it on how to create meta tag description, you&#8217;ll find it right away.<br />
The second part is also easy if you have a self-hosted wordpress blog. Just use <a title="Platinum SEO Pack" href="http://www.fatihsyuhud.com/platinum-seo-pack-wp-plugins/" target="_blank">Platinum SEO Pack plugins</a> and set the tag or category as your automatic meta description of any particular post / article.</p>
<p>However, if your blog is run on blogger.com / blogspot you have to use meta description on each post manually.<br />
Some tutorials on how to create a different meta tag for different post/article in blogger.com / blogspot can be found in the following links:</p>
<ul>
<li><a rel="nofollow" href="http://www.bloggertricks.com/2008/08/how-to-add-different-meta-tags-to.html" target="_blank">Hack by Bloggertricks</a></li>
<li><a rel="nofollow" href="http://metatagforblogger.blogspot.com/2009/06/different-meta-tags-for-each-post.html" target="_blank">Metatag for Blogger</a></li>
<li><a rel="nofollow" href="http://informationtypes.blogspot.com/2009/05/add-different-meta-tags-to-each-blogger.html" target="_blank">Informationtypes</a></li>
</ul>
<p>Wish you luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/different-meta-tag-description-every-post-for-better-seo/feed/</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>byethost.com Free Hosting</title>
		<link>http://www.fatihsyuhud.com/byethost-com-free-hosting/</link>
		<comments>http://www.fatihsyuhud.com/byethost-com-free-hosting/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 02:16:20 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5529</guid>
		<description><![CDATA[byethost.com provides a free hosting services. It&#8217;s good for newbie to use it as a training ground before you feel prepared to launch your self-hosted blog with paid domain and paid hosting. You may use byethost.com as the hosting, while [...]]]></description>
			<content:encoded><![CDATA[<p>byethost.com provides a free hosting services. It&#8217;s good for newbie to use it as a training ground before you feel prepared to launch your self-hosted blog with paid domain and paid hosting.</p>
<p>You may use byethost.com as the hosting, while <a rel="nofollow" href="http://www.co.cc/?id=147405" target="_blank">CO.CC</a> or <a rel="nofollow" href="http://nic.cz.cc/index.php?ref=afatih" target="_blank">CZ.CC</a> as the domain. Register the free domain first, before you register for the free hosting.</p>
<ul>
<li><a rel="nofollow" href="http://www.co.cc/?id=147405" target="_blank">Register CO.CC here.</a></li>
<li><a rel="nofollow" href="http://nic.cz.cc/index.php?ref=afatih" target="_blank">Register CZ.CC here</a>.</li>
</ul>
<p>Here are the features byethost.com offers:</p>
<p>Along with all this, we provide free FTP, PHP 5, MySQL and our very popular feature: The Automatic Script Installer (Like Fantastico) You can install many popular scripts such as PHPbb2 and PHPbb3, WordPress, Zen-Cart, osCommerce, MyBB, UseBB, MyLittle Forum, 4images, Coppermine, SMF, Joomla, e107, XOOPS, PHP Wind, CuteNews, Mambo, WikiWig and many more! No need to wait a long time uploading files, Our Automatic Script Installer deploys your files in seconds! You can find our Automatic Script Installer in the Vistapanel.</p>
<p><a rel="nofollow" href="http://megabyet.com/signup.php" target="_blank">Sign-up here if you are interested.</a></p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/byethost-com-free-hosting/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Top Commentators Widget Plugins</title>
		<link>http://www.fatihsyuhud.com/top-commentators-widget-plugins/</link>
		<comments>http://www.fatihsyuhud.com/top-commentators-widget-plugins/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 04:32:52 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[blogger tutorial]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5523</guid>
		<description><![CDATA[Name of plugins: Top Commentators Widget Author: Lorna Timbah (WebGrrrl.net) Functionality: The Top Commentators Widget a sidebar widget to show the top commentators in your WP site. This widget is easier to manage via the control form (no need to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Name of plugins: </strong>Top Commentators Widget<br />
<strong>Author:</strong> Lorna Timbah (WebGrrrl.net)<br />
<strong>Functionality:</strong> The Top Commentators Widget a sidebar widget to show the top commentators in your WP site. This widget is easier to manage via the control form (no need to edit the PHP file); additional options are also available to make it more flexible.</p>
<p>The top commentators can also be set to change every month. Like the one in this blog sidebar (see, Top Ten Blogrolls for Being top commentators of the Month).<br />
<span id="more-5523"></span><br />
<a rel="nofollow" href="http://downloads.wordpress.org/plugin/top-commentators-widget.1.3.zip" target="_blank"><strong>Download here for free!</strong></a></p>
<p><strong>Setting screenshot: </strong>See the screenshot below to customize the plugins after you install and activate it.</p>
<div>
<ol>
<li> <img src="http://s.wordpress.org/extend/plugins/top-commentators-widget/screenshot-1.gif?r=197773" alt="top-commentators-widget screenshot 1" />Top Commentators Widget v.1.0 and v.0.999a control form snapshot in WordPress 2.5.1.</li>
<li> <img src="http://s.wordpress.org/extend/plugins/top-commentators-widget/screenshot-2.gif?r=197773" alt="top-commentators-widget screenshot 2" />Top Commentators Widget v.0.999 control form snapshot in WordPress 2.3.3.</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/top-commentators-widget-plugins/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>000a.biz Free Hosting</title>
		<link>http://www.fatihsyuhud.com/000a-biz-free-hosting/</link>
		<comments>http://www.fatihsyuhud.com/000a-biz-free-hosting/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 03:19:13 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5052</guid>
		<description><![CDATA[If you have a domain in CO.CC, CZ.CC, or CO.TV and you want a free hosting to create a self-hosted wordpress-powered blog, you may try this free hosting. Here&#8217;s the details the most important of which is the monthly bandwith [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a domain in <a rel="nofollow" href="http://www.co.cc/?id=147405" target="_blank">CO.CC,</a> <a rel="nofollow" href="http://nic.cz.cc/index.php?ref=afatih" target="_blank">CZ.CC</a>, or CO.TV and you want a free hosting to create a self-hosted wordpress-powered blog, you may try this free hosting.</p>
<p>Here&#8217;s the details the most important of which is the monthly bandwith which is huge (400GB/month).</p>
<ul>
<li>Name: 000a</li>
<li>URL Address: <a rel="nofollow" href="http://www.000a.biz/" target="_blank">http://www.000a.biz/</a></li>
<li>WebSpace: 11,000 Mb or 11 GB</li>
<li>Adverts: 	No. Meaning, you have full control over it.</li>
<li>Your Ads: 	Allowed. Meaning you may put Adsense and others in it.</li>
<li>Email: 	POP3 email, Webmail.</li>
<li>Scripting: 	PHP.</li>
<li>Available Scripts: 	Collection.</li>
<li>Upload Methods: 	FTP, Web.</li>
<li>Online Editor: 	Basic.</li>
</ul>
<p><strong>Other Features:</strong></p>
<ul>
<li>Bandwidth limit 400 GB/month. For comparison, 000webhost.com allows only 100GB bandiwth/month.</li>
<li>Automatic script installer</li>
<li>MySQL databases.</li>
<li>PHP applications installer.</li>
<li>Addon domains.</li>
<li>Website statistics.</li>
<li>Password-protected files.</li>
<li>Instant freewebspace activation.</li>
</ul>
<p><strong>Notes:</strong></p>
<p>Using free domain and free hosting services are good for practicing purpose only. Once you get used to this technology, you should step into a paid domain / hosting. Especially, if you want to monetize your blog i.e. earn some money.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/000a-biz-free-hosting/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Ad.ly Making Money via Twitter</title>
		<link>http://www.fatihsyuhud.com/ad-ly-making-money-via-twitter/</link>
		<comments>http://www.fatihsyuhud.com/ad-ly-making-money-via-twitter/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 12:09:07 +0000</pubDate>
		<dc:creator>A. Fatih Syuhud</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[blogging tutorial]]></category>
		<category><![CDATA[blogspot tutorial]]></category>
		<category><![CDATA[make money online]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress tutorial]]></category>

		<guid isPermaLink="false">http://www.fatihsyuhud.com/?p=5044</guid>
		<description><![CDATA[If you have a twitter account with many followers or just a few, you still can make money through a Twitter advertising company called Ad.ly. You set the price and once an advertiser is interested to put an ad in [...]]]></description>
			<content:encoded><![CDATA[<p>If you have a twitter account with many followers or just a few, you still can make money through a Twitter advertising company called <a rel="nofollow" href="http://ad.ly/refer/204520153" target="_blank">Ad.ly.</a></p>
<p>You set the price and once an advertiser is interested to put an ad in your tweet, you&#8217;ll earn money. For how much? It depends on how much price you have set. John Chow said once that he got USD 2,000 (yes, two thousand US dollar for one tweet ads!)</p>
<p>Interested? Register <a rel="nofollow" href="http://ad.ly/refer/204520153" target="_blank">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fatihsyuhud.com/ad-ly-making-money-via-twitter/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/45 queries in 0.027 seconds using disk: basic
Object Caching 951/1046 objects using disk: basic

Served from: www.fatihsyuhud.com @ 2012-02-12 13:57:37 -->
