<?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>demoMedia</title>
	<atom:link href="http://www.demomedia.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.demomedia.co.uk</link>
	<description>Engaged in digital design</description>
	<lastBuildDate>Thu, 19 Apr 2012 09:19:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Made to measure &#8211; Responsive designs and the death of fixed width</title>
		<link>http://www.demomedia.co.uk/2012/04/made-to-measure-responsive-designs-and-the-death-of-fixed-width/</link>
		<comments>http://www.demomedia.co.uk/2012/04/made-to-measure-responsive-designs-and-the-death-of-fixed-width/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 09:19:03 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Responsive]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1827</guid>
		<description><![CDATA[Responsive design of course has all sorts of benefits when it comes to comfortably viewing sites on mobile devices. <a href="http://www.demomedia.co.uk/2012/04/made-to-measure-responsive-designs-and-the-death-of-fixed-width/"></a>]]></description>
			<content:encoded><![CDATA[<h2>When I first started developing my own websites in the early 2000s a big sticking point for me was design.</h2>
<p>I knew even then that actually designing a nice looking site was going to be beyond me, but the nuts and bolts of actually making it *work* was where my interest lay. At the time I remember being very adament about using &#8216;scaleable&#8217; layouts as opposed to fixed width. This basically meant that when you resize the window, the site will contract and expand with it. To build a site that remains a fixed width could end up with ugly dead areas on higher resolution displays, and I saw it as something that pointlessly limits the space in which you&#8217;re presenting your content, especially when it has to be at a width that can be seen in full even on the lowest resolution displays.</p>
<p>On the other side of the coin, fixed width sites make actually designing sites much, much easier.  If you want a nice image based banner at the top of your site, for example, you&#8217;re going to have a real headache making that look right as the site changes width around it.  As the web moved on and broadband prolifferated, heavy use of images in web designs became more viable and sites started to be designed and laid out to the pixel, making fixed width sites far more common due to not having to worry about how it will change on one display or another &#8211; it&#8217;s comforting to know that your site will look consistent for everyone.</p>
<p>It&#8217;s only now, with the emergence of advanced CSS techniques, that I can really see a great opportunity to go back to the old ideals of designing sites that change based on what they&#8217;re being viewed on.  The difference now is how much control the developer has.  The old technique of giving all elements of the site a percentage based width is pretty heavy handed and can cause problems when squashed or expanded too much, but with Media Queries &#8211; the CSS technique that allows different styles to be applied based on variables such as the browser window width &#8211; you can basically do anything you want.  At the most basic level I can take a box that is normally floated to the left of the main content area and, once the site is squashed to a certain width, I can then make that box appear at the top of the page, allowing the main content more space to be displayed correctly.  The potential control is pretty much limitless and as a developer it presents some interesting new challenges, as you&#8217;re required to structure your web pages in a way that will allow the CSS to place your content wherever you need it.</p>
<p>A side effect of this is that brings back the need for developers to have a bit of design acumen as the functionality and form rely more heavily on each other.  When we start a new project that we intend to build with a responsive design, communication between the designer and the developer becomes much more important, as you&#8217;re constantly making sure that what is being designed is technically possible to achieve in a nice, clean way when it comes to development.</p>
<p>Another side effect is that it&#8217;s almost forcing designs to simplify.  You&#8217;re going to have a much easier time with a site that&#8217;s mainly solid colours and text than one that is packed with images in every corner and I think that can only be good for the clarity of information presented on the web.  The best responsive designs I&#8217;ve seen do a great job of making the text itself beautiful, and the use of images more considered because you have to justify the presence of every design element if you&#8217;re going to work out here everything will sit in a variety of widths.</p>
<p>Responsive design of course has all sorts of benefits when it comes to comfortably viewing sites on mobile devices, but I think the side effect of simplifying sometimes overcrowded designs and concentrating on placing greater emphasis on the information the site is presenting is going to be of great benefit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2012/04/made-to-measure-responsive-designs-and-the-death-of-fixed-width/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A future for Wireframes?</title>
		<link>http://www.demomedia.co.uk/2012/04/a-future-for-wireframes/</link>
		<comments>http://www.demomedia.co.uk/2012/04/a-future-for-wireframes/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 13:16:19 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[Functional]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Wireframes]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1789</guid>
		<description><![CDATA[Wireframes, you either love them or you hate them <a href="http://www.demomedia.co.uk/2012/04/a-future-for-wireframes/"></a>]]></description>
			<content:encoded><![CDATA[<h1>Wireframes, you either love them or you hate them.</h1>
<p>But regardless of your feelings towards the grey boxes of joy, if you work in web design in a professional environment, they will have been a common part of your existence for the past 15 years.</p>
</p>
<h3>Process driven</h3>
<p>They are a crucial part of any design process, giving the creator a logical thought process, allowing them to visually, and mentally, navigate through the proposed design. UI (User Interface) issues can be ironed out at this stage through the use of wireframes. By having this process in place, a design team can ensure they have the best solution to the brief. I am process driven for the most part, and always endeavor to follow a work flow similar to this handy diagram below.</p>
<p><img src="http://www.demomedia.co.uk/wp-content/uploads/2012/04/diagram2.png" alt="DESIGN PROCESS" title="DESIGN PROCESS" width="540" height="180" class="alignnone size-full wp-image-1794" /></p>
</p>
<h3>Scalability</h3>
<p>Of course, wireframes may not be required for small scale projects. Depending on the size of the solution, it is sometimes not necessary to wireframe the design at all, and the designer can go directly to producing visual mockups which accurately describe the final result. This can approach can generally only be taken if the clients expectations are successfully managed. As I have mentioned in a previous post, there are clear arguments, both for and against, presenting the client with full mock ups or wireframes.</p>
</p>
<h3>Functional Vs Visual</h3>
<p>There are two types of commonly used definitions of wireframes, functional and visual. Generally, functional wireframes are less common in todays design environment, and were used for primarily for large scale solutions, with hundreds of hyperlinked pages. Historically, this task would have usually been completed by the IA (Information Architect). Functional wireframes can be difficult to read, complex and overly annotated. They are ugly, and don’t inform the visual design. Getting a solution signed off on the basis of a functional wireframe can be risky, as it may not accurately reflect the visual mock, elements may move and other decisions may be changed during the design process.</p>
<p>A more accurate description of the final product is a visual wireframe. The designer can show actual content, fonts at correct sizes and use image placeholders. A visual wireframe is a mix of functional and mock up. It is something that combines the IA and design, into a document that everybody can read and feel comfortable with, including the client. Web design has evolved. It is now very much a modular process, as is coding. This argument is explained very well in <a href="http://madebymany.com/blog/the-future-of-wireframes" target="_blank">this article</a> by Isaac Pinnock over at <a href="http://madebymany.com/" target="_blank">Made by many.</a></p>
</p>
<p><img src="http://www.demomedia.co.uk/wp-content/uploads/2012/04/wireframe_example.png" alt="Example Wireframe" title="Example Wireframe" width="540" height="650" class="alignnone size-full wp-image-1808" />
</p>
</p>
<h3>Whose line is it anyway?</h3>
<p>As I mentioned earlier, the job of creating wireframes 10 years ago almost certainly fell to the IA, which would then be passed to the designer to design. Today the the line between the Designer, IA and Developer is a blurry one. With Ajax and todays web design principles and technologies, the designer must ensure that their solution not only looks awesome, but works beautifully. Again, historically, this task fell to the developer, but today more commonly the UX (User Experience) is handled by the designer.</p>
<p>The best, and most successful solutions, are those which seamlessly combine the look (UI), experience (UX) and the Content, so the designers role in delivering these elements to the client is crucial. Wireframes will continue to remain a crucial part of this process, in whichever format best suits the solution.</p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2012/04/a-future-for-wireframes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Junior Web Developer</title>
		<link>http://www.demomedia.co.uk/2012/03/junior-web-developer/</link>
		<comments>http://www.demomedia.co.uk/2012/03/junior-web-developer/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 12:45:14 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[demoMedia]]></category>
		<category><![CDATA[Hiring]]></category>
		<category><![CDATA[junior web developer]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1755</guid>
		<description><![CDATA[We are now looking for a Web Developer who would like to be part of our expansion and help us build a digital future. <a href="http://www.demomedia.co.uk/2012/03/junior-web-developer/"></a>]]></description>
			<content:encoded><![CDATA[<h2>demoMedia is one of the UK’s most exciting and fast growing, interactive Digital Design Agencies based in the heart of the City of London.</h2>
<p>demoMedia has successfully focused on the Corporate Conferences and Events market place for over a decade, supporting and enhancing our globally recognised international portfolio of clients’ digital reach and footprint via a close-knit team of innovative and highly skilled web designers and developers. It is through this success that the demoMedia story continues… We are now looking for a Web Developer who would like to be part of our expansion and help us build a digital future.</p>
<p><br/></p>
<h3>The skills required are:</h3>
<ul>
<li>Solid object-oriented design, programming and debugging skills</li>
<li>Demonstrated expert-level proficiency in PHP5</li>
<li>A strong understanding of SQL and database design</li>
<li>A good understanding of Javascript and how best to use it for enhancing the front-end experience</li>
<li>Can build front-ends with good, valid and cross browser compatible HTML / CSS</li>
<li>Understands what good documentation is and its place in the development cycle</li>
<li>Understands version control systems and best practises</li>
</ul>
<p><br/></p>
<h3>What do we expect from the ideal candidate?</h3>
<ul>
<li>Understanding of the jQuery framework, specifically its AJAX functionality</li>
<li>Basic image manipulation in Photoshop, such as resizing, cropping and ‘cutting up’ designs when needed Codeigniter, Zend or other object orientated PHP frameworks</li>
<li>Basic UNIX command line</li>
<li>You show an appetite for technology and innovation</li>
<li>You show ways of taking advantage of social networking sites</li>
<li>An incessant desire to continually expand your brain with knowledge and ideas until it bursts</li>
<li>Excellent communications skills with a clearly defined English language skill set</li>
<li>Likes to discuss and talk with the team any new ideas</li>
<li>You should be familiar with working to tight, sometimes impossible deadlines</li>
<li>You should be INCREDIBLY organised</li>
<li>Demonstrates the use of various tools to show you are highly process oriented</li>
<li>Understands accessibility, cross browser and platform compatibility</li>
</ul>
<p>Although we represent some of the world’s most recognisable brands in the world we have an informal nature. Behind hard work is hard play and we like to have fun both inside and outside the office. Games nights, pizza, pub quizzes and film nights are the usual order of the day. It’s a fast paced, challenging and dynamic environment where no two days are the same. There are no walls, glass prisons or segmented desks here and the only person likely to be micro managing you, is our resident Chief of Staff – Loki the Bichon. The position is a 3 month contract starting immediately (with the opportunity to become permanent). Salary is dependent on your skills and experience. Please accompany your application with examples of work to Jill Dumas at <a href="mailto:info@demomedia.co.uk?Subject=Junior%20Web%20Developer%20application">info@demomedia.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2012/03/junior-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development environments</title>
		<link>http://www.demomedia.co.uk/2012/02/development-environments/</link>
		<comments>http://www.demomedia.co.uk/2012/02/development-environments/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 10:30:23 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Intype]]></category>
		<category><![CDATA[ShiftEdit]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1730</guid>
		<description><![CDATA[The search for the perfect web development environment is constant and I'm always looking for something new and interesting <a href="http://www.demomedia.co.uk/2012/02/development-environments/"></a>]]></description>
			<content:encoded><![CDATA[<h1>Here at demoMedia, every developer has (within reason) the freedom to develop and manage their work as they chose.</h1>
<p>Once the code has been checked out from our version control server the development environment is at the individual developer&#8217;s behest.  For a while now I&#8217;ve been using a tool called <a title="Intype" href="http://inotai.com/intype/">Intype</a>, which styles itself as the &#8220;The text editor we&#8217;ve all been waiting for&#8221; which is apt, because I&#8217;ve been waiting for the thing to be finished and stable for almost two years, now.  While I like the customisable formatting for various scripting languages, it&#8217;s been in an officially &#8216;unstable&#8217; state for as long as I&#8217;ve been using it.  One of the biggest problems is the way that, every morning, it takes a good ten minutes to scan all my projects on my machine before it&#8217;s ready to be actually used.</p>
<p>The search for the perfect web development environment is constant and I&#8217;m always looking for something new and interesting, and <a href="http://shiftedit.net/">ShiftEdit</a> has recently caught my eye.  This is a text editor that buys in to the increasing trend for in-browser apps (something Google is desperate for people to get on board with, as it&#8217;s the entire basis for their new ChromeBook laptops that can run the Chrome web browser and not much else).  It allows you to sign in to the app and manage all your projects and start your development straight from the browser.  For someone who, like me, allows Google to run his entire life and has each instance of Chrome synced to his account, this instant access to one development environment is a very attractive prospect.</p>
<p>I&#8217;m not the biggest fan of the move from natively running apps and storing your files to having everything kept in the vaguely sinister &#8216;cloud&#8217; but I can&#8217;t deny the usefulness of allowing Google (or similar service) to manage and serve you your entire life at a click of a button.</p>
<p>If ShiftEdit proves useful, it might be time to suggest making it a standard for the office, especially if it could solve the problem of not having your normal development available when working from home or responding to emergencies at 3am.</p>
<p>Now, if you&#8217;ll excuse me, Intype appears to have crashed again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2012/02/development-environments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>We are hiring</title>
		<link>http://www.demomedia.co.uk/2012/01/we-are-hiring/</link>
		<comments>http://www.demomedia.co.uk/2012/01/we-are-hiring/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:36:02 +0000</pubDate>
		<dc:creator>jill</dc:creator>
				<category><![CDATA[NEWS]]></category>
		<category><![CDATA[Hiring]]></category>
		<category><![CDATA[Project manager]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1699</guid>
		<description><![CDATA[We are a small and dynamic digital design agency based in Farringdon, and we need Project Manager. <a href="http://www.demomedia.co.uk/2012/01/we-are-hiring/"></a>]]></description>
			<content:encoded><![CDATA[<h1>Project Manager</h1>
<h2>demoMedia is one of the UK’s most exciting and fast growing, interactive Digital Design Agencies based in the heart of the City of London.</h2>
<p>demoMedia has successfully focused on the Corporate Conferences and Events market place for over a decade, supporting and enhancing our globally recognised international portfolio of clients&#8217; digital reach and footprint via a close-knit team of innovative and highly skilled web designers and developers. It is through this success that the demoMedia story continues…</p>
<p>We are now looking for a Project Manager who would like to be part of our expansion and help us build a digital future.</p>
<p>As Project Manager, you will work closely with all members of the demoMedia team, from accounts to the dev team, including executive management and our clients using your highly honed skills to exceed customer experience and ensure smooth running of a multiple projects, ensuring they are delivered on time and on budget. You will ensure that the challenge and requirements are understood and will work closely with the team to define the solution.</p>
<p>As a senior member of the team, you will be empowered to handle accurate financial management of projects as well as take on pre-sales duties by adding value to the business development process.</p>
<p>Interested?</p>
<p>Here are some of the things we will be looking for in our Project Manager:</p>
<ul>
<li>5-7 years of relevant experience preferably in a consulting or agency environment</li>
<li>Relevant qualifications, Bachelor&#8217;s degree preferred</li>
<li>Advanced knowledge of one or more of the following: software development life cycles, web technologies, web development processes and the delivery of solutions with creative and engineering components, media and advertising projects, digital strategy projects</li>
<li>Advanced understanding of project management methodology including the ability to identify and resolve issues, manage risk, develop detailed work plans and specifications, perform resource allocations and run team meetings. (i.e. Prince 2, PMP, Six Sigma, etc)</li>
<li>Ability to work on multiple projects and manage multiple project coordinators, leads and/or managers at one time</li>
<li>Excellent verbal and written communication skills. English language is a must</li>
<li>Excellent organizational and time management skills</li>
<li>A love for the internet and all things social</li>
<li>Expert Microsoft Project and MS Office skills</li>
<li>And, most importantly – happy to report to a Bichon Frise, namely Loki.</li>
</ul>
<p>If you think you have the skills, see if you like the environment…</p>
<p>Although we represent some of the world’s most recognisable brands in the world we have an informal nature. Behind hard work is hard play and we like to have fun both inside and outside the office. Games nights, pizza, pub quizzes and film nights are the usual order of the day. It’s a fast paced, challenging and dynamic environment where no two days are the same. There are no walls, glass prisons or segmented desks here and the only person likely to be micro managing you, is our resident Chief of Staff – Loki the Bichon.</p>
<p>You got this far, why not send your covering letter and CV to Jill Dumas at <a href="mailto:info@demomedia.co.uk?Subject=Project%20Manager%20role%20application">info@demomedia.co.uk</a></p>
<p>Salary is dependant on experience.</p>
<p>We do not require agency support for this position but appreciate you looking!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2012/01/we-are-hiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Web Design</title>
		<link>http://www.demomedia.co.uk/2012/01/responsive-web-design/</link>
		<comments>http://www.demomedia.co.uk/2012/01/responsive-web-design/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 15:20:20 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[LABS]]></category>
		<category><![CDATA[NEWS]]></category>
		<category><![CDATA[A book Apart]]></category>
		<category><![CDATA[A list Apart]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1690</guid>
		<description><![CDATA[With the ever growing number of devices on the market today, having a ‘one size fits all’ website makes perfect sense. <a href="http://www.demomedia.co.uk/2012/01/responsive-web-design/"></a>]]></description>
			<content:encoded><![CDATA[<h1>A new buzzword in Design &amp; Development is born</h1>
<h2>So what is responsive web design?</h2>
<p>Responsive web design is, put simply, a website which can be viewed at any resolution. The CSS is developed in such a way that the page elements can adapt to different devices. CSS3 introduced Media Queries, which allow you to serve different CSS Style Sheets depending on device resolution, without the use of of Javascript. Using this method this makes your developed site far more flexible when designing for multiple devices. CSS Media Queries, Fluid grids, &amp; image sizing adapt the content of the website to any device.</p>
<h2>Throwing your budget a lifeline</h2>
<p>With the ever growing number of devices on the market today, having a ‘one size fits all’ website makes perfect sense. Desktop computers, laptops, tablets and smart phones, all have wide varieties of resolutions. This presents a huge challenge when designing &amp; developing websites to cater for everyone.</p>
<p>Most projects simply do not have a sufficient budget to develop multiple versions of a website. This is where planning and building a responsive solution is really beneficial. You do not have to create a mobile version of your website for different devices, just develop one site than can adapt itself to different resolutions.</p>
<h2>Responsive, or Mobile?</h2>
<p>Some projects may not require a responsive approach, and clearly need a separate mobile website to be developed. Facebook, for example, has a mobile web application, which is vastly different to its bigger brother. The content is the same, but the design, layout &amp; user experience have been designed specifically for mobile devices.</p>
<p>It is in the hands of the designer to decide the correct solution, responsive web design is never going to be suitable for all projects. Having said that, best practice in design would have had most designers considering these potential problems already. Liquid layouts (thankfully we don’t see too many these days) had been using percentages to calculate the width of columns to cater for different browser resolutions since the birth of CSS. Responsive web design is the next step for universal accessibility.</p>
<h2>Tell me more&#8230;</h2>
<p>I have only lightly brushed on the principles of responsive web design, if you would like to know more about it, take a look at this <a href="http://www.alistapart.com/articles/responsive-web-design/" target="_blank">article</a> by Ethan Marcotte, over at <a href="http://www.alistapart.com/" target="_blank">A List Apart.</a></p>
<p>Ethan has published a book on the subject, for which he also coined the phrase, appropriately titled ‘Responsive Web Design’, which you can order from <a href="http://www.abookapart.com/products/responsive-web-design" target="_blank">A Book Apart.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2012/01/responsive-web-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Future of interface design &#8211; Visions of Microsoft</title>
		<link>http://www.demomedia.co.uk/2011/12/future-of-interface-design-microsoft-visions/</link>
		<comments>http://www.demomedia.co.uk/2011/12/future-of-interface-design-microsoft-visions/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 15:55:43 +0000</pubDate>
		<dc:creator>Cem</dc:creator>
				<category><![CDATA[LABS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[visions]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1647</guid>
		<description><![CDATA[Spectacular visions of the future. <a href="http://www.demomedia.co.uk/2011/12/future-of-interface-design-microsoft-visions/"></a>]]></description>
			<content:encoded><![CDATA[<h1>As much as we love to be influenced and governed by Apple as the today and tomorrow of interface design, it&#8217;s important to remember that there are other institutions with some spectacular visions of the future.</h1>
<p>With the rapidly increasing popularity of OSX, we often forget that Microsoft have been responsible for some fantastic visions of the future. Even back in 2001, over a decade ago, Microsoft were having preliminary internal presentations demonstrating the use of gesture based navigation and interaction. Piquing the interest of Steven Spielberg, he went on to use this technology with the consultancy of Microsoft in his 2002 film, Minority Report, showcasing this contact-free method of interaction which became so synonymous with the film, having UI designers quoting &#8216;Minority Report&#8217; style interaction. </p>
<p><iframe src="http://www.youtube.com/embed/VBceT1TkxU4" frameborder="0" width="540" height="360"></iframe></p>
<p>This tool later went on to become the Microsoft Surface, being released roughly the same time as Apple&#8217;s iPhone. Because of its price and requirement for localised and specialised development, the unit became too costly for anything other than branded marketing efforts. Even so, it was a great technological showcase for Microsoft which has had people referring to it for both inspiration and guidance. </p>
<p><iframe src="http://www.youtube.com/embed/Zxk_WywMTzc" frameborder="0" width="540" height="360"></iframe></p>
<p>The Surface has recently been relaunched in v2.0 now, with price reductions and big changes to its practicality, further extending its possibilities in real world use. Would love one at home!</p>
<p><iframe src="http://www.youtube.com/embed/hMW7pd41Cz0?hd=1" frameborder="0" width="540" height="360"></iframe></p>
<p>Moving the game even further, Microsoft presented the world with a romantic notion of the future, engaging people with an interface that promoted interaction. With some great visuals and imagination, they appear to really go to great lengths to demonstrate a very viable future.</p>
<p>&nbsp;</p>
<p><iframe src="http://www.youtube.com/embed/8Ff7SzP4gfg" frameborder="0" width="540" height="360"></iframe></p>
<p>Then, they go to town on a global vision with their fantastic &#8216;Product Future Vision (2011)&#8217; video. It&#8217;s an all out showcase of technology illustrating how technology can reinforce relationships, focus more on <em>doing</em> rather than the <em>organising</em> and providing the world with a free form method of sharing that has no limitation in technology. How this all works in practicality remains to be seen, but having someone like Microsoft think about all these things today is a comforting thought.</p>
<p><iframe src="http://www.youtube.com/embed/a6cNdhOKwi0?hd=1" frameborder="0" width="540" height="360"></iframe></p>
<p>As interface designers and service providers to digital communications, we all have a say in the future of the peripheral and its impact on all of us. It is truly an exciting time with an ever evolving landscape that does not seem to want to settle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2011/12/future-of-interface-design-microsoft-visions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>And we are GO! demoMedia 2012 explodes onto the Internet</title>
		<link>http://www.demomedia.co.uk/2011/12/and-were-thunderbirds-go-2012-site-is-live/</link>
		<comments>http://www.demomedia.co.uk/2011/12/and-were-thunderbirds-go-2012-site-is-live/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 17:37:36 +0000</pubDate>
		<dc:creator>Cem</dc:creator>
				<category><![CDATA[WORK]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1604</guid>
		<description><![CDATA[Six years ago, when I turned demoMedia into the global phenomenon it has become, I pledged to change our website every six months. We&#8217;re not actually that far off from that pledge and we, at the very least, continue to &#8230; <a href="http://www.demomedia.co.uk/2011/12/and-were-thunderbirds-go-2012-site-is-live/"></a>]]></description>
			<content:encoded><![CDATA[<p class="large">Six years ago, when I turned demoMedia into the global phenomenon it has become, I pledged to change our website every six months. </p>
<p>We&#8217;re not actually that far off from that pledge and we, at the very least, continue to launch a new site at least yearly. To some, this may come across as a strange method of marketing and solidifying your brand. To us, this is simply a demonstration of our own ability to continue to interpret modern design and development in its evolving iterations.</p>
<p>One thing we continue to champion is the beauty and simplicity of HTML, CSS and JavaScript. We&#8217;ve never believed in Flash and have actually applauded Apple&#8217;s decision to rebuff it. Even though, no doubt, it&#8217;s a corporate strategy with some end goal, for us, it simply meant the massive advances in HTML 5 that we&#8217;ve seen so far.</p>
<p>This is an isolated opinion and even here, at demoMedia, we are divided in that. However, we all agree that there is no place in the binary world anymore for sites built entirely in Flash. We&#8217;ve always put our money where our mouth is by living by that principle, as does our own website.</p>
<p>We welcome comments on the site, good and bad, but note that any bad comments will be immediately edited to show them as hugely praising. Haha, just kidding. No, seriously.</p>
<p>Anyway, this site&#8217;s a keeper. I&#8217;m very proud of Iain for the design and the speed with which our devs have built it. Based on WordPress, we continue to use this awesome framework to support our ongoing efforts to maintain our no.1 global top spot recognition as the best company in the universe. Ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2011/12/and-were-thunderbirds-go-2012-site-is-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do you expect links to behave?</title>
		<link>http://www.demomedia.co.uk/2011/11/how-do-you-expect-links-to-behave/</link>
		<comments>http://www.demomedia.co.uk/2011/11/how-do-you-expect-links-to-behave/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 17:07:51 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[WORK]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1597</guid>
		<description><![CDATA[Here&#8217;s a bit of a tricky conundrum. As a rule, it&#8217;s assumed (almost certainly correctly) that every user will expect internal links (i.e. links that are taking you to a different page on the same site) to open the page &#8230; <a href="http://www.demomedia.co.uk/2011/11/how-do-you-expect-links-to-behave/"></a>]]></description>
			<content:encoded><![CDATA[<p class="large">Here&#8217;s a bit of a tricky conundrum. As a rule, it&#8217;s assumed (almost certainly correctly) that every user will expect internal links (i.e. links that are taking you to a different page on the same site) to open the page in the same window rather than loading pages in endless new browser windows or tabs.</p>
<p>When it comes to external links, however, the waters are muddied slightly by the fact the website owner usually wants to keep people on their site, so the default behaviour of links is thrown out in favour of forcing the link to open in a new window or tab. In my experience, you can guarantee that any client will ask this to be done for external links. The thought of taking the user away from site is just not an appealing one, which is of course understandable but the problem is that decision is almost always made without thought for what the user will be expecting to happen when clicking the link. For example, if you have an external link that, by default, opens the site in the same window then the user has the choice based on their knowledge of the link.</p>
<p>If it&#8217;s clear that the link will be taking them to another site, then they have the option to force the link to open in a new window or tab using the right click menu or the middle button on their mouse. If a developer has instructed the link to open in a fresh window, however, the choice is completely removed and the user could end up having the website behave in a way they are not expecting.</p>
<p>Counter arguments are all based on the assumption that the website knows better than the user. &#8220;What if they don&#8217;t know how to open a link in a new window?&#8221; is the main point, but personally I would rather trust the user to know this basic functionality and leave the choice with them.</p>
<p>At the end of the day, if your site is interesting and appealing enough, having a link take the user away from it shouldn&#8217;t matter. Tricking the user into non-standard behaviour just to keep your site open is, at the end of the day, just not worth sacrificing usability and consistent behaviour.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2011/11/how-do-you-expect-links-to-behave/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress for world domination?</title>
		<link>http://www.demomedia.co.uk/2011/07/wordpress-for-world-domination/</link>
		<comments>http://www.demomedia.co.uk/2011/07/wordpress-for-world-domination/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 14:40:56 +0000</pubDate>
		<dc:creator>Iain</dc:creator>
				<category><![CDATA[NEWS]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.demomedia.co.uk/?p=1099</guid>
		<description><![CDATA[As the number of websites powered by WordPress surpasses the 50 million mark, its time to take a look at some of the reasons fueling the platforms popularity. <a href="http://www.demomedia.co.uk/2011/07/wordpress-for-world-domination/"></a>]]></description>
			<content:encoded><![CDATA[<h1>As the number of websites powered by WordPress surpasses the 50 million mark, its time to take a look at some of the reasons fueling the platforms popularity.</h1>
<p>Firstly, lets clear up the difference between <a href="http://wordpress.com/" target="_blank&quot;">WordPress.com</a> and <a href="http://wordpress.org/" target="_blank&quot;">WordPress.org.</a> WordPress.com offers users a free blog, hosted by WordPress. Over 285 million people view more than 2.5 billion pages each month. WordPress.com users produce about 500,000 new posts and 400,000 new comments on an average day.</p>
<p>WordPress.org is the place to go to download the WordPress publishing platform powered by PHP and MySQL. This provides development teams with the files required to install the WordPress platform on the required server.</p>
<p>Initially created as a blogging platform, WordPress has developed into arguably the most complete and comprehensive web publishing tool available. Match this with its Content Management System, impressive security tools and its lovely user friendly interface, its easy to see why its so popular. WordPress has a huge open source developer community behind it, constantly updating &amp; improving the various plugins available. Perhaps the largest factor, though, is the fact that WordPress is free.</p>
<h2>User friendly Content Management System</h2>
<p>The WordPress backend interface is very well designed, and simple to use. You require no technical ability or coding knowledge. The layout of the user interface instantly feels intuitive.</p>
<h2>Search Engine Optimisation</h2>
<p>The visibility of your website depends on many factors, but clean, well structured code is a must. Combined with semantic code, WordPress offer various plugins and tools to allow you to optimise your website for search engines, quickly &amp; efficiently.</p>
<h2>Themes &amp; Widgets</h2>
<p>As previously mentioned, WordPress has a huge developer community. One of the best features of the WordPress platform is the widget based approach to design &amp; layout. Through the backend, users can modify their theme a the click of a button. Themes are available free of charge, whilst others are paid. There are currently 120 themes to choose from on WordPress.com, coming from various sources, designers &amp; developers.</p>
<h2>Security</h2>
<p>We are all aware of the headaches of ‘Spamming’, irrelevant hyperlinks posted to blogs and forums, usually taking users to suspicious websites containing malicious code. Usually scripts or automated bots target high traffic websites. WordPress comes with anti-spam protection in the form of Askimet. This tool is regulary updated to keep one step ahead of the spammers.</p>
<p>Currently WordPress is used by over 14% of the 1,000,000 biggest websites. These including TED, CNN &amp; TechCrunch to name a few. There’s no denying the Platforms popularity, and it’s market dominance will no doubt continue to grow, which is no bad thing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.demomedia.co.uk/2011/07/wordpress-for-world-domination/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

