<?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>Euclids Fifth &#187; wordpress</title>
	<atom:link href="http://www.euclidsfifth.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.euclidsfifth.com</link>
	<description>Development and Design</description>
	<lastBuildDate>Tue, 20 Sep 2011 04:55:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Admin Tools I Love</title>
		<link>http://www.euclidsfifth.com/list-of-six/wordpress-admin-tools-i-love/</link>
		<comments>http://www.euclidsfifth.com/list-of-six/wordpress-admin-tools-i-love/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 17:57:45 +0000</pubDate>
		<dc:creator>Kyle Smith</dc:creator>
				<category><![CDATA[List of Six]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.euclidsfifth.com/?p=551</guid>
		<description><![CDATA[I love WordPress plugins. Not only for the website, but for the admin side of WordPress as well. There are several plugins out there that can improve the quality of the admin side, here are 6 of them that I use.]]></description>
			<content:encoded><![CDATA[<p>I love WordPress plugins. Not only for the website, but for the admin side of WordPress as well. There are several plugins out there that can improve the quality of the admin side, here are 6 of them that I use.</p>
<p>1. <a href="http://deanjrobinson.com/projects/fluency-admin/">Fluency</a></p>
<p>I like the default admin screen, I think WordPress has done a great job in creating a friendly, pleasing UI.  However, change is always good, that&#8217;s where Fluency comes in. It streamlines the admin navigation, turning the dropdown navigation into a flyout menu system. It might seem small, but I like the reduced vertical height of the flyout menus. Fluency also modifies the main panel of the admin screen: to me, it feels more streamlined, as if the fluff was removed and made modern, and the font change, albeit scarey at first, is rather nice once you settle in.</p>
<p>2. <a href="http://wordpress.org/extend/plugins/post-ideas-plus/">Post Ideas +</a></p>
<p>Based off of a deprecated plugin, Post Idea, Post Idea + moves the old plugin into the modern era, just by making it compatible with the newest versions of WordPress. What it does is pretty simple, it keeps a list of all the post ideas you have, and puts that list on the dashboard &#8212; simple. Somehow, I find myself coming up with post ideas at the most inopportune time. Times when I do not have an hour or so to craft a well thought out post. With Post Ideas +, I can jot down the post topic and then when I have time, come back to it and create the full post.</p>
<p>3. <a href="http://ronaldheft.com/code/analyticator/">Google Analyiticator</a></p>
<p>A lot of themes are including this plugin by default now since its so popular, but just in case you don&#8217;t have it, go get it immediately. The ability to examine the traffic to your website at such granular levels might sound overwhelming, but once you get a handle on the interface, it&#8217;s quite exciting to see who is coming to your site and where they are coming from. I have enjoyed the upgrades that the plugin has made, like, adding the ability to track outgoing links.  They have also added a dashboard feature so you no longer have to login to google.com to retrieve some basic data. Excellent plugin.</p>
<p>4. <a href="http://wordpress.org/extend/plugins/db-size/">Database Size Plugin</a></p>
<p>This might not apply for everyone, but I was previously on a host where there was a database size limit.  This simple plugin displays the total MB count of your database at the top of the admin page.</p>
<p>5. <a href="http://redlettersstudio.com/wordpress-custom-admin-branding/">Custom Admin Branding</a></p>
<p>If you are building a WordPress blog/site for a customer, or yourself for that matter, and want to add a bit of personalization, this plugin is great. Custom Admin Branding allows you to simply change the login and header images on the admin side to anything you want.  Customer brands, developer brands, blank for that matter.  Simple and effective.</p>
<p>6.<a title="Cincopa" href="http://www.cincopa.com/wpplugin/wordpress-plugin.aspx">Cincopa</a></p>
<p>One of many many WordPress photo gallery plugins. At this point, I&#8217;m not sure that there is a superior plugin for photo galleries, but rather a plugin that does what YOU want.  And for me, this plugin does what I want. Multiple layout options and configurations, based on a simple UI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.euclidsfifth.com/list-of-six/wordpress-admin-tools-i-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Field Hacks For WordPress</title>
		<link>http://www.euclidsfifth.com/development/custom-field-hacks-for-wordpress/</link>
		<comments>http://www.euclidsfifth.com/development/custom-field-hacks-for-wordpress/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 04:55:54 +0000</pubDate>
		<dc:creator>Kyle Smith</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wprecipes.com]]></category>

		<guid isPermaLink="false">http://euclidsfifth.com/?p=288</guid>
		<description><![CDATA[Custom fields are a great little thing. They allow you to easily customize your blog with only a little bit of code.  Below is a succinct explanation on how to do it, courtesy <a title="WP Recipes" href="http://www.wprecipes.com/how-to-display-your-current-mood-on-your-posts" target="_blank">wprecipes.com</a>]]></description>
			<content:encoded><![CDATA[<p>Custom fields are a great little thing. They allow you to easily customize your blog with only a little bit of code.  Below is a succinct explanation on how to do it, courtesy <a title="WP Recipes" href="http://www.wprecipes.com/how-to-display-your-current-mood-on-your-posts" target="_blank">wprecipes.com</a></p>
<div class="content">
<blockquote><p>Open your single.php file (You can also modify your index.php file) and paste the following code anywhere within the loop:</p>
<pre>$customField = get_post_custom_values("mood");
if (isset($customField[0])) {
echo "Mood: ".$customField[0];</pre>
<p>Save the file. Now when you&#8217;ll write a new post, just create a custom field named <em>mood</em> and type your current mood as a value.</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.euclidsfifth.com/development/custom-field-hacks-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Popularity</title>
		<link>http://www.euclidsfifth.com/development/wordpress-popularity/</link>
		<comments>http://www.euclidsfifth.com/development/wordpress-popularity/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 19:26:53 +0000</pubDate>
		<dc:creator>Kyle Smith</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[expression engine]]></category>
		<category><![CDATA[movable type]]></category>
		<category><![CDATA[pings]]></category>
		<category><![CDATA[trackback]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://euclidsfifth.com/?p=215</guid>
		<description><![CDATA[I recently read an article over on <a href="http://www.writerspace.net" titlte="WriterSpace.net" target="_blank">writerspace.net</a>, entitled <a title="Wordpress.com Nearing Popularity Landmark." href="http://www.writerspace.net/index.php/2009/07/10/wordpresscom-nearing-popularity-landmark/">Wordpress.com Nearing Popularity Landmark</a> The article speaks to a simple numbers game relative to wordpress' popularity on the web. Fascinating enough, it is predicted that wordpress will top 10 million blogs by the end of the year.

As a developer, I would just like to add a few more reasons why wordpress is the dominating force in the blogosphere.]]></description>
			<content:encoded><![CDATA[<p>I recently read an article over on <a href="http://www.writerspace.net" titlte="WriterSpace.net" target="_blank">writerspace.net</a>, entitled <a title="Wordpress.com Nearing Popularity Landmark." href="http://www.writerspace.net/index.php/2009/07/10/wordpresscom-nearing-popularity-landmark/">WordPress.com Nearing Popularity Landmark</a> The article speaks to a simple numbers game relative to wordpress&#8217; popularity on the web. Fascinating enough, it is predicted that wordpress will top 10 million blogs by the end of the year.</p>
<p>As a developer, I would just like to add a few more reasons why wordpress is the dominating force in the blogosphere.</p>
<p><strong>Pings and track backs</strong></p>
<p>From wikipedia:</p>
<blockquote><p>Track backs are used primarily to facilitate communication between <a title="Blog" href="http://en.wikipedia.org/wiki/Blog" target="_blank">blogs</a>; if a blogger writes a new entry commenting on, or referring to, an entry found at another blog, and both <a title="Weblog software" href="http://en.wikipedia.org/wiki/Weblog_software" target="_blank">blogging tools</a> support the TrackBack protocol, then the commenting blogger can notify the other blog with a &#8220;TrackBack <a title="Ping (blogging)" href="http://en.wikipedia.org/wiki/Ping_%28blogging%29" target="_blank">ping</a>&#8220;; the receiving blog will typically display summaries of, and links to, all the commenting entries below the original entry. This allows for conversations spanning several blogs that readers can easily follow.</p></blockquote>
<p>Compared to other blogging software out there, wordpress is the superior product to handle ping and trackbacks.  Superior to expression engine, blogger and movable type.  Why are ping and track backs so important?  Exposure.  the TrackBack protocol, as simple as it is, helps to give your article the depth and breath that it would not normally see if it were up to you or your community to forward on your blog topic.</p>
<p><strong>Development Community</strong></p>
<p>With wordpress leading the charge in the blogosphere as the number one platform to publish blogs, the development community has come with them.  Need a plugin to manage your ads? Need a plugin to increase your SEO? Need a plugin to create sitemaps?  All those are accomplished with a few clicks and a download.  With such a large userbase and supporting development community, chances are that someone out there has had the same need as you and there is a solution available.</p>
<p>All this is not to say that the alternative platforms are not wonderful engines to create your blog, not by any means.  However, if asked, I personally would reccomend using wordpress.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.euclidsfifth.com/development/wordpress-popularity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

