<?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>Ink Grass</title>
	<atom:link href="http://inkgrass.lazymoon.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://inkgrass.lazymoon.org</link>
	<description>A blog about web design, programming, graphics and everything inbetween.</description>
	<lastBuildDate>Mon, 18 Jan 2010 14:13:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Steam Dressed In Windows 7</title>
		<link>http://inkgrass.lazymoon.org/2010/01/19/steam-dressed-in-windows-7/</link>
		<comments>http://inkgrass.lazymoon.org/2010/01/19/steam-dressed-in-windows-7/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 14:13:46 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[mock]]></category>
		<category><![CDATA[steam]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/?p=60</guid>
		<description><![CDATA[I recently went on a hunt for a new theme to revitalise my tired looking Steam client. In doing so I came across a number of posts from people wishing Steam would match the native UI. Its unreasonable to expect Valve to do such a thing — especially with 3 visually-unique Windows versions in use [...]]]></description>
			<content:encoded><![CDATA[<p>I recently went on a hunt for a new theme to revitalise my tired looking <a href="http://store.steampowered.com/">Steam</a> client. In doing so I came across a number of posts from people wishing Steam would match the native UI. Its unreasonable to expect Valve to do such a thing — especially with 3 visually-unique Windows versions in use today.</p>
<p>To humour myself, I pieced together two mocks from a few of Windows 7&#8217;s native applications to illustrate a possible &#8220;Windows 7&#8243; theme for Steam.</p>
<p><a href="http://inkgrass.lazymoon.org/wp-content/uploads/2010/01/steaminwindows7.png"><img class="alignnone size-thumbnail wp-image-59" title="Steam Friends Window Windows 7 Mock" src="http://inkgrass.lazymoon.org/wp-content/uploads/2010/01/steaminwindows7-150x150.png" alt="Steam Friends Window Windows 7 Mock" width="150" height="150" /></a> <a href="http://inkgrass.lazymoon.org/wp-content/uploads/2010/01/steamgamesinwindows7.png"><img class="alignnone size-thumbnail wp-image-58" title="Steam Games Window Windows 7 Mock" src="http://inkgrass.lazymoon.org/wp-content/uploads/2010/01/steamgamesinwindows7-150x150.png" alt="Steam Games Window Windows 7 Mock" width="150" height="150" /></a></p>
<p>I think this could easily be accomplished by a clever developer. It just can&#8217;t be me, for a while at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2010/01/19/steam-dressed-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash CS4 Export As 24bit+Alpha PNG Solution</title>
		<link>http://inkgrass.lazymoon.org/2009/03/20/flash-cs4-export-as-24bit-alpha-png-solution/</link>
		<comments>http://inkgrass.lazymoon.org/2009/03/20/flash-cs4-export-as-24bit-alpha-png-solution/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 06:26:36 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/?p=55</guid>
		<description><![CDATA[Today I was going through some design files that were sent to me to be added to a website I&#8217;m helping to develop. The designs were drawn in Flash CS4. I needed to work with these files in Photoshop, so I went to export the files as a 24-bit PNG with Alpha and blending, except [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was going through some design files that were sent to me to be added to a website I&#8217;m helping to develop. The designs were drawn in Flash CS4. I needed to work with these files in Photoshop, so I went to export the files as a 24-bit PNG with Alpha and blending, except Flash decided it wasn&#8217;t going to play nice.<br />
<img class="aligncenter" src="http://lazymoon.org/upload/55-1.png" alt=""/><br />
The picture on the left is how the image appears in Flash, and on the right is the exported PNG. The problem is that Flash wasn&#8217;t correctly handling the alpha during export. So instead of the smooth edges in the left image, we have the ugly aliased edges seen on the right.</p>
<p>What I needed was the alpha information, or at the very least, an alpha mask. Since Flash wasn&#8217;t behaving, here&#8217;s how I made one:</p>
<ol>
<li>Export the image twice; once with a black background, and once with a white background. Instead of exporting as &#8220;24 bit with alpha channel&#8221;, simply export it as &#8220;24 bit&#8221;. Other than the background, the images should be identical.</li>
<li>Open both the images in Photoshop, and put them in the same document.</li>
<li>Select the top-most layer, and set its blending mode to &#8220;Difference&#8221;.</li>
</ol>
<p><img class="aligncenter" src="http://lazymoon.org/upload/55-5.png" alt="" /></p>
<ol start="4">
<li>Merge the layers (<em>Layer </em>&gt; <em>Flatten Image</em>).</li>
<li>Invert the document (<em>Image </em>&gt; <em>Adjustments </em>&gt; <em>Invert</em>).</li>
</ol>
<p>What you should now have is a greyscale image. The background should be black, and all the features white.<br />
<img class="aligncenter" src="http://lazymoon.org/upload/55-2.png" alt="" /></p>
<ol start="6">
<li>Select the entire document, and copy it.</li>
<li>Open one of the images you exported, and create a new layer mask (<em>Layer </em>&gt; <em>Layer Mask</em> &gt; <em>Reveal All</em>).</li>
<li>Paste the greyscale image into the mask.</li>
</ol>
<p><img class="aligncenter" src="http://lazymoon.org/upload/55-4.png" alt="" /><br />
<img class="aligncenter" src="http://lazymoon.org/upload/55-3.png" alt="" /><br />
You should now have an image with perfectly smoothed edges. If you notice a slight white or black outline surrounding the edges, you can use &#8220;Defringe&#8221; or &#8220;Remove White\Black Matte&#8221; from the Image menu.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2009/03/20/flash-cs4-export-as-24bit-alpha-png-solution/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Error 1327 Solution</title>
		<link>http://inkgrass.lazymoon.org/2008/11/24/error-1327/</link>
		<comments>http://inkgrass.lazymoon.org/2008/11/24/error-1327/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 12:43:10 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/?p=50</guid>
		<description><![CDATA[I encountered an interesting problem recently on a number of computers. Whenever I tried to install some software (iTunes, Steam, etc), it would throw up the following error and terminate:
Error 1327. Invalid Drive: Drive Letter

It appears you will encounter this if either:

One of the paths to your &#8220;special folders&#8221; is changed to a location which [...]]]></description>
			<content:encoded><![CDATA[<p>I encountered an interesting problem recently on a number of computers. Whenever I tried to install some software (iTunes, Steam, etc), it would throw up the following error and terminate:</p>
<p><code>Error 1327. Invalid Drive: <em>Drive Letter</em><br />
</code></p>
<p>It appears you will encounter this if either:</p>
<ol>
<li>One of the paths to your &#8220;special folders&#8221; is changed to a location which is invalid,</li>
<li>A registry value to the drive on which Windows is installed is not actually the location of Windows.</li>
</ol>
<p><a href="http://support.microsoft.com/kb/327763">Microsoft suggests</a> using the Windows Registry Editor to manually check if the keys are invalid, however, this only helps solve the first issue listed above, and not the second. It is also not very friendly for those unfamiliar with the registry.</p>
<p>However, if you were like me, you would have done the above steps, checked the &#8220;Special Folders&#8221; and found everything to be valid and still have the error appear.</p>
<p>So here are two solutions</p>
<h3>1. Fix with Window&#8217;s XP TweakUI</h3>
<p>This solution is for those who are using Windows XP, and either are fairly novice with the Windows Registry or for those who already have TweakUI installed (as there seems to be a correlation between this error and a previous installation of TweakUI).</p>
<ol>
<li>Download <a href="http://www.microsoft.com/Windowsxp/downloads/powertoys/xppowertoys.mspx">Microsoft&#8217;s TweakUI</a> PowerToy.</li>
<li>Once installed, run the <em>TweakUI </em>program.</li>
<li>Click the &#8220;<em>My Computer</em>&#8221; category, and select the &#8220;<em>Special Folders</em>&#8221; sub-section.</li>
<li>Under &#8220;<em>Folder</em>&#8220;, select each of the options and check that their locations are valid. Pay particular attention to the &#8220;<em>Installation Path</em>&#8221; option, as this is should point to the drive in which Windows was installed.</li>
</ol>
<p>If this is in fact the source of the problem, this path will be set to something other than your operating system&#8217;s drive. Mine was set to F:\, when it should have been C:\.</p>
<p>Press &#8220;Change Location&#8221; to specify the drive on which Windows XP was installed. Once done, you will have to log out and back in again to complete the changes.</p>
<h3>2. Fix by altering your Windows Register</h3>
<p>If you feel comfortable with adjusting the Windows Registry, then the manual steps are below:</p>
<ol>
<li>Press <em>Start</em>, then <em>Run</em>.</li>
<li>Type <code>regedt32</code></li>
<li>Navigate to: <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup</code></li>
<li>Look for the <code>SourcePath</code> key, its value should be set to the path in which you installed Windows. If its not the correct path, then this is most probably the source of the trouble.</li>
<li>Follow the information in <a href="http://support.microsoft.com/kb/327763">Microsoft&#8217;s KB Article 327763</a> to check the other Special Folders (as they are included in a different part of the registry).</li>
</ol>
<p>With any luck, this should solve your problem. Any issues or concerns, leave a message below or <a href="http://inkgrass.lazymoon.org/contact/">email me directly</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/11/24/error-1327/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Remembering MX&#8221; Icons</title>
		<link>http://inkgrass.lazymoon.org/2008/08/06/remembering-mx-icons/</link>
		<comments>http://inkgrass.lazymoon.org/2008/08/06/remembering-mx-icons/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 12:06:27 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Cursors & Icons]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/?p=48</guid>
		<description><![CDATA[As promised, I have packaged the Remembering MX designs from one of my earlier posts into a set of Windows XP/Vista and Mac OSX icons for your enjoyment. You can download the icons (as well as the original Photoshop files) from the original post.
Enjoy.
]]></description>
			<content:encoded><![CDATA[<p>As promised, I have packaged the Remembering MX designs from <a href="http://inkgrass.lazymoon.org/2008/04/18/remembering-mx/">one of my earlier posts</a> into a set of Windows XP/Vista and Mac OSX icons for your enjoyment. You can download the icons (as well as the original Photoshop files) from the <a href="http://inkgrass.lazymoon.org/2008/04/18/remembering-mx/">original post</a>.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/08/06/remembering-mx-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Still&#8221; Wallpaper</title>
		<link>http://inkgrass.lazymoon.org/2008/08/06/still-wallpaper/</link>
		<comments>http://inkgrass.lazymoon.org/2008/08/06/still-wallpaper/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 14:02:22 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/?p=47</guid>
		<description><![CDATA[
Still is a very simplistic wallpaper, intended for sore eyes and overworked minds. The original art was just an experiment of mine to try to create a tranquil water-scape with minimal complexity, using mostly gradients to give the effects of the sky, clouds and water.
This wallpaper is really intended for widescreen displays, but the normal [...]]]></description>
			<content:encoded><![CDATA[<p><img title="'Still' Preview" src="http://lazymoon.org/upload/Still.jpg" alt="Preview of the 'Still' wallpapers" /></p>
<p><strong>Still</strong> is a very simplistic wallpaper, intended for sore eyes and overworked minds. The original art was just an experiment of mine to try to create a tranquil water-scape with minimal complexity, using mostly gradients to give the effects of the sky, clouds and water.</p>
<p>This wallpaper is really intended for widescreen displays, but the normal 4:3 ratio is include for those who are without widescreen monitors.</p>
<p>You can download this wallpaper from the links below, but be sure to read the notes on <a href="/about/gamma-notes/">gamma</a> and <a href="/about/copyright/">copyright</a> before downloading.</p>
<h2>Download</h2>
<table class="wp" border="0" cellspacing="3" width="100%">
<tbody>
<tr>
<th class="wratio" rowspan="3" scope="row"><strong>Normal</strong><br />
4:3</th>
<th class="wsize">1024 x 768</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_2-2_1024x768.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_1-8_1024x768.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1280 x 960</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_2-2_1280x960.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_1-8_1280x960.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1600 x 1200</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_2-2_1600x1200.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_1-8_1600x1200.jpg">Mac</a></td>
</tr>
<tr>
<th class="wratio" rowspan="3" scope="row"><strong>Widescreen</strong><br />
16:10</th>
<th class="wsize">1280 x 800</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_2-2_1280x800.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_1-8_1280x800.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1440 x 900</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_2-2_1440x900.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_1-8_1440x900.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1680 x 1050</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_2-2_1680x1050.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/Still_1-8_1680x1050.jpg">Mac</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/08/06/still-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Big Changes to &#8220;Photography of Lachlan McDonald&#8221;</title>
		<link>http://inkgrass.lazymoon.org/2008/07/13/big-changes-to-photography-of-lachlan-mcdonald/</link>
		<comments>http://inkgrass.lazymoon.org/2008/07/13/big-changes-to-photography-of-lachlan-mcdonald/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 10:57:14 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Photo LMCD]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/?p=46</guid>
		<description><![CDATA[It has obviously been quite a few months since my last update. Its not that I&#8217;ve forgotten about the site, rather, I decided to be a responsible student this time round and study for my university exams.
Now that they are over, I have found the time to complete the new Perspectives section on my photography [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="http://photo.lazymoon.org/fbphotos/adelaide/EverythingChanges.jpg" alt=""Everything Changes" Photo" />It has obviously been quite a few months since my last update. Its not that I&#8217;ve forgotten about the site, rather, I decided to be a responsible student this time round and study for my university exams.</p>
<p>Now that they are over, I have found the time to complete the new <a href="http://photo.lazymoon.org/perspectives/"><strong>Perspectives</strong></a> section on my <a href="http://photo.lazymoon.org">photography collection</a>. As well as giving the site a complete re-design and fixing a number of unresolved issues that have been stuck with the site since it was first built.</p>
<p><strong>Perspectives </strong>holds the notion that every photograph has a story. Having not been out for a photographic trip since the start of the year, and having an over abundance of un-published photos, I decided to create the Perspectives section to share the surroundings and the atmosphere of some of the photographs in my collection.</p>
<p>The <a href="http://photo.lazymoon.org/collection/snaps">&#8220;Snaps&#8221; collection</a> has also been updated with a number of new portraits.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/07/13/big-changes-to-photography-of-lachlan-mcdonald/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Trees On Fire&#8221; Wallpaper</title>
		<link>http://inkgrass.lazymoon.org/2008/05/18/trees-on-fire-wallpaper/</link>
		<comments>http://inkgrass.lazymoon.org/2008/05/18/trees-on-fire-wallpaper/#comments</comments>
		<pubDate>Sun, 18 May 2008 06:09:58 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Artwork & Wallpapers]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/2008/05/18/trees-on-fire-wallpaper/</guid>
		<description><![CDATA[
Trees On Fire is a minimalistic wallpaper I made back in 2007. Like a number of previous images (such as Past the Tree), Trees On Fire makes use of Context Free generated trees. The motivation behind this image was simple; I needed a clean, minimalistic desktop. Something with bright colours and complex shapes can be [...]]]></description>
			<content:encoded><![CDATA[<p><img title="'Trees On Fire' Preview" src="http://lazymoon.org/upload/TreesOnFire.jpg" alt="Preview of the 'Trees On Fire' wallpapers" /></p>
<p><strong>Trees On Fire </strong>is a minimalistic wallpaper I made back in 2007. Like a number of previous images (such as <a href="/2008/04/19/past-the-tree-2008-wallpapers/">Past the Tree</a>), Trees On Fire makes use of <a href="http://contextfreeart.org">Context Free</a> generated trees. The motivation behind this image was simple; I needed a clean, minimalistic desktop. Something with bright colours and complex shapes can be hard on the eyes, and I wanted something I can stare at and unclutter my mind. This was the result.</p>
<p>I plan to release a tutorial on how this was created so that others can give it a try once I find the time.</p>
<p>You can download this wallpaper from the links below, but be sure to read the notes on <a href="/about/gamma-notes/">gamma</a> and <a href="/about/copyright/">copyright</a> before downloading.</p>
<h2>Download</h2>
<table class="wp" border="0" cellspacing="3" width="100%">
<tbody>
<tr>
<th class="wratio" rowspan="3" scope="row"><strong>Normal</strong><br />
4:3</th>
<th class="wsize">1024 x 768</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_2-2_1024x768.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_1-8_1024x768.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1280 x 960</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_2-2_1280x960.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_1-8_1280x960.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1600 x 1200</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_2-2_1600x1200.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_1-8_1600x1200.jpg">Mac</a></td>
</tr>
<tr>
<th class="wratio" rowspan="3" scope="row"><strong>Widescreen</strong><br />
8:5</th>
<th class="wsize">1280 x 800</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_2-2_1280x800.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_1-8_1280x800.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1440 x 900</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_2-2_1440x900.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_1-8_1440x900.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1680 x 1050</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_2-2_1680x1050.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/TreesOnFire_1-8_1680x1050.jpg">Mac</a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/05/18/trees-on-fire-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Another Day On Earth&#8221; Wallpaper</title>
		<link>http://inkgrass.lazymoon.org/2008/05/17/another-day-on-earth-wallpaper/</link>
		<comments>http://inkgrass.lazymoon.org/2008/05/17/another-day-on-earth-wallpaper/#comments</comments>
		<pubDate>Sat, 17 May 2008 08:00:37 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Artwork & Wallpapers]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/2008/05/17/another-day-on-earth-wallpaper/</guid>
		<description><![CDATA[
Another Day On Earth, titled after Brian Eno&#8217;s album of the same name, was heavily influenced by the song &#8220;Just Another Day&#8221;, as the lyrics were ambiguous but discussed humanity&#8217;s astounding ability to &#8220;shrug off&#8221; some of the most awful events ever committed in our history. I designed this piece to follow the same ambiguous [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lazymoon.org/upload/ADOE.jpg" title="'Another Day On Earth' Preview" alt="Preview of the 'Another Day On Earth' wallpapers" /></p>
<p><strong>Another Day On Earth</strong>, titled after <a href="http://en.wikipedia.org/wiki/Brian_Eno">Brian Eno&#8217;s</a> <a href="http://en.wikipedia.org/wiki/Another_Day_on_Earth">album of the same name</a>, was heavily influenced by the song &#8220;Just Another Day&#8221;, as the lyrics were ambiguous but discussed humanity&#8217;s astounding ability to &#8220;shrug off&#8221; some of the most awful events ever committed in our history. I designed this piece to follow the same ambiguous nature, hinting at any number of possibilities as to what is being shown, but without being definitive on choosing any one story.</p>
<p>You can download this wallpaper from the links below, but be sure to read the notes on <a href="/about/gamma-notes/">gamma</a> and <a href="/about/copyright/">copyright</a> before downloading.</p>
<h2>Download</h2>
<table class="wp" border="0" cellspacing="3" width="100%">
<tr>
<th class="wratio" rowspan="4" scope="row"><strong>Normal</strong><br />
4:3</th>
<th class="wsize">1024 x 768</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1024x768.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1024x768.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1280 x 960</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1280x960.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1280x960.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1600 x 1200</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1600x1200.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1600x1200.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">2048 x 1536</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_2048x1536.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_2048x1536.jpg">Mac</a></td>
</tr>
<tr>
<th class="wratio" rowspan="4" scope="row"><strong>Widescreen</strong><br />
8:5</th>
<th class="wsize">1280 x 800</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1280x800.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1280x800.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1440 x 900</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1440x900.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1440x900.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1680 x 1050</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1680x1050.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1680x1050.jpg">Mac</a></td>
</tr>
<tr>
<th class="wsize">1920 x 1200</th>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_2-2_1920x1200.jpg">Windows</a></td>
<td><a href="http://www.lazymoon.org/projects/inkgrass/ADOE_1-8_1920x1200.jpg">Mac</a></td>
</tr>
<tr></tr>
</table>
<p>As always, enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/05/17/another-day-on-earth-wallpaper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Past The Tree 2008&#8243; Wallpapers</title>
		<link>http://inkgrass.lazymoon.org/2008/04/19/past-the-tree-2008-wallpapers/</link>
		<comments>http://inkgrass.lazymoon.org/2008/04/19/past-the-tree-2008-wallpapers/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 13:48:42 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Artwork & Wallpapers]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/2008/04/19/past-the-tree-2008-wallpapers/</guid>
		<description><![CDATA[
Past The Tree was an art piece I first created in 2006 using a combination of vectors, fractal images and an assortment of Photoshop brushes and filters. The 2007 Edition was a revised version of the first version, and touted revised colours. After leaving the 2007 design untouched, I decided to re-create it from scratch, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://lazymoon.org/upload/PastTheTree2.jpg" title="'Past The Tree 2008' Preview" alt="Preview of the 'Past The Tree 2008' wallpapers" /></p>
<p><strong>Past The Tree</strong> was an art piece I first created in 2006 using a combination of vectors, fractal images and an assortment of Photoshop brushes and filters. The <a href="http://netnessie.deviantart.com/art/Past-The-Tree-28711803">2007 Edition</a> was a revised version of the first version, and touted revised colours. After leaving the 2007 design untouched, I decided to re-create it from scratch, ensuring all of the previous elements were fresh and unique. The <a href="http://netnessie.deviantart.com/art/Past-The-Tree-2008-82149574">2008 Edition</a> is available on DeviantArt, so it seemed only suitable to release a collection of wallpapers to go along with the new design.</p>
<p>These wallpapers are meant to supersede the 2007 Edition wallpapers, given in a <a href="http://inkgrass.lazymoon.org/2008/02/22/past-the-tree-wallpaper/">previous post</a>; however, I decided not to remove them just in case someone still wanted them.</p>
<p>The difference between Windows and Macintosh versions is the gamma – the Windows versions are suitable for monitors with a gamma of 2.2, whereas the Mac versions are suitable for a gamma of 1.8.</p>
<p><strong>Normal (4:3)</strong></p>
<ul>
<li>1024 x 768<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1024x768.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1024x768.jpg">Mac</a></li>
<li>1280 x 960<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1280x960.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1280x960.jpg">Mac</a></li>
<li>1600 x 1200<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1600x1200.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1600x1200.jpg">Mac</a></li>
<li>2048 x 1536<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_2048x1536.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_2048x1536.jpg">Mac</a></li>
</ul>
<p><strong>Widescreen (8:5)</strong></p>
<ul>
<li>1280 x 800<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1280x800.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1280x800.jpg">Mac</a></li>
<li>1440 x 900<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1440x900.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1440x900.jpg">Mac</a></li>
<li>1680 x 1050<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1680x1050.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1680x1050.jpg">Mac</a></li>
<li>1920 x 1200<br />
<a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_2-2_1920x1200.jpg"> Windows</a> • <a href="http://lazymoon.org/projects/inkgrass/PastTheTree2_1-8_1920x1200.jpg">Mac</a></li>
</ul>
<p>As always, these files are for non-commercial use. Please do not redistribute these files or use them in derivative works.<br />
Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/04/19/past-the-tree-2008-wallpapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Remembering MX&#8221;</title>
		<link>http://inkgrass.lazymoon.org/2008/04/18/remembering-mx/</link>
		<comments>http://inkgrass.lazymoon.org/2008/04/18/remembering-mx/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 13:56:06 +0000</pubDate>
		<dc:creator>Lachlan</dc:creator>
				<category><![CDATA[Cursors & Icons]]></category>

		<guid isPermaLink="false">http://inkgrass.lazymoon.org/2008/04/18/remembering-mx/</guid>
		<description><![CDATA[
Remembering MX is a collection of five Photoshop files, showcasing some very old icons I created in 2004 when Macromedia&#8217;s Studio MX was still the big thing. The files contain the vector shapes for each application&#8217;s logo, and layer styles for each design so that you can create your own or reproduce their appearance.
Whilst I [...]]]></description>
			<content:encoded><![CDATA[<p><img title="'Remembering MX" src="http://lazymoon.org/upload/remembering_mx.jpg" alt="Preview of the 'Remember MX' files" /></p>
<p><strong>Remembering MX</strong> is a collection of five Photoshop files, showcasing some very old icons I created in 2004 when <a href="http://en.wikipedia.org/wiki/Macromedia_Studio_MX#Macromedia_Studio">Macromedia&#8217;s Studio MX</a> was still the big thing. The files contain the vector shapes for each application&#8217;s logo, and layer styles for each design so that you can create your own or reproduce their appearance.</p>
<p>Whilst I can&#8217;t fault Adobe&#8217;s minimalistic <a href="http://en.wikipedia.org/wiki/Image:Cs3icons.png">&#8220;coloured-box with lettering style</a>&#8221; for the CS3 applications, I&#8217;d like to think that the MX Suite designs will forever be engraved in the minds of all the designers from all those years ago. I don&#8217;t think any design have come close to how the MX designs clearly and brilliantly portrayed the software suite.</p>
<p><a href="http://inkgrass.lazymoon.org/2008/08/06/remembering-mx-icons/">As updated</a>, the downloads below now list a set of icons for Windows XP/Vista and Mac OSX. The Vista &amp; Mac icons are untested, so if you do use them, leave a comment and let me know how they went. Only 32-bit icons are included.</p>
<p>The Photoshop files are compatible with Photoshop CS and above. It may work in Photoshop 6 and 7, except I believe that some layer blending options won&#8217;t be preserved correctly.</p>
<h3>Download</h3>
<p>Please read the <a href="http://inkgrass.lazymoon.org/about/copyright/">copyright notes</a> before downloading.</p>
<ul>
<li><a title="Download" href="http://lazymoon.org/projects/inkgrass/remembering_mx.zip"><strong>Photoshop Files</strong></a></li>
<li><a href="http://lazymoon.org/projects/inkgrass/remember_mx_win.zip"><strong>Windows XP/Vista Icons</strong></a></li>
<li><strong><a href="http://lazymoon.org/projects/inkgrass/remember_mx_mac.zip">MacOSX Icons</a><br />
</strong></li>
</ul>
<p>Comments always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://inkgrass.lazymoon.org/2008/04/18/remembering-mx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
