<?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>i3m Blog &#187; css</title>
	<atom:link href="http://internal3m.com/CMS/Wordpress/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://internal3m.com/CMS/Wordpress</link>
	<description></description>
	<lastBuildDate>Thu, 21 Apr 2016 14:54:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Create modern CSS3 hover effects &#124; Tutorial</title>
		<link>http://internal3m.com/CMS/Wordpress/2013/05/28/create-modern-css3-hover-effects-tutorial/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2013/05/28/create-modern-css3-hover-effects-tutorial/#comments</comments>
		<pubDate>Tue, 28 May 2013 12:49:40 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=1996</guid>
		<description><![CDATA[  Knowledge needed: Basic HTML, Basic CSS/CSS3 Requires: Code Editor Project time: About an hourDOWNLOAD SOURCE FILESVIEW DEMO Create a modern CSS3 hover effect by using CSS transitions, transforms and delays A CSS transition gives us the ability to animate changes to a CSS property value. This can be used to smoothly change a value, <a href='http://internal3m.com/CMS/Wordpress/2013/05/28/create-modern-css3-hover-effects-tutorial/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"> <a href="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2013/05/CSS3_logo.png"><img class="aligncenter  wp-image-1997" alt="CSS3_logo" src="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2013/05/CSS3_logo-212x300.png" width="148" height="210" /></a></p>
<p><em>Knowledge needed: Basic HTML, Basic CSS/CSS3</em></p>
<p><em>Requires: Code Editor</em></p>
<p><em>Project time: About an hourDOWNLOAD SOURCE FILESVIEW DEMO</em></p>
<p><strong>Create a modern CSS3 hover effect by using CSS transitions, transforms and delays</strong></p>
<p>A CSS transition gives us the ability to animate changes to a CSS property value. This can be used to smoothly change a value, and by using transition delays we can cue the transition of elements. A CSS transform allows us to transform elements in two or three dimensional space. In this tutorial, we will be using 2D transformations.</p>
<p><strong>MORE:</strong>   <a href="http://www.netmagazine.com/tutorials/create-modern-css3-hover-effects" target="_Blank">Create modern CSS3 hover effects | Tutorial | .net magazine</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2013/05/28/create-modern-css3-hover-effects-tutorial/feed/</wfw:commentRss>
		<slash:comments>939</slash:comments>
		</item>
		<item>
		<title>Make a kinetic typography video with CSS &#124; Tutorial</title>
		<link>http://internal3m.com/CMS/Wordpress/2013/05/14/make-a-kinetic-typography-video-with-css-tutorial/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2013/05/14/make-a-kinetic-typography-video-with-css-tutorial/#comments</comments>
		<pubDate>Tue, 14 May 2013 12:45:16 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[transitions]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=1947</guid>
		<description><![CDATA[  Sam Hampton-Smith shows how to use CSS3 transitions and animations to create a kinetic typography motion graphic piece, timed to match an HTML5 audio clip Kinetic typography is a popular way to add impact to a song or audio clip by accentuating the lyrics or script to emphasize phrases, build suspense or help tell <a href='http://internal3m.com/CMS/Wordpress/2013/05/14/make-a-kinetic-typography-video-with-css-tutorial/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"> <a href="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2013/01/HTML5_Logo_512.png"><img class="aligncenter  wp-image-1559" alt="HTML5_Logo_512" src="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2013/01/HTML5_Logo_512-300x300.png" width="210" height="210" /></a></p>
<p>Sam Hampton-Smith shows how to use CSS3 transitions and animations to create a kinetic typography motion graphic piece, timed to match an HTML5 audio clip</p>
<p>Kinetic typography is a popular way to add impact to a song or audio clip by accentuating the lyrics or script to emphasize phrases, build suspense or help tell a story. The usual method is to set type in Photoshop or Illustrator and use After Effects or Apple Motion to animate words, revealing them in time to the music.</p>
<p>In this tutorial, we’ll use kinetic typography to create a simple conceptual art piece, timed to a song provided by power pop band, Be Like Pablo. Rather than using After Effects, we’ll take advantage of CSS3 animations and transitions to create the piece with standard web tools: HTML5 and CSS3 for the animation and audio and a smattering of JavaScript (we’re using jQuery but you could use straight JS if you prefer) to add classes to various elements at appropriate times.</p>
<p><strong>MORE:</strong> <a href="http://www.netmagazine.com/tutorials/make-kinetic-typography-video-css" target="_blank">Make a kinetic typography video with CSS | Tutorial | .net magazine</a>.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2013/05/14/make-a-kinetic-typography-video-with-css-tutorial/feed/</wfw:commentRss>
		<slash:comments>705</slash:comments>
		</item>
		<item>
		<title>Getting CSS animations to trigger at the right time</title>
		<link>http://internal3m.com/CMS/Wordpress/2013/01/17/getting-css-animations-to-trigger-at-the-right-time/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2013/01/17/getting-css-animations-to-trigger-at-the-right-time/#comments</comments>
		<pubDate>Thu, 17 Jan 2013 16:26:08 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web animation]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=1669</guid>
		<description><![CDATA[Karl Schellenberg demonstrates how to stagger full-site animations with CSS3 and JavaScript through page scrolling When we redeveloped our new website, we decided to use CSS3 animations to provide an impressive and interactive site experience. However, we struggled to time the animations to trigger at the right time. Because animated elements &#8220;below the fold&#8221; (depending <a href='http://internal3m.com/CMS/Wordpress/2013/01/17/getting-css-animations-to-trigger-at-the-right-time/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><a href="http://internal3m.com/CMS/Wordpress/2013/01/17/getting-css-animations-to-trigger-at-the-right-time/javascript-logo/" rel="attachment wp-att-1670"><img class="aligncenter size-thumbnail wp-image-1670" alt="javascript-logo" src="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2013/01/javascript-logo-150x150.png" width="150" height="150" /></a></p>
<p>Karl Schellenberg demonstrates how to stagger full-site animations with CSS3 and JavaScript through page scrolling</p>
<p>When we redeveloped our new website, we decided to use CSS3 animations to provide an impressive and interactive site experience. However, we struggled to time the animations to trigger at the right time.</p>
<p>Because animated elements &#8220;below the fold&#8221; (depending on the screen resolution) animate on page load, some animations had already played before the user had chance to scroll to them.</p>
<p>To prevent this, we delay the animations until the user can see them. The animations trigger as the user scrolls down and the elements come into view, which creates a staggered effect. To do this we used specific classes for CSS3 Transitions and some JavaScript to trigger the correct elements during scrolling.</p>
<p><strong>MORE:</strong>  <a href="http://www.netmagazine.com/tutorials/getting-animations-trigger-right-time" target="_blank">Getting CSS animations to trigger at the right time</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2013/01/17/getting-css-animations-to-trigger-at-the-right-time/feed/</wfw:commentRss>
		<slash:comments>413</slash:comments>
		</item>
		<item>
		<title>New tools for web design and development: July 2012</title>
		<link>http://internal3m.com/CMS/Wordpress/2012/08/03/new-tools-for-web-design-and-development-july-2012/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2012/08/03/new-tools-for-web-design-and-development-july-2012/#comments</comments>
		<pubDate>Fri, 03 Aug 2012 13:54:10 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Internet News]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=1238</guid>
		<description><![CDATA[This month, Mark Penfold&#8217;s round-up of the best new tools ranges from cutting-edge experiments to down-to-earth utilities. Give them a try: they&#8217;re all free This month sees a mix of the boundary-pushing and the practical. The two aren&#8217;t such strange bedfellows as they might appear, at least when it comes to web development – for <a href='http://internal3m.com/CMS/Wordpress/2012/08/03/new-tools-for-web-design-and-development-july-2012/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>This month, Mark Penfold&#8217;s round-up of the best new tools ranges from cutting-edge experiments to down-to-earth utilities. Give them a try: they&#8217;re all free</p>
<p>This month sees a mix of the boundary-pushing and the practical. The two aren&#8217;t such strange bedfellows as they might appear, at least when it comes to web development – for the simple reason that just about any attempt to stretch the realms of the possible will cause a few holes to appear in what you&#8217;ve got. And that&#8217;s where the practicalities come in.</p>
<p>So we&#8217;ve got a 3D CSS3 lighting rig and a PNG image cruncher, a media production suite and a cookie cutter for jQuery. You can&#8217;t afford to lose sight of the details when you&#8217;re trying to make changes to the big picture.</p>
<p>What&#8217;s more, many of the dev community&#8217;s brightest stars are associated with detail work. Take, for example, the Modernizr project, also updated this month. When it actually comes to building the web, it isn&#8217;t content that is king: it&#8217;s utility.</p>
<p><strong>MORE: </strong> <a href="http://www.netmagazine.com/features/new-tools-web-design-and-development-july-2012" target="_blank">New tools for web design and development: July 2012 </a></p>
<p>&nbsp;</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2012/08/03/new-tools-for-web-design-and-development-july-2012/feed/</wfw:commentRss>
		<slash:comments>328</slash:comments>
		</item>
		<item>
		<title>Create awesome retro designs with Photoshop and CSS &#124; Tutorial &#124; .net magazine</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/10/19/create-awesome-retro-designs-with-photoshop-and-css-tutorial-net-magazine/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/10/19/create-awesome-retro-designs-with-photoshop-and-css-tutorial-net-magazine/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 16:51:54 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[retro]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=689</guid>
		<description><![CDATA[Vintage fonts and retro designs are all the rage on the web. Illustrator and designer Naomi Atkinson reveals some quirky Photoshop and CSS tricks to give your designs a retrotastic feel &#160; &#160; via Create awesome retro designs with Photoshop and CSS &#124; Tutorial &#124; .net magazine.]]></description>
				<content:encoded><![CDATA[<p>Vintage fonts and retro designs are all the rage on the web. Illustrator and designer Naomi Atkinson reveals some quirky Photoshop and CSS tricks to give your designs a retrotastic feel</p>
<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.netmagazine.com/node/1478?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29"><img src='http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/10/NET216_tut_retro_advert_01.jpg' alt='' /></a></p>
<p>&nbsp;</p>
<p>via <a href="http://www.netmagazine.com/node/1478?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">Create awesome retro designs with Photoshop and CSS | Tutorial | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/10/19/create-awesome-retro-designs-with-photoshop-and-css-tutorial-net-magazine/feed/</wfw:commentRss>
		<slash:comments>63</slash:comments>
		</item>
		<item>
		<title>A masterclass in CSS animations &#124; Tutorial</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/13/a-masterclass-in-css-animations-tutorial/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/13/a-masterclass-in-css-animations-tutorial/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:56:39 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[animations]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=395</guid>
		<description><![CDATA[&#160; &#160; From the basics of animation keyframes and to expert animation tips that will save you many a headache, Estelle Wyl, web developer and author of HTML5 and CSS3 For the Real World, takes you on a tour of all you need to know to get up and running with CSS3 animations via A <a href='http://internal3m.com/CMS/Wordpress/2011/09/13/a-masterclass-in-css-animations-tutorial/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.netmagazine.com/node/1304"><img src='http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/09/butterfly.png' alt='' /></a></p>
<p>&nbsp;</p>
<p>From the basics of animation keyframes and to expert animation tips that will save you many a headache, Estelle Wyl, web developer and author of HTML5 and CSS3 For the Real World, takes you on a tour of all you need to know to get up and running with CSS3 animations</p>
<p>via <a href="http://www.netmagazine.com/node/1304">A masterclass in CSS animations | Tutorial | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/13/a-masterclass-in-css-animations-tutorial/feed/</wfw:commentRss>
		<slash:comments>434</slash:comments>
		</item>
		<item>
		<title>Build a rotating 3D carousel with CSS &#124; Tutorial</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/01/build-a-rotating-3d-carousel-with-css-tutorial/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/01/build-a-rotating-3d-carousel-with-css-tutorial/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 16:19:25 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[wed site]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=278</guid>
		<description><![CDATA[&#160; &#160; Explore the new CSS transforms features and create a 3D carousel that rotates from panel to panel. Paul Hayes takes you through the project and explains browser support and fallbacks along the way via Build a rotating 3D carousel with CSS &#124; Tutorial &#124; .net magazine.]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.netmagazine.com/node/1359?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29"><img src='http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/09/NET213_tut_css_06_looking_out.jpg' alt='' /></a></p>
<p>&nbsp;</p>
<p>Explore the new CSS transforms features and create a 3D carousel that rotates from panel to panel. Paul Hayes takes you through the project and explains browser support and fallbacks along the way</p>
<p>via <a href="http://www.netmagazine.com/node/1359?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">Build a rotating 3D carousel with CSS | Tutorial | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/01/build-a-rotating-3d-carousel-with-css-tutorial/feed/</wfw:commentRss>
		<slash:comments>559</slash:comments>
		</item>
		<item>
		<title>Master CSS gradients</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/08/25/master-css-gradients/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/08/25/master-css-gradients/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 18:35:29 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gradients]]></category>
		<category><![CDATA[lesson]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=203</guid>
		<description><![CDATA[The word gradient has many different meanings, but in CSS, a gradient is strictly defined as a gradual transition between a range of (at least two) colours. CSS gradients are a fairly recent development but have already been through a number of changes. They were originally proposed by the WebKit team in April 2008, modified <a href='http://internal3m.com/CMS/Wordpress/2011/08/25/master-css-gradients/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>The word gradient has many different meanings, but in CSS, a gradient is strictly defined as a gradual transition between a range of (at least two) colours. CSS gradients are a fairly recent development but have already been through a number of changes. They were originally proposed by the WebKit team in April 2008, modified from the syntax proposed for the canvas element in HTML 5.</p>
<p>The W3C’s CSS Working Group later proposed a modified syntax, and this syntax is in the latest revisions of the Image Values Module. The first browser to implement this was Firefox 3.6, and the WebKit team weren&#8217;t far behind, so Safari 5.1 and above and recent versions of Chrome also use this syntax (The Book of CSS3 explains the old WebKit implementation fully).</p>
<p>via <a href="http://www.netmagazine.com/node/1342?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">Master CSS gradients | Tutorial | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/08/25/master-css-gradients/feed/</wfw:commentRss>
		<slash:comments>621</slash:comments>
		</item>
		<item>
		<title>21 top tools for responsive web design</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/08/23/21-top-tools-for-responsive-web-design/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/08/23/21-top-tools-for-responsive-web-design/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 18:38:53 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=182</guid>
		<description><![CDATA[As introduced/coined by Ethan Marcotte in both his article &#8220;Responsive Web Design&#8221; as well as his recently released book, one needs three elements to make a site responsive: A flexible/fluid grid Responsive images Media queries There are plenty of other great articles that cover motives, concepts, and techniques regarding responsive web design, so we&#8217;ll keep <a href='http://internal3m.com/CMS/Wordpress/2011/08/23/21-top-tools-for-responsive-web-design/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>As introduced/coined by Ethan Marcotte in both his article &#8220;Responsive Web Design&#8221; as well as his recently released book, one needs three elements to make a site responsive:</p>
<p>A flexible/fluid grid</p>
<p>Responsive images</p>
<p>Media queries</p>
<p>There are plenty of other great articles that cover motives, concepts, and techniques regarding responsive web design, so we&#8217;ll keep the focus of this article on some top tools that will help you become responsibly responsive.</p>
<p>via <a href="http://www.netmagazine.com/node/1337?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">21 top tools for responsive web design | Feature | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/08/23/21-top-tools-for-responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>450</slash:comments>
		</item>
		<item>
		<title>Tips, Tricks and Best Practices for Responsive Design</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/07/11/tips-tricks-and-best-practices-for-responsive-design-webmonkey%c2%a0-wired-com/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/07/11/tips-tricks-and-best-practices-for-responsive-design-webmonkey%c2%a0-wired-com/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 00:21:29 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[@media]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=88</guid>
		<description><![CDATA[ Ethan Marcotte coined the term responsive design to describe the process of using liquid layouts and media queries to scale websites so that they fit any screen size. via Tips, Tricks and Best Practices for Responsive Design &#124; Webmonkey &#124; Wired.com. Forget Photoshop, build your comps in the browser. It’s virtually impossible to mock up liquid layouts in <a href='http://internal3m.com/CMS/Wordpress/2011/07/11/tips-tricks-and-best-practices-for-responsive-design-webmonkey%c2%a0-wired-com/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p><em><span class="Apple-style-span" style="font-family: Arial, Verdana, sans-serif; font-size: 13px; line-height: 18px; font-weight: normal;"> Ethan Marcotte coined the term <a style="color: #007ca5; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial; padding: 0px; margin: 0px;" href="http://www.alistapart.com/articles/responsive-web-design/">responsive design</a> to describe the process of using liquid layouts and media queries to scale websites so that they fit any screen size.</span></em></p>
<p>via <a href="http://www.webmonkey.com/2011/06/tips-tricks-and-best-practices-for-responsive-design/">Tips, Tricks and Best Practices for Responsive Design | Webmonkey | Wired.com</a>.</p>
<p style="color: #333333; font: normal normal normal 15px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: inherit; font-weight: 300; line-height: 1.625; margin-bottom: 1.625em;"><em>Forget Photoshop, build your comps in the browser. It’s virtually impossible to mock up liquid layouts in Photoshop, start in the browser instead.</em></p>
<p style="color: #333333; font: normal normal normal 15px/normal 'Helvetica Neue', Helvetica, Arial, sans-serif; font-style: inherit; font-weight: 300; line-height: 1.625; margin-bottom: 1.625em;"><em>Scale images using img { max-width: 100%; }. For very large images, consider using something like Responsive Images to offer the very smallest screens smaller image downloads and then use JavaScript to swap in larger images for larger screen.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/07/11/tips-tricks-and-best-practices-for-responsive-design-webmonkey%c2%a0-wired-com/feed/</wfw:commentRss>
		<slash:comments>131</slash:comments>
		</item>
	</channel>
</rss>
