<?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>Much ado about pixels</title>
	<atom:link href="http://blog.seanmartell.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seanmartell.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 03:18:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Illustrating a Hologram in Vector</title>
		<link>http://blog.seanmartell.com/2010/04/27/vector-hologram/</link>
		<comments>http://blog.seanmartell.com/2010/04/27/vector-hologram/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 21:46:54 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=620</guid>
		<description><![CDATA[
During a Mozilla Labs week a while back, I was tasked with creating a logo for a yet to be realized project that centered around a person&#8217;s contacts.  That initial experiment has matured into a full Labs project and is now up and running as Mozilla Labs Contacts, so head on over and check it [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.seanmartell.com/wp-content/uploads/2010/04/contacts-1.jpg" rel="lightbox[620]"><img class="aligncenter size-full wp-image-621 postImg" title="contacts-1" src="http://blog.seanmartell.com/wp-content/uploads/2010/04/contacts-1.jpg" alt="" width="600" height="719" /></a></p>
<p>During a Mozilla Labs week a while back, I was tasked with creating a logo for a yet to be realized project that centered around a person&#8217;s contacts.  That initial experiment has matured into a full Labs project and is now up and running as Mozilla Labs Contacts, so head on over and <a href="https://mozillalabs.com/contacts/">check it out</a>.</p>
<p>When it comes to the actual logo, whatever possessed me to try and illustrate a field of undulating light in vector is beyond me.  I may have been mad at myself for not grabbing a cup of coffee that morning, or perhaps I was keen on having a headache that day.  Either way, it happened &#8211; so I thought I&#8217;d share the process.</p>
<p>First order of business, I illustrated the address book.  A fairly straight forward illustration &#8211; gradients and strips of color forming the volume of the pages and cover.  As always, applying more than one gradient to a shape using the Appearance panel within Illustrator is key to getting volume, ambient light and shadows looking the way you want.  Layering colors and gradients using different transparency effects is the greatest technique for building anything in vector.</p>
<p>Now comes the fun part &#8211; projected holographic light!  Of course, the line &#8220;Help me Obi Wan..&#8221; popped into my head as soon as I started and stuck as the main inspiration for the visual.  The first step was to create a human shape on a similar 3/4 plane as the book.  I hunted around for an inspirational image and found a nice classic bust sculpture at the proper angle.  The next task was illustrating it with high contrast light and shadow outlines to allow a&#8221;pass through&#8221; look for the 3D light form.  A bottom up radial gradient gave the illusion of a light source originating from the book which I then augmented with another full outline of the shape including the beam itself.  Adding a &#8220;Stylize &gt; Feather&#8221; effect to the vector shape gave it a nice transparent gaseous look and completed the form.  Of course, the whole technology of projected holograms is not yet perfected, so I had to create an overlay gradient of wavy lines to convey signal frequency issues.  All the needed elements were now complete.  Put them together and what have you got?  Bippity boppity boo in most cases, but in this case a somewhat believable hologram.</p>
<p>At some point I may create a video showing the techniques used in the creation of one of my logos.  I&#8217;ll be sure to see what I can whip up in the form of an instructional video when I can find the time.  *presses the laugh track button*  Seriously, though, I&#8217;ll see what I can come up with.</p>
<p style="text-align: center;"><a href="http://blog.seanmartell.com/wp-content/uploads/2010/04/contacts-3.jpg" rel="lightbox[620]"><img class="aligncenter size-full wp-image-626 postImg" title="contacts-3" src="http://blog.seanmartell.com/wp-content/uploads/2010/04/contacts-3.jpg" alt="" width="600" height="586" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2010/04/27/vector-hologram/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Raindrop Logo in CSS</title>
		<link>http://blog.seanmartell.com/2010/03/25/raindrop-logo-in-css/</link>
		<comments>http://blog.seanmartell.com/2010/03/25/raindrop-logo-in-css/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 22:25:08 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=607</guid>
		<description><![CDATA[
Playing around with -moz-radial-gradient this past while, and seeing the amazing job done on the CSS Opera logo by David Desandro, I thought I&#8217;d have a go at recreating one of the logos I illustrated within the past year using pure CSS.
The Raindrop logo I created was the prime candidate, as my first thoughts were [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter postImg" title="Raindrop CSS" src="http://mozilla.seanmartell.com/raindrop/raindrop.png" alt="" width="600" height="478" /></p>
<p>Playing around with -moz-radial-gradient this past while, and seeing the amazing job done on the <a href="http://desandro.com/articles/opera-logo-css/">CSS Opera logo</a> by David Desandro, I thought I&#8217;d have a go at recreating one of the logos I illustrated within the past year using pure CSS.</p>
<p>The Raindrop logo I created was the prime candidate, as my first thoughts were &#8220;hey, three of the corners are basically -moz-border-radius set to 100%!&#8221;  Done.</p>
<p>Next was to figure out how to construct it. Well, turns out I made myself a cheat sheet shortly after I designed the logo, highlighting the gradient elements I layered within the shape using the appearance palette:</p>
<p><img class="aligncenter" title="Raindrop Decon" src="http://mozilla.seanmartell.com/raindrop/raindrop_decon.png" alt="" width="600" height="603" /></p>
<p>Using the separate elements as a guide, I built out the shapes and gradients checking the rgb settings and their gradient percentage positioning in Illustrator.  Turns out, it translates pretty well.  Only a few tweaks here and there.</p>
<p>In the end, it isn&#8217;t perfect, but pretty close for a half hour test.  If I can sort out using ellipse gradients vs circles, I should be able to make it much closer to the original image.</p>
<p>Have a look at the result <a href="http://mozilla.seanmartell.com/raindrop/">here</a> and be sure to use zoom in the browser to see it scale!</p>
<p><em><strong>Note: I did this as a quick test using only -moz CSS rules. At some point I will try and get this working across all browsers that use border radius and gradients.</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2010/03/25/raindrop-logo-in-css/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Mozilla Labs Website Refresh</title>
		<link>http://blog.seanmartell.com/2010/01/27/mozilla-labs-website-refresh/</link>
		<comments>http://blog.seanmartell.com/2010/01/27/mozilla-labs-website-refresh/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 22:00:32 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=580</guid>
		<description><![CDATA[No, I&#8217;m not going to talk to you about a tablet.
I&#8217;m going to talk to you about a website!  The Mozilla Labs website, now with a fresh new coat of paint! *throws up arms in rejoicing fashion*  Today, we&#8217;ve launched the new theme for the Mozilla Labs site and our project pages.  Wider articles, bigger [...]]]></description>
			<content:encoded><![CDATA[<p>No, I&#8217;m not going to talk to you about a tablet.</p>
<p>I&#8217;m going to talk to you about a website!  The <a href="http://mozillalabs.com">Mozilla Labs website</a>, now with a fresh new coat of paint! *throws up arms in rejoicing fashion*  Today, we&#8217;ve launched the new theme for the Mozilla Labs site and our project pages.  Wider articles, bigger pictures, in-your-face headlines, it has it all.  Need to know what the author of an article looks like?  We&#8217;ve got that too!  And diagonal lines&#8230; did I mention diagonal lines?  We&#8217;re swimming in them.</p>
<p>Please head on over and look around.  We&#8217;ll be evolving the site further in the weeks and months ahead, adding newer navigation and expanded project descriptions, so stay tuned.  Please feel free to give me your feedback and if you find anything that may need fixing, please don&#8217;t hesitate to contact us.</p>
<p>There&#8217;s one more thing&#8230;</p>
<p>For those of you who now demand nothing but diagonal line artwork, I have created a fresh new Persona to usher in the launch.  Feel free to gird your browser with the Mozilla Labs Refresh persona, now live at getpersonas.com &#8211; <a href="http://www.getpersonas.com/en-US/persona/87345 ">http://www.getpersonas.com/en-US/persona/87345 </a>!</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2010/01/27/mozilla-labs-website-refresh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Logomania, Yet Again!</title>
		<link>http://blog.seanmartell.com/2009/12/04/logomania-yet-again/</link>
		<comments>http://blog.seanmartell.com/2009/12/04/logomania-yet-again/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 01:37:00 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=559</guid>
		<description><![CDATA[It has been a little while since I have discussed any designs I&#8217;ve been working on at Mozilla, so I thought I&#8217;d share some of the logos that I&#8217;ve created over the past little while.  Both logos showcased here are designed purely in vector within Illustrator and take advantage of many new features found in [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a little while since I have discussed any designs I&#8217;ve been working on at Mozilla, so I thought I&#8217;d share some of the logos that I&#8217;ve created over the past little while.  Both logos showcased here are designed purely in vector within Illustrator and take advantage of many new features found in Illustrator CS4.  Enjoy!</p>
<p><img class="alignnone size-full wp-image-560 postImg" title="drumbeat_blog" src="http://blog.seanmartell.com/wp-content/uploads/2009/12/drumbeat_blog.png" alt="drumbeat_blog" width="667" height="394" /></p>
<h3>About Drumbeat</h3>
<p>Mozilla Drumbeat is global community of people creating tools  that enable internet users to understand, participate and take control  of their online lives. Drumbeat provides an opportunity for these people  to share project ideas &#8212; and finds contributors, funds and advice to  help the most promising projects succeed. Mozilla also directly leads a  number of Drumbeat projects of its own. <a href="https://wiki.mozilla.org/drumbeat">https://wiki.mozilla.org/drumbeat</a></p>
<p><img class="alignnone size-full wp-image-561 postImg" title="firebug_blog" src="http://blog.seanmartell.com/wp-content/uploads/2009/12/firebug_blog.png" alt="firebug_blog" width="667" height="394" /></p>
<h3>About Firebug</h3>
<p>Firebug integrates with Firefox to put a wealth of web development tools  at your fingertips while you browse.  You can edit, debug, and monitor  CSS, HTML, and JavaScript live in any web page. <a href="http://getfirebug.com/">http://getfirebug.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/12/04/logomania-yet-again/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Lose Money Fast on your Xbox 360</title>
		<link>http://blog.seanmartell.com/2009/10/18/how-to-lose-money-fast-on-your-xbox-360/</link>
		<comments>http://blog.seanmartell.com/2009/10/18/how-to-lose-money-fast-on-your-xbox-360/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 23:21:24 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=553</guid>
		<description><![CDATA[I&#8217;ve come to discover a very interesting feature with the Xbox 360&#8217;s dashboard. When programming your Xbox 360 Universal Remote, be sure to first have your TV tuned to the video signal from the 360 and for the love of all that is good and holy LOGOUT of Xbox Live!
Unfortunately, I can confirm that as [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come to discover a very interesting feature with the Xbox 360&#8217;s dashboard. When programming your Xbox 360 Universal Remote, be sure to first have your TV tuned to the video signal from the 360 and for the love of all that is good and holy LOGOUT of Xbox Live!</p>
<p>Unfortunately, I can confirm that as you program the remote, if there is a purchasable item in the first panel of the default &#8220;Spotlight&#8221; section of the dashboard, pressing &#8220;OK+TV&#8221; multiple times to check different TV codes will handily purchase said product.  I mistakenly decided to program my remote while still getting the video signal from my digital cable box &#8211; unaware that the whole time my programming actions were also directing the 360 dashboard to purchase GTA IV as a direct download.</p>
<div id="attachment_554" class="wp-caption alignnone" style="width: 630px"><img class="size-full wp-image-554 postImg" title="360nxe1" src="http://blog.seanmartell.com/wp-content/uploads/2009/10/360nxe1.jpg" alt="The Xbox 360 Spotlight Channel.  Beware!" width="620" height="352" /><p class="wp-caption-text">The Xbox 360 Spotlight Channel.  Beware!</p></div>
<p>To add to the pain, Microsoft&#8217;s policy on purchasing content on Xbox Live! is no refunds, all sales final.  I was on the phone with 4 different representatives today ( I must add all quite friendly and understanding ) who in the end confirmed there was nothing they could do, not even a credit to my account, for that would be against policy.</p>
<p>Let&#8217;s compound that pain by the discovery that I can&#8217;t even get the item that was mistakenly purchased.  I have a 20Gb HD on my 360 and in order to download the full game, I would have to wipe most of my content or buy a premium priced 120Gb HD from Microsoft. Fantastic.</p>
<p>I have been on Xbox Live! since 2004 and due to this unfortunate experience, I have asked them to cancel the auto-renewal on my account.  A funny coincidence to all of this was that it happened the day after I bought a Nintendo Wii.</p>
<p>So dear Xbox, apparently I CAN quit you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/10/18/how-to-lose-money-fast-on-your-xbox-360/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Space, Vectors, and wee Mozillians</title>
		<link>http://blog.seanmartell.com/2009/09/15/space-vectors-and-wee-mozillians/</link>
		<comments>http://blog.seanmartell.com/2009/09/15/space-vectors-and-wee-mozillians/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 21:48:24 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[karaoke]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[vector]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=511</guid>
		<description><![CDATA[My life at Mozilla can be summed up in one statement &#8211; another day, another insanely fun design request.  The latest example I have for your viewing pleasure is the result of a request for branding the new Add-ons Developer Hub &#8211; coming soon to an internet near you.  It isn&#8217;t every day you get [...]]]></description>
			<content:encoded><![CDATA[<p>My life at Mozilla can be summed up in one statement &#8211; another day, another insanely fun design request.  The latest example I have for your viewing pleasure is the result of a request for branding the new Add-ons Developer Hub &#8211; coming soon to an internet near you.  It isn&#8217;t every day you get a design request that involves words like &#8220;hub&#8221; and &#8220;portal&#8221; so my mind instantly went on overdrive and within seconds spit out &#8220;space station&#8221; as a creative answer.  The following debrief is where I went from there.</p>
<h2>Initial Inspiration</h2>
<p><img class="alignleft size-full wp-image-512 postImg" title="SpacemanSpiff13-N" src="http://blog.seanmartell.com/wp-content/uploads/2009/09/SpacemanSpiff13-N.jpg" alt="SpacemanSpiff13-N" width="256" height="214" />To me, and quite likely to most of you out there, a subject such as a space station can drum up lots of imagery.  We&#8217;re bombarded with Sci-Fi constantly and we get to see lots of space vessels and stations in all the glowy, shiny bits of Star Trek, Star Wars and Battlestar Galactica moving picture shows.  Now those are all excellent sources for inspiration, but my mind decided to travel into the deep recesses of my brain to two excellent sources from my childhood &#8211; Calvin and Hobbes&#8217; Spaceman Spiff and Space Quest 3: The Pirates of Pestulon.</p>
<p>With Spaceman Spiff, we have an example of space vehicle design at its simplest, and in my mind, the perfect look for a ship in the logo.  It&#8217;s a classic UFO saucer style, full glass dome and all.  I have the entire Calvin and Hobbes collection in hardcover and I couldn&#8217;t let this opportunity to draw inspiration from my favorite childhood comic pass me by.  DEATH TO NAGOONS!  Done.<img class="alignright size-full wp-image-514 postImg" title="sq3-monolith-outside" src="http://blog.seanmartell.com/wp-content/uploads/2009/09/sq3-monolith-outside.gif" alt="sq3-monolith-outside" width="320" height="190" /></p>
<p>Now when thinking about the design of the space station itself, my mind went straight to Monolith Burger from Space Quest 3.  I spent many an hour trying to land Astro Chicken on the pads in the arcade mini-game found within its pressurized walls.  The interstellar diner is apparently now firmly etched within my brain.  This game still holds steady as one of my top five games of all time.  The Two Guys from Andromeda were geniuses and it was a sad day when Ken and Roberta Williams handed over the reigns of Sierra.  But I digress.  Achievement unlocked: Space station inspiration. On to the sketches.</p>
<h2>A Few Quick Sketches</h2>
<p>Having gathered my sketching markers and moleskin, I began sketching out some station designs.  As much fun as it is to use a Wacom Cintiq, nothing beats sketching in a moleskin with a graphic pen. There is no undo and if you make a mistake, most times you can turn that mistake into a new feature you hadn&#8217;t planned.  Happy accidents.</p>
<p><img class="alignnone size-full wp-image-519 postImg" title="29014515" src="http://blog.seanmartell.com/wp-content/uploads/2009/09/29014515.jpg" alt="29014515" width="360" height="480" /></p>
<h2>Final Logo Design</h2>
<p>In the end, I&#8217;m happy with how the logo turned out.  It took 5 hours total once I started illustrating it with vector.  I kept the palette the same as the Add-ons logo and went with more of a brass look to the station instead of a standard greenish-grey &#8220;space metal&#8221; look.  If you look closely, the inhabitants of the station are wee Mozillians that are either planning for Browser Wars or forming a song list for the inevitable Karaoke marathon that occurs in every space station.  Be prepared for their next move.</p>
<p><img class="alignnone size-full wp-image-528 postImg" title="hub1" src="http://blog.seanmartell.com/wp-content/uploads/2009/09/hub1.png" alt="hub1" width="628" height="277" /></p>
<p><img class="alignnone size-full wp-image-529" title="hub2" src="http://blog.seanmartell.com/wp-content/uploads/2009/09/hub2.png" alt="hub2" width="699" height="517" /></p>
<p><img class="alignnone size-full wp-image-530 postImg" title="Picture 1" src="http://blog.seanmartell.com/wp-content/uploads/2009/09/Picture-1.png" alt="Picture 1" width="461" height="338" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/09/15/space-vectors-and-wee-mozillians/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mozilla Creative Collective is Live!</title>
		<link>http://blog.seanmartell.com/2009/08/19/mozilla-creative-collective-is-live/</link>
		<comments>http://blog.seanmartell.com/2009/08/19/mozilla-creative-collective-is-live/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 20:23:56 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[creative collective]]></category>
		<category><![CDATA[MCC]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=494</guid>
		<description><![CDATA[
Yes, that&#8217;s right, the Mozilla Creative Collective is up and running and we want you to join!Â  Why you say?Â  Well, did you know that there are achievement badges and design challenges?Â  Did you know you can create your own gallery for others to view and comment on?Â  Did you know you can do all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://creative.mozilla.org"><img class="size-full wp-image-495  alignright" title="Creative Collective logo" src="http://blog.seanmartell.com/wp-content/uploads/2009/08/Creative-Collective-logo.png" alt="Creative Collective logo" width="439" height="413" /></a></p>
<p>Yes, that&#8217;s right, the <a href="http://creative.mozilla.org">Mozilla Creative Collective</a> is up and running and we want you to join!Â  Why you say?Â  Well, did you know that there are achievement badges and design challenges?Â  Did you know you can create your own gallery for others to view and comment on?Â  Did you know you can do all of this for the low, low price of FREE?Â  That&#8217;s right folks. It&#8217;s your one-stop-shop for flexing your creative muscle and showing the Mozilla community your mad, mad skills.</p>
<p>Did I mention achievement badges?</p>
<p>&#8230;</p>
<h3><em>About the Mozilla Creative Collective</em></h3>
<p><em>The Creative Collective is a community of artists and designers inspired by the Mozilla ideals of openness, innovation and participation.</em></p>
<p><em>We believe in the power of well-made and widely distributed art, and want to make it possible for artists to cover the web with designs inspired by Mozilla and the principles we stand for. We also want to showcase the talents of our members by giving them the opportunity to share their work with a global audience.</em></p>
<p><em>To do this, we&#8217;ve created an online social environment where designers and non-designers alike can connect and collaborate in a positive, communal manner. Where things go from here is up to you, but we&#8217;re looking forward to seeing what happens!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/08/19/mozilla-creative-collective-is-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Animated Personas?  Sure!</title>
		<link>http://blog.seanmartell.com/2009/08/07/animated-personas-sure/</link>
		<comments>http://blog.seanmartell.com/2009/08/07/animated-personas-sure/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 23:37:00 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=487</guid>
		<description><![CDATA[
When it comes to creating Personas for Firefox, most people don&#8217;t realize a wee little fun fact about the creation process.Â  If you create a few different frames at the proper dimensions for both the header and the footer, you can piece them together as an aPNG (the example Persona below has a description that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-490 postImg" title="personas" src="http://blog.seanmartell.com/wp-content/uploads/2009/08/personas.png" alt="personas" width="630" height="270" /></p>
<p>When it comes to creating <a href="http://www.getpersonas.com">Personas</a> for Firefox, most people don&#8217;t realize a wee little fun fact about the creation process.Â  If you create a few different frames at the proper dimensions for both the header and the footer, you can piece them together as an aPNG (the example Persona below has a description that says animated GIF, which will work locally for testing, but only aPNGs are accepted at getpersonas.com).Â  A handy add-on to use for the process is <a href="https://addons.mozilla.org/en-US/firefox/addon/5519">aPNG Edit</a>, found at <a href="https://addons.mozilla.org/en-US/firefox/">addons.mozilla.org</a>.</p>
<p>Test out your creation using the &#8220;Custom Persona&#8221; preference, make sure it looks good to go, submit it to getpersonas.com, and congratulations &#8211; you&#8217;ve just made an animated skin for your browser!</p>
<p>To see one in action, pop on over to my gallery and <strong><a href="http://www.getpersonas.com/persona/41360">see the animated cloud example</a></strong> I recently posted.  It is a quick little example, so feel free to better me and make some amazing (stick to the subtle side, no insane blinking please) background animations for Firefox!</p>
<p>I await your creative responses!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/08/07/animated-personas-sure/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Photography: Summer Nights</title>
		<link>http://blog.seanmartell.com/2009/08/01/photography-summer-nights/</link>
		<comments>http://blog.seanmartell.com/2009/08/01/photography-summer-nights/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 03:32:53 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=481</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 640px"><a class="flickr-image alignnone" title="Summer nights" href="http://www.flickr.com/photos/mart3ll/3779237995/" target="_blank"><img class="postImg " src="http://farm4.static.flickr.com/3626/3779237995_9b9684aa7f_o.jpg" alt="Summer nights" width="630" height="419" /></a><p class="wp-caption-text">mmm... summer.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/08/01/photography-summer-nights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet Another Blog Theme</title>
		<link>http://blog.seanmartell.com/2009/07/31/yet-another-blog-theme/</link>
		<comments>http://blog.seanmartell.com/2009/07/31/yet-another-blog-theme/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 01:45:10 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=463</guid>
		<description><![CDATA[It&#8217;s that time again, when I decide a couple of weeks is far too long to have the same old theme for my blog.Â  I have to say, I think I may have an addiction of sorts with CSS and discovering all the fancy new things it is capable of in Firefox 3.5+.Â  From all [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_467" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-467 postImg " title="img" src="http://blog.seanmartell.com/wp-content/uploads/2009/07/img.jpg" alt="img" width="600" height="337" /><p class="wp-caption-text">hey look!  CSS!  </p></div>
<p>It&#8217;s that time again, when I decide a couple of weeks is far too long to have the same old theme for my blog.Â  I have to say, I think I may have an addiction of sorts with CSS and discovering all the fancy new things it is capable of in Firefox 3.5+.Â  From all the glorious fonts I am now able to use, to the experiments with box-shadow, there&#8217;s never a dull moment.</p>
<p>This latest theme was built pretty much from scratch.Â  I started with the un-theme called Starkers &#8211; a bare-bones theme with zero CSS design.Â  Using that as my canvas I played around with the layout and hackery skills I&#8217;ve developed along the way and came up with what you see before you.Â  I&#8217;m enjoying it (for the time being) for its cleanliness and use of font as main design element.Â  I&#8217;m thinking more of my designs moving forward will utilize font as one of the core foundations to the work.</p>
<p>So there you have it.Â  A new month, a new theme.Â  This time, no longer simply taking someone&#8217;s already built Wordpress theme and modifying it, but a &#8220;from scratch&#8221; work.Â  It&#8217;ll evolve I&#8217;m sure, but let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/07/31/yet-another-blog-theme/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
