<?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>AWP Go! &#187; Resources</title>
	<atom:link href="http://blog.awpny.com/category/resources/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.awpny.com</link>
	<description>Ancient Wisdom Productions</description>
	<lastBuildDate>Mon, 10 Sep 2012 17:58:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Debugging Mobile Javascript</title>
		<link>http://blog.awpny.com/kaiawpny/2012/debugging-mobile-javascript.html</link>
		<comments>http://blog.awpny.com/kaiawpny/2012/debugging-mobile-javascript.html#comments</comments>
		<pubDate>Tue, 22 May 2012 04:39:58 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[power tips]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=494</guid>
		<description><![CDATA[If you&#8217;re working with iOS devices, you&#8217;ve probably already discovered the semi-useful native debugger for Safari Mobile.  In case you haven&#8217;t, head over to the iOS settings, go into the Safari panel, and you should discover an option to &#8216;Enable Debug Console&#8217;.  Once enabled, you will have an extra toolbar at the top of your [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re working with iOS devices, you&#8217;ve probably already discovered the semi-useful native debugger for Safari Mobile.  In case you haven&#8217;t, head over to the iOS settings, go into the Safari panel, and you should discover an option to &#8216;Enable Debug Console&#8217;.  Once enabled, you will have an extra toolbar at the top of your browser that will allow you to navigate to a debugging console.  This is not only handy for tracking down javascript bugs, but given the complexity of running a debugging setup on your desktop, it&#8217;s almost a necessity.</p>
<p>I had nearly given up hope on Android &#8211; however, go to a webpage and in the address bar type in about:debug.  This useful little address will add a small bar to the top of your browser that allows you to see a javascript console!  I believe this trick will only work in the latest Andriod version or so, but try it on your device before you pull your hair out trying to debug you website for Android.</p>
<p>While I&#8217;m on the subject, I have found <a href="http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html" target="_blank">Weinre</a> (pronounced &#8216;Winery&#8217;) to be an extremely useful little tool.  It can take some getting used to and the initial setup, though documented, is still a little on the tricky side, but is well worth the installation effort.</p>
<p>Good luck and happy debugging!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/kaiawpny/2012/debugging-mobile-javascript.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Have your PIE and eat it too!</title>
		<link>http://blog.awpny.com/kaiawpny/2012/have-your-pie-and-eat-it-too.html</link>
		<comments>http://blog.awpny.com/kaiawpny/2012/have-your-pie-and-eat-it-too.html#comments</comments>
		<pubDate>Fri, 18 May 2012 15:12:05 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[internet explorer fixes]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[shiv]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=490</guid>
		<description><![CDATA[I&#8217;ve been using CSS3PIE for a lot of our projects recently, which makes Internet Explorer 6 &#8211; 9 behave under some of our favorite css3 techniques. Some of the highlighted features of CSS3PIE are: rbga() support border-radius box-shadow linear-gradient I&#8217;ve found this little plugin to work quite well, but it can get a little laggy [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a href="http://css3pie.com/" target="_blank">CSS3PIE</a> for a lot of our projects recently, which makes Internet Explorer 6 &#8211; 9 behave under some of our favorite css3 techniques. Some of the highlighted features of CSS3PIE are:</p>
<ul>
<li>rbga() support</li>
<li>border-radius</li>
<li>box-shadow</li>
<li>linear-gradient</li>
</ul>
<div>I&#8217;ve found this little plugin to work quite well, but it can get a little laggy when used on too many elements (which is understandable).  The great news is that a few days ago, CSS3PIE 1.0 was officially released from a long beta process.  To take a look at it&#8217;s effectiveness, browse over to <a href="http://www.wineglassmarathon.com/" target="_blank">http://www.wineglassmarathon.com/</a> and compare IE8 with Chrome or Firefox.  It&#8217;s not 100%, but CSS3PIE has helped us bridge the gap to reduce the need for background images and allow our code to consistently be written in a more forward-thinking way.</div>
<div>Thank you Jason Johnston for your work on this project!  It has proven valuable on more than one occasion in the past year and we&#8217;ll continue to utilize this great little shiv in future projects.</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/kaiawpny/2012/have-your-pie-and-eat-it-too.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I’m excited about JavaScript and Node.js</title>
		<link>http://blog.awpny.com/scottawpny/2012/why-i%e2%80%99m-excited-about-javascript-and-node-js.html</link>
		<comments>http://blog.awpny.com/scottawpny/2012/why-i%e2%80%99m-excited-about-javascript-and-node-js.html#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:21:13 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[node.js]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=454</guid>
		<description><![CDATA[I’m really excited about the web. For the first time, I am seeing it as a medium to deliver applications that rival native user experience and take advantage of the web’s distributed nature. With browsers becoming increasingly capable, applications can now be built entirely with JavaScript and run completely in the browser. By moving apps [...]]]></description>
			<content:encoded><![CDATA[<p>I’m really excited about the web. For the first time, I am seeing it as a medium to deliver applications that rival native user experience and take advantage of the web’s distributed nature. With browsers becoming increasingly capable, applications can now be built entirely with JavaScript and run completely in the browser. By moving apps onto the client and away from the request and response paradigm, servers that were once responsible for rendering obtuse HTML views or tracking state in a multi-page form submission can be stripped down into minimal <a href="http://en.wikipedia.org/wiki/Application_programming_interface">API</a> servers that ship <a href="http://en.wikipedia.org/wiki/Json">JSON</a> data to and from the clients (perhaps even in real time).</p>
<p>In addition to a more responsive interface, this dichotomy between server and client offers a lot of advantages. It means your backend is small and focused- defining a single entry point to your application’s data. The web client will interact with this interface but so can mobile and other third-party apps. Since the application and the application’s data are now completely separate entities they can now be distributed across the web as desired. The <a href="http://unhosted.org/">Unhosted</a> project is doing some awesome work in this regard.</p>
<p><strong>Why Node.js?</strong></p>
<p>For those unfamiliar, <a href="http://nodejs.org/">Node.js</a> is a small layer around the <a href="http://en.wikipedia.org/wiki/V8_(JavaScript_engine)">JavaScript V8 engine</a> (the thing inside Google Chrome) that additionally provides access to the network and filesystem.</p>
<p>In my opinion, data-centric server backends like the ones described above are the sort of thing at which Node.js excels. It’s not uncommon for an application backend to be interacting with data in various places (i.e. databases, third-party APIs, filesystem, client connections, etc.) and this is Node’s strong point. Rather than interact with each resource one after the other (as is typical in most environments), Node.js can perform all these actions simultaneously and return the results asynchronously. This means both faster requests and the ability to handle more concurrent requests.</p>
<p>Perhaps more importantly, using Node means that JavaScript is everywhere. Your client-side application is written entirely in JavaScript, it’s sending JSON (JavaScript objects) back and forth to the server which can now also speak JavaScript. Throw <a href="http://www.mongodb.org/">MongoDB</a> or <a href="http://couchdb.apache.org/">CouchDB</a> in the picture and your entire application stack can be written in JavaScript. This is a big win when you can start reusing code in multiple layers of your application.</p>
<p>So…</p>
<p>Moving your application to the client and/or writing your backend with Node.js is obviously not the right fit for every project, but if you’re a web developer then you’ve inevitably dealt with JavaScript. It’s unavoidable. Embrace it where you can and prosper. It’s a simple language at its core but provides a tremendous amount of flexibility and potential. If nothing else, take some time, put jQuery aside, and learn the ins and outs of JavaScript the language.</p>
<p>Here’s some resources that I’ve found valuable in my quest to re-discover JavaScript:</p>
<ul>
<li><a href="http://shop.oreilly.com/product/9780596517748.do">JavaScript: The Good Parts</a></li>
<li><a href="http://shop.oreilly.com/product/9780596806767.do">JavaScript Patterns</a></li>
<li><a href="http://shop.oreilly.com/product/0636920018421.do">JavaScript Web Applications</a></li>
<li><a href="http://yehudakatz.com/2011/08/12/understanding-prototypes-in-javascript/">Understanding “Prototypes” in JavaScript</a></li>
<li><a href="http://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this/">Understanding JavaScript Function Invocation and “this”</a></li>
<li><a href="http://bonsaiden.github.com/JavaScript-Garden/">JavaScript Garden</a></li>
<li><a href="http://addyosmani.com/resources/essentialjsdesignpatterns/book/">Essential JavaScript Design Patterns</a></li>
<li><a href="http://addyosmani.com/largescalejavascript/">Patterns For Large-Scale JavaScript Application Architecture</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/scottawpny/2012/why-i%e2%80%99m-excited-about-javascript-and-node-js.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lowest domain price.</title>
		<link>http://blog.awpny.com/aidanawpny/2011/best-domain-price.html</link>
		<comments>http://blog.awpny.com/aidanawpny/2011/best-domain-price.html#comments</comments>
		<pubDate>Mon, 12 Sep 2011 14:34:47 +0000</pubDate>
		<dc:creator>Aidan</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=400</guid>
		<description><![CDATA[A little trick I stumbled upon some time ago. Get domain names from godaddy.com for less by starting with a google search. Instead of just going to godaddy.com to register a domain, google &#8220;cheap domains&#8221; and then click on the GoDaddy adwords link. Significant discounts will be applied to your domain order at checkout! Try [...]]]></description>
			<content:encoded><![CDATA[<p>A little trick I stumbled upon some time ago.</p>
<p>Get domain names from godaddy.com for less by starting with a google search.</p>
<p>Instead of just going to godaddy.com to register a domain, google &#8220;cheap domains&#8221; and then click on the GoDaddy adwords link. Significant discounts will be applied to your domain order at checkout!</p>
<p>Try it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/aidanawpny/2011/best-domain-price.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aptana 3 is launched!</title>
		<link>http://blog.awpny.com/kaiawpny/2011/aptana-3-is-launched.html</link>
		<comments>http://blog.awpny.com/kaiawpny/2011/aptana-3-is-launched.html#comments</comments>
		<pubDate>Tue, 26 Apr 2011 14:55:57 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=340</guid>
		<description><![CDATA[My IDE of choice, Aptana, has just moved its latest build, Aptana Studio 3, out of beta into full production. I like it for it&#8217;s highly customizable interface and real-time error checking in CSS, PHP, and JS. I understand it has some awesome Ruby-ness to it as well, but I haven&#8217;t explored that realm much. [...]]]></description>
			<content:encoded><![CDATA[<p>My IDE of choice, Aptana, has just moved its latest build, Aptana Studio 3, out of beta into full production. I like it for it&#8217;s highly customizable interface and real-time error checking in CSS, PHP, and JS. I understand it has some awesome Ruby-ness to it as well, but I haven&#8217;t explored that realm much.</p>
<p><strong>Pros:</strong> Everything in one place, it&#8217;s free, highly customizable, multiple-language support, Git integration</p>
<p><strong>Cons:</strong> A little clunky getting projects set up, no webdav support</p>
<p><strong>More info:</strong> <a href="http://www.aptana.com/" target="_blank">http://www.aptana.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/kaiawpny/2011/aptana-3-is-launched.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create an Evernote webclipper bookmarklet for your iPhone or iPad</title>
		<link>http://blog.awpny.com/christopherawpny/2011/how-to-create-an-evernote-webclipper-bookmarklet-for-your-iphone-or-ipad.html</link>
		<comments>http://blog.awpny.com/christopherawpny/2011/how-to-create-an-evernote-webclipper-bookmarklet-for-your-iphone-or-ipad.html#comments</comments>
		<pubDate>Wed, 20 Apr 2011 21:46:44 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=321</guid>
		<description><![CDATA[So you just got Evernote on your iDevice and you&#8217;re trying to figure out how to make a webclipping like you can do in Safari / Firefox / Chrome on your desktop computer. The short and unfortunate answer is there&#8217;s really no way for iOS developers to extend the functionality of the mobile Safari app to include [...]]]></description>
			<content:encoded><![CDATA[<p>So you just got Evernote on your iDevice and you&#8217;re trying to figure out how to make a webclipping like you can do in Safari / Firefox / Chrome on your desktop computer. The short and unfortunate answer is there&#8217;s really no way for iOS developers to extend the functionality of the mobile Safari app to include an easy button for making a webclipping, but there are three easy-ish ways that you can get the page you&#8217;re viewing in mobile Safari into Evernote.</p>
<h3>Technique #1 &#8211; email to Evernote</h3>
<p>This method is actually pretty simple, although you have less control than using the second technique described below. Thanks to <a href="http://www.techcritiques.com/" target="_blank">Tech Critiques</a> for this tip. Here&#8217;s the setup:</p>
<ul>
<li>Go to the Evernote app on your iPhone / iPad.</li>
<li>Click on the satellite-dish icon at the bottom right, and a little menu will pop-up.</li>
<li>Click on &#8220;Evernote email address&#8221;, and click &#8220;Add to Contacts&#8221;.</li>
<li>Tap outside the settings menu to close it, and close Evernote.</li>
</ul>
<p>Now you&#8217;re set to easily email pages from mobile Safari to Evernote. When you&#8217;re in Safari, select some text/images on the page you&#8217;re viewing and copy them to the clipboard (optional). Then tap the icon next to the address bar to &#8220;Mail Link to this Page&#8221;. Start typing &#8220;Evernote&#8221; in the TO field, and it will auto-fill for you. The link to the page you were on is already there in the message body, and if you copied any text to the clipboard you can paste it in now.</p>
<p>This video demonstrates the process:</p>
<p><object width="480" height="390"><param name="movie" value="http://www.youtube.com/v/Ocunqlj043E?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Ocunqlj043E?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="390"></embed></object></p>
<h3>Technique #2 &#8211; the webclipper bookmarklet</h3>
<p>This method is a little more difficult to set up, but I think it&#8217;s the best solution because it allows you to tag, file and annotate any page with the familiar webclipper interface:</p>
<ul>
<li>From Safari on your iPhone / iPad copy the code block below starting with &#8220;javascript&#8221; and ending with &#8220;;&#8221;.</li>
<li>Create a bookmark for this (or any) page, and save it. You&#8217;ll overwrite this bookmark in a second with the bookmarklet code.</li>
<li>Now edit the bookmark you just created, rename it &#8220;Send to Evernote&#8221; or something descriptive that you&#8217;ll remember later. Delete the bookmark URL and in it&#8217;s place paste the code that you copied to the clipboard. Save the bookmark.</li>
</ul>
<p>Here&#8217;s the code for the bookmarklet:</p>
<p><code>javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src='http://ancientwisdom.cc/evernote/evernote.js?'+(new%20Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);}})();</code></p>
<p>Now you can use the new &#8220;Send to Evernote&#8221; bookmark any time you want to store a page in Evernote. When you click the bookmark it will open up the familiar webclipper box overlaid on top of the page you&#8217;re viewing.</p>
<p>You&#8217;ll notice the code contains a link to our server. That&#8217;s because there&#8217;s more javascript happening behind the scenes to make it all happen. Feel free to have a <a href="http://ancientwisdom.cc/evernote/evernote.js" target="_blank">look through the code</a>, and even copy it and put it on your own server if you like. Just make sure to keep the copyright headers intact, and update the bookmarklet to point to your copy of the script instead of ours. Thanks to <a href="http://twitter.com/#!/constantinou" target="_blank">Philip Constantinou</a> from Evernote for the original JS code, and <a href="http://forum.evernote.com/phpbb/memberlist.php?mode=viewprofile&amp;u=17896" target="_blank">Pete248</a> for the mobile browser tweaks.</p>
<h3>Technique #3 &#8211; save to PDF, then to Evernote</h3>
<p>I can&#8217;t vouch for this technique used by <a href="http://forum.evernote.com/phpbb/memberlist.php?mode=viewprofile&amp;u=12181" target="_blank">cdbeckman</a> because I haven&#8217;t tried it myself, but this also seems like a reasonable way to get pages from mobile Safari into Evernote, if you don&#8217;t mind the whole page being stored as a PDF file.</p>
<ul>
<li>Sign up for Joliprint &#8211; <a href="http://joliprint.com/iPad/">http://joliprint.com/iPad/</a> and install their bookmarklet. This will allow you to make a PDF of the page you&#8217;re viewing in Safari.</li>
<li>Go to the page you want to store in Evernote and click the Joliprint bookmark that you installed.</li>
<li>When the PDF loads, just click &#8220;open in evernote&#8221;.</li>
</ul>
<p>If you have any other techniques that work well for you, please leave a comment here and let us know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/christopherawpny/2011/how-to-create-an-evernote-webclipper-bookmarklet-for-your-iphone-or-ipad.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How about a little Wine with that Caslon?</title>
		<link>http://blog.awpny.com/avanaawpny/2011/how-about-a-little-wine-with-that-caslon.html</link>
		<comments>http://blog.awpny.com/avanaawpny/2011/how-about-a-little-wine-with-that-caslon.html#comments</comments>
		<pubDate>Fri, 21 Jan 2011 01:50:09 +0000</pubDate>
		<dc:creator>Avana</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[conceptual]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=296</guid>
		<description><![CDATA[Font pairing. A sensual and esoteric art form that can make or break a design.  Similar to pairing wine and food, it almost requires a certain type of sensual genius.  It seems that in my practice as a designer I have developed several of my own rules of thumb that come from my personal (acquired) [...]]]></description>
			<content:encoded><![CDATA[<p>Font pairing.</p>
<p>A sensual and esoteric art form that can make or break a design.  Similar to pairing wine and food, it almost requires a certain type of sensual genius.  It seems that in my practice as a designer I have developed several of my own rules of thumb that come from my personal (acquired) taste and design sensibility.  Everyone is familiar with simple tricks like the juxtaposition of a serif typeface with a sans-serif, or thick juxtaposed against thin, uppercase versus lowercase, letterspaced versus unletterspaced.</p>
<p>But I think these basic rules aren&#8217;t enough (perhaps they are even trite!).  Font-pairing/font-mixing has deeper, sensual, even emotional potential that, when unleashed, can really make a design jive.  Since I saw this months ago, I can&#8217;t get <a href="http://www.typography.com/email/2010_03/index_tw.htm">this guide</a> to mixing fonts from Hoefler &amp; Frere Jones out of my design brain.   Sure, it&#8217;s a crafty marketing tool meant to double or triple the size of a HFJ customer&#8217;s shopping cart, but some of the font wisdom in here is particularly rich!  I love embracing and indulging in the subjective qualities of type (levity, gravity, repose, aggression, etc) instead of simply responding to the objective features (serif, x-height, etc).  Maybe I like reading it because it kind of puts into words what I have more or less always intuited in my designs but could never define.</p>
<p><strong>Here I&#8217;ve extracted the major rules from the guide:</strong></p>
<p>&#8220;<em>A palette with wit: </em>use typefaces with complementary moods to evoke an upbeat, energetic air.&#8221;</p>
<p>&#8220;<em>A palette with energy:</em> Mix typefaces from the same historical period whose families have different features.&#8221;</p>
<p>&#8220;<em>A palette with poise: </em>mix typefaces with a similar line quality if they offer different textures.&#8221;</p>
<p>&#8220;<em>A palette with dignity:</em> mix typefaces with similar proportions and give each a different role&#8221;</p>
<p>Bon apetit!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/avanaawpny/2011/how-about-a-little-wine-with-that-caslon.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photoshop Etiquette</title>
		<link>http://blog.awpny.com/kaiawpny/2011/photoshop-etiquette.html</link>
		<comments>http://blog.awpny.com/kaiawpny/2011/photoshop-etiquette.html#comments</comments>
		<pubDate>Wed, 12 Jan 2011 15:16:46 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=285</guid>
		<description><![CDATA[Worth a look through: http://go.awpny.com/d]]></description>
			<content:encoded><![CDATA[<p>Worth a look through: <a href="http://go.awpny.com/d">http://go.awpny.com/d</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/kaiawpny/2011/photoshop-etiquette.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LH Line1 Sans – a new open source font from Lufthamn Studio</title>
		<link>http://blog.awpny.com/christopherawpny/2011/lh-line1-sans-a-new-open-source-font-from-lufthamn-studio.html</link>
		<comments>http://blog.awpny.com/christopherawpny/2011/lh-line1-sans-a-new-open-source-font-from-lufthamn-studio.html#comments</comments>
		<pubDate>Thu, 06 Jan 2011 23:40:11 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[@font-face]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[typeface]]></category>
		<category><![CDATA[webfonts]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=281</guid>
		<description><![CDATA[Just came across this nice new sans serif free font from Lufthamn Studio&#8230; ready for use with @font-face. Font preview image from Typedesk. Download LH Line1 Sans here.]]></description>
			<content:encoded><![CDATA[<p>Just came across this nice new sans serif free font from Lufthamn Studio&#8230; ready for use with @font-face.</p>
<p><a href="http://www.lufthamn.com/LHLine1Sans_preview.php"><img class="alignnone size-medium wp-image-282" title="LH_Line1Sans_specimen" src="http://blog.awpny.com/wp-content/uploads/2011/01/LH_Line1Sans_specimen-300x300.gif" alt="" width="300" height="300" /></a></p>
<p>Font preview image from <a href="http://typedesk.com/2010/12/31/lh-line1-sans-opensource-font-by-lufthamn-studio/">Typedesk</a>. <a href="http://www.lufthamn.com/LHLine1Sans_preview.php">Download LH Line1 Sans here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/christopherawpny/2011/lh-line1-sans-a-new-open-source-font-from-lufthamn-studio.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jing!</title>
		<link>http://blog.awpny.com/kaiawpny/2010/jing.html</link>
		<comments>http://blog.awpny.com/kaiawpny/2010/jing.html#comments</comments>
		<pubDate>Tue, 21 Dec 2010 18:34:02 +0000</pubDate>
		<dc:creator>Kai</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.awpny.com/?p=259</guid>
		<description><![CDATA[So, I&#8217;m a linux guy. In the office, we&#8217;re OS X people. Before starting at AWP, I hadn&#8217;t spent more than five consecutive minutes at a Mac. Ya know what? I kinda like it! As a linux user, I spend a lot of time hunting down the best open-source software on the web. Shifting over [...]]]></description>
			<content:encoded><![CDATA[<p>So, I&#8217;m a linux guy.  In the office, we&#8217;re OS X people.  Before starting at AWP, I hadn&#8217;t spent more than five consecutive minutes at a Mac.  Ya know what?  I kinda like it!</p>
<p>As a linux user, I spend a lot of time hunting down the best open-source software on the web.  Shifting over to Mac, I&#8217;ve had to start searching for non-linux open-source software and I have run across some great little products.  I will continue covering open-source goodies in the future, so check back in regularly.</p>
<p><img class="size-full wp-image-265 alignright" title="Jing" src="http://blog.awpny.com/wp-content/uploads/2010/12/img.png" alt="" width="132" height="132" />Today I want to introduce you to <a href="http://www.techsmith.com/jing/" target="_blank">Jing</a>, a great little gadget for screenshots and video grabs.  A pro version is available, however I have only test-driven the free version.  After the install, a little yellow &#8216;sun&#8217; sits up in the corner of your screen.  Drag the mouse over, click, and it comes to life with a simple three-tiered menu: Capture, History, More.  Using capture, you&#8217;re given a cross hair.  Click and drag to select any area you want on your screen, or just click once to select the area as an entire active window.</p>
<p>You get a little menu there where you can choose to capture a screenshot or video.  Select the screenshot and you can do some basic editing, share it, and/or save it.  Simple!</p>
<p>The best thing about this gadget is that it&#8217;s always available in the upper right corner &#8211; and it&#8217;s never in the way.  You don&#8217;t need to move windows around to get to it or open it (after the initial load &#8211; set it to load on boot and you&#8217;re set).</p>
<h3 class="blue">Pros:</h3>
<ul>
<li>Lightweight, fast</li>
<li>Always available without having to shift around windows / workspaces</li>
<li>Nice design / interface</li>
<li>Video and screenshot capability with minimal effort &amp; clutter</li>
</ul>
<h3 class="blue">Cons:</h3>
<ul>
<li>Free version has some features turned off (webcam record, for one)</li>
<li>Occasional click misfires on the initial menu</li>
<li>Windows / Mac only.  Haven&#8217;t tested on Linux with Wine &#8211; I&#8217;ll repost when tried</li>
</ul>
<p>Definitely check it out if you&#8217;re taking a lot of screenshots or in need of recording your screen in video.  Very handy little tool indeed!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.awpny.com/kaiawpny/2010/jing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
