<?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; website</title>
	<atom:link href="http://internal3m.com/CMS/Wordpress/tag/website/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 an interactive liquid metal ball with WebGL</title>
		<link>http://internal3m.com/CMS/Wordpress/2012/04/03/create-an-interactive-liquid-metal-ball-with-webgl/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2012/04/03/create-an-interactive-liquid-metal-ball-with-webgl/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 15:24:20 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Three.js]]></category>
		<category><![CDATA[WebGL]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=821</guid>
		<description><![CDATA[So you want to create an interactive WebGL liquid metal ball? Glad you asked, programming wizard Paul Lewis has got just the thing! Making websites is tons of fun, but sometimes you need to break free and do something a bit unusual. That’s what we’ll be doing today. We’ll be using the excellent Three.js engine <a href='http://internal3m.com/CMS/Wordpress/2012/04/03/create-an-interactive-liquid-metal-ball-with-webgl/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>So you want to create an interactive WebGL liquid metal ball? Glad you asked, programming wizard Paul Lewis has got just the thing!</p>
<p>Making websites is tons of fun, but sometimes you need to break free and do something a bit unusual. That’s what we’ll be doing today. We’ll be using the excellent Three.js engine to create an interactive metallic ball. As you click and drag the ball distorts and then slowly settles back to its original shape.</p>
<p>To do this we’ll be covering spring physics, 3D vectors and ray casting (and a few other things besides) all in an effort to create a compelling and fun interactive experience. <a href="http://lab.aerotwist.com/webgl/reactive-ball/">Let’s start by looking at what we’re going to make.</a></p>
<p>The thing about experiments like these is that on the surface they don’t look to have direct commercial applications. You’d be forgiven for thinking the same about this one as well, and perhaps you’re right. But my philosophy is that as a developer you learn techniques and solutions to problems in these experiments that can help you in your day-to-day work. There have been many times where this has proved true for me, and I’m certain it’ll work out for you as well. In any case this is going to be tons of fun, so let’s get started on creating our scene.</p>
<p><strong>LEARN THE CODE:</strong></p>
<p>via <a href="http://www.netmagazine.com/tutorials/create-interactive-liquid-metal-ball-webgl">Create an interactive liquid metal ball with WebGL | Tutorial | .net magazine</a>.</p>
<p>&nbsp;</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2012/04/03/create-an-interactive-liquid-metal-ball-with-webgl/feed/</wfw:commentRss>
		<slash:comments>435</slash:comments>
		</item>
		<item>
		<title>The Whys And The Hows Of Textures In Web Design &#8211; Smashing Magazine</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/10/04/the-whys-and-the-hows-of-textures-in-web-design-smashing-magazine/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/10/04/the-whys-and-the-hows-of-textures-in-web-design-smashing-magazine/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 07:21:29 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Your Brand]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[texure]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=584</guid>
		<description><![CDATA[&#160; &#160; The Function Of Textures We love texture on the Web for a multitude of reasons. Design decisions shouldn’t be made simply on the basis of, “Oh, well. It looks good.” Design should serve a purpose, and each decision about texture should be made by weighing the pros and cons. Let’s start by going <a href='http://internal3m.com/CMS/Wordpress/2011/10/04/the-whys-and-the-hows-of-textures-in-web-design-smashing-magazine/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.smashingmagazine.com/2011/10/03/whys-hows-textures-web-design/"><img src='http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/10/poco-people-header.jpg' alt='' /></a></p>
<p>&nbsp;</p>
<p><strong>The Function Of Textures</strong></p>
<p>We love texture on the Web for a multitude of reasons. Design decisions shouldn’t be made simply on the basis of, “Oh, well. It looks good.” Design should serve a purpose, and each decision about texture should be made by weighing the pros and cons. Let’s start by going over some of the key benefits.</p>
<p>via <a href="http://www.smashingmagazine.com/2011/10/03/whys-hows-textures-web-design/">The Whys And The Hows Of Textures In Web Design &#8211; Smashing Magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/10/04/the-whys-and-the-hows-of-textures-in-web-design-smashing-magazine/feed/</wfw:commentRss>
		<slash:comments>482</slash:comments>
		</item>
		<item>
		<title>Building an immersive environment with CSS and JavaScript</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/28/building-an-immersive-environment-with-css-and-javascript/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/28/building-an-immersive-environment-with-css-and-javascript/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 07:10:17 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan page]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=548</guid>
		<description><![CDATA[&#160; &#160; Technologist Benjamin Bojko and art director Dan Mall, on behalf of digital agency Big Spaceship, give us an exclusive look behind the creation of Activatedrinks.com and explain how they pulled off the loading process and added depth and fluid parallax motion to the particles effect on the site ACTIVATE engaged Big Spaceship as <a href='http://internal3m.com/CMS/Wordpress/2011/09/28/building-an-immersive-environment-with-css-and-javascript/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.netmagazine.com/node/1411?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29"><img class="aligncenter" src="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/09/activate2.jpg" alt="" width="250" height="137" /></a></p>
<p>&nbsp;</p>
<p>Technologist Benjamin Bojko and art director Dan Mall, on behalf of digital agency Big Spaceship, give us an exclusive look behind the creation of Activatedrinks.com and explain how they pulled off the loading process and added depth and fluid parallax motion to the particles effect on the site</p>
<p>ACTIVATE engaged Big Spaceship as digital agency of record to oversee digital strategy and production, including the brand&#8217;s social and mobile marketing. The redesign of Activatedrinks.com and establishing their Facebook presence emerged as the primary initiatives in re-setting their online presence for this growing brand. When the Big Spaceship team began brainstorms towards these goals we didn&#8217;t have a lot of time to pull this off.</p>
<p>via <a href="http://www.netmagazine.com/node/1411?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">Building an immersive environment with CSS and JavaScript | Tutorial | .net magazine</a>.</p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/28/building-an-immersive-environment-with-css-and-javascript/feed/</wfw:commentRss>
		<slash:comments>259</slash:comments>
		</item>
		<item>
		<title>Building prototypes in HTML and CSS</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/20/building-prototypes-in-html-and-css/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/20/building-prototypes-in-html-and-css/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 18:47:39 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=500</guid>
		<description><![CDATA[&#160; &#160; Prototyping tools can be restrictive and it&#8217;s becoming more important that designers know how to code up their concepts, so Leisa Reichelt organised a workshop teaching how to build prototypes in HTML and CSS. Here Anna Debenham summarises what she taught on the Code Fitness day If you already know how to build <a href='http://internal3m.com/CMS/Wordpress/2011/09/20/building-prototypes-in-html-and-css/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.netmagazine.com/node/1405?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29"><img class="aligncenter" src="http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/09/blueprints.jpg" alt="" width="369" height="232" /></a></p>
<p>&nbsp;</p>
<p>Prototyping tools can be restrictive and it&#8217;s becoming more important that designers know how to code up their concepts, so Leisa Reichelt organised a workshop teaching how to build prototypes in HTML and CSS. Here Anna Debenham summarises what she taught on the Code Fitness day</p>
<p>If you already know how to build a basic web page, you probably won&#8217;t learn anything here. But if you don&#8217;t, or your knowledge is from back in the days of table-based layouts, this will give you a good grounding in building prototypes in HTML and CSS.</p>
<p>via <a href="http://www.netmagazine.com/node/1405">Building prototypes in HTML and CSS | Tutorial | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/20/building-prototypes-in-html-and-css/feed/</wfw:commentRss>
		<slash:comments>445</slash:comments>
		</item>
		<item>
		<title>Cool Site of the Week: DocumentaryHeaven</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/19/cool-site-of-the-week-documentaryheaven/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/19/cool-site-of-the-week-documentaryheaven/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 17:54:29 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Internet News]]></category>
		<category><![CDATA[documentaries]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=492</guid>
		<description><![CDATA[&#160; &#160; With subscription services like Netflix and Hulu Plus, downloadable content from iTunes and Amazon, and freebies from Crackle or YouTube It’s getting harder to justify paying for cable. For those of us who prefer our time in front of the tube stimulate, rather than rot our brains, DocumentaryHeaven may be the final push <a href='http://internal3m.com/CMS/Wordpress/2011/09/19/cool-site-of-the-week-documentaryheaven/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.maximumpc.com/article/features/cool_site_week_documentaryheaven"><img src='http://internal3m.com/CMS/Wordpress/wp-content/uploads/2011/09/dh228.jpg' alt='' /></a></p>
<p>&nbsp;</p>
<p>With subscription services like Netflix and Hulu Plus, downloadable content from iTunes and Amazon, and freebies from Crackle or YouTube It’s getting harder to justify paying for cable. For those of us who prefer our time in front of the tube stimulate, rather than rot our brains, DocumentaryHeaven may be the final push we need to usher our cable TV and satellite subscriptions out the door.</p>
<p>via <a href="http://www.maximumpc.com/article/features/cool_site_week_documentaryheaven">Maximum PC | Cool Site of the Week: DocumentaryHeaven</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/19/cool-site-of-the-week-documentaryheaven/feed/</wfw:commentRss>
		<slash:comments>238</slash:comments>
		</item>
		<item>
		<title>9 Essential Resources for User Interface Designers</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/16/9-essential-resources-for-user-interface-designers/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/16/9-essential-resources-for-user-interface-designers/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 21:08:06 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=467</guid>
		<description><![CDATA[Designing a great user interface can be a challenge, even for the most seasoned designer. Countless factors need to be taken into consideration and the difference between a good UI and a great one often boils down to paying close attention to the smallest details. When undertaking such an important and often complex task, it’s <a href='http://internal3m.com/CMS/Wordpress/2011/09/16/9-essential-resources-for-user-interface-designers/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>Designing a great user interface can be a challenge, even for the most seasoned designer. Countless factors need to be taken into consideration and the difference between a good UI and a great one often boils down to paying close attention to the smallest details.</p>
<p>When undertaking such an important and often complex task, it’s helpful to have some handy resources for both education and inspiration. We’ve put together a list of some of our favorites below. Since we can only scratch the surface of the wide variety of UI design resources available, we invite you to share yours in the comments.</p>
<p>via <a href="http://mashable.com/2011/09/16/ui-design-resources/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Mashable+%28Mashable%29">9 Essential Resources for User Interface Designers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/16/9-essential-resources-for-user-interface-designers/feed/</wfw:commentRss>
		<slash:comments>499</slash:comments>
		</item>
		<item>
		<title>Five killer ways to use a gallery style</title>
		<link>http://internal3m.com/CMS/Wordpress/2011/09/08/five-killer-ways-to-use-a-gallery-style/</link>
		<comments>http://internal3m.com/CMS/Wordpress/2011/09/08/five-killer-ways-to-use-a-gallery-style/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 20:21:43 +0000</pubDate>
		<dc:creator><![CDATA[..internal..]]></dc:creator>
				<category><![CDATA[interface]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://internal3m.com/CMS/Wordpress/?p=392</guid>
		<description><![CDATA[&#160; &#160; Think carefully before choosing a gallery-style layout for your website. For example, it’s certainly not appropriate for sites that really ought to be read sequentially. Portions of your website – such as portfolios, links or even notebook-style blogs – can be a great place to explore the technique, but use it with care. <a href='http://internal3m.com/CMS/Wordpress/2011/09/08/five-killer-ways-to-use-a-gallery-style/' class='excerpt-more'>[...]</a>]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p style="text-align: center;"><a href="http://www.netmagazine.com/node/1383?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/NET215_focus_on_multicolr.jpg' alt='' /></a></p>
<p>&nbsp;</p>
<p>Think carefully before choosing a gallery-style layout for your website. For example, it’s certainly not appropriate for sites that really ought to be read sequentially. Portions of your website – such as portfolios, links or even notebook-style blogs – can be a great place to explore the technique, but use it with care. If your content isn’t easily scannable or lacks clear and quickly received content then you’ll end up creating stumbling blocks for your visitors. After that, they’ll just leave with a sour taste in their mouths.</p>
<p>via <a href="http://www.netmagazine.com/node/1383?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+net%2Ftopstories+%28.net+%29">Five killer ways to use a gallery style | Feature | .net magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internal3m.com/CMS/Wordpress/2011/09/08/five-killer-ways-to-use-a-gallery-style/feed/</wfw:commentRss>
		<slash:comments>344</slash:comments>
		</item>
	</channel>
</rss>
