<?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>Blake Imeson &#187; WordPress</title>
	<atom:link href="http://www.blakeimeson.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blakeimeson.com</link>
	<description>Web Entrepreneur &#124; WordPress Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 04:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Style Links with CSS by Category &#8211; WordPress</title>
		<link>http://www.blakeimeson.com/style-links-with-css-by-category-wordpress/</link>
		<comments>http://www.blakeimeson.com/style-links-with-css-by-category-wordpress/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 22:44:19 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[recent posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=503</guid>
		<description><![CDATA[<p>A recent WordPress project required having a recent posts widget that each link was styled differently with CSS based on what category the post came from. A bit of a jargon loaded sentence I admit. Basically, if a &#8220;recent post&#8221; link in this widget was from the &#8220;Tools&#8221; category (for instance) then it could be [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/style-links-with-css-by-category-wordpress/">Style Links with CSS by Category &#8211; WordPress</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p>A recent WordPress project required having a recent posts widget that each link was styled differently with CSS based on what category the post came from. A bit of a jargon loaded sentence I admit.</p>
<p>Basically, if a &#8220;recent post&#8221; link in this widget was from the &#8220;Tools&#8221; category (for instance) then it could be styled with a CSS background image or a color specific to that category.</p>
<p>I ended up modifying <a title="Enhanced Recent Posts" href="http://wordpress.org/extend/plugins/enhanced-recent-posts/">this Recent Posts plugin</a>. (In enhanced-recent-posts/includes/plugin-class.php line 161)</p>
<p>Here is what I ended up using:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>116
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;a class=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$category</span> <span style="color: #339933;">=</span> get_the_category<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$category</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">category_nicename</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; href=&quot;&lt;/pre&quot;&gt;&lt;/a&gt;</pre></td></tr></table></div>

<p>Here is what it then looked like when the code worked it&#8217;s magic:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;tool-category&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&lt;/pre&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<p>This <a href="http://codex.wordpress.org/Function_Reference/get_the_category">WordPress function for getting the category</a> was very helpful.</p>
<p>Have a better way to style links with CSS by category? Bonus if there is a plugin already doing this.</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/style-links-with-css-by-category-wordpress/">Style Links with CSS by Category &#8211; WordPress</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/style-links-with-css-by-category-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MailChimp &#8211; How to Add Images to RSS feeds in WordPress</title>
		<link>http://www.blakeimeson.com/mailchimp-how-to-add-images-to-rss-feeds-in-wordpress/</link>
		<comments>http://www.blakeimeson.com/mailchimp-how-to-add-images-to-rss-feeds-in-wordpress/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 01:17:15 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[MailChimp]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=439</guid>
		<description><![CDATA[<p>A client needed to import her RSS feed into a MailChimp campaign but the image wasn&#8217;t showing up. Here is how I finally got it to work. MediaRSS You first need to make sure the feed (yoursite.com/feed usually) is correctly bringing in the first image. I used a plugin called wpRichFeeds (view plugin author site) which [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/mailchimp-how-to-add-images-to-rss-feeds-in-wordpress/">MailChimp &#8211; How to Add Images to RSS feeds in WordPress</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="*|RSSITEM:ENCLOSURE_URL|*" width="240" title="MailChimp   How to Add Images to RSS feeds in WordPress" alt=" MailChimp   How to Add Images to RSS feeds in WordPress" />
		</p><p>A client needed to import her RSS feed into a MailChimp campaign but the image wasn&#8217;t showing up. Here is how I finally got it to work.</p>
<h3>MediaRSS</h3>
<p>You first need to make sure the feed (yoursite.com/feed usually) is correctly bringing in the first image. I used a plugin called <a title="Download on WordPress.org" href="http://wordpress.org/extend/plugins/wprichfeeds/">wpRichFeeds</a> (view plugin <a href="http://williamscastillo.com/code/plugins/wprichfeeds/-kickoff-wprichfeeds/">author site</a>) which adds the enclosure information to your feed in WordPress. This is basically plug-n-play.</p>
<h3>MailChimp Code</h3>
<p>Then with some creative MailChimp RSS merge tags I got it to work. This is what I used:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;*|RSSITEM:URL|*&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;*|RSSITEM:ENCLOSURE_URL|*&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;300&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;200&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></div></div>

<p>I hope this will save some people the aggravation of trying to get MailChimp to automatically pull in blog post images from an RSS feed.</p>
<p>This post also helped me get to this point, <a href="http://jungle.mailchimp.com/forum/topics/rss-email-include-post?commentId=1687701%3AComment%3A29951&#038;xg_source=activity">RSS email: include post thumbnail image from WordPress RSS feed</a></p>
<p>&nbsp;</p>
<p><strong>Please comment if this helps you out! Any tweaks? </strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/mailchimp-how-to-add-images-to-rss-feeds-in-wordpress/">MailChimp &#8211; How to Add Images to RSS feeds in WordPress</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/mailchimp-how-to-add-images-to-rss-feeds-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Accidentally Changed the WordPress Site Address?</title>
		<link>http://www.blakeimeson.com/accidentally-changed-wordpress-site-address/</link>
		<comments>http://www.blakeimeson.com/accidentally-changed-wordpress-site-address/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 15:37:49 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Site address]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=412</guid>
		<description><![CDATA[<p>If you have accidentally changed the WordPress Site address in General Settings and now cannot access your site, this post is for you. Inspired by this Smashing post, What Is The Worst Design or Programming Mistake You’ve Ever Made?, I decided to share mine and hope that this post can be my &#8220;Iceberg, dead ahead!&#8221; cry. [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/accidentally-changed-wordpress-site-address/">Accidentally Changed the WordPress Site Address?</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/uploads/2010/09/wordpress-site-address.jpg" width="240" title="Accidentally Changed the WordPress Site Address? " alt="wordpress site address Accidentally Changed the WordPress Site Address? " />
		</p><p>If you have accidentally changed the WordPress Site address in General Settings and now cannot access your site, this post is for you.</p>
<p>Inspired by this Smashing post, <a href="http://www.smashingmagazine.com/2010/09/10/what-is-the-worst-design-or-programming-mistake-you-ve-ever-made/">What Is The Worst Design or Programming Mistake You’ve Ever Made?</a>, I decided to share mine and hope that this post can be my &#8220;Iceberg, dead ahead!&#8221; cry.</p>
<p><strong>Setup: </strong>I was working on a new client site. I had a development site going in one tab and their live site in another. Problem is that the WordPress backends looked almost identical.</p>
<p>I thought I was changing the WordPress site address on my dev build but I was on the live one. Eek.</p>
<p><img class="aligncenter size-full wp-image-413" title="wordpress-site-address" src="http://www.blakeimeson.com/wp-content/uploads/2010/09/wordpress-site-address.jpg" alt="wordpress site address Accidentally Changed the WordPress Site Address? " width="686" height="212" /></p>
<p>When I changed this address WordPress thought it lived elsewhere. The only way I knew at the time to fix this was to use PHPmyAdmin to muddle through the database and find that field and change it back.</p>
<p>I felt a shock of terror run through me as I just took a live and very public site offline and it was now redirecting to my website and the dev subdirectory I was using. I eventually got PHPmyAdmin access and changed it but I have since learned a trick that only requires your being able to edit wp-config.php</p>
<p>Open up wp-config.php and paste these lines (with your site name) into it after the initial commenting:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_HOME'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://sitename.com'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #990000;">define</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'WP_SITEURL'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'http://sitename.com'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>(Taken from my beautiful <a href="http://limecuda.com/resources/code-snippets/#Wp-config.php">WordPress code snippets list</a>)</p>
<p>When you do this, the fields for this in the WordPress backend will be uneditable and grayed out. This is a good idea if you are passing a site off to a client who will have full admin access. This will prevent them from accidentally changing this very important WordPress option.</p>
<p><img class="aligncenter size-full wp-image-414" title="wordpress-site-address-grayed" src="http://www.blakeimeson.com/wp-content/uploads/2010/09/wordpress-site-address-grayed.jpg" alt="wordpress site address grayed Accidentally Changed the WordPress Site Address? " width="650" height="212" /></p>
<p>Hope that this is helpful! Comment if you have done the same thing so I don&#8217;t feel I am the only one. :)</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/accidentally-changed-wordpress-site-address/">Accidentally Changed the WordPress Site Address?</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/accidentally-changed-wordpress-site-address/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>Use Dropbox to Intake Client Files on Your WordPress Site</title>
		<link>http://www.blakeimeson.com/dropbox-intake-client-files-site/</link>
		<comments>http://www.blakeimeson.com/dropbox-intake-client-files-site/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 03:01:36 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[intake form]]></category>
		<category><![CDATA[upload files]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=373</guid>
		<description><![CDATA[<p>I recently had a client who needed to send me a lot of pictures and misc. files for a website build. It would have been cumbersome to email them all and thankfully I came across this marvelous solution from this post:  Allow Anyone To Upload Files To a Folder in Your Dropbox Account. Major props [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/dropbox-intake-client-files-site/">Use Dropbox to Intake Client Files on Your WordPress Site</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/uploads/2010/09/logo-dropbox.png" width="240" title="Use Dropbox to Intake Client Files on Your WordPress Site" alt="logo dropbox Use Dropbox to Intake Client Files on Your WordPress Site" />
		</p><p>I recently had a client who needed to send me a lot of pictures and misc. files for a website build. It would have been cumbersome to email them all and thankfully I came across this marvelous solution from this post:  <a href="http://www.ampercent.com/dropbox-uploader-allow-users-upload-files-dropbox-account/">Allow Anyone To Upload Files To a Folder in Your Dropbox Account</a>. Major props to them for publishing the steps to do this.</p>
<p><img class="size-full wp-image-389 alignright" title="logo-dropbox" src="http://www.blakeimeson.com/wp-content/uploads/2010/09/logo-dropbox.png" alt="logo dropbox Use Dropbox to Intake Client Files on Your WordPress Site" width="231" height="60" /></p>
<p>I have tried to show my step-by-step process for doing this on a WordPress site. What this allowed me to do is create a page on our WordPress site that allows a client to upload files to us using a simple upload box.</p>
<p>When they upload them they are quickly put into any Dropboxes that we have set up.</p>
<p><a href="http://db.tt/BAM0cHb"><img class="aligncenter size-full wp-image-388" title="client-intake" src="http://www.blakeimeson.com/wp-content/uploads/2010/09/client-intake.jpg" alt="client intake Use Dropbox to Intake Client Files on Your WordPress Site" width="286" height="245" /></a></p>
<p><em>Dropbox intro: </em><a href="http://db.tt/BAM0cHb">Dropbox</a> is a tool that allows me to have a folder on my computer and everything in it is synced online and then mirrored on any other computers I have Dropbox on. My <a href="http://davidkuhta.com">business partner</a> and I have a shared Dropbox folder for <a href="http://limecuda.com">our company</a> that contains all our client files.</p>
<p>If I add/edit anything it will update it online and on his computer within seconds. Complete with notifications. <strong>Did I mention it is free?</strong> You<a href="http://www.dropbox.com/referrals/NTEwMDAyNjI5"> get 2gb of storage free</a> but that can go up to 8gb by referring people.</p>
<p><a href="http://db.tt/BAM0cHb"><img class="size-full wp-image-386 aligncenter" title="dropbox-notification" src="http://www.blakeimeson.com/wp-content/uploads/2010/09/dropbox-notification4.jpg" alt="dropbox notification4 Use Dropbox to Intake Client Files on Your WordPress Site" width="514" height="151" /></a></p>
<h3>Steps to Make this Happen</h3>
<p>1. <a href="http://db.tt/BAM0cHb">Sign up for Dropbox</a></p>
<p>2. Set up the &#8220;Intake&#8221; folder it can be named anything.</p>
<p>3. Download the files from <a href="http://www.ampercent.com/dropbox-uploader-allow-users-upload-files-dropbox-account/">this site </a> -  download the one under &#8220;Update&#8221; that says &#8220;New script&#8221; &#8211; it is a file called<em> dupass.rar </em>- this allows you to set a password.</p>
<p>4. Unrar the file and open index.php in a <a href="http://notepad-plus-plus.org">text editor</a></p>
<p>5. On <em>line 27</em> change default to a password of your choice</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$passw</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;default&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">//change this to a password of your choice.</span></pre></div></div>

<p>6. On<em> line 5</em>2 put in your username and password. It is in PHP so it will not be visible.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$uploader</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> DropboxUploader<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'you@youremail.com'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'yourpassword'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #666666; font-style: italic;">// enter dropbox credentials</span></pre></div></div>

<p>7. On<em> line 75 </em>you can change the folder files go into from &#8220;shared&#8221; to whatever folder you create. If it is a folder in dropbox put &#8220;yourfoldername&#8221; but if it is within that folder then put &#8220;yourfoldername/otherfolder&#8221;</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>input style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;display:none&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;dest&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;shared&quot;</span> <span style="color: #339933;">/&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<p>8. Now to integrate it into WordPress &#8211; if your theme already has template files like a full-width file then you can just copy that and change the name to template-intakepage.php and then make sure it has something like:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>?php<span style="color: #666666; font-style: italic;">/*Template Name: Client Home*/</span>?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<p>at the top of the file. This file will likely have the usual WordPress calls to your header, sidebar, footer.  You can also create a template file from index.php. For a good tutorial for creating and using this template file see this <a href="http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/">post on creating template files</a>.</p>
<p>9. You now need to take the code you had changed in the index.php file &#8211; everything between the &lt;body&gt; tags and paste it into the WordPress template somewhere probably after</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"> <span style="color: #339933;">&amp;</span>lt<span style="color: #339933;">;</span>?php the_content<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span></pre></div></div>

<p>10. Upload DropboxUploader.php to the same directory that your template file is. This should be your theme folder. /wp-content/themes/YourTheme/DropboxUploader.php</p>
<p>11. Now you need to have a page created in WordPress that is also using this template.<strong> Publish and it should be ready to take files that are uploaded and automatically put them in Dropbox. </strong></p>
<h3>Notes:</h3>
<ul>
<li>You could also make this page private in WordPress so that only logged in users can access it</li>
<li>You can change the CSS styling of the form, its messages and the button. I am still changing ours. I may move the password field around.</li>
<li>I would change the title of the form and wording of the message and the form button. No one needs to know it is Dropbox</li>
</ul>
<p>Thanks again to <a href="http://www.ampercent.com/dropbox-uploader-allow-users-upload-files-dropbox-account/">Ampercent </a>for this awesome script!</p>
<p>Let me know if you implement this or have any ideas for improvement.</p>
<p><strong>Update:</strong> A friend of ours may be helping us whip up a WordPress plugin for this. Hang tight!</p>
<p><strong>Update 2:</strong> It appears there is <a href="http://wordpress.org/extend/plugins/dropbox-plugin/">already some type of WordPress plugin for this.</a> Anyone tried it?</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/dropbox-intake-client-files-site/">Use Dropbox to Intake Client Files on Your WordPress Site</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/dropbox-intake-client-files-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Redirection Plugin &#8211; Home Page Redirect Problem / Bug</title>
		<link>http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/</link>
		<comments>http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 16:56:52 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=363</guid>
		<description><![CDATA[<p>I came across a bug in WordPress 3.0 with the wonderful Redirection plugin. When you create a new post/page it will somehow add a redirect that makes the home page redirect to the new post/page. What happens is that it creates a redirect automatically in the Modified posts group. Tools&#62;&#62;Redirection&#62;&#62;Groups&#62;&#62;Modified posts Just delete the redirect [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/">WordPress Redirection Plugin &#8211; Home Page Redirect Problem / Bug</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p>I came across a bug in WordPress 3.0 with the wonderful <a href="http://wordpress.org/extend/plugins/redirection/">Redirection plugin</a>. When you create a new post/page it will somehow add a redirect that makes the home page redirect to the new post/page.</p>
<p>What happens is that it creates a redirect automatically in the Modified posts group.</p>
<p><strong>Tools&gt;&gt;Redirection&gt;&gt;Groups&gt;&gt;Modified posts</strong></p>
<p>Just delete the redirect that has been created to &#8220;/&#8221; and it should be fine.</p>
<p>This solves the Redirection plugin bug, problem, issue, whatever. This only happens with newly published posts / pages. Hopefully they will fix this awesome WordPress plugin soon.</p>
<h3>Resources</h3>
<ul>
<li><a href="http://www.turningtrack.com/119/fix-home-page-redirects-newly-published-pages-problem-upgrading-wordpress-30.htm">Fix For Home Page Redirects To Newly Published Pages Problem After Upgrading To WordPress 3.0</a></li>
</ul>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/">WordPress Redirection Plugin &#8211; Home Page Redirect Problem / Bug</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Enable WordPress Multisite with Subdomains (HostGator)</title>
		<link>http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/</link>
		<comments>http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 20:04:38 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/enable-wordpress-multisite-with-subdomains-hostgator/</guid>
		<description><![CDATA[<p>After a bit of tinkering I have gotten WordPress multisite to work on a HostGator server setup. I am running WordPress 3.0 RC3. After some simple editing on the wp-config.php file and the .htaccess file I added a wildcard DNS by adding a subdomain with just an asterix * and that allows WordPress to create [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/">Enable WordPress Multisite with Subdomains (HostGator)</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://content.screencast.com/users/Imeson/folders/Jing/media/982d85ab-44fd-4288-9193-549cf5963127/2011-04-06_1039.png" width="240" title="Enable WordPress Multisite with Subdomains (HostGator)" alt="2011 04 06 1039 Enable WordPress Multisite with Subdomains (HostGator)" />
		</p><p>After a bit of tinkering I have gotten WordPress multisite to work on a HostGator server setup. I am running WordPress 3.0 RC3.</p>
<p>After some simple editing on the wp-config.php file and the .htaccess file I added a wildcard DNS by adding a subdomain with just an asterix * and that allows WordPress to create the subdomains for multisite. Here is how to get it to work…</p>
<h2>Step 1</h2>
<p>Login to cPanel (something like .com/cpanel ) Go to subdomains and add one with just an asterix.</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://content.screencast.com/users/Imeson/folders/Jing/media/982d85ab-44fd-4288-9193-549cf5963127/2011-04-06_1039.png" border="0" alt="2011 04 06 1039 Enable WordPress Multisite with Subdomains (HostGator)" width="517" height="186" /></p>
<h2>Step 2</h2>
<p>Add this into wp-config.php to enable multisite.</p>
<pre>define('WP_ALLOW_MULTISITE', true);</pre>
<h2>Step 3</h2>
<p>Login to your WordPress dashboard and go to<em> Tools&gt;&gt;Network</em> (.com/wp-admin/network.php) You will then see the following type of instructions.</p>
<h2>Step 4</h2>
<p>Add a directory named <strong>blogs.dir</strong> to the wp-content directory. It should look like /public_html/wp-content/blogs.dir</p>
<p>The CHMOD write permissions should be something like 755 to allow the server to write to the directory.</p>
<h2>Step 5</h2>
<p>Add what they tell you to add into the wp-config.php file</p>
<p>Mine looked like this:</p>
<pre>define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'limecuda.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );</pre>
<p>Make sure that SUBDOMAIN_INSTALL is set at true.</p>
<h2>Step 6</h2>
<p>Add what they tell you to add into the .htaccess file.</p>
<p>Mine looked like this:</p>
<pre>RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]

# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule . index.php [L]</pre>
<h2>Step 7</h2>
<p>I don’t know. Go start adding some sites on to your install. :)</p>
<p>Any questions?</p>
<h3>Further Reading</h3>
<ul>
<li><a title="Permanent Link to WordPress 3.0 Walkthrough:  Getting Started with Multisite" href="http://weblogtoolscollection.com/archives/2010/06/02/wordpress-3-multisite/">WordPress 3.0 Walkthrough: Getting  Started with Multisite</a></li>
<li><a href="http://www.wptavern.com/what-to-do-or-consider-after-you-enable-multisite-in-wordpress">What To Do Or Consider After You Enable Multisite In WordPress</a></li>
<li><a title="Permanent Link to Common WordPress Multisite Problems and Solutions" href="http://weblogtoolscollection.com/archives/2010/08/19/common-wordpress-multisite-problems-and-solutions/">Common WordPress Multisite Problems and Solutions</a></li>
</ul>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/">Enable WordPress Multisite with Subdomains (HostGator)</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Shared Links – More WordPress? Yep.</title>
		<link>http://www.blakeimeson.com/shared-links-more-wordpress-yep/</link>
		<comments>http://www.blakeimeson.com/shared-links-more-wordpress-yep/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 03:38:04 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/shared-links-more-wordpress-yep/</guid>
		<description><![CDATA[<p>Got a sizable amount of awesome links to dump on you today. Crazy, mad, ridiculously busy, that has been my last few weeks. There. That’s my excuse for infrequent posts. :) Onward… Seth&#8217;s Blog: Things to ask before you redo your website – Great philosophical questions to answer for really anything you build on the [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-more-wordpress-yep/">Shared Links – More WordPress? Yep.</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksMoreWordPressyep_13FA3/image_5.png" width="240" title="Shared Links – More WordPress? Yep." alt="image 5 Shared Links – More WordPress? Yep." />
		</p><p>Got a sizable amount of awesome links to dump on you today. Crazy, mad, ridiculously busy, that has been my last few weeks. There. That’s my excuse for infrequent posts. :) Onward…</p>
<p><a href="http://sethgodin.typepad.com/seths_blog/2009/09/things-to-ask-before-you-redo-your-website.html">Seth&#8217;s Blog: Things to ask before you redo your website</a> – Great philosophical questions to answer for really anything you build on the web. </p>
<h3>SEO</h3>
<p><a href="http://www.10e20.com/blog/2009/09/16/8-ways-to-target-keywords-for-ranking-and-usability/">8 Ways to Target Keywords for Ranking and Usability | 10e20</a> – Very good summary of some important SEO concepts. </p>
<h3>Web Design</h3>
<p><a href="http://css-sprit.es/">CSS Sprites &#8211; Online CSS Sprite Builder / Generator</a> – An easy generator to create CSS sprites to speed up your site. Google uses them like so…</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="Google CSS sprite" border="0" alt="nav logo7 Shared Links – More WordPress? Yep." src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksMoreWordPressyep_13FA3/nav_logo7.png" width="184" height="126" /> </p>
<p><a href="http://www.smashingmagazine.com/2009/09/16/50-fresh-free-hiqh-quality-icon-sets/">Fresh Free High-Quality Icon Sets « Smashing Magazine</a> – Grab some free high quality icons. I’m addicted to collecting these. Need any icons, just ask…</p>
<p><a href="http://www.smashingmagazine.com/2009/09/16/50-fresh-free-hiqh-quality-icon-sets/"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="e-commerce icons" border="0" alt="image Shared Links – More WordPress? Yep." src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksMoreWordPressyep_13FA3/image.png" width="170" height="170" /></a> </p>
<h2>WordPress</h2>
<p><a href="http://www.webdesignerdepot.com/2009/09/300-resources-to-help-you-become-a-wordpress-expert/">300+ Resources to Help You Become a WordPress Expert | Webdesigner Depot</a> – Good grief! This is an overwhelming, yet VERY helpful post. </p>
<p><a href="http://www.smashingmagazine.com/2009/09/14/how-to-integrate-facebook-with-wordpress/">How To Integrate Facebook With WordPress « Smashing Magazine</a> – Talk about providing value! Smashing Mag never disappoints. I have been needing this info!</p>
<h3>Themes</h3>
<p><a href="http://human3rror.com/2009/09/05/the-digital-business-card-wordpress-theme/">The Digital Business Card WordPress Theme – Human3rror – I Break Stuff.</a>&#160;</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="WP Business Card Theme" border="0" alt="image 3 Shared Links – More WordPress? Yep." src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksMoreWordPressyep_13FA3/image_3.png" width="268" height="275" /> </p>
<h3>Plugins </h3>
<p><a href="http://wordpress.org/extend/plugins/socialize/">WordPress › Socialize « WordPress Plugins</a> – Choose which social media icons to include on each post. Great idea. </p>
<p><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="socialize buttons" border="0" alt="image 4 Shared Links – More WordPress? Yep." src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksMoreWordPressyep_13FA3/image_4.png" width="335" height="99" />     <br /><a href="http://wordpress.org/extend/plugins/after-the-deadline/">WordPress › After the Deadline « WordPress Plugins</a> – High quality spell / grammar checking tool for WordPress. Recently bought by Automattic, owner of WordPress.&#160; </p>
<p><a href="http://wordpress.org/extend/plugins/rsscloud/">WordPress › RSS Cloud « WordPress Plugins</a> – New tech to make delivery of your RSS feeds quicker. Similar idea to <a href="http://wordpress.org/extend/plugins/search.php?q=PubSubHubbub">PubSubHubbub</a>. (Whose name always cracks me up)    </p>
<p><a href="http://shopperpress.com/index.php">ShopperPress &#8211; WordPress Shopping Cart Plugin</a> – Another WordPress e-commerce plugin that looks promising. I wonder how it compares to <a href="http://www.instinct.co.nz/e-commerce/">WP-e-commerce</a> or <a href="http://shopplugin.net/">Shopp</a>, among <a href="http://speckyboy.com/2008/10/23/10-powerful-shoppingecommerce-plugin-solutions-for-wordpress/">others</a>.    </p>
<h3>Bonus</h3>
<p><a href="http://www.noupe.com/photoshop/45-brilliant-examples-of-photo-manipulation-art.html">45 Brilliant Examples of Photo Manipulation Art | Noupe</a> – fun post!    </p>
<p><a href="http://www.noupe.com/photoshop/45-brilliant-examples-of-photo-manipulation-art.html"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="dragon" border="0" alt="image 5 Shared Links – More WordPress? Yep." src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksMoreWordPressyep_13FA3/image_5.png" width="256" height="256" /></a> </p>
<p><em>(Heads up: I’m hard at work on a huge post on WordPress plugins I’ve used)</em></p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-more-wordpress-yep/">Shared Links – More WordPress? Yep.</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/shared-links-more-wordpress-yep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shared Links – from Grove</title>
		<link>http://www.blakeimeson.com/shared-links-from-grove/</link>
		<comments>http://www.blakeimeson.com/shared-links-from-grove/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:11:57 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/shared-links-from-grove/</guid>
		<description><![CDATA[<p>These links are coming to you at the end of my first week of classes. Thus starts my senior year at Grove City College. Eeek! Still have been reading some great things online and found these awesome links to share. Study Shows Small Businesses That Blog Get 55% More Website Visitors – further proof that [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-from-grove/">Shared Links – from Grove</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksatGrove_96C7/image_3.png" width="240" title="Shared Links – from Grove" alt="image 3 Shared Links – from Grove" />
		</p><p>These links are coming to you at the end of my first week of <a href="http://www.blakeimeson.com/fall-semester-09-at-grove-city-college/">classes</a>. Thus starts my senior year at Grove City College. Eeek!</p>
<p>Still have been reading some great things online and found these awesome links to share. </p>
<p><a href="http://blog.hubspot.com/blog/tabid/6307/bid/5014/Study-Shows-Small-Businesses-That-Blog-Get-55-More-Website-Visitors.aspx">Study Shows Small Businesses That Blog Get 55% More Website Visitors</a> – further proof that business need to be blogging. SEO value alone is worth the effort. </p>
<p><a href="http://buildinternet.com/2009/08/five-minute-upgrade-writing-blog-post-titles-that-grab-attention/">Five Minute Upgrade – Writing Blog Post Titles That Grab Attention</a></p>
<p><a href="http://www.wpbeginner.com/wp-tutorials/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/">13 Vital Tips and Hacks to Protect Your WordPress Admin Area</a></p>
<p><a href="http://lifehacker.com/5345338/officetab-adds-tabs-to-microsoft-office">OfficeTab &#8211; Adds Tabs to Microsoft Office</a> – make Word, Excel, PowerPoint better. </p>
<p><a href="http://www.smashingmagazine.com/2009/08/16/free-and-commercial-stock-photography-sites/">Free and Commercial Stock Photography Sites</a></p>
<p><a href="http://www.blogperfume.com/new-27-circular-social-media-icons-in-3-sizes/">(New) 27 Circular Social Media Icons in 3 Sizes</a></p>
<h3>Themes</h3>
<p><a href="http://www.themelab.com/2009/09/03/jungleland-free-wordpress-theme/">Jungleland WordPress Theme</a></p>
<p><a href="http://www.themelab.com/2009/09/03/jungleland-free-wordpress-theme/"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image Shared Links – from Grove" src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksatGrove_96C7/image.png" width="275" height="152" /></a> </p>
<p><a href="http://www.mkels.com/wordpress-themes/urban/free-wordpress-theme-keko.html">KeKo WordPress Theme</a></p>
<p><a href="http://www.mkels.com/wordpress-themes/urban/free-wordpress-theme-keko.html"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image 3 Shared Links – from Grove" src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksatGrove_96C7/image_3.png" width="275" height="152" /></a></p>
<h3>Bonus</h3>
<p><a href="http://snailmailr.com/Send-Letter">Send a letter online :: Snailmailr.com</a> – Cool way to send a “real” letter to someone. </p>
<p><a href="http://thedesigninspiration.com/articles/30-fantastic-hdr-photos-by-grey-jones/">30+ Fantastic HDR Photos by Grey Jones</a> – if you don’t know what an HDR photo is, you must check this out. Gorgeous!</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-from-grove/">Shared Links – from Grove</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/shared-links-from-grove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shared Links – new WP plugins &amp; more</title>
		<link>http://www.blakeimeson.com/shared-links-new-wp-plugins-more/</link>
		<comments>http://www.blakeimeson.com/shared-links-new-wp-plugins-more/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 03:51:00 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/shared-links-new-wp-plugins-more/</guid>
		<description><![CDATA[<p>Latest helpful links I have come across since the last batch of shared links. Enjoy! Twitter Tips for Beginners [VIDEO] from the amazing Darren Rowse (Problogger). This is actually more oriented for business use of Twitter.&#160; 13 Tips For A Better E-Commerce Website 20 Nice Free Handwritten Fonts – it is amazing the fonts you [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-new-wp-plugins-more/">Shared Links – new WP plugins &#038; more</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksGoldfromtheHills_EFB8/image_3.png" width="240" title="Shared Links – new WP plugins & more" alt="image 3 Shared Links – new WP plugins & more" />
		</p><p><em>Latest helpful links I have come across since the </em><a href="http://www.blakeimeson.com/shared-links-spread-the-love/"><em>last batch of shared links</em></a><em>. Enjoy!</em></p>
<p><a href="http://www.twitip.com/twitter-tips-for-beginners-video/">Twitter Tips for Beginners [VIDEO]</a> from the amazing Darren Rowse (<a href="http://www.problogger.net/">Problogger</a>). This is actually more oriented for business use of Twitter.&#160; </p>
<p><a href="http://www.webresourcesdepot.com/13-tips-for-a-better-e-commerce-website/">13 Tips For A Better E-Commerce Website</a> </p>
<p><a href="http://www.snap2objects.com/2009/08/11/20-nice-free-handwritten-fonts/">20 Nice Free Handwritten Fonts</a> – it is amazing the fonts you can get for free!</p>
<p><a href="http://www.seomoz.org/blog/new-mozbar-seos-dream-come-true">SEOmoz | New Mozbar</a> – I use <a href="http://tools.seobook.com/seo-toolbar/">SEObook’s toolbar</a> but this may someday be a good alternative. Any opinions? (both are Firefox only)</p>
<p><a href="http://thinkdesignblog.com/wordpress-resources-48-resources-tips-tricks-themes.htm">WordPress Resources &#8211; 48 Resources, Tips, Tricks &amp; Themes | Think Design</a> – has some great WordPress dev. blogs ( I am subscribed to most of them) and tutorials. </p>
<h3>Themes</h3>
<p><a href="http://visionwidget.com/inspiration/web/276-5-high-quality-free-wordpress-themes-released-in-june-july-2009.html">15+ High Quality Free WordPress Themes Released in June-July 2009</a> </p>
<p><a href="http://www.webdesignlessons.com/brownie-wordpress-theme/">Brownie WordPress Theme</a>&#160; <a href="http://www.webdesignlessons.com/brownie-wordpress-theme/"><img style="border-bottom: 0px; border-left: 0px; margin: 10px auto 0px; display: block; float: none; border-top: 0px; border-right: 0px" title="Brownie WordPress Theme " border="0" alt="image Shared Links – new WP plugins & more" src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksGoldfromtheHills_EFB8/image.png" width="240" height="176" /></a></p>
<p><a href="http://www.dvq.co.nz/freebies/freebie-freestyle-wordpress-theme/">FreeStyle WordPress Theme</a>&#160; <a title="FreeStyle WordPress Theme" href="http://www.dvq.co.nz/freebies/freebie-freestyle-wordpress-theme/"><img style="border-bottom: 0px; border-left: 0px; margin: 10px auto 0px; display: block; float: none; border-top: 0px; border-right: 0px" title="FreeStyle WordPress Theme" border="0" alt="image 3 Shared Links – new WP plugins & more" src="http://www.blakeimeson.com/wp-content/uploads/SharedLinksGoldfromtheHills_EFB8/image_3.png" width="240" height="135" /></a></p>
<h3>Plugins</h3>
<p><a href="http://www.blogperfume.com/45-essential-wordpress-plugins-for-pro-blogging/">45+ Essential WordPress Plugins for Pro Blogging | Blog Perfume</a> </p>
<p><a href="http://wordpress.org/extend/plugins/quick-search/">WordPress › Quick Search « WordPress Plugins</a> – suggests search terms as you type.</p>
<p><a href="http://wordpress.org/extend/plugins/dashboard-notepad/">WordPress › Dashboard Notepad « WordPress Plugins</a> – leave notes in WP backend.</p>
<p><a href="http://wordpress.org/extend/plugins/wp-pubsubhubbub/">WordPress › WP Pubsubhubbub « WordPress Plugins</a> – New Google technology.</p>
<p><a href="http://weblogtoolscollection.com/pluginblog/2009/07/30/section-widget-for-your-section-specific-needs/">WordPress Plugin Competition Blog » Section Widget for your section-specific needs</a> </p>
<p><a href="http://tomuse.com/premium-wp-plugins-review/">Best Commercial WordPress Plugins: Ultimate Review List</a> – two of the best WordPress E-commerce plugins are in this post. </p>
<h3>Bonus Tool</h3>
<p><a href="http://www.ianr.unl.edu/email/encode/">Spam-me-not &#8211; e-mail link obfuscator</a> – I use this to build <strong>mailto:</strong> links that are not easily scrapable by spam bots. </p>
<p>&#160;</p>
<p><strong>Please <a href="http://www.blakeimeson.com/contact">send me a message</a></strong><strong></strong><strong> or leave a comment if this type of post is useful to you. Or is this unwanted content?</strong></p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-new-wp-plugins-more/">Shared Links – new WP plugins &#038; more</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/shared-links-new-wp-plugins-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shared Links – Spread the Love</title>
		<link>http://www.blakeimeson.com/shared-links-spread-the-love/</link>
		<comments>http://www.blakeimeson.com/shared-links-spread-the-love/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:30:52 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/shared-links-spread-the-love/</guid>
		<description><![CDATA[<p>From my ramblings through the never-ending fields of internet information… 3 Forum Search Engines to Search 40.000+ Message Boards The Ultimate List of Basic SEO Resources for a Kick-Ass Start WooCamp Blog &#8211; WordPress Themes Aubogasta WordPress theme Plugins CMS plugins for WordPress CMS plugins for WordPress part 2 CMS Plugins for WordPress, part 3 [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-spread-the-love/">Shared Links – Spread the Love</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/Uploads//abugusta.jpg" width="240" title="Shared Links – Spread the Love" alt="abugusta Shared Links – Spread the Love" />
		</p><p>From my ramblings through the never-ending fields of internet information…</p>
<ul>
<li><a href="http://www.makeuseof.com/tag/3-forum-search-engines-to-search-40-000-message-boards/">3 Forum Search Engines to Search 40.000+ Message Boards</a></li>
<li><a href="http://www.searchenginejournal.com/ultimate-list-of-basic-seo-resources/12050/">The Ultimate List of Basic SEO Resources for a Kick-Ass Start</a></li>
<li><a href="http://camp.woothemes.com/">WooCamp Blog &#8211; WordPress</a><img class="alignright size-full wp-image-223" title="abugusta" src="http://www.blakeimeson.com/wp-content/Uploads//abugusta.jpg" alt="abugusta Shared Links – Spread the Love" width="300" height="218" /></li>
</ul>
<h3>Themes</h3>
<ul>
<li><a href="http://wordpress.org/extend/themes/aubogasta">Aubogasta WordPress theme</a></li>
</ul>
<h3>Plugins</h3>
<ul>
<li><a href="http://www.wpthemesplugin.com/cms-plugins-for-wordpress/">CMS plugins for WordPress</a></li>
<li><a href="http://www.wpthemesplugin.com/cms-plugins-for-wordpress-part-2/">CMS plugins for WordPress part 2</a></li>
<li><a href="http://www.wpthemesplugin.com/cms-plugins-for-wordpress-part-3/">CMS Plugins for WordPress, part 3</a></li>
<li><a href="http://www.noupe.com/wordpress/wordpress-cms-plugins.html">40 Exceptional “CMS Enabling” WordPress Plugins</a></li>
<li><a href="http://www.dotsauce.com/2009/07/16/fresh-wordpress-plugins/">5 Fresh WordPress Plugins Ready to Enhance Your Blog</a></li>
</ul>
<h3>Bonus :)</h3>
<p><a href="http://www.guardian.co.uk/lifeandstyle/wordofmouth/2009/jul/24/kfc-secret-recipe-revealed">The Word of Mouth KFC challenge</a></p>
<p><strong>Check out my new partnership.  I build/manage this blog, Scott writes the killer content. Sweet deal. </strong><a href="http://phonesavant.com/">Phone Savant | Tips, Tricks &amp; Reviews. Amplify Your Mobile Life.</a></p>
<p>Spread the love!</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/shared-links-spread-the-love/">Shared Links – Spread the Love</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/shared-links-spread-the-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

