<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ObuWeb</title>
	
	<link>http://obuweb.com</link>
	<description>Professional Website Design and Search Marketing</description>
	<pubDate>Tue, 30 Jun 2009 14:45:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>33.617504</geo:lat><geo:long>-111.954167</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/obuweb" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Page.ly Email Server API via WP</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/-GgkgCrped8/</link>
		<comments>http://obuweb.com/news/2009/06/11/pagely-email-server-api-via-wp/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 23:37:19 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Press]]></category>

		<category><![CDATA[Web of Interest]]></category>

		<guid isPermaLink="false">http://obuweb.com/?p=347</guid>
		<description><![CDATA[ Page.ly is a new product we are developing that allows for quick creation of Wordpress based websites, complete with hosting, domain name registration and email service.
This is  screen shot of the Wordpress backend of a page.ly site.  We created an API that allows the client to administer email services back on the server without [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://obuweb.com/wp-content/uploads/2009/06/picture-22.png"><img class="alignleft size-medium wp-image-346" title="picture-22" src="http://obuweb.com/wp-content/uploads/2009/06/picture-22-300x172.png" alt="picture-22" width="300" height="172" /></a> <a title="Create Your Own Website" href="http://page.ly">Page.ly</a> is a new product we are developing that allows for quick creation of <a href="http://wordpress.org" target="_blank">Wordpress </a>based websites, complete with hosting, domain name registration and email service.</p>
<p>This is  screen shot of the Wordpress backend of a page.ly site.  We created an API that allows the client to administer email services back on the server without having to login to a separate panel.</p>
<p>After Authenticating the user is able to create and modify aspects of email accounts such as adding mail alias, setting redirects, and changing mail account passwords.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=-GgkgCrped8:DYUYeCHFoqI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=-GgkgCrped8:DYUYeCHFoqI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=-GgkgCrped8:DYUYeCHFoqI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/-GgkgCrped8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2009/06/11/pagely-email-server-api-via-wp/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2009/06/11/pagely-email-server-api-via-wp/</feedburner:origLink></item>
		<item>
		<title>SVN and Codeigniter Base</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/t5DwpjsaQLY/</link>
		<comments>http://obuweb.com/news/2009/05/31/svn-and-codeigniter-base/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 06:42:07 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<guid isPermaLink="false">http://obuweb.com/?p=340</guid>
		<description><![CDATA[We have been using the php framework codeigniter for sometime on many a project (bestpartyever, ultimatervrentals, page.ly) in conjunction with source control SVN.
Just a heads up to whomever else works like this.. Here are a few notes.
We do something similar like you will find in this article:
Moving the app folder out of the main CI [...]]]></description>
			<content:encoded><![CDATA[<p>We have been using the php framework <a href="http://codeigniter.com">codeigniter</a> for sometime on many a project (<a href="http://bestpartyever.com">bestpartyever</a>, <a href="http://ultimatervrentals.com">ultimatervrentals</a>, <a href="http://page.ly">page.ly</a>) in conjunction with source control SVN.</p>
<p>Just a heads up to whomever else works like this.. Here are a few notes.</p>
<p>We do something similar like you will find in <a href="http://codeigniter.com/news/codeigniter_community_voice_howto_set_up_a_codeigniter_project_in_subversio/">this article</a>:</p>
<p>Moving the app folder out of the main CI install keeps things easy. Our file system looks like:</p>
<p><code><br />
.htaccess<br />
index.php<br />
/app/<br />
/public/<br />
--/public/js<br />
--/public/css<br />
--/public/gfx<br />
/CI/ SVN External: system http://dev.ellislab.com/svn/CodeIgniter/trunk/system/</code></p>
<p>This insures we always have the latest CI core running and keeps the .htaccess files tidy.</p>
<p>A decent auth lib we have used a lot is <a href="http://dexcell.shinsengumiteam.com/dx_auth/">dx_auth</a> It needs a few tweaks after install to work the way we want, but overall is reall nice.<br />
<code><br />
</code></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=t5DwpjsaQLY:5f4DOEs3Dp0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=t5DwpjsaQLY:5f4DOEs3Dp0:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=t5DwpjsaQLY:5f4DOEs3Dp0:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/t5DwpjsaQLY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2009/05/31/svn-and-codeigniter-base/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2009/05/31/svn-and-codeigniter-base/</feedburner:origLink></item>
		<item>
		<title>Announcing  Page.ly, Create your own website fast</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/ubB22HpXTSM/</link>
		<comments>http://obuweb.com/news/2009/05/27/annoucing-pagely-create-your-own-website-fast/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:22:25 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Press]]></category>

		<category><![CDATA[Web of Interest]]></category>

		<guid isPermaLink="false">http://obuweb.com/?p=335</guid>
		<description><![CDATA[We are happy to announce the pending launch of page.ly, a website builder we have created to provide a complete online website solution for small businesses. page.ly lets you create your own website with just a few clicks of a mouse. Every page.ly site is fully customizable with dozens of provided themes/templates and the ability [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://obuweb.com/wp-content/uploads/2009/05/pagely-site-creator_1243458892474.png"><img class="size-medium wp-image-336 alignleft" title="pagely-site-creator_1243458892474" src="http://obuweb.com/wp-content/uploads/2009/05/pagely-site-creator_1243458892474-300x253.png" alt="pagely-site-creator_1243458892474" width="300" height="253" style="margin-right:15px;margin-bottom:15px"/></a>We are happy to announce the pending launch of <a href="http://page.ly">page.ly</a>, a website builder we have created to provide a complete online website solution for small businesses. page.ly lets you <a title="Create your own website" href="http://page.ly/">create your own website</a> with just a few clicks of a mouse. Every page.ly site is fully customizable with dozens of provided themes/templates and the ability for users to add their own. Powered by the wordpress, page.ly has many built in features that make keeping your website up to date a cinch. page.ly also provides users with <strong>their own domain name</strong>, and <strong>email service</strong>. A complete small business website builder.</p>
<ul>
<li>Your Own Domain Name</li>
<li>Dozens of professionally designed themes to choose from</li>
<li>Webmail Email Service</li>
<li>Built in Website Editor</li>
<li>Your Own Logo</li>
<li>SEO Friendly</li>
<li>Built in Blog</li>
<li>Save Time and Money</li>
<li>Powered by <a href="http://wordpress.org">Wordpress</a></li>
</ul>
<p>Page.ly will launch mid-summer.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=ubB22HpXTSM:Wf5hYxylAio:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=ubB22HpXTSM:Wf5hYxylAio:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=ubB22HpXTSM:Wf5hYxylAio:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/ubB22HpXTSM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2009/05/27/annoucing-pagely-create-your-own-website-fast/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2009/05/27/annoucing-pagely-create-your-own-website-fast/</feedburner:origLink></item>
		<item>
		<title>Project Mangement Tips</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/ru8j9NEWpPo/</link>
		<comments>http://obuweb.com/news/2009/05/24/project-mangement-tips/#comments</comments>
		<pubDate>Sun, 24 May 2009 19:55:34 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Press]]></category>

		<guid isPermaLink="false">http://obuweb.com/?p=332</guid>
		<description><![CDATA[Our good friend Keith Robinson at Blue Flavor wrote a great piece for .net magazine this month on project management in the web space. Keith was kind enough to include a few comments from obuweb founder Joshua Strebel in the article.
Look for .net on news stands in a few weeks.
]]></description>
			<content:encoded><![CDATA[<p>Our good friend <a href="http://www.dkeithrobinson.com/">Keith Robinson</a> at <a href="http://blueflavor.com">Blue Flavor</a> wrote a great piece for <a href="http://www.netmag.co.uk/">.net magazine</a> this month on project management in the web space. Keith was kind enough to include a few comments from obuweb founder <a href="http://saint-rebel.com">Joshua Strebel</a> in the article.</p>
<p>Look for .net on news stands in a few weeks.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=ru8j9NEWpPo:4lQeAK_S__Q:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=ru8j9NEWpPo:4lQeAK_S__Q:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=ru8j9NEWpPo:4lQeAK_S__Q:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/ru8j9NEWpPo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2009/05/24/project-mangement-tips/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2009/05/24/project-mangement-tips/</feedburner:origLink></item>
		<item>
		<title>Party Planning is Fun Again</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/km6FbTJoGWQ/</link>
		<comments>http://obuweb.com/news/2009/01/20/party-planning-is-fun-again/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 01:12:38 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Press]]></category>

		<category><![CDATA[Web of Interest]]></category>

		<guid isPermaLink="false">http://obuweb.com/?p=320</guid>
		<description><![CDATA[We are very proud and much relieved to have re-launched BestPartyEver.com. BPE is a website we own and operate an has often times been the forgotten child, but is now the center of our portfolio.
BestPartyEver.com is an online community that helps you plan that special event. Find thousands of free party ideas, recipes, special event [...]]]></description>
			<content:encoded><![CDATA[<p>We are very proud and much relieved to have re-launched <a title="party planning" href="http://BestPartyEver.com">BestPartyEver.com</a>. BPE is a website we own and operate an has often times been the forgotten child, but is now the center of our portfolio.</p>
<p>BestPartyEver.com is an online community that helps you plan that special event. Find thousands of free <a title="Party Ideas" href="http://bestpartyever.com/ideas">party ideas</a>, <a title="Recipes" href="http://bestpartyever.com/recipes">recipes</a>, <a title="Special Event Vendors" href="http://bestpartyever.com/vdir">special event vendors to hire</a>, and <a title="Party Planning Tips" href="http://bestpartyever.com/articles">party planning tips</a> from industry professionals. A suite of <a title="party planning tools" href="http://bestpartyever.com/planning">party planning tools</a> also makes it super easy to manage the details of your party with guestlists, online invites, budget calculators, event schedules, and to-do lists.</p>
<p>We are extremely excited to offer all this party goodness to the public. Please check it out, and enjoy.</p>
<p><a href="http://obuweb.com/wp-content/uploads/2009/01/party-and-event-planning-tools-party-ideas-recipes-and-party-planning-tips-bestpartyevercom_1232500297184.png"><img class="alignnone size-medium wp-image-321" title="party-and-event-planning-tools-party-ideas-recipes-and-party-planning-tips-bestpartyevercom_1232500297184" src="http://obuweb.com/wp-content/uploads/2009/01/party-and-event-planning-tools-party-ideas-recipes-and-party-planning-tips-bestpartyevercom_1232500297184-230x300.png" alt="party-and-event-planning-tools-party-ideas-recipes-and-party-planning-tips-bestpartyevercom_1232500297184" width="230" height="300" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=km6FbTJoGWQ:yuaMFfa-z4Y:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=km6FbTJoGWQ:yuaMFfa-z4Y:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=km6FbTJoGWQ:yuaMFfa-z4Y:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/km6FbTJoGWQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2009/01/20/party-planning-is-fun-again/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2009/01/20/party-planning-is-fun-again/</feedburner:origLink></item>
		<item>
		<title>New Projects</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/9VjB6S1I8jg/</link>
		<comments>http://obuweb.com/news/2008/12/16/new-projects/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 23:28:28 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Web of Interest]]></category>

		<guid isPermaLink="false">http://obuweb.com/?p=316</guid>
		<description><![CDATA[We have been tinkering on some side projects and are happy to release:
pix.ly - Rate your Flickr photos
pix.ly allows you to pull photos from yours are anyone else flickr account and rate them in a vs. style contest. Rate your flickr photos now.

twit.pix.ly - The ultimate Twitter Avatar Battle
Do you twitter? twit.pix.ly lets you rate [...]]]></description>
			<content:encoded><![CDATA[<p>We have been tinkering on some side projects and are happy to release:</p>
<h2>pix.ly - Rate your Flickr photos</h2>
<p>pix.ly allows you to pull photos from yours are anyone else flickr account and rate them in a vs. style contest. <a title="rate flickr photos" href="http://pix.ly">Rate your flickr photos</a> now.</p>
<p><a href="http://obuweb.com/wp-content/uploads/2008/12/screen-capture-1.png"><img class="alignnone size-medium wp-image-318" title="screen-capture-1" src="http://obuweb.com/wp-content/uploads/2008/12/screen-capture-1-300x200.png" alt="screen-capture-1" width="300" height="200" /></a></p>
<h2>twit.pix.ly - The ultimate Twitter Avatar Battle</h2>
<p>Do you twitter? twit.pix.ly lets you rate your friends Avatars in a vs. style content. The <a title="twitter avatar battle" href="http://twit.pix.ly">ultimate twitter avatar battle</a> is going on now.</p>
<p><a href="http://obuweb.com/wp-content/uploads/2008/12/screen-capture.png"><img class="alignnone size-medium wp-image-317" title="screen-capture" src="http://obuweb.com/wp-content/uploads/2008/12/screen-capture-300x199.png" alt="screen-capture" width="300" height="199" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=9VjB6S1I8jg:P-UtdekQpzI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=9VjB6S1I8jg:P-UtdekQpzI:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=9VjB6S1I8jg:P-UtdekQpzI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/9VjB6S1I8jg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2008/12/16/new-projects/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2008/12/16/new-projects/</feedburner:origLink></item>
		<item>
		<title>New Ways to Find Us</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/jpP7ypgXkwE/</link>
		<comments>http://obuweb.com/news/2008/12/15/new-ways-to-find-us/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 17:26:35 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<guid isPermaLink="false">http://obuweb.com/news/2008/12/15/new-ways-to-find-us/</guid>
		<description><![CDATA[Our new office address is:
325 E Elliot Rd, Suite 34 Chandler Az 85255
Our new Tele is: (602) 635-2455
]]></description>
			<content:encoded><![CDATA[<p>Our new office address is:<br />
325 E Elliot Rd, Suite 34 Chandler Az 85255</p>
<p>Our new Tele is: <span class="red">(602) 635-2455</span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=jpP7ypgXkwE:3epRE9YkgZE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=jpP7ypgXkwE:3epRE9YkgZE:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=jpP7ypgXkwE:3epRE9YkgZE:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/jpP7ypgXkwE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2008/12/15/new-ways-to-find-us/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2008/12/15/new-ways-to-find-us/</feedburner:origLink></item>
		<item>
		<title>Obu has moved office location</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/v08f2WrecfI/</link>
		<comments>http://obuweb.com/news/2008/07/24/obu-has-moved-office-location/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 00:36:19 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<guid isPermaLink="false">http://obuweb.com/news/2008/07/24/obu-has-moved-office-location/</guid>
		<description><![CDATA[Obuweb.com has moved to a new office space down in Gilbert, AZ.
We have taken residence at the &#8220;gangplank&#8221; which is a co-working environment for web/tech/awesome people in town.
Come find us at:
290 E. El Prado, Chandler, AZ 85225 (view map).
Look for the Liberty/Integrum building, and just head upstairs once you get there.
Please do not send any [...]]]></description>
			<content:encoded><![CDATA[<p>Obuweb.com has moved to a new office space down in Gilbert, AZ.</p>
<p>We have taken residence at the &#8220;<a href="http://gangplankhq.com">gangplank</a>&#8221; which is a co-working environment for web/tech/awesome people in town.</p>
<p>Come find us at:<br />
290 E. El Prado, Chandler, AZ 85225 <a href="http://maps.google.com/maps?f=q&#038;hl=en&#038;geocode=&#038;q=290+E.+El+Prado,+Chandler,+AZ&#038;sll=37.0625,-95.677068&#038;sspn=33.160552,65.917969&#038;ie=UTF8&#038;ll=33.346375,-111.831465&#038;spn=0.034129,0.064373&#038;z=14&#038;iwloc=addr">(view map)</a>.<br />
Look for the Liberty/Integrum building, and just head upstairs once you get there.</p>
<p>Please do not send any mail here.  Our customers will receive our new billing address on their next invoice.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=v08f2WrecfI:0VJdfbjDkTU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=v08f2WrecfI:0VJdfbjDkTU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=v08f2WrecfI:0VJdfbjDkTU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/v08f2WrecfI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2008/07/24/obu-has-moved-office-location/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2008/07/24/obu-has-moved-office-location/</feedburner:origLink></item>
		<item>
		<title>Breaking NEWS: BusinessWeek says blogs cannot be ignored.</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/iquZdW12Btw/</link>
		<comments>http://obuweb.com/news/2008/02/21/breaking-news-businessweek-is-says-blogs-cannot-be-ignored/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 17:05:51 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Web of Interest]]></category>

		<guid isPermaLink="false">http://obuweb.com/news/2008/02/21/breaking-news-businessweek-is-says-blogs-cannot-be-ignored/</guid>
		<description><![CDATA[Better late then never, but 5 years late?
Social Media Will Change Your Business
Look past the yakkers, hobbyists, and political mobs. Your customers and rivals are figuring blogs out. Our advice: Catch upâ€¦or catch you later.
Go ahead and bellyache about blogs. But you cannot afford to close your eyes to them, because they&#8217;re simply the most [...]]]></description>
			<content:encoded><![CDATA[<p>Better late then never, but 5 years late?</p>
<blockquote><p><a href="http://www.businessweek.com/bwdaily/dnflash/content/feb2008/db20080219_908252.htm"><strong>Social Media Will Change Your Business</strong></a><br />
Look past the yakkers, hobbyists, and political mobs. Your customers and rivals are figuring blogs out. Our advice: Catch upâ€¦or catch you later.</p>
<p>Go ahead and bellyache about blogs. But you cannot afford to close your eyes to them, because they&#8217;re simply the most explosive outbreak in the information world since the Internet itself. And they&#8217;re going to shake up just about every businessâ€”including yours. It doesn&#8217;t matter whether you&#8217;re shipping paper clips, pork bellies, or videos of Britney in a bikini, blogs are a phenomenon that you cannot ignore, postpone, or delegate. Given the changes barreling down upon us, blogs are not a business elective. They&#8217;re a prerequisite. (And yes, that goes for us, too.)</p></blockquote>
<p>Wait for it&#8230;</p>
<blockquote><p> A prediction: Mainstream media companies will master blogs as an advertising tool and take over vast commercial stretches of the blogosphere. Over the next five years, this could well divide winners and losers in media. And in the process, mainstream media will start to look more and more likeâ€”you guessed itâ€”blogs. Clay Shirky, a Web expert at New York University, calls it &#8220;an absorption process where the thing doing the absorbing changes.&#8221;</p></blockquote>
<blockquote></blockquote>
<p>If you have 15 minutes, <a href="http://www.businessweek.com/bwdaily/dnflash/content/feb2008/db20080219_908252.htm">read the full article</a>.  If you don&#8217;t, just understand this. Your successful online marketing = Social Media.</p>
<p><strong>Update, this needs a graph to illustrate why this businessweek article is 5 years too late. We are now about dead middle of the red adoption curve.. relevancy is bottoming out soon as the medium is taken over by said corporate entities mentioned in businessweek article. </strong></p>
<p><a href="http://crappygraphs.com/user_graphs/?id=1518"><img src="http://brian.shaler.name/crappygraphs/user_graphs/25622e2b6f8514f032bf1e227e879cd1.png" /></a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=iquZdW12Btw:UR5bL-O5kYc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=iquZdW12Btw:UR5bL-O5kYc:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=iquZdW12Btw:UR5bL-O5kYc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/iquZdW12Btw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2008/02/21/breaking-news-businessweek-is-says-blogs-cannot-be-ignored/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2008/02/21/breaking-news-businessweek-is-says-blogs-cannot-be-ignored/</feedburner:origLink></item>
		<item>
		<title>Social Garden</title>
		<link>http://feedproxy.google.com/~r/obuweb/~3/i0iMAFVUORo/</link>
		<comments>http://obuweb.com/news/2007/11/15/social-garden/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 19:48:35 +0000</pubDate>
		<dc:creator>Joshua Strebel</dc:creator>
		
		<category><![CDATA[Articles]]></category>

		<category><![CDATA[Oblog]]></category>

		<category><![CDATA[Web of Interest]]></category>

		<guid isPermaLink="false">http://obuweb.com/news/2007/11/15/social-garden/</guid>
		<description><![CDATA[We did a short post on tending your social garden over on our Arizona SEO blog.  Worth a read.
While some may see time spent on social networks a waste, it really can be a productive endeavour. The name recognition, branding reinforcement, and personal connections you can make can prove valuable in tangible and intrinsic [...]]]></description>
			<content:encoded><![CDATA[<p>We did a short post on <a href="http://obusearch.com/2007/11/15/tending-your-social-garden/">tending your social garden</a> over on our <a href="http://obusearch.com">Arizona SEO</a> blog.  Worth a read.</p>
<blockquote><p>While some may see time spent on social networks a waste, it really can be a productive endeavour. <strong>The name recognition, branding reinforcement, and personal connections you can make can prove valuable in tangible and intrinsic ways down the line</strong>. Tending your social garden in as important to business today as the trade show was 15 years ago.</p></blockquote>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/obuweb?a=i0iMAFVUORo:E_xBUNQih2o:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=i0iMAFVUORo:E_xBUNQih2o:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/obuweb?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/obuweb?a=i0iMAFVUORo:E_xBUNQih2o:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/obuweb?d=7Q72WNTAKBA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/obuweb/~4/i0iMAFVUORo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://obuweb.com/news/2007/11/15/social-garden/feed/</wfw:commentRss>
		<feedburner:origLink>http://obuweb.com/news/2007/11/15/social-garden/</feedburner:origLink></item>
	</channel>
</rss>
