<?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>e-WWW</title>
	<atom:link href="http://e-www.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://e-www.com</link>
	<description>Web Development and Tutorials</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:47:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Remove &amp; Disable WordPress Admin Bar</title>
		<link>http://e-www.com/wordpress/remove-disable-wordpress-admin-bar/</link>
		<comments>http://e-www.com/wordpress/remove-disable-wordpress-admin-bar/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 23:45:51 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://e-www.com/?p=44</guid>
		<description><![CDATA[<p><a href="http://e-www.com/wordpress/remove-disable-wordpress-admin-bar/">Remove &#038; Disable WordPress Admin Bar</a> Article Copyright © <a href="http://e-www.com">e-WWW</a></p><p>One of my friend is new on php coding, and he asked me how to remove and disable wordpress admin bar. There is a simple code how to remove it from your theme, while you are in the dashboard (i mean when you are logged in your wordpress). Remove &#38; Disable WordPress Admin Bar This [...]</p>]]></description>
		<wfw:commentRss>http://e-www.com/wordpress/remove-disable-wordpress-admin-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subdomain Addon Domain Cpanel Problem</title>
		<link>http://e-www.com/htaccess/subdomain-addon-domain-cpanel-problem/</link>
		<comments>http://e-www.com/htaccess/subdomain-addon-domain-cpanel-problem/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 22:58:30 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[main]]></category>
		<category><![CDATA[prevent]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://e-www.com/?p=47</guid>
		<description><![CDATA[<p><a href="http://e-www.com/htaccess/subdomain-addon-domain-cpanel-problem/">Subdomain Addon Domain Cpanel Problem</a> Article Copyright © <a href="http://e-www.com">e-WWW</a></p><p>For many reasons, duplicate content is bad for SEO. Today I found many duplicate from my hosting, and I need to write about subdomain addon domain cpanel problem. The problem is when I look in google index, there are many duplicate between www.addon-domain.com with addon-domain.maindomain.com, probably this is because one or few lines of bad [...]</p>]]></description>
		<wfw:commentRss>http://e-www.com/htaccess/subdomain-addon-domain-cpanel-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rounded Corners Circle with Border-Radius CSS3</title>
		<link>http://e-www.com/css/rounded-corners-circle-with-border-radius-css3/</link>
		<comments>http://e-www.com/css/rounded-corners-circle-with-border-radius-css3/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 15:15:35 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[circle]]></category>
		<category><![CDATA[corners]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[radius]]></category>
		<category><![CDATA[rounded]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://e-www.com/?p=37</guid>
		<description><![CDATA[<p><a href="http://e-www.com/css/rounded-corners-circle-with-border-radius-css3/">Rounded Corners Circle with Border-Radius CSS3</a> Article Copyright © <a href="http://e-www.com">e-WWW</a></p><p>Sometimes you need to create rounded corners box or any circle border, now you can do it easily using CSS3. Imagine what you can create, but they still only work with Mozilla, and if you need the better look in Internet Explorer, they just explain it in a single bit of line. Here they are: [...]</p>]]></description>
		<wfw:commentRss>http://e-www.com/css/rounded-corners-circle-with-border-radius-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO? Make Your Website Faster, But Keep User Friendly Design!</title>
		<link>http://e-www.com/seo/seo-make-your-website-faster-but-keep-user-friendly-design/</link>
		<comments>http://e-www.com/seo/seo-make-your-website-faster-but-keep-user-friendly-design/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 07:49:57 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[faster]]></category>
		<category><![CDATA[friendly]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[visitor]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://e-www.com/?p=32</guid>
		<description><![CDATA[<p><a href="http://e-www.com/seo/seo-make-your-website-faster-but-keep-user-friendly-design/">SEO? Make Your Website Faster, But Keep User Friendly Design!</a> Article Copyright © <a href="http://e-www.com">e-WWW</a></p><p>Well, There are many web developer who&#8217;s need to know that creating website or blog is not just FASTER!, but keep it in SEO User Friendly Design. One of my best friend, he&#8217;s a wordpress theme developer. He always give me an advice that i should make my site faster.. faster and faster!. But when [...]</p>]]></description>
		<wfw:commentRss>http://e-www.com/seo/seo-make-your-website-faster-but-keep-user-friendly-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 404 Redirect to Homepage Without Plugin</title>
		<link>http://e-www.com/wordpress/wordpress-404-redirect-to-homepage-without-plugin/</link>
		<comments>http://e-www.com/wordpress/wordpress-404-redirect-to-homepage-without-plugin/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 17:33:48 +0000</pubDate>
		<dc:creator>me</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://e-www.com/?p=6</guid>
		<description><![CDATA[<p><a href="http://e-www.com/wordpress/wordpress-404-redirect-to-homepage-without-plugin/">WordPress 404 Redirect to Homepage Without Plugin</a> Article Copyright © <a href="http://e-www.com">e-WWW</a></p><p>Before i post the code for better WordPress 404 redirect to homepage, i just make it sure that you shouldn&#8217;t use any plugin, because it is easy just to put three lines of codes to your 404.php page of your wordpress theme. The reason why plugin is not needed, because if there is too many [...]</p>]]></description>
		<wfw:commentRss>http://e-www.com/wordpress/wordpress-404-redirect-to-homepage-without-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

