<?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>bluelinecity.com &#187; project</title>
	<atom:link href="http://bluelinecity.com/tag/project/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluelinecity.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 09 May 2012 01:25:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Cheatsheets for everything!</title>
		<link>http://bluelinecity.com/2009/10/20/cheatsheets-for-everything/</link>
		<comments>http://bluelinecity.com/2009/10/20/cheatsheets-for-everything/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 12:06:50 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[cheatsheets]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=508</guid>
		<description><![CDATA[Another exciting development from the basement at PivotLabs! Cheatsheets, cheatsheets, cheatsheets. Boy I love cheatsheets. Now I can finally free up my brain and flush out all my rote learning! One thing that has bugged me are that cheatsheets are commonly created with no easy way to update them and redistribute them. Most authors keep [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_515" class="wp-caption alignleft" style="width: 160px"><a href="http://bluelinecity.com/wp-content/uploads/csh.png"><img class="size-thumbnail wp-image-515" title="Cheatsheet Heap" src="http://bluelinecity.com/wp-content/uploads/csh-150x150.png" alt="cheatsheetheap.com" width="150" height="150" /></a><p class="wp-caption-text">cheatsheetheap.com</p></div>
<p>Another exciting development from the basement at PivotLabs! <a href="http://cheatsheetheap.com/solar-system-cheat-sheet-metric/">Cheatsheets</a>, <a href="http://cheatsheetheap.com/uml-cheatsheet/">cheatsheets</a>, <a href="http://cheatsheetheap.com/cakephp-12-model-association-cheat-sheet/">cheatsheets</a>. Boy I love cheatsheets. Now I can finally free up my brain and flush out all my <strong>rote learning!</strong></p>
<p>One thing that has bugged me are that cheatsheets are commonly created with no easy way to update them and redistribute them. Most authors keep the source files and release only a fixed bitmap or postscript file along with a restrictive license. I wanted to change this.</p>
<p><a href="http://cheatsheetheap.com">Cheatsheetheap.com</a> is a project I started to provide a central place to share <strong>and</strong> encourage user edits to cheatsheets. It&#8217;s a repository of cheatsheets built using open source tools such as <a href="http://gimp.org/">Gimp</a>, <a href="http://inkscape.org/">Inkscape </a>and <a href="http://www.openoffice.org/">Open Office</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/10/20/cheatsheets-for-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Runny &#8211; Smallest Footprint Launcher Ever!</title>
		<link>http://bluelinecity.com/2009/09/17/runny-smallest-footprint-launcher-ever/</link>
		<comments>http://bluelinecity.com/2009/09/17/runny-smallest-footprint-launcher-ever/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 16:45:59 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[launcher]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=501</guid>
		<description><![CDATA[Runny is a project of mine which is similar to the quick launch command programs such as Launchy and Gnome Do but uses the built in capabilities of windows instead of running background processes. For about six years now I&#8217;ve used a kind of poor-man&#8217;s unix by running commands straight from my Window&#8217;s Run box. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pivotlabs.com/opensource/runny">Runny</a> is a project of mine which is similar to the quick launch command programs such as <a href="http://www.launchy.net/">Launchy</a> and <a href="http://do.davebsd.com/">Gnome Do</a> but uses the built in capabilities of windows instead of running background processes.</p>
<p>For about six years now I&#8217;ve used a kind of poor-man&#8217;s unix by running commands straight from my Window&#8217;s Run box. I would make shortcuts to commonly used programs rename them to something small and simple and put them into a directory that&#8217;s referenced in my environment PATH. It worked really well and I never really thought much about it.</p>
<p>It wasn&#8217;t until <a href="http://www.launchy.net/">Launchy</a> and <a href="http://do.davebsd.com/">Gnome Do</a> (both are amazing) and others started getting big that I thought this might be a &#8220;thing&#8221;. So I cleaned up my scripts, added supporting functions for clipboard management, twitter posting and text clips and packaged them into an easy installer.</p>
<p>It&#8217;s definitely limited but gives complete control over what the commands are and what they do and can even be run side-by-side with other launchers.</p>
<p><a href="http://pivotlabs.com/opensource/runny">Check it out at my labs site!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/09/17/runny-smallest-footprint-launcher-ever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KitcheNET Beta 2 Download Available</title>
		<link>http://bluelinecity.com/2009/04/15/kitchenet-beta-2-download-available/</link>
		<comments>http://bluelinecity.com/2009/04/15/kitchenet-beta-2-download-available/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 11:58:54 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[kitchenet]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[xul]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=484</guid>
		<description><![CDATA[I just posted the latest update to the KitcheNET software over at the PivotLabs open source site. You can see a list of all the changes under Change Log.]]></description>
			<content:encoded><![CDATA[<p>I just posted the <a href="http://pivotlabs.com/opensource/kitchenet/">latest update to the KitcheNET</a> software over at the <a href="http://pivotlabs.com/opensource/">PivotLabs open source</a> site. You can see a list of all the changes under Change Log.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/04/15/kitchenet-beta-2-download-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KitcheNET Development</title>
		<link>http://bluelinecity.com/2009/04/08/kitchenet-development/</link>
		<comments>http://bluelinecity.com/2009/04/08/kitchenet-development/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:03:35 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[kitchenet]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=471</guid>
		<description><![CDATA[Over the past week since my KitcheNET project got posted on LifeHacker, I&#8217;ve been busy tweaking the software adding new features and fixing bugs I&#8217;ve found in the process of testing it out. Once I get it packaged up I&#8217;ll post the new version to download on our PivotLabs Open Source section. Some new features [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_472" class="wp-caption alignleft" style="width: 170px"><a href="http://bluelinecity.com/wp-content/uploads/kitchenet-beta-2.png"><img class="size-thumbnail wp-image-472" style="margin-left: 10px; margin-right: 10px;" title="kitchenet-beta-2" src="http://bluelinecity.com/wp-content/uploads/kitchenet-beta-2-150x150.png" alt="KitcheNET 0.1 Beta 2 with Software Keyboard" width="150" height="150" /></a><p class="wp-caption-text">KitcheNET 0.1 Beta 2 with Software Keyboard</p></div>
<p>Over the past week since my <a href="http://lifehacker.com/5196069/build-an-under+the+cabinet-kitchen-pc-from-an-old-laptop">KitcheNET project got posted on LifeHacker</a>, I&#8217;ve been busy tweaking the software adding new features and fixing bugs I&#8217;ve found in the process of testing it out.</p>
<p>Once I get it packaged up I&#8217;ll post the new version to download on our <a href="http://pivotlabs.com/opensource">PivotLabs Open Source</a> section.</p>
<p>Some new features include:</p>
<ul>
<li>Software keyboard for VERY simple textual input</li>
<li>Added page buffering so dialing through configured web sites seems quicker</li>
<li>Added right-click reset to automatically go back to home page when navigating away</li>
<li>Added snazzy splash screen</li>
<li>Switched from &lt;browser&gt; to &lt;iframe&gt; elements.</li>
<li>Fixed links that would otherwise open in a new browser to open in current one</li>
<li>Fixed up styles</li>
</ul>
<p>The online response from readers has been very supportive and inspiring.</p>
<p><a href="http://bluelinecity.com/wp-content/uploads/lapwall.jpg"><img class="alignright size-thumbnail wp-image-479" title="lapwall" src="http://bluelinecity.com/wp-content/uploads/lapwall-150x150.jpg" alt="" width="150" height="150" /></a>One reader, James Tandy, sent me a picture of an inspired setup sporting Windows Media Center and a wireless mouse.</p>
<p>Another reader pointed out another <a href="http://bluelinecity.com/projects/kitchenet/#comment-327">similar project on TechRepublic</a> and others had great ideas for other <a href="http://bluelinecity.com/projects/kitchenet/#comment-373">methods of input such as the Wiimote.</a></p>
<p>I also learned about the <a href="http://bluelinecity.com/projects/kitchenet/#comment-331">Linux From Scratch project</a> which might be my ticket to finally diving head first into the barebones mechanics of Linux instead of letting <a href="http://ubuntu.com">Ubuntu </a>take care of everything for me.</p>
<p>Either way i definitely have a list of new ideas to take from this whole experience and plan to keep going with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/04/08/kitchenet-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New project finds use for old useless laptops</title>
		<link>http://bluelinecity.com/2009/04/01/new-project-finds-use-for-old-useless-laptops/</link>
		<comments>http://bluelinecity.com/2009/04/01/new-project-finds-use-for-old-useless-laptops/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 12:03:09 +0000</pubDate>
		<dc:creator>benglish</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[lifehacker]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[modding]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[xul]]></category>

		<guid isPermaLink="false">http://bluelinecity.com/?p=464</guid>
		<description><![CDATA[Over the weekend I started working on a new project I dubbed KitcheNET (named after the browser software) aimed at reusing an old laptop and turning it into a kind of kitchen kiosk or Internet Appliance. For the longest time I was trying to think of a neat way to at least listen to music [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_442" class="wp-caption alignleft" style="width: 160px"><a href="http://bluelinecity.com/wp-content/uploads/1238372005899.jpg"><img class="size-thumbnail wp-image-442" title="KitcheNET Prototype" src="http://bluelinecity.com/wp-content/uploads/1238372005899-150x150.jpg" alt="A laptop mounted upsidedown to my cupboards" width="150" height="150" /></a><p class="wp-caption-text">A laptop mounted to my cupboards, spiderman style.</p></div>
<p>Over the weekend I started working on a <a href="/projects/kitchenet">new project I dubbed KitcheNET</a> (named after the <a href="http://pivotlabs.com/opensource/kitchenet">browser software</a>) aimed at reusing an old laptop and turning it into a kind of kitchen kiosk or Internet Appliance.</p>
<p>For the longest time I was trying to think of a neat way to at least listen to music while I cooked or did the dishes. The radio was out, however, since all of the music stations in my area are terrible. Wearing an MP3 player seemed cumbersome. Hooking up a whole networked desktop was overkill.</p>
<p>It wasn&#8217;t until i read <a href="http://lifehacker.com/359389/give-an-old-laptop-new-life-with-cheap-or-free-projects">this article on LifeHacker</a> I even considered my laptop as a viable option.</p>
<p>This solved my music issue perfectly since I&#8217;ve spent countless hours teaching Pandora what i liked. And this gave me a good reason to develop a minimalistic linux distro and XUL-based internet browser (<a href="http://pivotlabs.com/opensource/kitchenet">KitcheNET</a>) to power the whole thing.</p>
<p>So far it&#8217;s running pretty well considering it&#8217;s a very hacked together prototype. I have it setup so i can see the local weather, local news, recipes tagged in my <a href="http://delicious.com/plexium_nerd">Delicious</a> account, weekly Google calendar and a Picasa photo album that&#8217;s connected to my G1 phone.</p>
<p>I&#8217;m hoping to bag a couple more old cheap laptops to see how low processing-wise I can go with these.</p>
]]></content:encoded>
			<wfw:commentRss>http://bluelinecity.com/2009/04/01/new-project-finds-use-for-old-useless-laptops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

