<?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; Tech</title>
	<atom:link href="http://www.blakeimeson.com/category/tech/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>Quickly Add MX Records for Google Apps</title>
		<link>http://www.blakeimeson.com/quickly-add-mx-records-for-google-apps/</link>
		<comments>http://www.blakeimeson.com/quickly-add-mx-records-for-google-apps/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 20:01:48 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[MX]]></category>
		<category><![CDATA[MX Records]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=476</guid>
		<description><![CDATA[<p>This is a wicked quick way to add the necessary MX records to your site so that you can use Google Apps for Domains. This is probably only useful and worth the effort if you are like me and create dozens of these setups for clients. Here is where you can download Texter. Here are [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/quickly-add-mx-records-for-google-apps/">Quickly Add MX Records for Google Apps</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p>This is a wicked quick way to add the necessary MX records to your site so that you can use <a title="Google Apps for Domains - Sign up" href="http://www.google.com/apps/intl/en/business/index.html">Google Apps for Domains</a>. This is probably only useful and worth the effort if you are like me and create dozens of these setups for clients.</p>
<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/AvSgPh-U_i0?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Here is where you can <a href="http://lifehacker.com/#!238306/lifehacker-code-texter-windows">download Texter</a>. </p>
<p>Here are the scripts that I used:<br />
&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;">10{Tab}ASPMX.L.GOOGLE.COM{Enter}
20{Tab}ALT1.ASPMX.L.GOOGLE.COM{Enter}
20{Tab}ALT2.ASPMX.L.GOOGLE.COM{Enter}
30{Tab}ASPMX2.GOOGLEMAIL.COM{Enter}
30{Tab}ASPMX3.GOOGLEMAIL.COM{Enter}
30{Tab}ASPMX4.GOOGLEMAIL.COM{Enter}
30{Tab}ASPMX5.GOOGLEMAIL.COM{Enter}</pre></div></div>

<p><strong>Please let me know if you are using this and if you have found any other cool uses for Texter!</strong></p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/quickly-add-mx-records-for-google-apps/">Quickly Add MX Records for Google Apps</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/quickly-add-mx-records-for-google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Style Wikipedia Links Automatically &#8211; CSS and RegEx</title>
		<link>http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/</link>
		<comments>http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:48:41 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=443</guid>
		<description><![CDATA[<p>I recently got the idea to have all my external links to Wikipedia have a little &#8220;W&#8221; icon next to them in order to indicate that the links went to Wikipedia. The solution I came up with is to use some CSS and Regular Expressions to automatically add the image to any URLs that have http://en.wikipedia.org/ [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/">Style Wikipedia Links Automatically &#8211; CSS and RegEx</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/0196e55f-cbb2-4a7c-a014-23b8e9283062/css%20and%20regex.png" width="240" title="Style Wikipedia Links Automatically   CSS and RegEx" alt="css%20and%20regex Style Wikipedia Links Automatically   CSS and RegEx" />
		</p><p>I recently got the idea to have all my external links to Wikipedia have a little &#8220;W&#8221; icon next to them in order to indicate that the links went to Wikipedia.</p>
<p>The solution I came up with is to use some CSS and Regular Expressions to automatically add the image to any URLs that have http://en.wikipedia.org/ in them.</p>
<p>Here is a link to <a href="http://en.wikipedia.org/">Wikipedia</a>. (if you are not viewing my blog on a modern browser like <a href="http://www.google.com/chrome/intl/en/landing_chrome.html?hl=en">Chrome</a>/<a href="http://www.mozilla.com/en-US/?from=sfx&amp;amp;uid=283880&amp;amp;t=434">Firefox </a>this may not work)</p>
<p>Here is an image in case you can&#8217;t see.</p>
<p><img class="aligncenter" title="CSS and Wikipedia Icon" src="http://content.screencast.com/users/Imeson/folders/Jing/media/0196e55f-cbb2-4a7c-a014-23b8e9283062/css%20and%20regex.png" alt="css%20and%20regex Style Wikipedia Links Automatically   CSS and RegEx" width="195" height="93" /></p>
<p>&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Wikipedia */</span>
a<span style="color: #00AA00;">&#91;</span>href<span style="color: #00AA00;">^=</span><span style="color: #ff0000;">&quot;http://en.wikipedia.org&quot;</span><span style="color: #00AA00;">&#93;</span>
<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;/images/wikipedia.png&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">scroll</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>&nbsp;</p>
<p>You can download my little &#8220;W&#8221; icon at <a href="http://www.blakeimeson.com/images/wikipedia.png">http://www.blakeimeson.com/images/wikipedia.png</a></p>
<p>I am sure there may be a more elegant and versatile solution to this, if you know of a way to do this better please comment below!</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/">Style Wikipedia Links Automatically &#8211; CSS and RegEx</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/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>Track Amazon Price Changes Over Time &gt; theTracktor</title>
		<link>http://www.blakeimeson.com/track-amazon-price-time-thetracktor/</link>
		<comments>http://www.blakeimeson.com/track-amazon-price-time-thetracktor/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 23:13:23 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[prices]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=425</guid>
		<description><![CDATA[<p>Ever wanted to see how prices for an item on Amazon have changed over time? Eh, maybe not but a new Chrome Extension does just that. It is called theTracktor and here is a screenshot to show what it does: I installed it because I am going to be buying my second Canon Powershot (Great [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/track-amazon-price-time-thetracktor/">Track Amazon Price Changes Over Time > theTracktor</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/amazon-price-tracking-300x129.jpg" width="240" title="Track Amazon Price Changes Over Time > theTracktor" alt="amazon price tracking 300x129 Track Amazon Price Changes Over Time > theTracktor" />
		</p><p>Ever wanted to see how prices for an item on Amazon have changed over time? Eh, maybe not but a <a href="http://thetracktor.com/extension/">new Chrome Extension</a> does just that.</p>
<p>It is called<a href="http://thetracktor.com/"> theTracktor</a> and here is a screenshot to show what it does:</p>
<p><a href="http://www.blakeimeson.com/wp-content/uploads/2010/09/amazon-price-tracking.jpg"><img class="aligncenter size-medium wp-image-426" title="amazon-price-tracking" src="http://www.blakeimeson.com/wp-content/uploads/2010/09/amazon-price-tracking-300x129.jpg" alt="amazon price tracking 300x129 Track Amazon Price Changes Over Time > theTracktor" width="300" height="129" /></a></p>
<p>I installed it because I am going to be buying my second <a href="http://www.amazon.com/gp/product/B0035FZJJ4?ie=UTF8&amp;tag=blakeimesoinn-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0035FZJJ4">Canon Powershot</a> (Great camera!) in the next 2 weeks and the price recently dropped and I wanted to see how the price has been changing over time.</p>
<p>Tracktor will also let you sign up to get email alerts of price changes.</p>
<p>Enjoy and watch Amazon prices fall!</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/track-amazon-price-time-thetracktor/">Track Amazon Price Changes Over Time > theTracktor</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/track-amazon-price-time-thetracktor/feed/</wfw:commentRss>
		<slash:comments>1</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>How to install incompatible addons in Firefox 4 Beta</title>
		<link>http://www.blakeimeson.com/install-incompatible-addons-firefox-4-beta/</link>
		<comments>http://www.blakeimeson.com/install-incompatible-addons-firefox-4-beta/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 19:00:11 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[addons]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=370</guid>
		<description><![CDATA[<p>I just got the newest Firefox flavor, 4.0b2. If you want to enable using incompatible extensions, plugins, addons, etc&#8230; then you can just download this plugin for checking/reporting compatibility which will let you run addons that have yet to be updated. Enjoy!</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/install-incompatible-addons-firefox-4-beta/">How to install incompatible addons in Firefox 4 Beta</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p>I just got the newest <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">Firefox flavor, 4.0b2</a>. If you want to enable using incompatible extensions, plugins, addons, etc&#8230; then you can just download this <a href="https://addons.mozilla.org/en-US/firefox/addon/15003/?src=external-fxbetarelnote">plugin for checking/reporting compatibility</a> which will let you run addons that have yet to be updated.</p>
<p>Enjoy!</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/install-incompatible-addons-firefox-4-beta/">How to install incompatible addons in Firefox 4 Beta</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/install-incompatible-addons-firefox-4-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invoicing Sites &#8211; Best way to invoice clients?</title>
		<link>http://www.blakeimeson.com/invoicing-sites-invoice-clients/</link>
		<comments>http://www.blakeimeson.com/invoicing-sites-invoice-clients/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 01:29:36 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[invoice]]></category>
		<category><![CDATA[invoicing]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=366</guid>
		<description><![CDATA[<p>Since we started our web development and web strategy company, LimeCuda, we have been trying out different ways of invoicing clients and doing accounting online. I have tried at least a dozen and am getting close to finding the perfect solution. I decided to throw them out to you all and see if there are [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/invoicing-sites-invoice-clients/">Invoicing Sites &#8211; Best way to invoice clients?</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p>Since we started our web development and web strategy company, <a href="http://limecuda.com">LimeCuda</a>, we have been trying out different ways of invoicing clients and doing accounting online. I have tried at least a dozen and am getting close to finding the perfect solution.</p>
<p>I decided to throw them out to you all and see if there are any you like particularly or ones I have missed.<strong> Suggestions?</strong></p>
<p>I am leaning towards these first ones particularly.</p>
<ul>
<li><a href="http://www.workingpoint.com/">WorkingPoint</a></li>
<li><a href="http://www.freeagentcentral.com/">FreeAgentCentral</a></li>
<li><a href="http://www.freshbooks.com/">FreshBooks</a></li>
<li><a href="http://www.invoicera.com/">Invoicera</a></li>
</ul>
<ul>
<li><a href="http://quickbooksonline.intuit.com/bookkeeping-accounting-systems/">Quickbooks Online</a></li>
<li><a href="http://curdbee.com/">Curdbee</a></li>
<li><a href="http://www.openair.com/">Openair</a></li>
<li><a href="http://invoicebubble.com/">InvoiceBubble</a> free</li>
<li><a href="http://invoicejournal.com/">InvoiceJournal</a> free</li>
<li><a href="http://www.invoiceplace.com/">InvoicePlace</a></li>
<li><a href="https://endeve.com/">Endeve</a></li>
<li><a href="http://bambooinvoice.org/">BambooInvoice</a> self-hosted / free</li>
<li><a href="http://www.simplyinvoices.com/">SimplyInvoices</a></li>
<li><a href="http://www.freeagentcentral.com/">FreeAgentCentral</a></li>
<li><a href="http://www.blinksale.com/">BlinkSale/</a></li>
<li><a href="http://www.billingboss.com/">BillingBoss</a> free</li>
<li><a href="http://www.zoho.com/invoice/">Zoho Invoice</a></li>
<li><a href="http://www.winkbill.com/">WinkBill</a></li>
<li><a href="http://www.neoinvoice.com/">NeoInvoice</a> &#8211; in beta</li>
<li><a href="http://www.invoicingapp.com/">InvoicingApp</a> &#8211; coming in late 2010</li>
<li><a href="http://www.time59.com/">Time59</a></li>
</ul>
<p>As you can see this is a crowded space! I may end up doing a review post of all invoicing apps.</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/invoicing-sites-invoice-clients/">Invoicing Sites &#8211; Best way to invoice clients?</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/invoicing-sites-invoice-clients/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

