<?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>EarlyEdition.Info</title>
	<atom:link href="http://www.earlyedition.info/feed" rel="self" type="application/rss+xml" />
	<link>http://www.earlyedition.info</link>
	<description>EarlyEdition: Everything At Here Always Early</description>
	<lastBuildDate>Mon, 26 Sep 2011 05:48: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>WordPress Breadcrumbs Without Plugin (advanced and easy method)</title>
		<link>http://www.earlyedition.info/wordpress-breadcrumbs-without-plugin-advanced-and-easy-method.html</link>
		<comments>http://www.earlyedition.info/wordpress-breadcrumbs-without-plugin-advanced-and-easy-method.html#comments</comments>
		<pubDate>Mon, 26 Sep 2011 05:48:35 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[advance]]></category>
		<category><![CDATA[Breadcrumbs]]></category>
		<category><![CDATA[no plugin]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[Without Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Breadcrumbs]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=339</guid>
		<description><![CDATA[Breadcrumbs is an important element of a web site navigation and WordPress doesn&#8217;t have a default way of creating breadcrumbs. You have to include the Breadcrumbs on your own themes, either by adding some code to your theme&#8217;s files or by using a plugin. Here are some ways to create breadcrumbs in WordPress for you [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/wordpress-breadcrumbs-without-plugin-advanced-and-easy-method.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delay RSS Feed publishing</title>
		<link>http://www.earlyedition.info/delay-rss-feed-publishing.html</link>
		<comments>http://www.earlyedition.info/delay-rss-feed-publishing.html#comments</comments>
		<pubDate>Sat, 24 Sep 2011 14:34:13 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Delay]]></category>
		<category><![CDATA[Feed publishing]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=332</guid>
		<description><![CDATA[You hit &#8220;Publish&#8221; instead of &#8220;Save Draft&#8221; or &#8220;Preview&#8221; on the post you are working on and have to hurridly edit it and put it back into draft status. Or you may notice some glaring error that needs correcting. What this snippet does is delay the updating of your RSS Feed, add the following to [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/delay-rss-feed-publishing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Post Thumbnails in the Feed</title>
		<link>http://www.earlyedition.info/display-post-thumbnails-in-the-feed.html</link>
		<comments>http://www.earlyedition.info/display-post-thumbnails-in-the-feed.html#comments</comments>
		<pubDate>Sat, 24 Sep 2011 14:03:15 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Post Thumbnail]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[Thumbnail]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=330</guid>
		<description><![CDATA[Lots of themes these days make use of post thumbnails or featured images but these aren’t included in your RSS feed by default. To add them in, add the following to your theme&#8217;s functions.php file. // show post thumbnails in feeds function diw_post_thumbnail_feeds($content) { global $post; if(has_post_thumbnail($post-&#62;ID)) { $content = '&#60;div&#62;' . get_the_post_thumbnail($post-&#62;ID) . '&#60;/div&#62;' [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/display-post-thumbnails-in-the-feed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Expires Headers to WordPress</title>
		<link>http://www.earlyedition.info/add-expires-headers-wordpress.html</link>
		<comments>http://www.earlyedition.info/add-expires-headers-wordpress.html#comments</comments>
		<pubDate>Wed, 21 Sep 2011 08:53:36 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Expires Headers]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[HTTP header]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=324</guid>
		<description><![CDATA[This article have explained how you can add expiry header to your image, javascript and css files to speed up your site when loading. Adding expires headers do not affect the site load time for a first time visitor but you will be surprised how much the page load time decreases (faster page load) for [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/add-expires-headers-wordpress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Twitter Button with Counter in WP</title>
		<link>http://www.earlyedition.info/create-twitter-button-with-counter-in-wp.html</link>
		<comments>http://www.earlyedition.info/create-twitter-button-with-counter-in-wp.html#comments</comments>
		<pubDate>Sun, 24 Jul 2011 10:10:44 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[Counter]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[share button]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Twitter Button]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=317</guid>
		<description><![CDATA[As seen on the title, we will discuss how to create a twitter button to your web. Twitter button is different from the kind of tweetmeme or retweet button because it is the official twitter button. Now some websites has replaced its tweet button with this official button. The reason of to use this button? [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/create-twitter-button-with-counter-in-wp.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force www or without www</title>
		<link>http://www.earlyedition.info/force-www-or-without-www.html</link>
		<comments>http://www.earlyedition.info/force-www-or-without-www.html#comments</comments>
		<pubDate>Thu, 19 May 2011 07:53:16 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Force www]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[no www]]></category>
		<category><![CDATA[without www]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=314</guid>
		<description><![CDATA[Everyone can link to your site using http://domain.com or http://www.domain.com. A search engine will not always treat both the same, as you can see for yourself &#8211; try doing a &#8216;site:yourdomain.com&#8216; search, then compare to &#8216;site:www.yourdomain.com&#8216;. We can force everyone to use the same domain using mod_rewrite. Whether you wish to use www or not [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/force-www-or-without-www.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access to VPS via SSH</title>
		<link>http://www.earlyedition.info/access-to-vps-via-ssh.html</link>
		<comments>http://www.earlyedition.info/access-to-vps-via-ssh.html#comments</comments>
		<pubDate>Sat, 07 May 2011 04:13:38 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Access]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=309</guid>
		<description><![CDATA[How to access the VPS server via SSH? it will arise when we use the VPS for the first time. The way to install a lot of services and scripts involves accessing your VPSserver via SSH (Secure SHell). This can be done easily with a free program called PuTTY. Follow this step by step and [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/access-to-vps-via-ssh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Behind the stars is a password</title>
		<link>http://www.earlyedition.info/behind-the-stars-is-a-password.html</link>
		<comments>http://www.earlyedition.info/behind-the-stars-is-a-password.html#comments</comments>
		<pubDate>Sun, 02 Jan 2011 06:10:43 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Behind]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[stars]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=304</guid>
		<description><![CDATA[I would like to share to EarlyEdition.Info visitor about tricks for newbie, maybe you forgot password but your browser still keeps it. Ever wanted to know what is behind those ******** passwords. For example if you want to know password from your Facebook account that have typed and left it. Here is post which will [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/behind-the-stars-is-a-password.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Robots Text File &#8211; robots.txt</title>
		<link>http://www.earlyedition.info/robots-text-file-robots-txt.html</link>
		<comments>http://www.earlyedition.info/robots-text-file-robots-txt.html#comments</comments>
		<pubDate>Fri, 31 Dec 2010 23:32:41 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[Text File]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=298</guid>
		<description><![CDATA[The robots.txt file is a set of instructions for visiting robots (spiders) that index the content of your web site pages. For those spiders that obey the file, it provides a map for what they can, and cannot index. The file must reside in the root directory of your web. Definition of the above robots.txt [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/robots-text-file-robots-txt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Icon to Put Windows Into Hibernate Mode</title>
		<link>http://www.earlyedition.info/create-icon-to-put-windows-into-hibernate-mode.html</link>
		<comments>http://www.earlyedition.info/create-icon-to-put-windows-into-hibernate-mode.html#comments</comments>
		<pubDate>Sun, 05 Dec 2010 06:41:25 +0000</pubDate>
		<dc:creator>whazup</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Create Icon Windows]]></category>
		<category><![CDATA[hibernate]]></category>
		<category><![CDATA[Hibernate Mode]]></category>
		<category><![CDATA[Shortcut]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.earlyedition.info/?p=293</guid>
		<description><![CDATA[Hibernate is great because it saves the status of your Windows XP session (all the programs and documents you have open) to the hard drive, so it can automatically restore it the next time you power up. The first step to making a Hibernate shortcut is to make sure you have Hibernate turned on. Go [...]]]></description>
		<wfw:commentRss>http://www.earlyedition.info/create-icon-to-put-windows-into-hibernate-mode.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

