<?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>Ultraviolet Design Blog &#187; UV</title>
	<atom:link href="http://blog.ultravioletdesign.co.uk/index.php/category/uv/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ultravioletdesign.co.uk</link>
	<description>Follow our latest little ditties on our blog</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:57:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Going Mobile with CSS3 Media Queries</title>
		<link>http://blog.ultravioletdesign.co.uk/going-mobile-with-css3-media-queries/</link>
		<comments>http://blog.ultravioletdesign.co.uk/going-mobile-with-css3-media-queries/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 09:34:12 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[UV]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[media queries]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://blog.ultravioletdesign.co.uk/?p=292</guid>
		<description><![CDATA[
You must either live in the Outer Hebrides or have been asleep for the last year not to have heard about the HTML 5 and CSS3 buzz bouncing around the interwebs: every developer or wannabe marketing exec is trying to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.ultravioletdesign.co.uk/wp-content/uploads/2010/09/iphone_header.jpg" alt="Header" title="Header" width="528" height="185" class="alignnone size-full wp-image-297" /></p>
<p>You must either live in the Outer Hebrides or have been asleep for the last year not to have heard about the HTML 5 and CSS3 buzz bouncing around the interwebs: every developer or wannabe marketing exec is trying to get in on this particular piece of the pie. Therefore, we thought we’d give you a little insight into one of our favourite CSS3 modules ‘Media queries’ and how we are using it to make websites more mobile friendly.</p>
<p>Firstly let’s get one thing clear, contrary to popular belief CSS3 is NOT part of HTML5, it’s a completely different spec written and managed by a completely different group of people. But, much like HTML5 it is made up of multiple modules each addressing new functionality to the CSS base spec.</p>
<p>Although only getting a lot of attention recently, the Media queries module has existed since 2001 (yupp 9 years old!) but due to a gradual influx of capable media devices and user agents (iPhone, Android, Safari, Chrome e.t.c) they have only recently become useful.</p>
<p>So what are they, and how can they help me I here you ask?! Media queries are simply logical expressions that enable you to declare style declarations specific to a media device or type. Between the various HTML and CSS specs there are eleven different media types: </p>
<p><code>’all’, ‘aural’, ‘braille’, ‘embossed’, ‘handheld’, ‘print’, ‘projection’, ‘screen’, ‘speech’ , ‘tty’, ‘tv’</code></p>
<p>We have seen media types being used for years, for instance using ‘print’ style sheets to change a documents layout specifically for printing. Media queries extend this functionality further allowing us to specify exact aspects or ‘features’ of a device, thus enabling very specific style declarations based upon whether features exist on the target device or user agent. These features are: </p>
<p><code>Width, height, device-width, device-height, orientation, aspect-ratio, device-aspect-ratio, color, color-index, monochrome, resolution, scan and grid.</code></p>
<p>Therefore, a media query consists of a media type and zero or more expressions that check for the conditions of particular media features, as shown in the example syntax below.</p>
<p><img src="http://blog.ultravioletdesign.co.uk/wp-content/uploads/2010/09/media_querie_syntax.jpg" alt="Syntax" title="Syntax" width="528" height="185" class="alignnone size-full wp-image-296" /></p>
<p>This specific query would apply to all screen devices with a maximum screen width of 480px, which is in fact one of the queries we are using on this blog to aid the experience on more advanced mobile devices and smart phones such as the iPhone (as 480px), <strong>but you can still see these style changes now if you reduce your browser to a width below 480px</strong>. </p>
<p>You can now see the amazing potential of media queries in the mobile world, we can define specific styles based on the devices resolution, colour or screen size, and as it is CSS the styles will cascade down. Therefore, you can have a set of styles for all devices, which will cascade down through all of the other queries. This allows you to deliver the same content to every device, which adapts based on the devices capabilities. This makes your website pages much more future proof as we are testing for features on the device or user-agent rather than sniffing for browser versions like we had to do in the past.</p>
<p>We have been getting very excited at UV<sup>d</sup> recently surrounding the massive change we are seeing in the mobile world and have been gearing our own as well as our client’s websites to be ready and take full advantage of all the new functionalities to play with. I hope this post has given you a little insight into what you can do with media queries and encourage you to go and give them a try for yourself! I have also included a list of great further reading below.</p>
<p><a href="http://www.slideshare.net/maxdesign/css3-media-queries">http://www.slideshare.net/maxdesign/css3-media-queries</a><br />
<a href="http://www.alistapart.com/articles/responsive-web-design/">http://www.alistapart.com/articles/responsive-web-design/</a><br />
<a href="http://dev.opera.com/articles/view/the-mobile-web-optimization-guide/">http://dev.opera.com/articles/view/the-mobile-web-optimization-guide/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ultravioletdesign.co.uk/going-mobile-with-css3-media-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sneak peek :: Physics</title>
		<link>http://blog.ultravioletdesign.co.uk/sneak-peek-physics/</link>
		<comments>http://blog.ultravioletdesign.co.uk/sneak-peek-physics/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 12:19:12 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[UV]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[physics]]></category>

		<guid isPermaLink="false">http://blog.ultravioletdesign.co.uk/?p=112</guid>
		<description><![CDATA[
We&#8217;re so close; I can smell it! Our new site is careering dangerously towards completion. One element of the homepage is a frivolous physics environment which I was kindly allowed the time to make in Flash using the Box2DFlash physics [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://demos.ultravioletdesign.co.uk/physics/"><img src="http://blog.ultravioletdesign.co.uk/wp-content/uploads/2009/09/hero.jpg" alt="Physics Hero" title="Physics Hero" width="528" height="300" class="size-full wp-image-116" /></a></p>
<p>We&#8217;re so close; I can smell it! Our new site is careering dangerously towards completion. One element of the homepage is a frivolous physics environment which I was kindly allowed the time to make in Flash using the <a href="http://box2dflash.sourceforge.net/">Box2DFlash physics engin</a>e. </p>
<p>The engine has been ported from Eric Cattoâ€™s powerful C++ physics engine (Box2D). It took a little time to adjust to some of the coding conventions that have also found their way from the C++ version but after that initial steep learning curve the engine is fantastic to work with. </p>
<p>Iâ€™ve released this today before the site launch so that people can play with it and inevitably find the bugs which Iâ€™ve lovingly engineered into it. Feel free to put it through its paces!</p>
<p><a href="http://demos.ultravioletdesign.co.uk/physics/">http://demos.ultravioletdesign.co.uk/physics/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ultravioletdesign.co.uk/sneak-peek-physics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful UVd Logo</title>
		<link>http://blog.ultravioletdesign.co.uk/beautiful-uvd-logo/</link>
		<comments>http://blog.ultravioletdesign.co.uk/beautiful-uvd-logo/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:33:34 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[UV]]></category>
		<category><![CDATA[brand]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://blog.ultravioletdesign.co.uk/?p=47</guid>
		<description><![CDATA[
Our snail paced re-brand has evolved into a rather brisk ramble (we are nearly out of breath) and as you can see we have settled on a new logo. Actually we have almost completed the web layouts but thatâ€™s another [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://blog.ultravioletdesign.co.uk/images/uvd_logo.gif" alt="UVd logo" /></p>
<p>Our snail paced re-brand has evolved into a rather brisk ramble (we are nearly out of breath) and as you can see we have settled on a new logo. Actually we have almost completed the web layouts but thatâ€™s another story (why say it in one post when you can say it in two!).</p>
<p>The basic premise behind the logo / re-brand was that the original Ultraviolet Design brand no longer represented the type of work we do and how we wish to be seen to the wider audience; with the only recognisable industry word in our name emphasising â€˜designâ€™, we felt that our other attributes were being unfairly over-powered. For instance, whilst we <em>do</em> web design, the design element is only one function we have to perform in an overall process of many. To put it another way, to emphasise only one skill of the many skills we have seems a little short sighted!</p>
<p>As such, we have re-branded ourselves UV<sup>d</sup> and the website will follow shortly. No, it really will! Watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ultravioletdesign.co.uk/beautiful-uvd-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
