<?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 &#187; Mozilla</title>
	<atom:link href="http://blog.seanmartell.com/ramblings/mozilla/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>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>A Web Browser Renaissance</title>
		<link>http://blog.seanmartell.com/2009/06/30/a-web-browser-renaissance/</link>
		<comments>http://blog.seanmartell.com/2009/06/30/a-web-browser-renaissance/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:22:13 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[Firefox 3.5]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=405</guid>
		<description><![CDATA[

With the launch of Firefox 3.5 today, I&#8217;m excited to post an all new wallpaper to commemorate the event!
Within the web today,  a browsing transformation is underway.Â  We&#8217;re seeing constant advancement from the static browsing Middle Ages of old and the ushering in of a new Modern Era of openness, speed and security.
Taking advantage [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-416 postImg" title="dv1" src="http://blog.seanmartell.com/wp-content/uploads/2009/06/dv1.jpg" alt="dv1" width="650" height="200" /></p>
<p><img class="alignright size-full wp-image-421" title="firefox_davinci" src="http://blog.seanmartell.com/wp-content/uploads/2009/06/firefox_davinci.png" alt="firefox_davinci" width="334" height="353" /></p>
<p>With the <a title="Firefox 3.5" href="http://www.mozilla.com/en-US/firefox/" target="_blank">launch of Firefox 3.5</a> today, I&#8217;m excited to post an all new wallpaper to commemorate the event!</p>
<p>Within the web today,  a browsing transformation is underway.Â  We&#8217;re seeing constant advancement from the static browsing Middle Ages of old and the ushering in of a new Modern Era of openness, speed and security.</p>
<p>Taking advantage of all  the glorious advancements this new era has to offer has never been easier with  the <a title="Firefox 3.5" href="http://www.mozilla.com/en-US/firefox/" target="_blank">newly relased Firefox 3.5</a>!</p>
<p>To add to the excitement, when a person decides to upgrade to the speediest, safest and most advanced Firefox yet, it is best to update your desktop wallpaper to show your love for the browser.Â  Why not download a freshly baked Firefox 3.5 wallpaper?Â  Our wallpaper is rich in pixels and has 100% of your daily visual intake of Firefox fun.</p>
<p>A big shout out to the team of Alex Faaborg, Jennifer Boriss, Alexander Limi and John Slater for the idea and feedback!</p>
<p>Now, go get one now!</p>
<p><em>(Update: Now get this wallpaper as a <a title="Firefox Persona Skin!" href="http://www.getpersonas.com/persona/34365" target="_blank">Firefox Persona skin</a>!)</em></p>
<div id="attachment_428" class="wp-caption alignnone" style="width: 410px"><a href="http://people.mozilla.com/~jdrew/martell/FF35_ws.jpg" rel="lightbox[405]"><img class="size-full wp-image-428 postImg" title="davinci_ws_thumb" src="http://blog.seanmartell.com/wp-content/uploads/2009/06/davinci_ws_thumb.jpg" alt="download the widescreen version" width="400" height="250" /></a><p class="wp-caption-text">download the widescreen version</p></div>
<div id="attachment_429" class="wp-caption alignnone" style="width: 410px"><a href="http://people.mozilla.com/~jdrew/martell/FF35_fs.jpg" rel="lightbox[405]"><img class="size-full wp-image-429 postImg" title="davinci_fs_thumb" src="http://blog.seanmartell.com/wp-content/uploads/2009/06/davinci_fs_thumb.jpg" alt="download the fullscreen version" width="400" height="300" /></a><p class="wp-caption-text">download the fullscreen version</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/06/30/a-web-browser-renaissance/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>Open Video: I Want My OGG</title>
		<link>http://blog.seanmartell.com/2009/06/01/open-video-i-want-my-ogg/</link>
		<comments>http://blog.seanmartell.com/2009/06/01/open-video-i-want-my-ogg/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:50:13 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=392</guid>
		<description><![CDATA[Last Friday I decided to have a go at teaching myself After Effects.Â  I&#8217;ve been wanting to test the waters of motion graphics for a while and decided to take the plunge.Â  A few hours later I had the startings of a fun intro video I&#8217;ve been wanting to create for some time now.Â  It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_401" class="wp-caption alignnone" style="width: 610px"><img class="size-full wp-image-401 postImg" title="ogg2" src="http://blog.seanmartell.com/wp-content/uploads/2009/06/ogg2.jpg" alt="ogg2" width="600" height="337" /><p class="wp-caption-text">and your clicks for free.</p></div>
<p>Last Friday I decided to have a go at teaching myself After Effects.Â  I&#8217;ve been wanting to test the waters of motion graphics for a while and decided to take the plunge.Â  A few hours later I had the startings of a fun intro video I&#8217;ve been wanting to create for some time now.Â  It&#8217;s no where near complete as I want to inject whimsy and merriment to a higher degree, but it&#8217;s a start.</p>
<p>Exporting the video to Quicktime, it weighed in at a hefty 250Mb at 1280 x 720.Â  Ouch.</p>
<p>So what did I do?Â  I gave the OGG format a whirl.Â  An open video standard with dead simple &lt;video&gt; code bits to slap &#8216;er into a page?Â  Sure!Â  Sign me up.</p>
<p>The result was the 1280 x 720 250Mb Quicktime turning into a 1280 x 720 1.5 Mb OGG file.Â  Now I don&#8217;t know about you, but that seems pretty fantastic to me.</p>
<p><a href="http://mozilla.seanmartell.com/OGV/" target="_self">Here is the result</a> for your viewing pleasure (<a title="Firefox 3.5" href="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank">Firefox 3.5 beta</a> required to view).</p>
<p>Enjoy!</p>
<p>note: I&#8217;m sure my lack of knowledge about video codecs and compression may be showing in regards to the file sizes, but hey, I&#8217;m just starting out in the moving picture scene. <img src='http://blog.seanmartell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/06/01/open-video-i-want-my-ogg/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CSS3 &amp; Flexible UI: Avoid Recutting UI Graphics for Mobile</title>
		<link>http://blog.seanmartell.com/2009/04/21/css3-flexible-ui-avoid-recutting-ui-graphics-for-mobile/</link>
		<comments>http://blog.seanmartell.com/2009/04/21/css3-flexible-ui-avoid-recutting-ui-graphics-for-mobile/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 01:55:25 +0000</pubDate>
		<dc:creator>mart3ll</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://blog.seanmartell.com/?p=310</guid>
		<description><![CDATA[Working on the Fennec UI has been an amazing experience.
Designing UI elements for a mobile browser has taught me a great deal when it comes to creating interactive graphical elements that are to be used in a very small space.Â  Of course, when I say small space, I mean a small space that has the [...]]]></description>
			<content:encoded><![CDATA[<p>Working on the Fennec UI has been an amazing experience.</p>
<p>Designing UI elements for a mobile browser has taught me a great deal when it comes to creating interactive graphical elements that are to be used in a very small space.Â  Of course, when I say small space, I mean a small space that has the potential to be different for each handset out there.Â  Not only are we talking resolution differences, but  the screen DPI can change from device to device as well.</p>
<p>So after resizing and re-slicing the Fennec UI for the second time, I quickly realized that this could be a full-time job for a team of designers depending on the list of handsets Fennec will be appearing on.</p>
<p>Hold the phone&#8230;Â  whats this?Â  <a href="https://developer.mozilla.org/en/Firefox_3.5_for_developers">Firefox 3.5 enables a new slew of fun CSS3 design styles</a> eh? Rounded edges eh?Â  Embedded fonts eh?</p>
<p>* gears turning, monkeys typing, hamsters running *</p>
<p>What if we could replace almost all of the graphical UI elements within Fennec with CSS created equivalents?Â  As a designer, am I comfortable bypassing Photoshop and letting CSS run the pixel rodeo?Â  After a few initial tests, the answer to both of those questions was a very solid &#8220;yes&#8221;.Â  A solid &#8220;friggin&#8217; right&#8221; if in Cape Breton.</p>
<p><span style="color: #993300;"><em>DISCLAIMER: These design tests are done to see how close we can get CSS to replicate rasterized images. The elements you will see here may or may not appear in any Fennec builds. </em></span></p>
<h2>Toggles and Options</h2>
<p>The first challenge was creating &#8220;on/off&#8221; toggles for the preferences pane within Fennec.Â  Doing some quick research into what could be done with CSS3 in Firefox 3.5, the ultimate arsenal was discovered: the <em>-moz-border-radius, -moz-border-color, @font-face,</em> and <em>opacity</em> styles.</p>
<div id="attachment_319" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-319 postImg" title="12" src="http://blog.seanmartell.com/wp-content/uploads/2009/04/12.jpg" alt="12" width="650" height="327" /><p class="wp-caption-text">Glorious CSS3 comes to the mobile UI rescue!</p></div>
<p>As you can see, the resulting UI is super crisp.Â  There are zero graphics involved in any of these toggles.Â  Here is an example of the code for the first &#8220;on/off&#8221; set:</p>
<p><em>.toggleONleft {<br />
font-family: &#8216;DroidSans-Bold&#8217;;<br />
text-transform:uppercase;<br />
padding: 0px 8px 0px 12px;<br />
-moz-border-radius-topleft: 0.5em;<br />
-moz-border-radius-bottomleft: 0.5em;<br />
-webkit-border-top-left-radius: 0.5em;<br />
-webkit-border-bottom-left-radius: 0.5em;<br />
border-top: 4px solid #aaa;<br />
border-left: 4px solid #ccc;<br />
border-right: 4px solid #ccc;<br />
border-bottom: 4px solid #ccc;<br />
-moz-border-top-colors:#aaa #bbb #ccc #ddd;<br />
-moz-border-left-colors:#aaa #bbb #ccc #ddd;<br />
-moz-border-bottom-colors:#aaa #bbb #ccc #ddd;<br />
-moz-border-right-colors:#aaa #bbb #ccc #ddd;<br />
background-color: #ddd;<br />
display: inline;<br />
}</em></p>
<p><em>.toggleOFFright {<br />
font-family: &#8216;DroidSans-Bold&#8217;;<br />
text-transform:uppercase;<br />
color:#414141;<br />
padding: 0px 12px 0px 8px;<br />
-moz-border-radius-topright: 0.5em;<br />
-moz-border-radius-bottomright: 0.5em;<br />
-webkit-border-top-right-radius: 0.5em;<br />
-webkit-border-bottom-right-radius: 0.5em;<br />
border-top: 4px solid #ccc;<br />
border-left: 4px solid #ccc;<br />
border-right: 4px solid #ccc;<br />
border-bottom: 4px solid #aaa;<br />
-moz-border-top-colors:#aaa #fff #fff #fff;<br />
-moz-border-right-colors:#aaa #dedede #efefef #fafafa;<br />
-moz-border-left-colors:#aaa #dedede #efefef #fafafa;<br />
-moz-border-bottom-colors:#aaa #dedede #efefef #fafafa;<br />
background-color: #fff;<br />
display: inline;<br />
}</em></p>
<h2>Dark Toggles</h2>
<div id="attachment_318" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-318 postImg" title="22" src="http://blog.seanmartell.com/wp-content/uploads/2009/04/22.jpg" alt="22" width="650" height="286" /><p class="wp-caption-text">The dark toggles really give off a 3D effect</p></div>
<p>Dark toggles were very simple to create now that  the above CSS was already written.Â  It was just a matter of setting the fill colors, border radius, and gradient border colors.Â  Resizing these for different resolutions takes minutes of hex color and margin/padding tweaks!Â  That&#8217;s it.</p>
<h2>Buttons</h2>
<div id="attachment_315" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-315 postImg" title="51" src="http://blog.seanmartell.com/wp-content/uploads/2009/04/51.jpg" alt="The only graphical element of the buttons is now the center glyph!" width="650" height="159" /><p class="wp-caption-text">The only graphical element of the buttons is now the center glyph!</p></div>
<p>Next was the challenge of seeing how close we could get to matching <a href="http://blog.seanmartell.com/2009/04/06/revisiting-the-fennec-default-theme/">the mockups I created a while back</a>.Â  Turns out, pretty close indeed.Â  Having to use an image for only the glyph in the middle makes button creation much, much easier.</p>
<p><em>.button {<br />
padding: 8px 4px;<br />
font-family: &#8216;DroidSans-Bold&#8217;;<br />
color:#fff;<br />
width: 24px;<br />
-moz-border-radius: 0.5em;<br />
-webkit-border-radius: 0.5em;<br />
border-top: 4px solid #ccc;<br />
border-left: 4px solid #ccc;<br />
border-right: 4px solid #ccc;<br />
border-bottom: 4px solid #aaa;<br />
-moz-border-top-colors:#3b3b3b #6d6d6d #535353 #494949;<br />
-moz-border-right-colors:#2d2d2d #484848 #484848 #414141;<br />
-moz-border-left-colors:#2d2d2d #484848 #484848 #414141;<br />
-moz-border-bottom-colors:#111111 #484848 #484848 #414141;<br />
background: #414141 url(&#8216;buttonBg.png&#8217;) repeat-x top center;<br />
display: inline;<br />
}</em></p>
<p><em>.buttonDisabled {<br />
padding: 8px 4px;<br />
font-family: &#8216;DroidSans-Bold&#8217;;<br />
color:#999;<br />
width: 24px;<br />
-moz-border-radius: 0.5em;<br />
-webkit-border-radius: 0.5em;<br />
border-top: 4px solid #ccc;<br />
border-left: 4px solid #ccc;<br />
border-right: 4px solid #ccc;<br />
border-bottom: 4px solid #aaa;<br />
-moz-border-top-colors:#3b3b3b #6d6d6d #535353 #494949;<br />
-moz-border-right-colors:#3b3b3b #484848 #484848 #414141;<br />
-moz-border-left-colors:#3b3b3b #484848 #484848 #414141;<br />
-moz-border-bottom-colors:#2d2d2d #484848 #484848 #414141;<br />
background: #414141 url(&#8216;buttonBg.png&#8217;) repeat-x top center;<br />
display: inline;<br />
}</em></p>
<p><em>.buttonPressed {<br />
padding: 4px 0px;<br />
font-family: &#8216;DroidSans-Bold&#8217;;<br />
color:#fff;<br />
width: 24px;<br />
-moz-border-radius: 0.5em;<br />
-webkit-border-radius: 0.5em;<br />
border-top: 8px solid #ccc;<br />
border-left: 8px solid #ccc;<br />
border-right: 8px solid #ccc;<br />
border-bottom: 9px solid #aaa;<br />
-moz-border-top-colors:#323232 #111111 #111111 #1f1f1f #272727 #2a2a2a #2c2c2c #2d2d2d;<br />
-moz-border-right-colors:#323232 #111111 #1f1f1f #272727 #292929 #2a2a2a #2c2c2c #2d2d2d;<br />
-moz-border-left-colors:#323232 #111111 #1f1f1f #272727 #292929 #2a2a2a #2c2c2c #2d2d2d;<br />
-moz-border-bottom-colors:#515151 #111111 #1f1f1f #272727 #292929 #2a2a2a #2c2c2c #2d2d2d;<br />
background-color: #2d2d2d;<br />
display: inline;<br />
}</em></p>
<h2>Address Bar</h2>
<p>The focus moving forward will be the address bar.Â  Copy and pasting code used in the above elements, playing around with padding and border radius, a fairly close representation can be made.Â  An example of the first pass:</p>
<div id="attachment_313" class="wp-caption alignnone" style="width: 660px"><img class="size-full wp-image-313 postImg" title="7" src="http://blog.seanmartell.com/wp-content/uploads/2009/04/7.jpg" alt="I've started recreating the address bar using only CSS3 and glyphs" width="650" height="159" /><p class="wp-caption-text">I&#39;ve started recreating the address bar using only CSS3 and glyphs</p></div>
<p>Now that I&#8217;ve shown you all of these examples (I&#8217;ve used images here so everyone can see the results), go check out everything on the <a href="http://mozilla.seanmartell.com/fennec/">demo</a> <a href="http://mozilla.seanmartell.com/fennec/index2.html">pages</a>.Â  For some added fun, zoom in and out within Firefox to see the UI scale!</p>
<p><em>DISCLAIMER (again): None of the elements on the demo page are interactive as this is just a CSS test for visual design only.</em></p>
<p>These are all design challenges that Firefox 3.5 has enabled me to solve.Â  I&#8217;m very excited to see what designers can create using all the new CSS3 styles and feel free to examine the screen.css file on the demo page to nab the code previewed here.</p>
<p>Go design happy and give it a whirl, but remember, you need the <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">latest Firefox</a> to join in on the fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.seanmartell.com/2009/04/21/css3-flexible-ui-avoid-recutting-ui-graphics-for-mobile/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
	</channel>
</rss>
