<?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>West Arete Computing &#187; Blog</title>
	<atom:link href="http://westarete.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://westarete.com</link>
	<description>World Class Development for Your Small Town Business</description>
	<lastBuildDate>Mon, 19 Oct 2009 07:26:51 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ChamberU: Getting Twitter and Facebook to Work for You</title>
		<link>http://westarete.com/2009/09/chamberu-getting-twitter-and-facebook-to-work-for-you/</link>
		<comments>http://westarete.com/2009/09/chamberu-getting-twitter-and-facebook-to-work-for-you/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 21:48:17 +0000</pubDate>
		<dc:creator>Clinton Judy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://westarete.com/?p=209</guid>
		<description><![CDATA[On October 6th, we're hosting a session at the Penn Stater. It's about getting Twitter and Facebook to work for you or your business]]></description>
			<content:encoded><![CDATA[<p>On <em>October 6th</em>, we&#8217;re hosting a session at the Penn Stater. It&#8217;s about getting Twitter and Facebook to work for you or your business. Twitter, Facebook, and other online community tools have enabled us to reach a larger audience, communicate more effectively with that audience, and receive feedback from a larger group of people. We&#8217;re reaching our clients and fans on a more personal level, and we&#8217;re communicating with friends and family more frequently and with more ease. Isn&#8217;t the internet awesome?</p>
<p>We&#8217;re super excited to host this workshop. I personally can&#8217;t wait to see more local businesses get connected to us, their customers, and to each other over the internet. If you feel like you&#8217;ve been missing out on the social media phenomenon, or you don&#8217;t understand how tools like Twitter and Facebook can enable your business, this workshop is for you!</p>
<p><a href="http://www.cbicc.org/portals/0/files/10_6ChamberU.pdf">Here&#8217;s the flyer.</a> <a href="https://www.wliinc12.com/cbiccpacoc/cwt/external/wcpages/wcevents/eventregistration.aspx?eventID=261D7S">And here&#8217;s the registration page.</a></p>
<p><strong>We hope to see you there!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://westarete.com/2009/09/chamberu-getting-twitter-and-facebook-to-work-for-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Look preview from the command line</title>
		<link>http://westarete.com/2009/08/quick-look-preview-from-the-command-line/</link>
		<comments>http://westarete.com/2009/08/quick-look-preview-from-the-command-line/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 20:32:02 +0000</pubDate>
		<dc:creator>Scott Woods</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gateway.westarete.com/?p=200</guid>
		<description><![CDATA[There’s a command called “qlmanage” that allows you to open the Quick Look preview of a file using the -p option. To make it more convenient, I created a short executable shell script called “ql” and put it in a directory that’s in my $PATH.]]></description>
			<content:encoded><![CDATA[<p>(This post is only for Mac folks, and only the ones that spend time in the terminal at that. Everyone else can safely ignore this.)</p>
<p>As you may already know, you can open a file from the command line using the “open” command. The file will be opened using the default application for the file type. For example, running “open spreadsheet.xls” will open that file in Numbers or Excel, and running “open” on a directory will open that directory in a new Finder window. Think of it as a double click from the command line.</p>
<p>However, while working in the terminal today, I found myself wanting to open a spreadsheet using Quick Look just to get a single value. There’s a command called “qlmanage” that allows you to open the Quick Look preview of a file using the -p option. To make it more convenient, I created a short executable shell script called “ql” and put it in a directory that’s in my $PATH:</p>
<p><code><br />
#!/bin/sh</p>
<p><a href="http://search.twitter.com/search?q=%23" class="tweet-hashtag">#</a> Display the Quick Look preview for the given file.</p>
<p>if [ -z "$1" ] ; then<br />
  echo "Usage: ql ”<br />
  exit 1<br />
fi</p>
<p>exec qlmanage -p $1 2> /dev/null<br />
</code></p>
<p>Now I can preview a spreadsheet (or any file) from the command line using “ql spreadsheet.xls”. To close the preview, just hit Ctrl-C.</p>
]]></content:encoded>
			<wfw:commentRss>http://westarete.com/2009/08/quick-look-preview-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Giving from the top</title>
		<link>http://westarete.com/2008/08/giving-from-the-top/</link>
		<comments>http://westarete.com/2008/08/giving-from-the-top/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 19:57:21 +0000</pubDate>
		<dc:creator>Scott Woods</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://westarete.com/?p=205</guid>
		<description><![CDATA[1% For The Planet is a group of companies that have pledged to donate 1% of their annual sales to nonprofit environmental organizations. By donating a fixed portion of their &#8220;top line&#8221;,  these companies are committed to giving through thick and thin.
They&#8217;ve just released a new promotional video that they&#8217;re showing during Jack Johnson&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://onepercentfortheplanet.org">1% For The Planet</a> is a group of companies that have pledged to donate 1% of their annual sales to nonprofit environmental organizations. By donating a fixed portion of their &#8220;top line&#8221;,  these companies are committed to giving through thick and thin.</p>
<p>They&#8217;ve just released a new promotional video that they&#8217;re showing during Jack Johnson&#8217;s world tour. I love Tyler Stableford&#8217;s photography, and the soundtrack is great too (Matt Costa):</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/QfnGOiFJUoo&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QfnGOiFJUoo&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>Since our first day in business, West Arete Computing has been proud to be a member of 1% For The Planet (we&#8217;re <a href="http://onepercentfortheplanet.org/en/search/member_profile_page.php?id=96">member #97</a>). It&#8217;s great knowing that every project that we&#8217;ve ever worked on has resulted in more funding for some of our favorite nonprofit environmental organizations.</p>
<p>It&#8217;s been a privilege knowing the people at 1% For The Planet for the past few years. You&#8217;ll never find a more driven, energetic, fascinating group of people. It&#8217;s been thrilling to watch how much the movement has taken off recently &#8212; there are more than <strong>900 member companies</strong> now.</p>
<p>Keep your eye out for the 1% For The Planet logo. I keep on finding it in places that I didn&#8217;t expect. It&#8217;s great to see it on things that you&#8217;ve been buying for years.</p>
<p>It&#8217;s also great to go to work each day knowing that part of that effort goes towards keeping central Pennsylvania beautiful.</p>
<p><img height="120" width="81" style="display: block; margin-left: auto; margin-right: auto; margin-top: 2em" alt="1% For The Planet logo" id="image11" src="http://blog.westarete.com/wp-content/uploads/2008/08/logo_vert_standard_color.gif" />
</p>
<div style="clear: both" />
]]></content:encoded>
			<wfw:commentRss>http://westarete.com/2008/08/giving-from-the-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
