<?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>zomigi.com &#187; Inspiration</title>
	<atom:link href="http://zomigi.com/tags/inspiration/feed/" rel="self" type="application/rss+xml" />
	<link>http://zomigi.com</link>
	<description>The professional blog of Zoe Mickley Gillenwater</description>
	<lastBuildDate>Wed, 23 Nov 2011 13:48:18 +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>Media queries presentation at indieconf</title>
		<link>http://zomigi.com/blog/media-queries-presentation/</link>
		<comments>http://zomigi.com/blog/media-queries-presentation/#comments</comments>
		<pubDate>Sat, 19 Nov 2011 16:30:40 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[flexible]]></category>
		<category><![CDATA[Flexible Web Design]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[speaking]]></category>
		<category><![CDATA[Stunning CSS3]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=621</guid>
		<description><![CDATA[Download the slides for my presentation on CSS3: Using Media Queries to Improve the Web Site Experience for indieconf, as well as get links to related resources on media query techniques, tools, and inspiration.]]></description>
			<content:encoded><![CDATA[<p>Today I had the pleasure of speaking at <a href="http://www.indieconf.com/">indieconf</a>, a conference for independent web developers and designers, right here in my backyard of Raleigh, NC. I talked about the basics of CSS3 media query syntax but focused on the challenges and considerations that go into building a site from scratch with media queries to power the layout. I used the fictional <a href="http://stunningcss3.com/code/bakery/index.html">Little Pea Bakery</a> site from my book <a href="http://stunningcss3.com/"><em>Stunning CSS3</em></a> as a demo for how to adapt the CSS to make better use of the space at different viewport widths. I covered some tips for making your design work on mobile devices and even old versions of IE.</p>
<p>You can view the slides on <a href="http://www.slideshare.net/zomigi/css3-using-media-queries-to-improve-the-web-site-experience">SlideShare</a>, or download the slides here:</p>
<p><a href="/downloads/CSS3-Media-Queries_indieconf_111119.pdf">CSS3: Using media queries to improve the web site experience (PDF, 2.4 mb)</a></p>
<p>Here are several links to related resources, some of which are in the  slides plus many that were not but which I recommend and think you&#8217;ll  find useful.</p>
<h3>Media query articles, tutorials, and tools</h3>
<ul>
<li>&#8220;<a href="http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/">Essential considerations for crafting quality media queries</a>&#8221; by me</li>
<li><a href="http://stunningcss3.com/samples/index.html">Excerpt of Chapter 6 of Stunning CSS3 on media queries</a> by me</li>
<li>&#8220;<a href="http://artequalswork.com/posts/target-first.php">Design for a Target Experience First</a>&#8221; by Nathan C. Ford</li>
<li><a href="http://www.goldilocksapproach.com/">The Goldilocks Approach</a> by Front design agency</li>
<li>&#8220;<a href="http://www.netmagazine.com/features/21-top-tools-responsive-web-design">21 top tools for  responsive web design</a>&#8221; by Denise Jacobs for .net Magazine</li>
<li>&#8220;<a href="http://www.smashingmagazine.com/responsive-web-design-guidelines-tutorials/">Responsive Web Design Guidelines and Tutorials</a>&#8221; by Smashing Magazine</li>
<li>&#8220;<a href="http://dev.opera.com/articles/view/an-introduction-to-meta-viewport-and-viewport/">An introduction to meta viewport and @viewport</a>&#8221; by Andrea Bovens for Dev.Opera</li>
<li>&#8220;<a href="http://www.alaress.com.au/2011/04/developing-for-high-dpi-devices/">Why images appear blurry on mobile devices</a>&#8221; by Christopher Cohen</li>
</ul>
<p><span id="more-621"></span></p>
<h3>Dealing with IE 6-8 support</h3>
<ul>
<li><a href="https://github.com/scottjehl/Respond">Respond</a> script by Scott  Jehl</li>
<li><a href="http://code.google.com/p/css3-mediaqueries-js/">css3-mediaqueries.js</a> script by Wouter van der Graaf</li>
<li>“<a href="http://adactio.com/journal/4494/">Windows mobile media queries</a>” by Jeremy Keith</li>
<li>&#8220;<a href="http://blogs.msdn.com/b/iemobile/archive/2010/12/08/targeting-mobile-optimized-css-at-windows-phone-7.aspx">Targeting mobile-optimized CSS at Windows Phone 7</a>&#8221; by IE Mobile Team</li>
</ul>
<h3>Fluid/liquid layout</h3>
<ul>
<li><a href="http://flexiblewebbook.com/"><em>Flexible Web Design: Creating Liquid and Elastic Layouts with CSS</em></a> book by me</li>
<li>&#8220;<a href="../blog/essential-resources-for-creating-liquid-and-elastic-layouts/">70+ essential resources for creating liquid and elastic layouts</a>&#8221; by me</li>
</ul>
<h3>Media query inspiration</h3>
<ul>
<li><a href="http://mediaqueri.es/">Mediaqueri.es</a> gallery</li>
<li>My media query inspiration bookmarks on <a href="http://delicious.com/pixelsurge/mediaqueries+nicedesign">delicious</a> and <a href="https://gimmebar.com/loves/zomigi/tag/mediaqueries">Gimmebar</a></li>
<li>My liquid layout inspiration bookmarks on <a href="http://delicious.com/pixelsurge/liquid+nicedesign">delicious</a> and <a href="https://gimmebar.com/loves/zomigi/tag/liquid">Gimmebar</a></li>
<li>&#8220;<a href="http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/">Examples of flexible layouts with CSS3 media queries</a>&#8221; by me</li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/' title='Essential considerations for crafting quality media queries'>Essential considerations for crafting quality media queries</a></li>
<li><a href='http://zomigi.com/blog/theres-already-a-book-on-responsive-web-design-want-to-win-it/' title='There&#8217;s already a book on responsive web design. Want to win it?'>There&#8217;s already a book on responsive web design. Want to win it?</a></li>
<li><a href='http://zomigi.com/blog/examples-of-flexible-layouts-with-css3-media-queries/' title='Examples of flexible layouts with CSS3 media queries'>Examples of flexible layouts with CSS3 media queries</a></li>
<li><a href='http://zomigi.com/blog/adobe-max/' title='Adobe MAX slides and resources'>Adobe MAX slides and resources</a></li>
<li><a href='http://zomigi.com/blog/web-directions-usa/' title='Web Directions USA slides and resources'>Web Directions USA slides and resources</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/media-queries-presentation/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The liquid web site motherload</title>
		<link>http://zomigi.com/blog/the-liquid-web-site-motherload/</link>
		<comments>http://zomigi.com/blog/the-liquid-web-site-motherload/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 20:03:13 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[flexible]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[visual design]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=192</guid>
		<description><![CDATA[Check out Nomensa's portfolio for great examples of liquid site designs.]]></description>
			<content:encoded><![CDATA[<p>I feel like a kid in a candy store. A nerdy kid. Because I&#8217;ve hit the liquid web site motherload: <a href="http://www.nomensa.com/client-portfolio.html">Nomensa&#8217;s portfolio</a>.</p>
<p><a href="http://www.nomensa.com/">Nomensa</a> is a web agency specializing in accessibility and usability. Their own site is a nice example of a liquid design, and I&#8217;ve had it bookmarked for a while, but I finally got a chance to check out the sites in their portfolio. There are dozens and dozens of them, and almost all of them are liquid. (They also have a few elastic ones, and a few fixed-width.) Unfortunately, Nomensa doesn&#8217;t provide links to all of their work, but only a select few as case studies. But, you can google the names of the non-case-study clients, and you&#8217;ll find that most of these sites are liquid as well.</p>
<p>Now, I grant you, many of the sites are not terribly stylish. But they still are really useful to look at to get ideas for how to handle content and layout in liquid layouts. You could easily use the same techniques they&#8217;re using with a bit more spit and polish added.</p>
<p><span id="more-192"></span></p>
<p>Here are a few of the most well done liquid sites from Nomensa&#8217;s portfolio:</p>
<dl>
<dt><a href="http://www.barchamonline.co.uk/">Barcham Online</a></dt>
<dd>The header using seven images of tree foliage that expand and contract to fill the available space is very clever and attractive. Also check out the feature boxes on the home page and the thumbnail gallery under Our Trees. It&#8217;s notable that this is an e-commerce site, which you don&#8217;t often see liquid.</dd>
<dt><a href="http://www.broads-authority.gov.uk/">Broads Authority</a></dt>
<dd>I&#8217;m not in love with the overall look and feel of this site, but I appreciate the unique layout of the home page. The main image on the home page that has a text box below, which moves down as the text in the adjacent columns grows, revealing more of the image above, is very well done.</dd>
<dt><a href="http://www.preston.gov.uk/">Preston City Council</a></dt>
<dd>Another unique home page layout and neat use of &#8220;variable cropping&#8221; on the main photo. Be sure to check out the Gallery under Get Involved, as well as all the little feature boxes and things on the inner pages.</dd>
<dt><a href="http://www.macmillan.org.uk/">Macmillan Cancer Support</a></dt>
<dd>This site is notable for the large amount of information that it organizes into liquid rounded corner boxes throughout the site, without everything becoming chaotic and unbalanced at different viewport widths.</dd>
<dt><a href="http://www.startupcommunity.co.uk/">Business Startup Community</a></dt>
<dd>Again, not a very attractive site, but I&#8217;m bookmarking it simply for the treatment of the three tabs on the <a href="http://www.startupcommunity.co.uk/starting-a-business/">inner</a> sections of the site.</dd>
</dl>
<p>I&#8217;ll be sure to stop by Nomensa&#8217;s portfolio periodically to see what new work they are featuring and gather ideas for solving problems in my own work. I should have mentioned in my <a href="http://zomigi.com/blog/inspiration-for-flexible-web-design/">flexible web design inspiration post</a> that a great place to find liquid and elastic sites is within the portfolios of agencies or designers who themselves have liquid or elastic sites. Nomensa is now on this list for me.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/updated-flexible-design-inspiration/' title='Updated flexible design inspiration'>Updated flexible design inspiration</a></li>
<li><a href='http://zomigi.com/blog/inspiration-for-flexible-web-design/' title='Inspiration for flexible web design'>Inspiration for flexible web design</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
<li><a href='http://zomigi.com/blog/why-browser-zoom-shouldnt-kill-flexible-layouts/' title='Why browser zoom shouldn&#8217;t kill flexible layouts'>Why browser zoom shouldn&#8217;t kill flexible layouts</a></li>
<li><a href='http://zomigi.com/blog/vtm-web-design-conference-2009/' title='Voices That Matter: Web Design Conference 2009'>Voices That Matter: Web Design Conference 2009</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/the-liquid-web-site-motherload/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Updated flexible design inspiration</title>
		<link>http://zomigi.com/blog/updated-flexible-design-inspiration/</link>
		<comments>http://zomigi.com/blog/updated-flexible-design-inspiration/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 02:48:54 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[elastic]]></category>
		<category><![CDATA[flexible]]></category>
		<category><![CDATA[galleries]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[visual design]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=80</guid>
		<description><![CDATA[I've updated my original post on sites to explore for flexible web design inspiration.]]></description>
			<content:encoded><![CDATA[<p>I just updated my post on sites to explore for <a href="http://zomigi.com/blog/inspiration-for-flexible-web-design/">liquid and elastic web design inspiration</a>. Web sites are constantly being redesigned and added to, of course, so I intend to keep updating the original post periodically. Please check it out, and post in the comments there if you have other resources you think we should all know about.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/inspiration-for-flexible-web-design/' title='Inspiration for flexible web design'>Inspiration for flexible web design</a></li>
<li><a href='http://zomigi.com/blog/the-liquid-web-site-motherload/' title='The liquid web site motherload'>The liquid web site motherload</a></li>
<li><a href='http://zomigi.com/blog/why-browser-zoom-shouldnt-kill-flexible-layouts/' title='Why browser zoom shouldn&#8217;t kill flexible layouts'>Why browser zoom shouldn&#8217;t kill flexible layouts</a></li>
<li><a href='http://zomigi.com/blog/vtm-web-design-conference-2009/' title='Voices That Matter: Web Design Conference 2009'>Voices That Matter: Web Design Conference 2009</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/updated-flexible-design-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspiration for flexible web design</title>
		<link>http://zomigi.com/blog/inspiration-for-flexible-web-design/</link>
		<comments>http://zomigi.com/blog/inspiration-for-flexible-web-design/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 13:48:35 +0000</pubDate>
		<dc:creator>Zoe Gillenwater</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[elastic]]></category>
		<category><![CDATA[flexible]]></category>
		<category><![CDATA[galleries]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[visual design]]></category>

		<guid isPermaLink="false">http://zomigi.com/?p=13</guid>
		<description><![CDATA[Liquid and elastic web sites don't have to be ugly or boring. There are plenty of beautiful examples of flexible design to inspire you.]]></description>
			<content:encoded><![CDATA[<p class="note">This post was last updated April 2009</p>
<p>Flexible web sites—sites that are liquid or elastic—have the unfair reputation of being ugly and plain. There are certainly lots of flexible sites that fit this stereotype, just as there are tons of ugly fixed-width sites. But flexible design doesn&#8217;t have to be unattractive. There are lots of really beautiful, graphically rich liquid and elastic web sites, which are all the more impressive to me because of the extra skill it often takes to pull off these graphic techniques in a flexible environment.</p>
<p>Here are some web design galleries that showcase flexible design:</p>
<dl>
<dt><a href="http://www.cssliquid.com">No Resolution</a></dt>
<dd>This is an entire site devoted to showcasing liquid and elastic designs. Unfortunately, you have to register to submit entries, so things have been slow lately. Still, lots of great stuff in the archives, and new additions from time to time.</dd>
<dt><a href="http://www.cssglance.com/category/gallery/layout-technique/liquid-layout/">CSSGlance, liquid layout category</a></dt>
<dd>CSSGlance categorizes all entries as fixed-width, liquid, or elastic, which is really nice. They have a pretty good collection of liquid layouts.</dd>
<dt><a href="http://www.cssglance.com/category/gallery/layout-technique/elastic-layout/">CSSGlance, elastic layout category</a></dt>
<dd>Only a few things here, but elastic layouts are pretty rare in general, as well as hard to recognize with only a glance.</dd>
<dt><a href="http://www.cssdrive.com/index.php/main/category/C15/">CSS Drive, liquid layout category</a></dt>
<dd>This category seems to have been mostly forgotten about recently, but it does have a good collection of liquid layouts from 2007 and earlier, and new entries do show up occasionally.</dd>
<dt><a href="http://www.unmatchedstyle.com/index.php?tag=liquid-layout">Unmatched Style, entries tagged as liquid layout</a></dt>
<dd>A very small collection of liquid layouts that is very rarely updated, but I include it here in case it takes off one day. Let&#8217;s hope so!</dd>
</dl>
<p>I keep my own collection of designs I find attractive and inspiring in del.icio.us. I have a number of <a href="http://del.icio.us/pixelsurge/nicedesign%2Bliquid">liquid layouts saved as inspiration</a>, as well as a few <a href="http://del.icio.us/pixelsurge/nicedesign%2Belastic">inspiring elastic ones</a>. I&#8217;ll point out a few of my favorites:</p>
<ul>
<li><a href="http://www.simplebits.com/"><del>SimpleBits</del></a> (sadly, no longer elastic)</li>
<li><a href="http://www.dizzain.com/">Dizzain</a> (liquid)</li>
<li><a href="http://www.castellodibolgheri.eu/">Castello di Bolgheri</a> (liquid)</li>
<li><a href="http://www.sozidatel.dp.ua/rus/main">Sozidatel</a> (liquid)</li>
<li><a href="http://www.simonwiffen.co.uk/">Simon Wiffen</a> (liquid)</li>
<li><a href="http://clearleft.com/">Clearleft</a> (liquid)</li>
<li><a href="http://www.biola.edu/undergrad/">Biola Undergrad</a> (liquid)</li>
<li><a href="http://www.ratemyarea.com/">RateMyArea</a> (liquid and elastic)</li>
<li><a href="http://informationarchitects.jp/">iA</a> (elastic)</li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://zomigi.com/blog/updated-flexible-design-inspiration/' title='Updated flexible design inspiration'>Updated flexible design inspiration</a></li>
<li><a href='http://zomigi.com/blog/the-liquid-web-site-motherload/' title='The liquid web site motherload'>The liquid web site motherload</a></li>
<li><a href='http://zomigi.com/blog/why-browser-zoom-shouldnt-kill-flexible-layouts/' title='Why browser zoom shouldn&#8217;t kill flexible layouts'>Why browser zoom shouldn&#8217;t kill flexible layouts</a></li>
<li><a href='http://zomigi.com/blog/vtm-web-design-conference-2009/' title='Voices That Matter: Web Design Conference 2009'>Voices That Matter: Web Design Conference 2009</a></li>
<li><a href='http://zomigi.com/blog/media-queries-presentation/' title='Media queries presentation at indieconf'>Media queries presentation at indieconf</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://zomigi.com/blog/inspiration-for-flexible-web-design/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

