<?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"
	>

<channel>
	<title>BigBlueHat</title>
	<atom:link href="http://www.bigbluehat.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bigbluehat.com/blog</link>
	<description></description>
	<pubDate>Wed, 18 Feb 2009 18:45:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>What the&#8230;?&gt; PHP and unwanted whitespace</title>
		<link>http://www.bigbluehat.com/blog/2009/02/18/what-the-php-and-unwanted-whitespace/</link>
		<comments>http://www.bigbluehat.com/blog/2009/02/18/what-the-php-and-unwanted-whitespace/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 18:45:12 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/2009/02/18/what-the-php-and-unwanted-whitespace/</guid>
		<description><![CDATA[While working with some older PHP projects we&#8217;re migrating to our servers for some clients, I&#8217;ve run into a number of &#8220;unwanted whitespace&#8221; errors in PHP code. Unwanted whitespace can cause header output errors when they proceed a header call, or causing binary files loaded with readfile to break.
Typically, the cause of these errors has [...]]]></description>
			<content:encoded><![CDATA[<p>While working with some older PHP projects we&#8217;re migrating to our servers for some clients, I&#8217;ve run into a number of &#8220;unwanted whitespace&#8221; errors in PHP code. Unwanted whitespace can cause header output errors when they proceed a <a href="http://php.net/header">header</a> call, or causing binary files loaded with <a href="http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php">readfile</a> to break.</p>
<p>Typically, the cause of these errors has been the use of <b>?&gt;</b> followed by one or more whitespace characters. The extra whitespace was either added by the original author (and overlooked thanks to a low <a href="http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php">error_reporting level</a>) or by a none-too-helpful FTP client.</p>
<p>After spending too long hunting down the whitespace (made necessary by the use of unnecessary code), I <a href="http://twitter.com/bigbluehat/status/1223423079">Twittered about the problem</a> and a <a href="http://search.twitter.com/search?q=%23php+%40bigbluehat">deluge of discussion</a> followed.<br />
<h3>Tradition and Convention vs. Need</h3>
<p>According to the <a href="http://www.php.net/manual/en/language.basic-syntax.instruction-separation.php">PHP manual on the topic of instruction separation</a>, the use of <b>?&gt;</b> at the end of a file is completely optional. That said, the use of <b>?&gt;</b> has been standard fare for decades. At this point in history, most of us are so used to seing it dangling uselessly at the bottom of our code, that removing it feels painful or even dangerous.</p>
<p>Personally, I&#8217;d never thought to question it&#8217;s existence until I read the <a href="http://www.doctrine-project.org/documentation/manual/1_0/en/coding-standards">Doctrine ORM for PHP coding standards</a>. Coding standards typically consist of a four spaces vs. tab debate, where one should put one&#8217;s curly braces, and class naming conventions. When I read Doctrine&#8217;s, I was surprised to find them start out with the requiring that <b>?&gt;</b> not be used at the end of files.</p>
<p>Since then, I&#8217;ve found <a href="http://code.google.com/p/phpquery/" title="phpQuery">other</a> <a href="http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html#coding-standard.php-file-formatting.general" title="Zend Framework">projects</a> that require it be left off and, most recently, spent hours frustrated by the fact that someone before me didn&#8217;t leave it off.</p>
<h3>Necessity, the Mother of <strike>Invention</strike> Convention</h3>
<p>There seems to be growing movement among projects to drop the use of <b>?&gt;</b>. Most PHP coders, however, aren&#8217;t a part of those project. Many of us stumble across these things by accident, and overlook them as an oddity of a particular project (as I originally did with Doctrine) rather than a best practice for all PHP code. My hope is that my Twittering about it, this blog post, and subsequent debate/promotion/usage of the practice will save us all time down the road.</p>
<p>Discontinuing the use of <b>?&gt;</b> where it&#8217;s not needed is one way we can make the world a better place. No longer using PHP 3 and 4 and moving to PHP 5 would also help, but that&#8217;s another blog post.</p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=4df97a25-f0d3-4553-a4d4-7265542df1c6" /></div>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=77&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_77" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2009/02/18/what-the-php-and-unwanted-whitespace/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Together toward the Future</title>
		<link>http://www.bigbluehat.com/blog/2008/12/11/together-toward-the-future/</link>
		<comments>http://www.bigbluehat.com/blog/2008/12/11/together-toward-the-future/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 14:58:26 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/2008/12/11/together-toward-the-future/</guid>
		<description><![CDATA[My vision for the future of the web (which I&#8217;ve been quite on for too long now) matches up with Google&#8217;s in many ways. That said, I&#8217;d be saddened if the only way to a better future went through the doors of a single company.
What&#8217;s needed is an ever increasing use and creation of open [...]]]></description>
			<content:encoded><![CDATA[<p>My vision for the future of the web (which I&#8217;ve been quite on for too long now) matches up with Google&#8217;s in many ways. That said, I&#8217;d be saddened if the only way to a better future went through the doors of a single company.</p>
<p>What&#8217;s needed is an ever increasing use and creation of open standards so we can all move up the innovation ladder or at least make that forward momentum generally available.</p>
<p>Perhaps the Cloud computing &#8220;movement&#8221; presents this opportunity in some ways. <a href="http://www.tbray.org/ongoing/When/200x/2008/10/14/Cloudy-Times">Tim Bray&#8217;s thought that PHP&#8217;s ubiquity</a> may help this hope may point to a broader way forward&#8211;especially when it plays well with other languages via extensions and remote data stores like <a href="http://incubator.apache.org/couchdb/">CouchDB</a> and other web services.</p>
<p>BigBlueHat&#8217;s role in this will hopefully continue to increase. We&#8217;re doing things &#8220;here and there&#8221; at the moment as we continue to bootstrap our way to a successful <a href="http://www.bigbluehat.com/products/blueink_cms">CMS</a> market share. In the future, though, we hope to give more, participate in more, and promote more of what we believe the web should be.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=76&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_76" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/12/11/together-toward-the-future/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Help BlueInk win a Crunchie</title>
		<link>http://www.bigbluehat.com/blog/2008/12/10/help-blueink-win-a-crunchie/</link>
		<comments>http://www.bigbluehat.com/blog/2008/12/10/help-blueink-win-a-crunchie/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 20:25:46 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Annoucements]]></category>

		<category><![CDATA[BlueInk CMS]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/?p=75</guid>
		<description><![CDATA[Sure we&#8217;re small, rural, etc, but here&#8217;s a shot at helping put our little company and/or product on the map. If you&#8217;ve used BlueInk, and believe it&#8217;s worthy of the Best App Award, we&#8217;d love to have you cast your vote.

If you&#8217;ve not yet tried BlueInk, we&#8217;d at least like to have you check it [...]]]></description>
			<content:encoded><![CDATA[<p>Sure we&#8217;re small, rural, etc, but here&#8217;s a shot at helping put our little company and/or product on the map. If you&#8217;ve used BlueInk, and believe it&#8217;s worthy of the Best App Award, we&#8217;d love to have you cast your vote.</p>
<p style="text-align: center;"><a href="http://crunchies2008.techcrunch.com/nominations/?nominee=BlueInk%20CMS&amp;category=9"><img src="http://crunchies2008.techcrunch.com/wp-content/themes/crunchies/images/badges/9.png" alt="" /></a></p>
<p style="text-align: left;">If you&#8217;ve not yet tried <a href="http://www.bigbluehat.com/products/blueink_cms">BlueInk</a>, we&#8217;d at least like to have you check it out at the <a href="http://demo.blueinkcms.com/">BlueInk Demo Site</a>.</p>
<p style="text-align: left;">Thanks in advance for whichever you have time to do.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=75&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_75" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/12/10/help-blueink-win-a-crunchie/feed/</wfw:commentRss>
		</item>
		<item>
		<title>php&#124;works 2008</title>
		<link>http://www.bigbluehat.com/blog/2008/11/13/phpworks-2008/</link>
		<comments>http://www.bigbluehat.com/blog/2008/11/13/phpworks-2008/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 15:14:47 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/?p=73</guid>
		<description><![CDATA[php&#124;works 2008 just began this morning. The keynote on open source product management is off to a great start.
If you&#8217;d like to follow the fun, check out the BigBlueHat Twitter feed or search for the #works hashtag.
Share This
]]></description>
			<content:encoded><![CDATA[<p>php|works 2008 just began this morning. The keynote on open source product management is off to a great start.</p>
<p>If you&#8217;d like to follow the fun, check out the <a href="http://twitter.com/bigbluehat">BigBlueHat Twitter feed</a> or search for the <a href="http://search.twitter.com/search?q=&amp;ands=&amp;phrase=&amp;ors=&amp;nots=&amp;tag=works&amp;lang=all&amp;from=&amp;to=&amp;ref=&amp;near=&amp;within=15&amp;units=mi&amp;since=&amp;until=&amp;rpp=15">#works hashtag</a>.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=73&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_73" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/11/13/phpworks-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Good times at Tech After 5</title>
		<link>http://www.bigbluehat.com/blog/2008/10/23/good-times-at-tech-after-5/</link>
		<comments>http://www.bigbluehat.com/blog/2008/10/23/good-times-at-tech-after-5/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 19:45:44 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/2008/10/23/good-times-at-tech-after-5/</guid>
		<description><![CDATA[Every month the GSATC puts on a thing called Tech After 5. If you&#8217;re in the technology field (or service it as a lawyer, doctor, etc), it&#8217;s one of the best opportunities to do some free networking in the Upstate South Carolina area. And, as you can see in the photos below, they offer free [...]]]></description>
			<content:encoded><![CDATA[<p>Every month the <a href="http://www.gsatc.org/">GSATC</a> puts on a thing called <a href="http://www.gsatc.org/programs/ta5/">Tech After 5</a>. If you&#8217;re in the technology field (or service it as a lawyer, doctor, etc), it&#8217;s one of the best opportunities to do some free networking in the Upstate South Carolina area. And, as you can see in the photos below, they offer free food and intelligent conversation:</p>
<p><img style="max-width: 800px;" src="http://farm4.static.flickr.com/3222/2967693794_84cde150ba.jpg?v=0" alt="" /></p>
<p><img style="max-width: 800px;" src="http://farm4.static.flickr.com/3168/2966848841_470573459c.jpg?v=0" alt="" /></p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=72&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_72" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/10/23/good-times-at-tech-after-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FastTrac®   Graduate Spotlight /  Upstate:    BigBlueHat</title>
		<link>http://www.bigbluehat.com/blog/2008/09/26/fasttrac%c2%ae-graduate-spotlight-upstate-bigbluehat/</link>
		<comments>http://www.bigbluehat.com/blog/2008/09/26/fasttrac%c2%ae-graduate-spotlight-upstate-bigbluehat/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 14:37:04 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<category><![CDATA[Business]]></category>

		<category><![CDATA[South Carolina]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/?p=71</guid>
		<description><![CDATA[This morning FastTracSC sent out their periodic Connections newsletter that included a nice right up of BigBlueHat:
Benjamin Young admittedly hates computers, but 			    in 2002 he launched BigBlueHat, a web design and information management company.  Why?  			    Because he wants to provide people with solutions for the same problems [...]]]></description>
			<content:encoded><![CDATA[<p>This morning <a href="http://www.fasttracsc.org/">FastTracSC</a> sent out their periodic Connections newsletter that included a nice right up of BigBlueHat:</p>
<blockquote><p><span style="font-family: Arial; font-size: x-small;">Benjamin Young admittedly hates computers, but 			    in 2002 he launched BigBlueHat, a web design and information management company.  Why?  			    Because he wants to provide people with solutions for the same problems that annoy him about 			    computers.  This idea and BigBlueHat’s customer-centered mission to “make the web a 			    better place” helped the firm to enjoy enough growth over the years that in 2006 Young decided 			    to expand is own “freelance gig” by bringing on web developer Brad Garrett.  Together, 			    they provide web design and development services, as well as content management and project 			    management systems, all of which can be customized to fit their different customers’ 			    needs. </span></p>
<p><span style="font-family: Arial; font-size: x-small;">Hoping to grow his company even more, Young enrolled in 			    a FastTrac GrowthVenture class in Greenville facilitated by Kim Williams in the fall of 2007, an 			    experience he would gladly repeat.  Looking back, Young said that his only regret is that he did 			    not know about the program when he started the company.  He explained, “I gained insight 			    into business management essentials I&#8217;d overlooked, shared experiences with other small business 			    owners, and learned from leading local entrepreneurs. In many ways, it changed the course my business 			    took.”  Find out more about the course BigBlueHat has taken and where it is going at <a style="color: #1b4567; text-decoration: underline;" href="http://www.bigbluehat.com/"> www.bigbluehat.com</a>.</span></p></blockquote>
<p>I really did enjoy FastTrac, and would do it again. If you&#8217;re in South Carolina and are looking to start or grow your business, I recommend you check out the FastTrac programs. They&#8217;re worth every penny.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=71&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_71" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/09/26/fasttrac%c2%ae-graduate-spotlight-upstate-bigbluehat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Innovation: be inspired by what not to do</title>
		<link>http://www.bigbluehat.com/blog/2008/09/19/innovation-be-inspired-by-what-not-to-do/</link>
		<comments>http://www.bigbluehat.com/blog/2008/09/19/innovation-be-inspired-by-what-not-to-do/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 16:14:59 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/2008/09/19/innovation-be-inspired-by-what-not-to-do/</guid>
		<description><![CDATA[Innovation is what goes on under the BigBlueHat. Coming up with new, better ways to look at problems is the essence of our business. Keeping the innovation wheels turning can take more than coffee some days. That&#8217;s when you go outside your self to gather inspiration.
Generally, it&#8217;s best to look at what other successful innovators [...]]]></description>
			<content:encoded><![CDATA[<p>Innovation is what goes on under the BigBlueHat. Coming up with new, better ways to look at problems is the essence of our business. Keeping the innovation wheels turning can take more than coffee some days. That&#8217;s when you go outside your self to gather inspiration.</p>
<p>Generally, it&#8217;s best to look at what other successful innovators are doing. Sometimes, though, it&#8217;s good to look at less successful ventures like <a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1657686,00.html">The 50 Worst Cars of All Time</a>.</p>
<p>Personal Top 5 favorites include:
<ul>
<li><a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1657686_1657674,00.html">1913 Scripps-Booth Bi-Autogo</a></li>
<li><a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1657686_1657677,00.html">1933 Fuller Dymaxion</a></li>
<li><a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1657867_1657684,00.html">1957 Waterman Aerobile</a></li>
<li><a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1657867_1657782,00.html">1958 Zunndapp Janus</a></li>
<li><a href="http://www.time.com/time/specials/2007/article/0,28804,1658545_1658498_1657834,00.html">1966 Peel Trident</a></li>
</ul>
<p>Inspired yet? No, check out the <a href="http://microcarmuseum.com/virtualtour.html">Microcar Museum</a>. Innovation is just around the bend&#8230;no doubt.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=70&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_70" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/09/19/innovation-be-inspired-by-what-not-to-do/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Press Release] BlueInk v2 Released</title>
		<link>http://www.bigbluehat.com/blog/2008/09/11/press-release-blueink-v2-released/</link>
		<comments>http://www.bigbluehat.com/blog/2008/09/11/press-release-blueink-v2-released/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 19:53:27 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Press Releases]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/?p=69</guid>
		<description><![CDATA[FOR IMMEDIATE RELEASE: 11 September 2008
Contact Information:
Benjamin Young
108 Poplar Dr.
Greer, SC 29651
Tel: 864.232.9553
Website: http://www.bigbluehat.com/
Greenville, SC —Today, BigBlueHat is announcing the immediate availability of version 2 of our BlueInk Content Management System (CMS).
BlueInk is BigBlueHat’s flagship product. BlueInk gives ordinary people hassle-free, in-browser control over their web site’s content. Through a simple, innovative interface the site [...]]]></description>
			<content:encoded><![CDATA[<p align="center">FOR IMMEDIATE RELEASE: 11 September 2008</p>
<p><strong>Contact Information:</strong><br />
Benjamin Young<br />
108 Poplar Dr.<br />
Greer, SC 29651<br />
Tel: 864.232.9553<br />
Website: <a href="http://www.bigbluehat.com/">http://www.bigbluehat.com/</a></p>
<p>Greenville, SC —Today, BigBlueHat is announcing the immediate availability of version 2 of our BlueInk Content Management System (CMS).</p>
<p>BlueInk is BigBlueHat’s flagship product. BlueInk gives ordinary people hassle-free, in-browser control over their web site’s content. Through a simple, innovative interface the site owner can edit and organize text, photos, contact information, and other components—all while viewing the site.</p>
<p>During the creation of BlueInk version 2, BigBlueHat received valuable feedback from several upstate businesses, entrepreneurs, and web technologists. BigBlueHat continues to use feedback gleaned from current and potential customers as it makes pivotal decisions about the future of its product.</p>
<p>BlueInk is available via BigBlueHat’s website as new template-based site, a web site conversion, or through the purchase of BigBlueHat’s design files to code service. BlueInk is sold on a software-as-a-service, so web site owners enjoy free upgrades to the software.</p>
<p>BigBlueHat is a web-manufacturing company that creates custom web sites and web-based software for clients around the world. Its chief product is the BlueInk CMS, a proprietary content management system that accommodates both the designer and the end user with an easy-to-use interface.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=69&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_69" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/09/11/press-release-blueink-v2-released/feed/</wfw:commentRss>
		</item>
		<item>
		<title>BlueInk v2 is here!</title>
		<link>http://www.bigbluehat.com/blog/2008/09/11/blueink-v2-is-here/</link>
		<comments>http://www.bigbluehat.com/blog/2008/09/11/blueink-v2-is-here/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 18:24:39 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/?p=68</guid>
		<description><![CDATA[The new 2.0 version of our BlueInk Content Management System has hit the streets!
BlueInk version 2.0 is significantly different than anything we&#8217;ve done in the past. You can edit your web site while you view it, drag-and-drop content into place, and upload several photos or documents in one go. We think it will change the [...]]]></description>
			<content:encoded><![CDATA[<p>The new 2.0 version of our BlueInk Content Management System has hit the streets!</p>
<p><a href="http://www.blueinkcms.com/">BlueInk version 2.0</a> is significantly different than anything we&#8217;ve done in the past. You can edit your web site while you view it, drag-and-drop content into place, and upload several photos or documents in one go. We think it will change the way people think about editing web sites.</p>
<p>BlueInk v2 is available for purchase online. Each of the <a href="http://www.blueinkcms.com/#dditem_39">four available packages</a> comes with a free template (if you want), free hosting, and e-mail addresses. BlueInk is a great way to get your small business site online quickly and inexpensively.</p>
<p>All subscription plans we offer include free upgrades for the life of your subscription, so BlueInk will just get better and better the longer you use it.</p>
<p>If you&#8217;re a fellow web designer, larger business, or you&#8217;ve got some really unique content, <a href="http://www.bigbluehat.com/about/contact_us">just let us know</a>.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=68&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_68" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/09/11/blueink-v2-is-here/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find us in the crowd at Tech After 5 (Ta5)</title>
		<link>http://www.bigbluehat.com/blog/2008/08/21/find-us-in-the-crowd-at-tech-after-5-ta5/</link>
		<comments>http://www.bigbluehat.com/blog/2008/08/21/find-us-in-the-crowd-at-tech-after-5-ta5/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 16:53:04 +0000</pubDate>
		<dc:creator>Benjamin Young</dc:creator>
		
		<category><![CDATA[Thoughts]]></category>

		<guid isPermaLink="false">http://www.bigbluehat.com/blog/2008/08/21/find-us-in-the-crowd-at-tech-after-5-ta5/</guid>
		<description><![CDATA[
I had a great time at Tech After 5 last night. It was good to see so many friends and make some new ones.
Northstar Creative and Ever Green Recycling were in the Startup Zone&#8211;which, speaking from personal experience, is a great place to be.
Share This
]]></description>
			<content:encoded><![CDATA[<div class="youtube-video"><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/JlxvL01LfJE"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/JlxvL01LfJE" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></div>
<p>I had a great time at Tech After 5 last night. It was good to see so many friends and make some new ones.</p>
<p><a href="http://northstarcreative.net/">Northstar Creative</a> and <a href="http://www.ever-greenrecycling.com/">Ever Green Recycling</a> were in the Startup Zone&#8211;which, <a href="http://www.bigbluehat.com/blog/2008/06/18/blueink-cms-demo-day/">speaking from personal experience</a>, is a great place to be.</p>
<p class="akst_link"><a href="http://www.bigbluehat.com/blog/?p=67&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_67" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.bigbluehat.com/blog/2008/08/21/find-us-in-the-crowd-at-tech-after-5-ta5/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
