<?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>Es Developed - Fresh Website and Graphic Design &#187; applications</title> <atom:link href="http://esdev.net/tags/applications/feed/" rel="self" type="application/rss+xml" /><link>http://esdev.net</link> <description>Weblog</description> <lastBuildDate>Mon, 07 Jun 2010 13:35:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Stay More Organized With Thunderbird 3</title><link>http://esdev.net/stay-more-organized-with-thunderbird-3/</link> <comments>http://esdev.net/stay-more-organized-with-thunderbird-3/#comments</comments> <pubDate>Mon, 21 Dec 2009 15:04:17 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[email]]></category><guid
isPermaLink="false">http://esdev.net/?p=3094</guid> <description><![CDATA[
It&#8217;s only been a couple weeks since the newest version of Mozilla Thunderbird&#8211;Thunderbird 3&#8211;was officially released.
This new version of Thunderbird includes several new features.
Let&#8217;s look at 4 features in Thunderbird 3 that can help you stay more organized and work more efficiently:Sync all your email accounts
Better Gmail integration
Better Email Search
Manage tasks, calendars, Google Wave, webmail [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-3111" title="stay-organized-thunderbird-3-hd" src="http://esdev.net/wp-content/uploads/2009/12/stay-organized-thunderbird-3-hd.jpg" alt="Stay Organized With Thunderbird 3" width="560" height="300" /></p><p>It&#8217;s only been a couple weeks since the newest version of Mozilla Thunderbird&#8211;<a
href="http://mozillamessaging.com/thunderbird">Thunderbird 3</a>&#8211;was officially released.</p><p>This new version of Thunderbird includes several <a
href="http://en-us.www.mozillamessaging.com/en-US/thunderbird/features/">new features</a>.</p><p>Let&#8217;s look at 4 features in Thunderbird 3 that can help you stay more organized and work more efficiently:</p><ol><li>Sync all your email accounts</li><li>Better Gmail integration</li><li>Better Email Search</li><li>Manage tasks, calendars, Google Wave, webmail and more within Thunderbird 3 with content tabs</li></ol><p><span
id="more-3094"></span></p><h3>1. Sync All Your Email Accounts</h3><p>The ability to keep all your mail in all your accounts synced is not a new feature in Thunderbird 3. However, it is awful handy and makes keeping up on all your correspondence a breeze.</p><p>The easiest way to do this is to make sure all your email accounts use IMAP instead of POP.</p><p>Incoming email, sent emails, drafts, spam, and folders within your account all get synced (assuming your mail server supports this) when you use IMAP.</p><p>If you haven&#8217;t moved your email accounts from POP to IMAP, do yourself a favor and take a day and just do it. You&#8217;ll be glad you did.</p><p>Thunderbird 3 also has a new migration feature that will make moving your emails easier.</p><h3>2. Better Gmail Integration</h3><p>While you could <a
href="http://esdev.net/syncing-gmail-and-thunderbird/">setup your Gmail accounts in previous versions of Thunderbird</a>, Gmail setup was more complicated than it should&#8217;ve been.</p><p>Now, Thunderbird 3 detects and sets up Gmail accounts with a super-fast wizard.</p><p>Just choose the <em>Gmail</em> option, enter your name, email address and password. Thunderbird 3 finds all the right settings and creates your account. The whole process took me about 15 seconds.</p><p>If you&#8217;re a Google Apps user, you&#8217;ll still need to <a
href="http://mail.google.com/support/bin/answer.py?hl=en&amp;answer=75725">use Google&#8217;s IMAP instructions and settings</a> to set up your email.</p><h3>3. Better Email Search</h3><p>Thunderbird 3 has a new mail search which includes filtering and timeline tools. This makes it easy to search emails from all your accounts&#8211;including webmail accounts.</p><p>Search results open in a new tab so you can work back and forth between your results and regular emails.</p><p>Thunderbird 3&#8217;s search also seems to have been sped up as well&#8211;delivering results much faster than TB2.</p><p>Search also searches Gmail emails just fine.</p><h3>4. Embed Webpages In Their Own Tabs Within Thunderbird</h3><p><img
class="aligncenter size-full wp-image-3110" title="content-tabs-hd" src="http://esdev.net/wp-content/uploads/2009/12/content-tabs-hd.jpg" alt="" width="560" height="130" /></p><p><a
href="https://developer.mozilla.org/en/Thunderbird/Content_Tabs">Content Tabs</a> (or <a
href="https://developer.mozilla.org/en/Thunderbird_3_for_developers#Content_Browsing">Content Browsing</a>) is by far the simplest and yet most exciting feature in Thunderbird 3.</p><blockquote><p>Content Tabs enable Thunderbird to display remote content in a tab, which users can browse in (mostly) the same way as with a browser.</p></blockquote><p><cite
class="article_caption" title="https://developer.mozilla.org/en/Thunderbird/Content_Tabs" lang="en">Content Tabs &#8211; Mozilla Developer Center</cite></p><p>This makes it easy to access Twitter, tasks apps, online calendars, or whatever web-based services you want right through Thunderbird.</p><h4>How Do Content Tabs Work?</h4><p>Using the <em>Error Console</em> found in the <em>Tools</em> menu, you can add just about any site to Thunderbird and have it in its own tab.</p><p>Want Google Wave within a tab in Thunderbird? How about Google Voice, or your favorite online calendar or tasks web app? You can add them to their own tabs in Thunderbird.</p><p>For example:</p><pre><code>Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow("mail:3pane").document.getElementById("tabmail").openTab("contentTab", {contentPage: "http://www.mozillamessaging.com/en-US/thunderbird/nightly/whatsnew/"});</code></pre><p>Pasting this line of code into the Error Console and clicking Evaluate would create a new tab in Thunderbird containing the webpage:</p><p><em>http://www.mozillamessaging.com/en-US/thunderbird/nightly/whatsnew/</em></p><p>Lifehacker has a great article showing <a
href="http://lifehacker.com/5423317/run-google-wave-inside-thunderbird-3">how to add Google Wave to its own tab in Thunderbird 3</a>.</p><p>You can also add <a
href="http://lifehacker.com/comment/17480786/">Google Voice in its own tab</a> like this:</p><pre><code>Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow("mail:3pane").document.getElementById("tabmail").openTab("contentTab", {contentPage: "https://voice.google.com/voice/?"});</code></pre><p>You can add any page to Thunderbird easily this way.</p><h4>More Control Over Content Tabs</h4><p>Some have reported that when you close Thunderbird, any content tabs that are open will close and you have to paste the code back into the Error Console.</p><p>Personally, I haven&#8217;t run into this with TB3 on Ubuntu 9.10.</p><p>But if this is an issue, you might try installing the <a
href="https://addons.mozilla.org/en-US/thunderbird/addon/5066">Custom Buttons<sup>2</sup> extension</a>. The extension also lets you add custom buttons to Thunderbird&#8217;s toolbar that will let you open tabs for individual sites as needed.</p><h3>Staying More Organized</h3><p>There are several <a
href="http://en-us.www.mozillamessaging.com/en-US/thunderbird/features/">new features added to Thunderbird 3</a> that will speed up the way you work with your email and access information.</p><p>Look for more &#8216;Stay More Organized&#8217; articles coming soon.</p><p>You should also <a
href="http://twitter.com/esdev">follow us on Twitter</a>.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/stay-more-organized-with-thunderbird-3/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Features and Tools in Inkscape 0.47</title><link>http://esdev.net/new-features-and-tools-in-inkscape-0-47/</link> <comments>http://esdev.net/new-features-and-tools-in-inkscape-0-47/#comments</comments> <pubDate>Fri, 04 Dec 2009 14:31:00 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[graphic design]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[open source]]></category> <category><![CDATA[vector]]></category><guid
isPermaLink="false">http://esdev.net/?p=3061</guid> <description><![CDATA[Inkscape is my vector editor of choice for several reasons.Handles AI, EPS, PDF, SVG and a slew of other vector and raster formats
It&#8217;s open source and free
Runs on all major operating systems&#8211;Windows, Mac OS X and LinuxLast week, Inkscape&#8217;s newest version, 0.47, was released.
What&#8217;s new in Inkscapes latest version? Lots.
What&#8217;s New in Inkscape 0.47?
Improved UI [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://inkscape.org">Inkscape</a> is my vector editor of choice for several reasons.</p><ul><li>Handles AI, EPS, PDF, SVG and a slew of other vector and raster formats</li><li>It&#8217;s open source and free</li><li>Runs on all major operating systems&#8211;Windows, Mac OS X and Linux</li></ul><p>Last week, Inkscape&#8217;s newest version, 0.47, was released.</p><p>What&#8217;s new in Inkscapes latest version? Lots.</p><h3>What&#8217;s New in Inkscape 0.47?</h3><h4>Improved UI and Desktop Integration</h4><p><a
href="http://inkscape.org/screenshots/gallery/inkscape-0.47-photorealism.png"><img
class="alignleft" title="inkscape-0.47-photorealism_thumb" src="http://esdev.net/wp-content/uploads/2009/12/inkscape-0.47-photorealism_thumb.png" alt="inkscape-0.47-photorealism_thumb" width="267" height="167" /></a></p><p>So you want to know what the new version of Inkscape looks like?</p><p>It&#8217;s not a radical departure from the previous version, but it has some streamlining and small tweaks that&#8217;s been given it. Mainly, it seems to integrate better with whatever OS it&#8217;s installed.</p><p>You can view some screenshots of the new Inkscape interface and examples of what&#8217;s possible on the <em><a
href="http://inkscape.org/screenshots/index.php?lang=en">Screenshots</a></em> gallery page.</p><p
class="article_caption">Above: Obligatory Megan Fox vector illustration</p><h4>Additions and Improvements</h4><p>Here&#8217;s just a brief list of additions and improvements. You can read the <a
href="http://wiki.inkscape.org/wiki/index.php/ReleaseNotes047">full list of changes on Inkscape.org</a>.</p><p><span
id="more-3061"></span></p><ul><li>Autosave with adjustable preferences</li><li>Spiro splines for the <em>Pen</em>, <em>Pencil</em>, and <em>Node</em> tools</li><li>Auto smooth nodes</li><li>New modes in <em>Tweak</em> tool</li><li>Reworked snapping and grid system, plus a <em>Snapping</em> toolbar</li><li>New path effects, including sketch, hatching, envelope deformation; effects can be stacked and assigned to groups</li><li>Tons of filters found in new <em>Filters</em> menu</li><li>Typography&#8211;Base support for creating SVG fonts</li><li>New and improved extensions</li><li>New cairo-based PS and EPS export: improved quality, more features supported, fallback rasterization for filters and transparency</li><li>Spell checker for text objects</li><li>Many new extensions: restacking, calendar, printing marks, cartesian and polar grids, interpolating attributes</li><li>Optimized SVG code options</li><li>Better desktop integration. Better Gnome integration (Linux) with improved icons. Also includes <a
href="http://wiki.inkscape.org/wiki/index.php/Themable_icons">themable icons</a>.</li></ul><h4>New Path Effects</h4><p
style="text-align: center;"><div
id="attachment_3066" class="wp-caption aligncenter" style="width: 570px"><img
class="size-medium wp-image-3066 " title="inkscape-sketch" src="http://esdev.net/wp-content/uploads/2009/12/inkscape-sketch-560x214.png" alt="New Sketch path effect in Inkscape 0.47" width="560" height="214" /><p
class="wp-caption-text">New Sketch path effect in Inkscape 0.47</p></div><p>There are several new path effects in the new version of Inkscape.</p><ul><li><strong>Sketch</strong> makes an object or path look like it was rough sketched</li><li><strong>Hatches</strong> draws hatch and &#8220;scribbles&#8221; within a shape</li><li><strong>von Koch</strong> creates fractal images</li><li><strong>Knot</strong> makes a knot from a flat self-intersecting curve; giving the illusion of a knot</li><li><strong>Spiro Splines</strong> is a useful alternative to Bezier curves. This could be handy for those creating type or fonts</li><li><strong>Construct Grid</strong></li><li><strong>Envelope Deformation</strong> lets you deform an object or group of objects by deforming any of its principle sides (top, bottom, sides). Can be edited with the <em>Node</em> tool.</li><li>Create ruler marks along a path with <strong>Ruler</strong></li><li><strong>Interpolate Subpaths</strong> &#8220;tweens&#8221; (think Flash) shapes along an editable path</li></ul><p>If you haven&#8217;t tried Inkscape or haven&#8217;t tried out the newest version, <a
href="http://inkscape.org/download.php?lang=en">download Inkscape today</a>.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/new-features-and-tools-in-inkscape-0-47/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Encrypt Your USB Thumb Drives</title><link>http://esdev.net/encrypt-your-usb-thumb-drives/</link> <comments>http://esdev.net/encrypt-your-usb-thumb-drives/#comments</comments> <pubDate>Mon, 12 Oct 2009 11:02:47 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[misc]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[security]]></category> <category><![CDATA[tutorials]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://esdev.net/?p=2686</guid> <description><![CDATA[
I just had an unpleasant episode that really reminded me of the need to have some kind of encryption on your thumb drives.
I was leaving a friend&#8217;s house, got in my truck and drove home. I unloaded my pockets as usual and discovered&#8211;no thumb drive.
I did find the flash drive a few minutes later, by [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-2700" title="usb-encryption-hd" src="http://esdev.net/wp-content/uploads/2009/10/usb-encryption-hd.jpg" alt="usb-encryption-hd" width="560" height="300" /></p><p>I just had an unpleasant episode that really reminded me of the need to have some kind of encryption on your thumb drives.</p><p>I was leaving a friend&#8217;s house, got in my truck and drove home. I unloaded my pockets as usual and discovered&#8211;no thumb drive.</p><p>I did find the flash drive a few minutes later, by the curb outside my friend&#8217;s house. But the whole time I was looking, I was trying to do a mental inventory of what information was on that thumb drive.</p><p>Fortunately, I don&#8217;t store sensitive client information on my thumb drives. Yet, the idea of someone else finding the drive and being able to freely access the other info on the drive was not a pleasant one.</p><blockquote><p><strong>Lesson</strong>: Don&#8217;t put personal or client/work passwords or other sensitive data on a thumb drive. If for some reason you do have to have some of that information with you, make sure that information is encrypted.</p></blockquote><p>To keep people from viewing your files if your thumb drive falls into the wrong hands, here are some tools, tutorials and products to help you encrypt your thumb drive.</p><p><span
id="more-2686"></span></p><h3><a
href="http://www.truecrypt.org/">TrueCrypt</a></h3><h3><img
class="aligncenter size-full wp-image-2701" title="encryption" src="http://esdev.net/wp-content/uploads/2009/10/encryption.jpg" alt="encryption" width="560" height="130" /></h3><p><a
href="http://www.truecrypt.org/">TrueCrypt</a> (Win XP+/Mac OS X/Linux) is a free, open-source software that can encrypt an entire partition or storage device (like a USB drive).</p><p>Once encryption is set for a volume and then the volume is mounted, file encryption/decryption is done on-the-fly&#8211;meaning it&#8217;s automatic and transparent (ie not a pain in the rear).</p><p><span
class="article_caption">Note: <a
href="http://www.truecrypt.org/docs/?s=issues-and-limitations">TrueCrypt does not currently (as of Oct 11, 2009) support Mac OSX 10.6 Snow Leopard</a>. View a <a
href="http://www.truecrypt.org/docs/?s=issues-and-limitations">full list of TrueCrypt&#8217;s limitations</a>.<br
/> </span></p><h4><a
href="http://www.truecrypt.org/docs/?s=tutorial">A Beginner&#8217;s Tutorial to TrueCrypt</a></h4><p>Adding encryption to your entire USB thumb drive or just a portion (say a directory) is pretty simple.</p><h4><a
href="http://www.truecrypt.org/docs/?s=security-precautions">TrueCrypt Security Precautions</a></h4><p>Because of simplicity, the beginner&#8217;s tutorial skips some of the more in-depth security details, so it&#8217;s a good idea to take a look at the extra things you can do to keep your information even more safe.</p><h4>What if the System You&#8217;re Using Your Thumb Drive With Doesn&#8217;t Have TrueCrypt Installed?</h4><p>Since you&#8217;re going to most likely be using your USB with more than one computer, it doesn&#8217;t make since to install TrueCrypt on every system.</p><p>TrueCrypt fortunately lets you run in &#8216;<a
href="http://www.truecrypt.org/docs/?s=truecrypt-portable">portable mode</a>&#8216;&#8211;meaning you don&#8217;t have to have TrueCrypt installed on the system.</p><p>You can <a
href="http://www.truecrypt.org/docs/?s=truecrypt-portable">read more about portable mode</a> and the various options you have on the TrueCrypt site.</p><p
class="article_caption">Note: You will need to have admin privileges on the system (OS) you&#8217;re running under in order to run TrueCrypt in portable mode.</p><h4><a
href="http://www.anewmorning.com/2008/10/06/how-to-create-the-ultimate-encrypted-flash-drive/">How to Create the Ultimate Encrypted Flash Drive</a></h4><p><em>A New Morning</em> has a great tutorial that walks you through <a
href="http://www.anewmorning.com/2008/10/06/how-to-create-the-ultimate-encrypted-flash-drive/">how to use TrueCrypt specifically with a USB flash drive</a>.</p><h3 id="bond-thumb-drive"><a
href="https://www.ironkey.com/">IronKey USB Drive</a></h3><p><a
href="http://ironkey.com"><img
class="alignleft size-full wp-image-2705" title="ironkey-usb-thumb-drive" src="http://esdev.net/wp-content/uploads/2009/10/ironkey-usb-thumb-drive.jpg" alt="ironkey-usb-thumb-drive" width="250" height="250" /></a>If you&#8217;re serious about security, IronKey is the USB thumb drive for you.</p><p><a
href="https://www.ironkey.com/">IronKey</a> is a USB thumb drive with built-in <a
href="https://www.ironkey.com/hardware-encryption">256-bit hardware encryption</a>.</p><p>Since encryption is hardware-based, IronKey will also run on pretty much any operating system that will read a USB thumb drive&#8211;Windows 2000+, Mac OS 10.4 and Linux (2.6+ kernel).</p><p>Also, unlike software-based encryption solutions like TrueCrypt, you don&#8217;t have to have administrator rights on the system you&#8217;re using IronKey, and there&#8217;s no software to install.</p><p>It uses internet authentication as well to protect the information and site passwords you exchange when browsing the internet <a
href="https://www.ironkey.com/private-surfing">via a portable version of Firefox</a>.</p><h4>James Bond&#8217;s Thumb Drive</h4><p>I could imagine James Bond using an IronKey&#8211;yes, it has <a
href="https://www.ironkey.com/rugged-design">self-destruct features built into it</a>.</p><p>A stolen or lost drive can be <a
href="https://www.ironkey.com/remotely-managed">remotely disabled, or a self-destruct can be initiated</a>&#8211;erasing all information on the drive and/or physically destroying the drive.</p><p><a
href="https://www.ironkey.com/demo-personal">IronKey Personal Demo Video</a></p><p><a
href="https://www.ironkey.com/demo-enterprise">IronKey Enterprise Demo Video</a></p><h3>Keep Your Friends Close and Your Thumb Drive Closer</h3><p>Remember that if you put sensitive information on a thumb drive that it&#8217;s always possible that it&#8217;ll get lost or stolen. So make sure your thumb drive (or at least a directory within) is encrypted and secure.</p><p>Do you use anything else to secure your USB drives? Share in the comments.</p><p
class="article_caption">Photo credits: <a
href="http://www.shutterstock.com/pic-6979039/stock-photo-usb-flash-drive-next-to-the-word-security.html">USB Flash Drive</a> by <a
href="http://www.shutterstock.com/gallery-91127p1.html">Stephen VanHorn</a>, <a
href="http://www.shutterstock.com/pic-18871618/stock-photo-abstract-view-of-data-storage-inside-a-server-s-memory.html">Abstract View of Data Storage</a> and <a
href="http://www.shutterstock.com/pic-19390054/stock-photo-abstract-view-of-a-data-sequence.html">Abstract View of a Data Sequence</a> by <a
href="http://www.shutterstock.com/gallery-103118p1.html">irabbiosi</a> via <a
href="http://www.shutterstock.com">Shutterstock</a>.<a
href="http://www.shutterstock.com/gallery-103118p1.html"><br
/> </a></p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/encrypt-your-usb-thumb-drives/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Cheat Sheets For Graphic Designers</title><link>http://esdev.net/cheat-sheets-for-graphic-designers/</link> <comments>http://esdev.net/cheat-sheets-for-graphic-designers/#comments</comments> <pubDate>Fri, 18 Sep 2009 14:55:06 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[freebies]]></category> <category><![CDATA[graphic design]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[typography]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://esdev.net/?p=2485</guid> <description><![CDATA[Monday I posted a list of web design-related cheat sheets, but I didn&#8217;t want to leave out all you graphic designers out there.
Here&#8217;s a list of 30 cheat sheets (most of them printable) for popular graphic design programs, as well as printable photography-related sheets to help when shooting photos.
These cheat sheets contain reference cards for [...]]]></description> <content:encoded><![CDATA[<p>Monday I posted a list of web design-related cheat sheets, but I didn&#8217;t want to leave out all you graphic designers out there.</p><p>Here&#8217;s a list of <em>30 cheat sheets</em> (most of them printable) for popular graphic design programs, as well as printable photography-related sheets to help when shooting photos.</p><p>These cheat sheets contain reference cards for tools, keyboard shortcuts and other important commands to help speed up your work.</p><p><span
class="article_caption">Note: Links with &#8216;(PDF)&#8217; beside them indicate that the link goes directly to the PDF file itself.</span></p><h3>Fireworks</h3><ul><li><a
href="http://posters.msug.vn.ua/2009/03/07/FireworksCS3ForMac.aspx">Fireworks CS3 For Mac OS X</a></li><li><a
href="http://posters.msug.vn.ua/2009/03/07/FireworksCS3ForWindows.aspx">Fireworks CS3 For Windows</a></li><li><a
href="http://posters.msug.vn.ua/2009/03/07/FireworksMXForMac.aspx">Fireworks MX (Mac)</a></li><li><a
href="http://posters.msug.vn.ua/2009/03/07/FireworksMXForWindows.aspx">Fireworks MX (Windows)</a></li></ul><h3>Photoshop</h3><ul><li><a
href="http://help.adobe.com/en_US/Photoshop/11.0/photoshop_cs4_help.pdf">Adobe Photoshop CS4 Help</a> (PDF)</li><li><a
href="http://www.webdesignerwall.com/tutorials/photoshop-secret-shortcuts/">Photoshop Secret Shortcuts</a> (WebDesignerWall)</li><li><a
href="http://simplephotoshop.com/photoshop_tools/index.htm">General Photoshop Tool Shortcuts</a> (With a video &#8216;manual&#8217;)</li><li><a
href="http://morris-photographics.com/photoshop/shortcuts/downloads/PSCS4_Keyboard_Shortcuts_Mac.pdf">Photoshop CS4 (Mac)</a> (PDF)</li><li><a
href="http://morris-photographics.com/photoshop/shortcuts/downloads/PSCS4_Keyboard_Shortcuts_PC.pdf">Photoshop CS4 (Windows)</a> (PDF)</li><li><a
href="http://posters.msug.vn.ua/2009/03/07/PhotoshopCS3ForMac.aspx">Photoshop CS3 For Mac</a></li><li><a
href="http://posters.msug.vn.ua/2009/03/07/PhotoshopCS3ForWindows.aspx">Photoshop CS3 For Windows</a></li><li><a
href="http://posters.msug.vn.ua/2009/03/06/PhotoshopCS2KeyboardShortcutsMacintosh.aspx">Photoshop CS2 Keyboard Shortcuts For Mac</a></li><li><a
href="http://posters.msug.vn.ua/2009/03/06/PhotoshopCS2KeyboardShortcutsWindows.aspx">Photoshop CS2 Keyboard Shortcuts For Windows</a></li></ul><p><span
id="more-2485"></span></p><h3>Illustrator</h3><ul><li><a
href="http://www.webdesignerwall.com/tutorials/adobe-illustrator-shortcuts/">Illustrator Shortcuts</a> (WebDesignerWall)</li><li><a
href="http://www.nobledesktop.com/shortcuts-illustratorcs4-mac.html">Illustrator CS4 Shortcuts (Mac)</a></li><li><a
href="http://www.nobledesktop.com/shortcuts-illustratorcs4-pc.html">Illustrator CS4 Shortcuts (Windows)</a></li><li><a
href="http://posters.msug.vn.ua/2009/04/01/IllustratorCS.aspx">Illustrator CS</a></li></ul><h3>InDesign</h3><ul><li><a
href="http://www.nobledesktop.com/shortcuts-indesigncs4-mac.html">InDesign CS4 Keyboard Shortcuts (Mac)</a></li><li><a
href="http://www.nobledesktop.com/shortcuts-indesigncs4-pc.html">InDesign CS4 Keyboard Shortcuts (Windows)</a></li><li><a
href="http://www.humberprepress.com/wordpress/wp-content/uploads/2008/09/indesigncheatsheet.pdf">InDesign Cheat Sheet</a> (PDF)</li><li><a
href="http://posters.msug.vn.ua/2009/04/01/IndesignCS.aspx">InDesign CS</a></li></ul><h3>Photography</h3><ul><li><a
href="http://www.diyphotography.net/black-white-cheatsheet-for-photoshop">Black and White Cheat Sheet For Photoshop</a> (Helps you convert color photos to black and white)</li><li><a
href="http://www.diyphotography.net/portrait-lighting-cheat-sheet">Portrait Lighting Cheat Sheet</a> (Helps you set up lighting for portraits)</li><li><a
href="http://www.diyphotography.net/reflector-card-cheat-sheet">Reflector Card Cheat Sheet</a> (Shows color bounce and effects of different covers on a 5-in-1 reflector)</li><li><a
href="http://www.diyphotography.net/light-falloff-cheat-sheet-card">Light Falloff Cheat Sheet</a> (Shows the effects of a large light source will have on light fall off)</li></ul><h3>Fonts and Typography</h3><ul><li><a
href="http://www.visibone.com/font/">VisiBone Font Cards</a></li><li><a
href="http://posters.msug.vn.ua/2009/04/09/PeriodicTableOfTypefaces.aspx">Periodic Table of Typefaces</a></li></ul><h3>Other Cheat Sheets</h3><ul><li><a
href="http://planetozh.com/download/refcards/Gimp.pdf">GIMP Quick Reference Card</a> (PDF)</li><li><a
href="http://www.lugod.org/presentations/gimp-saclug.pdf">GIMP Keyboard Shortcuts</a> (PDF)</li><li><a
href="http://www.visibone.com/color/hexagon_800.gif">Color Hexagon</a> (GIF)</li></ul><p>What cheat sheets did I miss? Share your links in the comments below.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/cheat-sheets-for-graphic-designers/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Terragen 2: Photorealistic 3D Landscape Generator</title><link>http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/</link> <comments>http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/#comments</comments> <pubDate>Fri, 11 Sep 2009 11:10:49 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[graphic design]]></category> <category><![CDATA[3D]]></category> <category><![CDATA[applications]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://esdev.net/?p=2429</guid> <description><![CDATA[Terragen 2 is a 3D rendering application (Windows XP/Vista and Mac OS X 10.4+) that renders amazingly photorealistic, film and broadcast-quality CG landscapes and environments.
Terragen 2 can create 3D renders of landscape, atmospherics (clouds and sky), lighting, plants and vegetation, as well as animations.
Terragen is not a new program, but has really come a long [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.planetside.co.uk/content/view/15/27/">Terragen 2</a> is a 3D rendering application (Windows XP/Vista and Mac OS X 10.4+) that renders amazingly photorealistic, film and broadcast-quality CG landscapes and environments.</p><blockquote><p>Terragen 2 can <a
href="http://www.planetside.co.uk/content/view/15/27/">create 3D renders of landscape</a>, atmospherics (clouds and sky), lighting, plants and vegetation, as well as animations.</p></blockquote><p>Terragen is not a new program, but has really come a long way over the years and is built on a mature rendering engine. I remember tinkering with it in high school (10+ years ago). It&#8217;s just gotten even more impressive.</p><h3>Terragen 2 Features</h3><p>Here are just a few of <a
href="http://www.planetside.co.uk/content/view/15/27/">Terragen 2&#8217;s great features</a>:</p><ul><li>Hybrid micropolygon renderer optimised for large displacements and very large landscapes.</li><li>Render entire planets, sweeping vistas, tiny rock gardens, or anything in between.</li><li>Export high resolution objects from displaced surfaces.</li><li>Import 3D objects for rendering from third-party apps.</li><li>Render millions of plants and other objects using instancing. Billions of virtual polygons are handled with ease.</li><li>3D painting of colors and masks that can control almost anything in the scene.</li><li>Photorealistic atmosphere and sunlight.</li><li>and <a
href="http://www.planetside.co.uk/content/view/15/27/">more features…</a></li></ul><h3>Landscape Animation Demo</h3><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="230" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="allowfullscreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3611863&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed
type="application/x-shockwave-flash" width="400" height="230" src="http://vimeo.com/moogaloop.swf?clip_id=3611863&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p><span
class="article_caption"><a
href="http://vimeo.com/3611863">Renderfarm</a> from <a
href="http://vimeo.com/user1427208">RenderFarm</a> on <a
href="http://vimeo.com">Vimeo</a>.</span><br
/> <span
id="more-2429"></span></p><h3>Powerful 3D Renderer</h3><p>Starting at $299 USD, Terragen 2 is a bit pricey for a hobbyist, but for a professional, this isn&#8217;t a bad price for such a powerful app.</p><p>In fact, Terragen is so powerful and realistic that it&#8217;s been used on the <em><a
href="http://www.planetside.co.uk/content/view/30/40/">National Geographic Channel</a></em> (<a
href="http://www.422.com/gallery/article/132/1"><em>422</em>&#8217;s demo reel</a>) and in movies like <em>War of the Worlds</em>, <em>The Incredibles</em>, <em>Time Machine</em> and <em>The Polar Express</em>.</p><p><span
class="article_caption"><strong>Note</strong>: There is a <a
href="http://www.planetside.co.uk/content/view/21/36/">free version</a> (800&#215;600 max image render size) available for download.</span></p><h3>3D Landscape Examples</h3><p>So, what is Terragen 2 capable of producing? Here are some examples of actual images created with Terragen 2.</p><p><a
href="http://www.planetside.co.uk/gallery/f/tg2/">Official Terragen 2 Gallery</a></p><a
href='http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/amazon_hannes/' title='amazon_hannes'><img
width="250" height="250" src="http://esdev.net/wp-content/uploads/2009/09/amazon_hannes-250x250.jpg" class="attachment-thumbnail" alt="" title="amazon_hannes" /></a> <a
href='http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/cumulonimbus_frank_basinski/' title='cumulonimbus_frank_basinski'><img
width="250" height="250" src="http://esdev.net/wp-content/uploads/2009/09/cumulonimbus_frank_basinski-250x250.jpg" class="attachment-thumbnail" alt="" title="cumulonimbus_frank_basinski" /></a> <a
href='http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/final1bqc7_optimized/' title='final1bqc7_optimized'><img
width="250" height="250" src="http://esdev.net/wp-content/uploads/2009/09/final1bqc7_optimized-250x250.jpg" class="attachment-thumbnail" alt="" title="final1bqc7_optimized" /></a> <a
href='http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/saurav_subedi_24/' title='saurav_subedi_24'><img
width="250" height="250" src="http://esdev.net/wp-content/uploads/2009/09/saurav_subedi_24-250x250.jpg" class="attachment-thumbnail" alt="" title="saurav_subedi_24" /></a> <a
href='http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/saurav_subedi_desert_scene_v2/' title='saurav_subedi_desert_scene_v2'><img
width="250" height="250" src="http://esdev.net/wp-content/uploads/2009/09/saurav_subedi_desert_scene_v2-250x250.jpg" class="attachment-thumbnail" alt="" title="saurav_subedi_desert_scene_v2" /></a> <a
href='http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/yellow_river_sjefen/' title='yellow_river_sjefen'><img
width="250" height="250" src="http://esdev.net/wp-content/uploads/2009/09/yellow_river_sjefen-250x250.jpg" class="attachment-thumbnail" alt="" title="yellow_river_sjefen" /></a><p>For more examples of the power of Terragen 2, check out <a
href="http://lucbianco.free.fr/jalbum/Terragen2/index.html">Luc Bianco&#8217;s Gallery</a>.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/terragen-2-photorealistic-3d-landscape-generator/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 140/180 queries in 0.449 seconds using disk

Served from: esdev.net @ 2010-07-30 14:37:33 -->