
<?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 *Innovatrepreneur&#187; Blake Imeson *Innovatrepreneur</title>
	<atom:link href="http://www.blakeimeson.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blakeimeson.com</link>
	<description>entrepreneur, college student, digital native</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:15:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<image>
  <link>http://www.blakeimeson.com</link>
  <url>http://www.blakeimeson.com//favicon.ico</url>
  <title>Blake Imeson *Innovatrepreneur</title>
</image>
		<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/?p=373</guid>
		<description><![CDATA[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 [...]


Related posts:<ol><li><a href='http://www.blakeimeson.com/backup-wordpress-2-plugins-gmail/' rel='bookmark' title='Permanent Link: Backup WordPress = 2 Plugins + Gmail'>Backup WordPress = 2 Plugins + Gmail</a></li>
<li><a href='http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/' rel='bookmark' title='Permanent Link: Enable WordPress Multisite with Subdomains (HostGator)'>Enable WordPress Multisite with Subdomains (HostGator)</a></li>
<li><a href='http://www.blakeimeson.com/ultimate-guide-to-self-hosting-wordpress/' rel='bookmark' title='Permanent Link: Ultimate Guide to Self-Hosting WordPress'>Ultimate Guide to Self-Hosting WordPress</a></li>
</ol>]]></description>
			<content:encoded><![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:  <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>

<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="" width="231" height="60" />

<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>  <a href="http://www.dropbox.com/referrals/NTEwMDAyNjI5"><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="" width="286" height="245" /></a> 

<p><em>Dropbox intro: </em><a href="http://www.dropbox.com/referrals/NTEwMDAyNjI5">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>

<a href="http://www.dropbox.com/referrals/NTEwMDAyNjI5"><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="" width="514" height="151" /></a>
<h3>Steps to Make this Happen</h3>

<p>1. <a href="http://www.dropbox.com/referrals/NTEwMDAyNjI5">Sign up for Dropbox</a></p>

<p>2. Set up the "Intake" 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 "Update" that says "New script" - 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"><table><tr><td class="line_numbers"><pre>27
</pre></td><td 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></td></tr></table></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"><table><tr><td class="line_numbers"><pre>52
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>span style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;white-space: pre;&quot;</span><span style="color: #339933;">&gt;</span> <span style="color: #339933;">&lt;/</span>span<span style="color: #339933;">&gt;</span><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></td></tr></table></div>


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


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>75
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</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;">/&gt;</span></pre></td></tr></table></div>



<p>8. Now to integrate it into WordPress - 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: #000000; font-weight: bold;">&lt;?php</span><span style="color: #666666; font-style: italic;">/*Template Name: Client Home*/</span><span style="color: #000000; font-weight: bold;">?&gt;</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 - everything between the &lt;body&gt; tags and paste it into the WordPress template somewhere probably after


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



</p>
<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>
<strong>Update:</strong> A friend of ours may be helping us whip up a WordPress plugin for this. Hang tight! 
<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>
<script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/dropbox-intake-client-files-site/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/backup-wordpress-2-plugins-gmail/' rel='bookmark' title='Permanent Link: Backup WordPress = 2 Plugins + Gmail'>Backup WordPress = 2 Plugins + Gmail</a></li>
<li><a href='http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/' rel='bookmark' title='Permanent Link: Enable WordPress Multisite with Subdomains (HostGator)'>Enable WordPress Multisite with Subdomains (HostGator)</a></li>
<li><a href='http://www.blakeimeson.com/ultimate-guide-to-self-hosting-wordpress/' rel='bookmark' title='Permanent Link: Ultimate Guide to Self-Hosting WordPress'>Ultimate Guide to Self-Hosting WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/dropbox-intake-client-files-site/feed/</wfw:commentRss>
		<slash:comments>0</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/?p=370</guid>
		<description><![CDATA[I just got the newest Firefox flavor, 4.0b2. If you want to enable using incompatible extensions, plugins, addons, etc... then you can just download this plugin for checking/reporting compatibility which will let you run addons that have yet to be updated. Enjoy! Related posts:Thanksgiving Apps Special


Related posts:<ol><li><a href='http://www.blakeimeson.com/thanksgiving-apps-special/' rel='bookmark' title='Permanent Link: Thanksgiving Apps Special'>Thanksgiving Apps Special</a></li>
<li><a href='http://www.blakeimeson.com/technology-i-cant-live-without/' rel='bookmark' title='Permanent Link: Technology I can't "live" without...'>Technology I can't "live" without...</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[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... 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.

Enjoy!<script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/install-incompatible-addons-firefox-4-beta/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/thanksgiving-apps-special/' rel='bookmark' title='Permanent Link: Thanksgiving Apps Special'>Thanksgiving Apps Special</a></li>
<li><a href='http://www.blakeimeson.com/technology-i-cant-live-without/' rel='bookmark' title='Permanent Link: Technology I can't "live" without...'>Technology I can't "live" without...</a></li>
</ol></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 - 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/?p=366</guid>
		<description><![CDATA[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 [...]]]></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> - in beta</li>
	<li><a href="http://www.invoicingapp.com/">InvoicingApp</a> - 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><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/invoicing-sites-invoice-clients/" type="text/javascript" charset="utf-8"></script>]]></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 - 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/?p=363</guid>
		<description><![CDATA[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 [...]


Related posts:<ol><li><a href='http://www.blakeimeson.com/wordpress-27-is-pretty-sweet/' rel='bookmark' title='Permanent Link: WordPress 2.7 is pretty sweet.'>WordPress 2.7 is pretty sweet.</a></li>
<li><a href='http://www.blakeimeson.com/dropbox-intake-client-files-site/' rel='bookmark' title='Permanent Link: Use Dropbox to Intake Client Files on Your WordPress Site'>Use Dropbox to Intake Client Files on Your WordPress Site</a></li>
<li><a href='http://www.blakeimeson.com/ultimate-guide-to-self-hosting-wordpress/' rel='bookmark' title='Permanent Link: Ultimate Guide to Self-Hosting WordPress'>Ultimate Guide to Self-Hosting WordPress</a></li>
</ol>]]></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 "/" 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><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/wordpress-27-is-pretty-sweet/' rel='bookmark' title='Permanent Link: WordPress 2.7 is pretty sweet.'>WordPress 2.7 is pretty sweet.</a></li>
<li><a href='http://www.blakeimeson.com/dropbox-intake-client-files-site/' rel='bookmark' title='Permanent Link: Use Dropbox to Intake Client Files on Your WordPress Site'>Use Dropbox to Intake Client Files on Your WordPress Site</a></li>
<li><a href='http://www.blakeimeson.com/ultimate-guide-to-self-hosting-wordpress/' rel='bookmark' title='Permanent Link: Ultimate Guide to Self-Hosting WordPress'>Ultimate Guide to Self-Hosting WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/wordpress-redirection-plugin-home-page-redirect-problem-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Korean Ramen Noodles - Best way to buy online</title>
		<link>http://www.blakeimeson.com/korean-ramen-noodles-buy-online/</link>
		<comments>http://www.blakeimeson.com/korean-ramen-noodles-buy-online/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 01:38:46 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[ramen]]></category>
		<category><![CDATA[ramen noodles]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/?p=349</guid>
		<description><![CDATA[I am addicted to Korean ramen noodles. There I admitted it. First step to recovery. During college I was introduced to these amazing ramen noodles which are unlike any other ramen you will ever have. Some Asian friends of mine discovered that you could buy them directly from Amazon and they are cheaper than most [...]]]></description>
			<content:encoded><![CDATA[<p>I am addicted to <strong>Korean ramen noodles</strong>. There I admitted it. First step to recovery.</p>

<p>During college I was introduced to these amazing <a href="http://www.amazon.com/gp/product/B000LQORDE?ie=UTF8&amp;tag=blakeimesoinn-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000LQORDE">ramen noodles</a> which are unlike any other ramen you will ever have. Some Asian friends of mine discovered that you could <a href="http://www.amazon.com/gp/product/B000LQORDE?ie=UTF8&amp;tag=blakeimesoinn-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000LQORDE">buy them directly from Amazon</a> and they are cheaper than most international food stores. You can even "subscribe" to them on Amazon and they are periodically sent to you and at a 15% discount.</p>

<p>Since then I have probably bought 7 boxes in the last 4 years and of course shared with friends. Each box from Amazon has 20 servings. My Korean friends all say this is their fav ramen noodle brand.</p>

<p>Caveat emptor: they are spicy!</p>

<iframe src="http://rcm.amazon.com/e/cm?lt1=_blank&#038;bc1=FFFFFF&#038;IS2=1&#038;nou=1&#038;bg1=FFFFFF&#038;fc1=000000&#038;lc1=0000FF&#038;t=blakeimesoinn-20&#038;o=1&#038;p=8&#038;l=as1&#038;m=amazon&#038;f=ifr&#038;md=10FE9736YVPPT7A0FBG2&#038;asins=B000LQORDE" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>

<strong><p>Comment below if you have tried these awesome ramen noodles!</p></strong><em><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/korean-ramen-noodles-buy-online/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/korean-ramen-noodles-buy-online/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blogoff!</title>
		<link>http://www.blakeimeson.com/blogoff/</link>
		<comments>http://www.blakeimeson.com/blogoff/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:15:26 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Misc.]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/?p=345</guid>
		<description><![CDATA[I have thrown down the gauntlet and challenged my good friend and business partner, David Kuhta, to a blogoff. The rules: For the month of July the site with the most traffic as defined by pageviews wins I will be blogging from blakeimeson.com and David from davidkuhta.com Nothing like a good competition to get us [...]


Related posts:<ol><li><a href='http://www.blakeimeson.com/incuba8-conference/' rel='bookmark' title='Permanent Link: Incuba8 Conference'>Incuba8 Conference</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have thrown down the gauntlet and challenged my good friend and business partner, David Kuhta, to a blogoff. </p>

<p>The rules:</p>

<ul>
  <li>For the month of July the site with the most traffic as defined by pageviews wins </li>

  <li>I will be blogging from <a href="http://blakeimeson.com">blakeimeson.com</a> and David from <a href="http://davidkuhta.com">davidkuhta.com</a> </li>
</ul>

<p>Nothing like a good competition to get us both back into the habit of blogging good stuff. <a title="Kangaroo fight (by Pascal Vuylsteker)" href="http://www.flickr.com/photos/pvk/58684954/"><img style="display: block; float: none; margin-left: auto; margin-right: auto" title="Kangaroo fight (by Pascal Vuylsteker)" alt="Kangaroo fight (by Pascal Vuylsteker)" src="http://farm1.static.flickr.com/32/58684954_d2080f3621.jpg" width="332" height="500" /></a></p>

<p>Help me out and read/share my stuff :) </p><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/blogoff/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/incuba8-conference/' rel='bookmark' title='Permanent Link: Incuba8 Conference'>Incuba8 Conference</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/blogoff/feed/</wfw:commentRss>
		<slash:comments>2</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/enable-wordpress-multisite-with-subdomains-hostgator/</guid>
		<description><![CDATA[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 [...]


Related posts:<ol><li><a href='http://www.blakeimeson.com/dropbox-intake-client-files-site/' rel='bookmark' title='Permanent Link: Use Dropbox to Intake Client Files on Your WordPress Site'>Use Dropbox to Intake Client Files on Your WordPress Site</a></li>
<li><a href='http://www.blakeimeson.com/backup-wordpress-2-plugins-gmail/' rel='bookmark' title='Permanent Link: Backup WordPress = 2 Plugins + Gmail'>Backup WordPress = 2 Plugins + Gmail</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[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 the subdomains for multisite. Here is how to get it to work…
<h2>Step 1</h2>
Login to cPanel (something like .com/cpanel ) Go to subdomains and add one with just an asterix.

<a href="http://www.blakeimeson.com/wp-content/uploads/2010/06/image.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://www.blakeimeson.com/wp-content/uploads/2010/06/image_thumb.png" border="0" alt="image" width="474" height="196" /></a>
<h2>Step 2</h2>
Add this into wp-config.php to enable multisite.
<pre>define('WP_ALLOW_MULTISITE', true);</pre>
<h2>Step 3</h2>
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.
<h2>Step 4</h2>
Add a directory named <strong>blogs.dir</strong> to the wp-content directory. It should look like /public_html/wp-content/blogs.dir

The CHMOD write permissions should be something like 755 to allow the server to write to the directory.
<h2>Step 5</h2>
Add what they tell you to add into the wp-config.php file

Mine looked like this:
<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>
Make sure that SUBDOMAIN_INSTALL is set at true.
<h2>Step 6</h2>
Add what they tell you to add into the .htaccess file.

Mine looked like this:
<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>
I don’t know. Go start adding some sites on to your install. :)

Any questions?
<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>
<script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/dropbox-intake-client-files-site/' rel='bookmark' title='Permanent Link: Use Dropbox to Intake Client Files on Your WordPress Site'>Use Dropbox to Intake Client Files on Your WordPress Site</a></li>
<li><a href='http://www.blakeimeson.com/backup-wordpress-2-plugins-gmail/' rel='bookmark' title='Permanent Link: Backup WordPress = 2 Plugins + Gmail'>Backup WordPress = 2 Plugins + Gmail</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/enable-wordpress-multisite-with-subdomains-hostgator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Incuba8 Conference</title>
		<link>http://www.blakeimeson.com/incuba8-conference/</link>
		<comments>http://www.blakeimeson.com/incuba8-conference/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 17:19:38 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/incuba8-conference/</guid>
		<description><![CDATA[Just a quick note to share that my good friend and new business partner David Kuhta and I are going to give a presentation on WordPress at the Incuba8 Business Startup Conference which is going on from January 22-23. If you are in the area let us know! Related posts:Blogoff! AlphaLab Entrepreneur Shares Startup Tips [...]


Related posts:<ol><li><a href='http://www.blakeimeson.com/blogoff/' rel='bookmark' title='Permanent Link: Blogoff!'>Blogoff!</a></li>
<li><a href='http://www.blakeimeson.com/alphalab-entrepreneur-shares-startup-tips/' rel='bookmark' title='Permanent Link: AlphaLab Entrepreneur Shares Startup Tips'>AlphaLab Entrepreneur Shares Startup Tips</a></li>
<li><a href='http://www.blakeimeson.com/podcamp3-in-pittsburgh-be-there/' rel='bookmark' title='Permanent Link: PodCamp3 in Pittsburgh, be there!'>PodCamp3 in Pittsburgh, be there!</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to share that my good friend and new business partner <a href="http://davidkuhta.com">David Kuhta</a> and I are going to give a presentation on WordPress at the <a href="http://incuba8.com/jan-22-23-incuba8-business-setup-conference/">Incuba8 Business Startup Conference</a> which is going on from January 22-23. </p>  <p align="center"><a href="http://incuba8.com"><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" src="http://www.blakeimeson.com/wp-content/uploads/2010/01/image.png" width="240" height="59" /></a> If you are in the area let us know! </p><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/incuba8-conference/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/blogoff/' rel='bookmark' title='Permanent Link: Blogoff!'>Blogoff!</a></li>
<li><a href='http://www.blakeimeson.com/alphalab-entrepreneur-shares-startup-tips/' rel='bookmark' title='Permanent Link: AlphaLab Entrepreneur Shares Startup Tips'>AlphaLab Entrepreneur Shares Startup Tips</a></li>
<li><a href='http://www.blakeimeson.com/podcamp3-in-pittsburgh-be-there/' rel='bookmark' title='Permanent Link: PodCamp3 in Pittsburgh, be there!'>PodCamp3 in Pittsburgh, be there!</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/incuba8-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollip, Image Effects &#8211; Pro Accounts Giveaway!</title>
		<link>http://www.blakeimeson.com/rollip-image-effects-pro-accounts-giveaway/</link>
		<comments>http://www.blakeimeson.com/rollip-image-effects-pro-accounts-giveaway/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 00:42:54 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[image editing]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[Rollip]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/rollip-image-effects-pro-accounts-giveaway/</guid>
		<description><![CDATA[So today I have something special to give away to readers of my blog. Rollip allows you to easily add cool image effects to your pictures. I messed around with it for awhile and here are some examples of what it can do: So these are some fun pictures of me goofing around with a [...]]]></description>
			<content:encoded><![CDATA[<p>So today I have something special to give away to readers of my blog. </p>  <p><a href="http://www.rollip.com">Rollip</a> allows you to <strong>easily add cool image effects to your pictures</strong>. I messed around with it for awhile and here are some examples of what it can do: </p>  <p>So these are some fun pictures of me goofing around with a light bulb, good idea? Narcissistic?…nah.&#160; </p>  <p><a href="http://www.blakeimeson.com/wp-content/uploads/2009/12/image.png"><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" src="http://www.blakeimeson.com/wp-content/uploads/2009/12/image_thumb.png" width="388" height="604" /></a></p>  <p>There are 40 some effects that you can put on a photo, from Sepia, BW, Bold, Vintage, Stylized lens, etc.&#160; The vintage/Polaroid type effects are the coolest and make very sentimental-feeling photos. </p>  <p>I think this is a really fun tool and lets you quickly add very professional looking effects to even mediocre photos. It was almost too fun. I actually used the “classic” one for my Facebook profile pic. </p>  <p><strong>Improvements that might make a cool product even cooler:</strong></p>  <ul>   <li>Upload one photo and see mini-versions of each effect</li>    <li>Batch processing for pro-photographers</li>    <li>Another photo-effect preview option other than a building to see the image effects (person maybe?)</li>    <li>How bout some <a href="http://twitter.com/rollip">Tweets</a> guys? Props for a <a href="http://www.flickr.com/groups/rollip/pool/">Flickr photo group.</a></li>    <li></li> </ul>  <p>Click here to <a href="http://www.rollip.com/pro?coupon=blake">claim your pro account</a>. There are only 15 Pro accounts so first come, first served. Good for processing 30 high quality photos.&#160; </p>  <p>Let me know what you think of the service!</p><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/rollip-image-effects-pro-accounts-giveaway/" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/rollip-image-effects-pro-accounts-giveaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AlphaLab Entrepreneur Shares Startup Tips</title>
		<link>http://www.blakeimeson.com/alphalab-entrepreneur-shares-startup-tips/</link>
		<comments>http://www.blakeimeson.com/alphalab-entrepreneur-shares-startup-tips/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 19:21:29 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Entrepreneurship]]></category>
		<category><![CDATA[AlphaLab]]></category>
		<category><![CDATA[bootstrapping]]></category>
		<category><![CDATA[internet entrepreneurship]]></category>
		<category><![CDATA[startups]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/?p=315</guid>
		<description><![CDATA[AlphaLab is a startup incubator in Pittsburgh. I got to go see their "demo day" last year. It was really fun to see all the innovative companies. One of the most awesome presenters and coolest products was "the Resumator" The brains behind the startup, Don Charleton, has written a very insightful post about his experience [...]


Related posts:<ol><li><a href='http://www.blakeimeson.com/if-you-could-only-read-one-blog-which-one-makes-the-cut/' rel='bookmark' title='Permanent Link: If You Could Only Read One Blog... Which One Makes the Cut?'>If You Could Only Read One Blog... Which One Makes the Cut?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alphalab.org/">AlphaLab</a> is a startup incubator in Pittsburgh. I got to go see their "demo day" last year.</p> <a href="http://www.alphalab.org/"><img class="alignright size-full wp-image-316" title="logo_alpha_lab" src="http://www.blakeimeson.com/wp-content/uploads/2009/12/logo_alpha_lab.jpg" alt="" width="221" height="91" /></a>

<p>It was really fun to see all the innovative companies. One of the most awesome presenters and coolest products was "<a href="http://www.theresumator.com/">the Resumator</a>"</p>

<p>The brains behind the startup, Don Charleton, has written a very <a href="http://dontrepreneur.com/2009/12/11/7-lessons-from-my-alphaab-experience/">insightful post about his experience with the startup</a>.</p>

<em>Quick preview of his 7 Lessons Learned:</em>
<h3>Lesson 1: Even a small amount of operating capital from an investment can be extremely useful.</h3>
<h3>Lesson 2: Startup programs accelerate your understanding of the investment world.</h3>
<h3>Lesson 3:  Developers succeed in startup programs. Business people fail.</h3>
....

Now go <a href="http://dontrepreneur.com/2009/12/11/7-lessons-from-my-alphaab-experience/">read the rest</a>!

<p>Just looked through his blog and there are a couple other interesting posts:</p>
<ul>
	<li><a rel="bookmark" href="http://dontrepreneur.com/2009/12/14/how-to-create-a-great-startup-office-space-while-being-abusrdly-cheap/">How to Create a Great Startup Office Space on a Bootstrap Budget</a></li>
	<li><a rel="bookmark" href="http://dontrepreneur.com/2009/07/19/the-official-curriculum-for-your-degree-in-startups/">The Official Curriculum for Your Degree in Startups</a> (really awesome post I must say)</li>
	<li><a rel="bookmark" href="http://dontrepreneur.com/2009/07/16/is-that-new-feature-a-deal-breaker-deal-maker-or-no-big-deal/">Is That New Feature a Deal Breaker, Deal Maker, Or No Big Deal?</a></li>
</ul><script src="http://feeds.feedburner.com/~s/imeson?i=http://www.blakeimeson.com/alphalab-entrepreneur-shares-startup-tips/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.blakeimeson.com/if-you-could-only-read-one-blog-which-one-makes-the-cut/' rel='bookmark' title='Permanent Link: If You Could Only Read One Blog... Which One Makes the Cut?'>If You Could Only Read One Blog... Which One Makes the Cut?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/alphalab-entrepreneur-shares-startup-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
