<?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>Seán Hayes &#187; Projects</title>
	<atom:link href="http://seanhayes.name/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanhayes.name</link>
	<description>Web Developer in Rochester, NY (Django, JavaScript, LAMP)</description>
	<lastBuildDate>Tue, 06 Mar 2012 01:07:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Script to Convert PSD Files to HTML Templates</title>
		<link>http://seanhayes.name/2010/12/01/script-convert-psd-files-html/</link>
		<comments>http://seanhayes.name/2010/12/01/script-convert-psd-files-html/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 23:37:59 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[psd2html]]></category>
		<category><![CDATA[gimp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[linux rant]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[psd]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=208</guid>
		<description><![CDATA[For a while now I&#8217;ve been tinkering with this GIMP Plugin that converts PSD files to HTML templates. There&#8217;s been some recent interest in it, so I&#8217;ve decided to work on it some more and get a usable release out. &#8230; <a href="http://seanhayes.name/2010/12/01/script-convert-psd-files-html/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For a while now I&#8217;ve been tinkering with this <a title="psd2html-gimp-plug-in Repository on GitHub" href="https://github.com/SeanHayes/psd2html-gimp-plug-in" target="_blank">GIMP Plugin that converts PSD files to HTML templates</a>. There&#8217;s been some recent interest in it, so I&#8217;ve decided to work on it some more and get a usable release out.</p>
<p><a href="https://github.com/SeanHayes/psd2html-gimp-plug-in/archives/master" target="_blank">Download psd2html-gimp-plug-in</a></p>
<p><strong>How do I install/use it?</strong><br />
The <a title="psd2html-gimp-plug-in Repository on GitHub" href="https://github.com/SeanHayes/psd2html-gimp-plug-in" target="_blank">project page</a> will have current installation and usage instructions.</p>
<p><strong>What does it do?</strong><br />
The script detects which layers are on top of other layers and what their size and relative positions to each other are. This data is used to arrange the layers into a hierarchy, which can then be expressed as HTML nodes. Each layer is expressed as a &lt;div&gt; element with a unique id based on the layer name, and that id is used to specify the size and position of that element using CSS. Text layers are saved as text within the HTML file, and image layers are extracted to the &lt;template_name&gt;_files/ directory, relative to your PSD file.</p>
<p><strong>Can you port this to Adobe Photoshop?</strong><br />
I think it would be possible to write a similar plugin for Photoshop, but for a large variety of reasons it&#8217;s not very practical. Reasons include: GIMP is <abbr title="Free and Open Source Software">FOSS</abbr> and Photoshop is proprietary; GIMP plugins can be written in Python and I think Photoshop plugins have to be in written in C, C++, or Flash/Flex; based on what I&#8217;ve read on Adobe&#8217;s website I&#8217;d need to get their permission; and I don&#8217;t have Photoshop. Plus, Photoshop and the development tools I&#8217;d need only run on Mac and Windows, and I switched to Ubuntu almost 2 years ago.<br />
I know lots of people prefer Photoshop and hate GIMP. If so you can always do your work in Photoshop and just use GIMP for PSD conversion.</p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2010/12/01/script-convert-psd-files-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Dev Bash Utils</title>
		<link>http://seanhayes.name/2009/10/22/web-dev-bash-utils/</link>
		<comments>http://seanhayes.name/2009/10/22/web-dev-bash-utils/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 18:59:47 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Web Dev Bash Utils]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnu extensions]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[web development. bash]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=102</guid>
		<description><![CDATA[I&#8217;ve just open sourced these bash scripts I wrote for web development. They&#8217;re available on GitHub. Unfortunately they were written for use on a strict Unix environment with an outdated version of bash and without the benefit of GNU extensions &#8230; <a href="http://seanhayes.name/2009/10/22/web-dev-bash-utils/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just open sourced these bash scripts I wrote for web development. <del>They&#8217;re available on <a href="http://github.com/SeanHayes/web-dev-bash-utils">GitHub</a>.</del></p>
<p>Unfortunately they were written for use on a strict Unix environment with an outdated version of bash and without the benefit of GNU extensions (I was not the administrator), so they don&#8217;t currently work on Linux. My next step is to port them to Linux, and any help would be appreciated.</p>
<p>Update: I&#8217;ve seen some recent traffic to this post, and I wanted to let everyone know that this project has been taken down from GitHub. I didn&#8217;t have the time to port it to the GNU/Linux version of Bash, I didn&#8217;t really need the scripts anymore (if I did I&#8217;d rewrite them in Python, maybe using Fabric), and no one seemed interested in them, so I thought it would be better to take it down than leave a substandard, mostly unusable project on my GitHub profile.</p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2009/10/22/web-dev-bash-utils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color Management 0.5.1 Add-on Released</title>
		<link>http://seanhayes.name/2009/08/24/color-management-0-5-1-add-on/</link>
		<comments>http://seanhayes.name/2009/08/24/color-management-0-5-1-add-on/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 22:47:08 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Songbird]]></category>
		<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=71</guid>
		<description><![CDATA[This release just fixes a few bugs. Download Color Management 0.5.1.]]></description>
			<content:encoded><![CDATA[<p>This release just fixes a few bugs.</p>
<p>Download <a href="http://seanhayes.name/wp-content/uploads/2009/08/color_management_0.5.1.xpi">Color Management 0.5.1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2009/08/24/color-management-0-5-1-add-on/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Color Management 0.5 Add-on Released</title>
		<link>http://seanhayes.name/2009/08/10/color-management-0-5-add-on-released/</link>
		<comments>http://seanhayes.name/2009/08/10/color-management-0-5-add-on-released/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:05:08 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Songbird]]></category>
		<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=64</guid>
		<description><![CDATA[Sorry for the long delay everyone, I&#8217;ve been really busy at my new job. In about a month I plan on changing my website from a personal blog to an open source community, so hopefully I&#8217;ll get some volunteers to &#8230; <a href="http://seanhayes.name/2009/08/10/color-management-0-5-add-on-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sorry for the long delay everyone, I&#8217;ve been really busy at my new job. In about a month I plan on changing my website from a personal blog to an open source community, so hopefully I&#8217;ll get some volunteers to help out with development.</p>
<p>I&#8217;ve been having some problems with the Firefox Add-ons Site, so for now this will only be available here. Some new features are:</p>
<ul>
<li>Changed target application to XUL 1.9.1, so it <em>should</em> work with any XUL 1.9.1 based app, including:
<ul>
<li>Firefox 3.5</li>
<li>Thunderbird 3</li>
<li>SeaMonkey 2.0</li>
</ul>
</li>
<li>Updated for new options in XUL 1.9.1</li>
<li>Choose profile dialog now defaults to OS specific color profile folder on Windows, Mac, and Linux.</li>
</ul>
<p><a href="/wp-content/uploads/2009/08/color_management_0.5.xpi">Color Management 0.5 Add-on</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2009/08/10/color-management-0-5-add-on-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planned Upcoming Features for Color Management</title>
		<link>http://seanhayes.name/2008/06/16/planned-upcoming-features-color/</link>
		<comments>http://seanhayes.name/2008/06/16/planned-upcoming-features-color/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 18:07:06 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=14</guid>
		<description><![CDATA[Here&#8217;s some planned features for future releases of my Color Management extension: Prompt to restart after changing options File selector defaults to OS specific color profile directory Add filter to file selector for color profiles Ability to extract color profiles &#8230; <a href="http://seanhayes.name/2008/06/16/planned-upcoming-features-color/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some planned features for future releases of my Color Management extension:</p>
<ul>
<li>Prompt to restart after changing options
</li>
<li>File selector defaults to OS specific color profile directory</li>
<li>Add filter to file selector for color profiles</li>
<li>Ability to extract color profiles from images on a webpage and save to local color profile directory</li>
</ul>
<p>Also, if I&#8217;m not mistaken color management in Firefox 3 is only for images with embedded color profiles; if a color profile is referenced but not embedded in an image it&#8217;s not used. It would be nice to eventually allow referenced color profiles to be used, and maybe add a download feature for referenced color profiles that aren&#8217;t present on the user&#8217;s local machine.</p>
<p>If you have any other suggestions please comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2008/06/16/planned-upcoming-features-color/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Color Management 0.4</title>
		<link>http://seanhayes.name/2008/06/16/color-management-04/</link>
		<comments>http://seanhayes.name/2008/06/16/color-management-04/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 17:20:47 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Songbird]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=12</guid>
		<description><![CDATA[Here&#8217;s a quick release for my Color Management extension that fixes a bug with the file selector on Linux. I&#8217;ll be updating it again later today or tomorrow, but I wanted to get this released so that I can get &#8230; <a href="http://seanhayes.name/2008/06/16/color-management-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick release for my Color Management extension that fixes a bug with the file selector on Linux. I&#8217;ll be updating it again later today or tomorrow, but I wanted to get this released so that I can get my extension out of the Firefox add-ons Sandbox before the release of Firefox 3 Final tomorrow. Thanks to Tim Rowley for finding the bug. He&#8217;s also the guy who wrote the color management feature for Firefox 3.</p>
<p><a href="http://seanhayes.name/wp-content/uploads/2008/06/color_management_04.xpi">Download Color Management 0.4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2008/06/16/color-management-04/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Color Management 0.3</title>
		<link>http://seanhayes.name/2008/05/19/color-management-03/</link>
		<comments>http://seanhayes.name/2008/05/19/color-management-03/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:58:36 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://seanhayes.name/?p=9</guid>
		<description><![CDATA[Here&#8217;s the next version of my Color Management extension. This is just a compatibility update, supporting Firefox 3 RC1. In the next week I plan on releasing another version with some feature enhancements. I&#8217;ve been having trouble uploading the new &#8230; <a href="http://seanhayes.name/2008/05/19/color-management-03/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the next version of my Color Management extension. This is just a compatibility update, supporting Firefox 3 RC1. In the next week I plan on releasing another version with some feature enhancements.</p>
<p>I&#8217;ve been having trouble uploading the new version to the Firefox Add-ons Site (the connection keeps timing out), so for now it&#8217;ll only be available here.</p>
<p><a href="http://seanhayes.name/wp-content/uploads/2008/05/color_management_03.xpi">Download Color Management 0.3</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2008/05/19/color-management-03/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Color Management Extension Released</title>
		<link>http://seanhayes.name/2008/04/01/color-management-released/</link>
		<comments>http://seanhayes.name/2008/04/01/color-management-released/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 14:15:52 +0000</pubDate>
		<dc:creator>Seán Hayes</dc:creator>
				<category><![CDATA[Color Management]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[XUL]]></category>

		<guid isPermaLink="false">http://seanhayes.name/archives/5</guid>
		<description><![CDATA[Well, fixing the bugs in my Color Management extension went a lot faster than I though, and in 3 short days I had a usable release. Last night I posted my extension to the Firefox Add-ons site and the Songbird &#8230; <a href="http://seanhayes.name/2008/04/01/color-management-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well, fixing the bugs in my Color Management extension went a lot faster than I though, and in 3 short days I had a usable release. Last night I posted my extension to the <a href="https://addons.mozilla.org/en-US/firefox/addon/6891" title="Color Management :: Firefox Add-ons">Firefox Add-ons site</a> and the <a href="http://addons.songbirdnest.com/extensions/detail/201" title="Songbird Add-ons">Songbird Add-ons site</a>. It&#8217;s nice to see that in the 10 hours since I first posted it, my extension has been downloaded 7 times from the Songbird site.</p>
<p>I was able to add in the file browser fairly quickly, which is something I wasn&#8217;t planning on doing until after the first release. It&#8217;s a really simple extension, so all that&#8217;s left to do is add more localizations and fix bugs if there are any. If anyone finds any bugs or has a localization to add, just post below and I&#8217;ll add it in. The only other thing I can think of is linking to the <a href="http://www.color.org/version4html.xalter" title="Is your system ICC Version 4 ready?">ICC test page</a> and/or putting the test image right in the extension.</p>
<p><a href="http://seanhayes.name/2008/04/01/color-management-released/color-management/" rel="attachment wp-att-4" title="Color Management">Download the Color Management extension (Firefox 3.0b4, Songbird 0.5)</a></p>
<p><a href="http://seanhayes.name/wp-content/uploads/2008/04/color-management-preview-songbird.jpg" title="color-management-preview-songbird.jpg"><img src="http://seanhayes.name/wp-content/uploads/2008/04/color-management-preview-songbird.thumbnail.jpg" alt="color-management-preview-songbird.jpg" /></a><a href="http://seanhayes.name/wp-content/uploads/2008/04/color-management-preview-firefox.jpg" title="color-management-preview-firefox.jpg"><img src="http://seanhayes.name/wp-content/uploads/2008/04/color-management-preview-firefox.thumbnail.jpg" alt="color-management-preview-firefox.jpg" /></a></p>
<p>Below are links to information on Color Management that I found useful:</p>
<p><a href="http://jcornuz.wordpress.com/2008/02/21/firefox-3-color-managed-web-browser-coming-near-to-you/" title="Firefox 3: color managed web browser coming near to you">Firefox 3: color managed web browser coming near to you</a><br />
<a href="http://www.sanneblad.se/johan/index.php/2008/03/22/firefox-3-color-management-done-right/" title="FireFox 3 - Color Management Done Right">FireFox 3 &#8211; Color Management Done Right</a><br />
<a href="http://kb.mozillazine.org/Gfx.color_management.display_profile" title="Gfx.color_management.display_profile">Gfx.color_management.display_profile</a><br />
<a href="http://www.news.com/Safari-ushers-in-better-browser-colors/2100-1012_3-6191815.html" title="Safari ushers in better browser colors">Safari ushers in better browser colors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://seanhayes.name/2008/04/01/color-management-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

