<?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>Storm Blog &#187; Design</title>
	<atom:link href="http://www.storm-consultancy.com/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.storm-consultancy.com</link>
	<description>Web Design News &#38; Tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:13:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Who owns your domain?</title>
		<link>http://www.storm-consultancy.com/design/web-design-tips/who-owns-your-domain/</link>
		<comments>http://www.storm-consultancy.com/design/web-design-tips/who-owns-your-domain/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 14:18:18 +0000</pubDate>
		<dc:creator>Liam</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design Tips]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/?p=930</guid>
		<description><![CDATA[So, you&#8217;ve got yourself a fancy little website for yourself or your company and it&#8217;s all going pretty well. Until you start having some problems with your website hosting provider, or you decide to have a redesign with a different company, and you then realise that you actually don&#8217;t have any control over your domain, [...]]]></description>
			<content:encoded><![CDATA[<p>So, you&#8217;ve got yourself a fancy little website for yourself or your company and it&#8217;s all going pretty well.</p>
<p>Until you start having some problems with your website hosting provider, or you decide to have a redesign with a different company, and you then realise that you actually don&#8217;t have any control over your domain, or worse; don&#8217;t even own it.</p>
<p>This is something we&#8217;ve seen a few times at Storm, and something I&#8217;ve experienced with many friends personally. It&#8217;s all too easy to sign up with a web host who will happily register your domain, sometimes even for &#8220;free&#8221;, but the price is that they actually own your domain and if you&#8217;re not very careful, you&#8217;re going to be facing a battle to get it back from them when the time arrises.</p>
<p>Here at Storm, we don&#8217;t register domains on behalf of clients; We&#8217;ll always guide you through the registration yourself with a trusted registrar to make sure you never have this problem.</p>
<p><strong>How Do I Check?</strong></p>
<p>If you&#8217;re not sure who owns your domain, you can look up the registered data with a whois tool, such as the one provided by <a href="http://www.networksolutions.com/whois/index.jsp">Network Solutions</a> (who will cover the results in adverts trying to sell you their products!)</p>
<p>You&#8217;re looking for the &#8220;Registrant&#8221; field to contain your name, or your company&#8217;s name, rather than your web host or provider.</p>
<p>If it doesn&#8217;t, then it&#8217;s a good idea to check the small print of your web hosting contract, or even contact them to ask if you own it, and how to transfer it into your own name.</p>
<p>In the worst case scenario, you may be able to contact the top level domain provider (such as nominet for .uk domains) and ask them for help recovering your domain &#8211;  but that can be a lengthy and expensive process!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/web-design-tips/who-owns-your-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Administration Panels with Twitter Bootstrap</title>
		<link>http://www.storm-consultancy.com/design/web-design-tips/administration-panels-with-twitter-bootstrap/</link>
		<comments>http://www.storm-consultancy.com/design/web-design-tips/administration-panels-with-twitter-bootstrap/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 09:30:49 +0000</pubDate>
		<dc:creator>Liam</dc:creator>
				<category><![CDATA[Web Design Tips]]></category>

		<guid isPermaLink="false">http://blog2.storm-consultancy.com/blog/?p=768</guid>
		<description><![CDATA[We love rapid prototyping at Storm. Firing things together quickly brings our clients closer to the development teams and lets us make sure the product is exactly what they wanted. We&#8217;ve recently blogged about our use of Adobe Muse for wiring framing, but today I&#8217;m going to talk about our newest discovery for the dev [...]]]></description>
			<content:encoded><![CDATA[<p>We love rapid prototyping at Storm. Firing things together quickly brings our clients closer to the development teams and lets us make sure the product is exactly what they wanted.</p>
<p>We&#8217;ve recently <a href="http://www.storm-consultancy.com/blog/design/adobe-muse-for-wireframing/">blogged about</a> our use of Adobe Muse for wiring framing, but today I&#8217;m going to talk about our newest discovery for the dev team, <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>.</p>
<p><a href="http://www.storm-consultancy.com/wp-content/uploads/2011/09/Screen-Shot-2011-09-23-at-11.39.19.png"><img class="alignnone size-medium wp-image-772" title="Screen Shot 2011-09-23 at 11.39.19" src="http://www.storm-consultancy.com/wp-content/uploads/2011/09/Screen-Shot-2011-09-23-at-11.39.19-300x233.png" alt="" width="300" height="233" /></a></p>
<p>&nbsp;</p>
<p>The bootstrap gives you a CSS file you can easily include on any project, even by hot linking to their URL on GitHub (if you&#8217;re comfortable knowing things will break should GitHub go down!) and provides a grid layout system, along with styles for all the common elements used on a website. From tables, divs and HTML5 elements; they&#8217;re all styled for you out of the box in a simple admin interface kind of way.</p>
<p>They even provide source code as jQuery extensions for making modals appear, and HTML Table sorting.</p>
<p>Their documentation on GitHub is also excellent, and explains the grid layout system easily with lots of examples, which makes life easier for me coming from a background of preferring to roll my own code rather relying on frameworks.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/web-design-tips/administration-panels-with-twitter-bootstrap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Muse for Wireframing</title>
		<link>http://www.storm-consultancy.com/design/adobe-muse-for-wireframing/</link>
		<comments>http://www.storm-consultancy.com/design/adobe-muse-for-wireframing/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 15:35:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Newsworthy Bits]]></category>

		<guid isPermaLink="false">http://blog2.storm-consultancy.com/blog/?p=685</guid>
		<description><![CDATA[Cast your mind back a little while to the release of Adobe Muse - the tool that lets you &#8216;design and publish HTML websites without writing code&#8217;. Now fast forward about 90 seconds to when the barrage of abuse (mostly..) was flung fourth by the web community via twitter. Well &#8211; big news today. I may just have found a genuinely good use for Muse [...]]]></description>
			<content:encoded><![CDATA[<p>Cast your mind back a little while to the release of <a href="http://muse.adobe.com">Adobe Muse</a> - the tool that lets you &#8216;design and publish HTML websites without writing code&#8217;. Now fast forward about 90 seconds to when the <a href="http://www.netmagazine.com/features/developers-respond-adobe-muse">barrage of abuse</a> (mostly..) was flung fourth by the web community via twitter. Well &#8211; big news today. I may just have found a genuinely good use for Muse &#8211; wireframing!</p>
<p>Before I go on it&#8217;s very important to note that I have tried loads of wireframing tools in the past year. From Mockups, Mockingbird and Mockflow right through to Axure, and a dozen more along the way. I found faults with each of them; be it a poor interface, lack of flexibility, lack of master pages or simply a poor quality output.</p>
<p>What I found with mockups is that you can very quickly build clickable wireframes through a beautifully lightweight yet fairly comprehensive Adobe Air based platform. Further to that, publishing to the web is painless, as Adobe are piggybacking on BusinessCatalyst (another Adobe Product).</p>
<p>Rather than this post being all talk, I felt the best thing to do was to time myself and spend a mere 30 of her majesties finest minutes building a very simple, clickable wireframe in Muse. I guess the results speak for themselves:</p>
<p><a title="Storm Wireframes" href="http://storm-wireframe.businesscatalyst.com">http://storm-wireframe.businesscatalyst.com</a></p>
<p>The best bit is that Muse is currently free, including the hosting. So if you want to have a play I&#8217;d wholeheartedly recommend it.</p>
<p>So what do you think? Does Muse provide quick and easy wireframing or is it just another in the long list of &#8216;not quite&#8217;  tools?</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/adobe-muse-for-wireframing/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Designing a Logo- the Creative Process</title>
		<link>http://www.storm-consultancy.com/design/design-tutorials/designing-a-logo-the-creative-process/</link>
		<comments>http://www.storm-consultancy.com/design/design-tutorials/designing-a-logo-the-creative-process/#comments</comments>
		<pubDate>Thu, 27 May 2010 08:04:20 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[Web Design Tips]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/design/?p=367</guid>
		<description><![CDATA[<a href="http://www.storm-consultancy.com/blog/design/design-tutorials/designing-a-logo-the-creative-process/"><img class="alignleft niceborder" src="http://www.storm-consultancy.com/blog/design/wp-content/uploads/2010/05/blog12.jpg" alt="blog header img" width="172" height="114" /></a>

The  simple logo- small, pretty and simple. But nestled somewhere in those  few pixels lies the power to make or break a business. That's some heavy  weight for such a little guy.

Having just finished working on an identity for a project my agency  is involved with, I thought documenting the evolution of the logo from  conception to completion along with how I personally go about designing  logos would make a pretty sweet blog post.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog12.jpg"><img class="size-full wp-image-368 alignleft niceborder" src="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog12.jpg" alt="blog header img" width="326" height="214" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">The simple logo- small, pretty and simple. But nestled somewhere in those few pixels lies the power to make or break a business. That&#8217;s some heavy weight for such a little guy.</p>
<p>Having just finished working on an identity for a project my agency is involved with, I thought documenting the evolution of the logo from conception to completion along with how I personally go about designing logos would make a pretty sweet blog post. So without further ado, <strong>Designing a Logo- the Creative Process.</strong></p>
<p style="text-align: center;">&#8212;&#8212;&#8212;</p>
<p>If you&#8217;ve ever seen Men In Black, there is a scene where Will Smith&#8217;s character, Agent J is finally deemed worthy enough to be given a gun to defend himself by his mentor Agent K. They head into an armory packed with huge guns, of which Agent K awards J with the tiniest one of all, &#8216;The Noisy Cricket&#8217;. A disgruntled J accepts the tiny weapon, not in the least bit impressed at it&#8217;s small, elegant stature.<br />
When the opportunity finally arrives for Agent J to use The Cricket, the little gun turns out to be so powerful it obliterates everything in its path, and blows him a great distance off his feet.﻿</p>
<p style="text-align: left;">When designing a logo, it has to be a Noisy Cricket. Simple, sleek, and pack a lot of power.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<h3 style="text-align: left;">Getting Started</h3>
<p>As with anything in the creative industry, before the fun begins there needs to be a proper period of planning and research into your project or client, but this is particularly vital in the case of logo design- like the Noisy Cricket, a lot of power has to be packed into a tiny object.<br />
My method of getting started on a project like this begins with talking to a client. A proper discourse with a client is integral to a successful project. I  tend to ask about their target audience, business values and presence, and whether they have existing colour schemes they may use in other aspects of the company image that they want to factor into their logo.</p>
<p>I then sit down at my computer with a pen and paper and just mess around for a few hours, not specifically drawing logos (though many do get doodled during this stage) but just noting down keywords, associations, anything that might prompt a thought.</p>
<h2><a href="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog2.jpg"><img class="size-full wp-image-379 alignleft niceborder" src="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog2.jpg" alt="Ideas " width="367" height="192" /></a></h2>
<p>The logo i will be discussing in this blog post was for &#8216;Bath Digital&#8217;, a  project intended to educate Bath-based businesses about the  powers of  web and Ecommerce.</p>
<p>In getting started with the Bath Digital logo, I decided on creating two separate streams of thought- one for &#8216;Bath&#8217;, and one for &#8216;Digital&#8217;. I find these sorts of techniques are particularly useful in logo design, as they enable you to visualise many factors of a word or idea that you may not ordinary see.</p>
<p>For example, in the image on the left, you see my doodle of an &#8216;On&#8217; button, the connotations between an &#8216;On&#8217; button and the word &#8216;digital&#8217; are fairly obvious, but only through dismantling the word &#8216;digital&#8217; and writing down everything that came to mind, I got close to a possible idea. If you look at an &#8216;On&#8217; symbol, you can sort of see a lowercase d, back to back with a lowercase b, almost the initials of the business! Obviously in this case it didn&#8217;t work, but it&#8217;s an example of how ideas begin to materialise if you properly analyse the stuff you get from good research before a project.</p>
<h3>Ideas into Imagery</h3>
<p style="text-align: left;">After this stage, the real design begins. I begin transferring all my sketched ideas to screen, and play with various colour schemes and fonts. Below you can see the first set of four logo ideas I created. <a href="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog4.png"><img class="size-full wp-image-387  aligncenter" title="logo ideas" src="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog4.png" alt="logo ideas" width="624" height="884" /></a></p>
<p>I like to present a client with 4 options- I feel any more than this complicates things and dilutes your hard work. I like to make these 4 options fairly diverse, I attempt to cover a broad area, from simple, corporate-style stuff to more abstract or trendy design. I have them pick their favourite, then move on to step 2, refinement, which i will cover in the next section of this post.</p>
<p>In terms of the Bath Digital logo, the team decided that out of these 4, we should narrow it down to two for further development, rather than one, as they were both very much liked.</p>
<h3>Refinement &amp; the Finished Product.</h3>
<p>After some feedback on one of the Bath Digital logo choices below (feedback is a key role in refining a logo) there was some worry that the &#8216;b&#8217; &amp; &#8216;d&#8217; weren&#8217;t working well enough to convey that they were letters, and that the mouse lead wasn&#8217;t sufficiently mouse lead-like (it looked more like a devil&#8217;s tail somebody said) so during refinement I decided to add indents and curves to the  &#8216;b&#8217; and &#8216;d&#8217; in the logo so as to better identify them as letters, and  after a lot of work managed to convey the idea of the mouse to a fairly okay standard, I think.</p>
<p style="text-align: center;"><strong>from this</strong>:</p>
<p style="text-align: center;"><a href="http://www.storm-consultancy.com/wp-content/uploads/2010/05/bathdigitallogo1b.jpeg"><img class="size-large wp-image-411 aligncenter" title="from this" src="http://www.storm-consultancy.com/wp-content/uploads/2010/05/bathdigitallogo1b-723x1024.jpg" alt="" width="400" height="565" /></a></p>
<p style="text-align: center;"><strong>to </strong><strong>this</strong>:</p>
<p style="text-align: center;"><a href="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog5.jpg"><img class="aligncenter niceborder" src="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog5.jpg" alt="bath digital idea" width="652" height="433" /></a></p>
<p>Even though I was really pleased with this design, what you as the  designer think is best can sometimes not be what&#8217;s best for the business  you&#8217;re designing for, and in this case we decided that it didn&#8217;t fit  the image of what Bath Digital was setting out to achieve, and who it  wanted to attract to use its services- and that a simpler, more  accessible logo would be needed to appeal to the wide range of  businesses it wanted to communicate with.</p>
<p>I rarely am able to nail a logo first time, only after numerous tinkering and adjusting, and a prime example of how much a particular idea can change is the design we chose to finally go with for Bath Digital. With the other logo option the team chose for developing, everybody loved the mouse within a speech bubble design you can see on the second of the four logo ideas sheets posted above- it seemed to simply and properly communicate the idea of what Bath Digital was about. I decided to start from scratch with the idea, re-doing the font and adding some layer styles to produce something completely different to what was originally a fairly lifeless logo.</p>
<p>After a lot of umming and ahhing about the colours within the team, an agreement was reached and we had our logo. Simple, accessible, and it conveys a message.</p>
<p>A Noisy Cricket? I&#8217;ll let you decide.</p>
<p style="text-align: center;"><a href="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog7.jpg"><img class="size-full wp-image-399 aligncenter niceborder" src="http://www.storm-consultancy.com/wp-content/uploads/2010/05/blog7.jpg" alt="bath digital logo final" width="1003" height="667" /></a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/design-tutorials/designing-a-logo-the-creative-process/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google getting into the Web Fonts game?</title>
		<link>http://www.storm-consultancy.com/design/newsworthy-bits/google-getting-into-the-web-fonts-game/</link>
		<comments>http://www.storm-consultancy.com/design/newsworthy-bits/google-getting-into-the-web-fonts-game/#comments</comments>
		<pubDate>Wed, 19 May 2010 07:37:41 +0000</pubDate>
		<dc:creator>Adam Pope</dc:creator>
				<category><![CDATA[Newsworthy Bits]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/design/?p=345</guid>
		<description><![CDATA[<img class="alignleft" src="http://www.google.com/images/icons/feature/font_api-128.gif" alt="" width="128" height="128" />Earlier today I was on <a href="http://www.smashingmagazine.com" target="_blank">Smashing Magazine</a> when I saw something strange in my status bar.  As I watched the hostnames flash by as the page loaded, pulling in resources from numerous sources, my eyes stuck on one in particular:<strong>fonts.googleapis.com</strong>. So, I pulled up the source of the page and  right there, on line 3, was a link element pulling in CSS from <strong>fonts.googleapis.com</strong>!  The request is for a font called 'Droid Sans' in regular and bold.]]></description>
			<content:encoded><![CDATA[<p>Earlier today I was on <a href="http://www.smashingmagazine.com" target="_blank">Smashing Magazine</a> when I saw something strange in my status bar.  As I watched the hostnames flash by as the page loaded, pulling in resources from numerous sources, my eyes stuck on one in particular: <strong>fonts.googleapis.com</strong>. So, I pulled up the source of the page and  right there, on line 3, was a link element pulling in CSS from <strong>fonts.googleapis.com</strong>!  The request is for a font called &#8216;Droid Sans&#8217; in regular and bold.</p>
<pre class="brush: html">&lt;link href='http://fonts.googleapis.com/css?family=Droid Sans:regular,bold' rel='Stylesheet' type='text/css'/ &gt;</pre>
<p>I dug a little deeper and had a look at the source of that CSS file and found:</p>
<pre class="brush:css">@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Droid Sans'),
       url('http://themes.googleusercontent.com/font?kit=POVDFY-UUf0WFR9DIMCU8g')
       format('truetype');
}
@font-face {
  font-family: 'Droid Sans';
  font-style: normal;
  font-weight: bold;
  src: local('Droid Sans'),
       url('http://themes.googleusercontent.com/font?kit=EFpQQyG9GqCrobXxL-KRMVtXRa8TVwTICgirnJhmVJw')
       format('truetype');
}</pre>
<p>From this evidence it&#8217;s looks very much like Google is getting into the font serving business alongside current providers such as: <a href="http://www.typekit.com" target="_blank">TypeKit</a> and <a href="http://www.fonts.com" target="_blank">Fonts.com</a>.  You have to assume that this is bad news for those guys as Google is highly likely to be offering this service for free, where a subscription is currently required for high volume use.</p>
<p><strong>Update: </strong>Google has now officially announced this as the <a href="http://googlecode.blogspot.com/2010/05/introducing-google-font-api-google-font.html" target="_blank">Google Font API</a> with the <a href="http://code.google.com/apis/webfonts/" target="_blank">Google Font Directory</a> &#8211; you heard it here first!</p>
<p>However, it turns out this isn&#8217;t  a move to dominate the Fonts market &#8211; instead this is a collaboration.  Google has been working with TypeKit to produce the <a href="http://code.google.com/apis/webfonts/docs/webfont_loader.html" target="_blank">WebFont Loader</a> &#8211; A JavaScript API to make loading web fonts faster.  Google have posted an example of using the new API &#8211; perhaps controversially, it introduces a little bit of noise into your CSS.</p>
<pre class="brush: html">
<pre>&lt;html&gt;
  &lt;head&gt;
    &lt;script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js"&gt;
    &lt;/script&gt;
    &lt;script type="text/javascript"&gt;
      WebFont.load({
        google: {
          families: [ 'Tangerine', 'Cantarell' ]
        }
      });
    &lt;/script&gt;
    &lt;style type="text/css"&gt;
      .wf-inactive p {
        font-family: serif
      }
      .wf-active p {
        font-family: 'Tangerine', serif
      }
      .wf-inactive h1 {
        font-family: serif;
        font-size: 16px
      }
      .wf-active h1 {
        font-family: 'Cantarell', serif;
        font-size: 16px
      }
    &lt;/style&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;h1&gt;This is using Cantarell&lt;/h1&gt;
    &lt;p&gt;This is using Tangerine!&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;</pre>
</pre>
<p>However, the new loaded is able to load fonts from both Google and TypeKit simultaneously:</p>
<pre class="brush:html">WebFont.load({
    google: {
      families: [ 'Tangerine', 'Cantarell' ]
    },
    typekit: 'myKitId'
  });</pre>
<p>A move that will <strong>drastically improve the load times of web fonts</strong> as users being to have a cached version of the webfont.js file in their browser!  Currently, each TypeKit user has to include a unique JavaScript file on their site, eliminating any caching potential.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/newsworthy-bits/google-getting-into-the-web-fonts-game/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Parallels Desktop Send Plain Text Passwords!</title>
		<link>http://www.storm-consultancy.com/design/casual-musing/parallels-desktop-sending-plain-text-password-reminders/</link>
		<comments>http://www.storm-consultancy.com/design/casual-musing/parallels-desktop-sending-plain-text-password-reminders/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 09:21:19 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Casual Musing]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/?p=314</guid>
		<description><![CDATA[A quick warning to any of you Parallels Desktop users out there. If you have an account with parallels, you may want to use a different password to your normal every-dayer because Parallels are more than happy to send you a plain text reminder on demand.]]></description>
			<content:encoded><![CDATA[<p>A quick warning to any of you Parallels Desktop users out there. If you have an account with parallels, you may want to use a different password to your normal every-dayer because Parallels are more than happy to send you a plain text reminder on demand.</p>
<p>Here is the process which lead to my plain text password being sent (we&#8217;ve verified this by checking with a second account in the office now, so this isn&#8217;t a one off fluke!)</p>
<p>1) I was an old P4 users upgrading to P5.<br />
2) I used the upgrade path link from the UK store. At the checkout phase requested the password from my P4 account.<br />
3) The password reset page displays an error (Shown below)<br />
4) Your plain text password arrives! (Email below)</p>
<p>We&#8217;ve contacted Parallels regarding this issue and will update you with any comment they make on the matter.</p>
<p>****************************************************************************<br />
element 5 order number: **REMOVED**<br />
****************************************************************************<br />
This e-mail was generated by a mail handling system. Please do not reply<br />
to the address listed in the &#8220;From&#8221; field.<br />
Please read the CUSTOMER SERVICE section for answers to your questions.<br />
****************************************************************************</p>
<p>Dear Valued Customer,</p>
<p>Thank you for placing an order with element 5.</p>
<p>We are sending you the data for your customer account at element 5 as per<br />
your request.</p>
<p>User name: ****@storm-consultancy.com<br />
Password:   **!!REMOVED!!**</p>
<p>Please use your user ID and password for future orders as well.</p>
<p>https://ccc.element5.com/ccc/my_account.html?languageid=1&#038;pid=**REMOVED**</p>
<p>****************************************************************************<br />
CUSTOMER SERVICE</p>
<p>Questions about your order, payment, or delivery?</p>
<p>Answers to the most frequently asked questions / Contact:</p>
<p>http://ccc.element5.com/ccc/?languageid=1&#038;pid=**REMOVED**</p>
<p>Your order data:</p>
<p>https://ccc.element5.com/ccc/my_account.html?languageid=1&#038;pid=**REMOVED**</p>
<p>****************************************************************************</p>
<p>General terms and conditions of business:</p>
<p>http://esd.element5.com/termsconditions.html?p=**REMOVED**</p>
<p>Best regards,<br />
Your element 5 team<br />
_____________________________________________________________________</p>
<p>element 5 &#8211; a service of digital river &#8211; www.element5.com<br />
Digital River GmbH<br />
Vogelsanger Str. 78, D-50823 Cologne, Germany<br />
CEO: John Strosahl<br />
Corporate Headquarters: Cologne / HRB 56188 / Cologne Local Court<br />
_____________________________________________________________________</p>
<p><img class="alignleft size-full wp-image-318" title="screenshot" src="http://www.storm-consultancy.com/wp-content/uploads/2009/11/screenshot.jpg" alt="screenshot" width="550" height="403" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/casual-musing/parallels-desktop-sending-plain-text-password-reminders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 Reasons To Get An iPhone</title>
		<link>http://www.storm-consultancy.com/design/casual-musing/11-reasons-to-get-an-iphone/</link>
		<comments>http://www.storm-consultancy.com/design/casual-musing/11-reasons-to-get-an-iphone/#comments</comments>
		<pubDate>Fri, 29 May 2009 12:26:59 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Casual Musing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/?p=212</guid>
		<description><![CDATA[<img class="alignleft" title="iphone_550x550_540x539" src="http://www.storm-consultancy.com/blog/wp-content/uploads/2009/05/iphone_550x550_540x539-150x150.jpg" alt="iphone_550x550_540x539" width="150" height="150" />

Here are my top 11 reasons for buying an iPhone. We're big iPhone fans here at Storm - hopefully the list below will  show you why!

One of my favourite iPhone features is the iPod functionality.  Essentially your phone comes with an iPod touch, with all the features  and performance you can expect from the Touch...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-298" title="iphone_550x550_540x539" src="http://www.storm-consultancy.com/blog/wp-content/uploads/2009/05/iphone_550x550_540x539-150x150.jpg" alt="iphone_550x550_540x539" width="150" height="150" /></p>
<p>Here are my top 11 reasons for buying an iPhone.</p>
<p>We&#8217;re big iPhone fans here at Storm &#8211; hopefully the list below will show you why!</p>
<h3>#1 &#8211;  iPod</h3>
<p>One of my favourite iPhone features is the iPod functionality. Essentially your phone comes with an iPod touch, with all the features and performance you can expect from the Touch. The large majority of people who are put off from buying the iPhone cite higher cost as their reason, yet are happy to shell out for an iPod (or equivalent music player). With the new iPhone rumored to have a 32Gb hard drive, the potential to put all of your music and video on one device is a big iPhone plus.</p>
<h3>#2 &#8211;  Style</h3>
<p>The iPhone is undoubtedly one of the nicest looking mobile phones on the market. Its vivid 3.5&#8243; screen encased in a sleek chrome and black housing is not only good looking, but surprisingly durable. The iPhone screen &#8211; protected by toughened glass &#8211; is very hard to scratch!</p>
<h3>#3 &#8211;  Ease of Use / GUI</h3>
<p>The iPhone user interface has led the way forward for touch screen devices. Its fast and responsive system makes browsing the device very intuitive. Even the touch keyboard becomes second nature within a couple of weeks of use.</p>
<h3>#4 &#8211;  Web, Wi-Fi and 3G</h3>
<p>Prior to the iPhone, mobile Internet browsing was sluggish and very limited (WAP, GPRS and Edge). With the iPhone 3G you not only get fast browsing speed, but a well thought out browsing interface. Use of the iPhone&#8217;s multi-touch technology means that you can scale or zoom fully HTML pages.</p>
<h3>#5 &#8211;  Push Services</h3>
<p>This is actually a feature which will come into maturity in the next software update for iPhone (3.0 &#8211; due in the next month or so). The iPhone will already &#8216;push&#8217; any emails, diary dates and contacts to your mobile phone, but with the latest software release you will be able to receive further alerts, &#8216;pushed&#8217; to your phone such as News alerts, Social Networking alerts etc.</p>
<h3>#6 &#8211;  Social Networking</h3>
<p>The iPhones 3G Internet capability means that you can stay connected to your social networks (Twitter, Facebook etc) on the go. You are able to catch up with your friends and post photos and updates straight from the phone.  Without devices such as the iPhone, services like Twitter would almost certainly not be as popular as they are today.</p>
<h3>#7 &#8211; Games</h3>
<p>Who doesn&#8217;t love a few fun games on their mobile to aid with procrastination? The iPhone is the first mobile phone to truly provide high quality games &#8211; some of which are more than capable of competing with hand held gaming consoles such as the Nintendo DS or PSP. And whats more, the games for iPhone are generally much cheaper <em>and</em> receive frequent updates for free.</p>
<h3>#8 &#8211; GPS and Google Maps</h3>
<p>The iPhone has the benefit of having a GPS receiver built in. Unlike many other phones which merely triangulate their position via telephone masts, the iPhone can actually pin your location on a Google Map, plan a route and feed you instructions as you walk or drive the route.  The GPS functionality also allows for a host of location aware applications &#8211; being able to find the nearest.. Train Station, Bus Route, Bar, Hospital etc, or finding out which of your friends are near you.</p>
<h3>#9 &#8211; App Store</h3>
<p>The app store has really set the iPhone apart from pretty much any other mobile device. You can grab any number of fantastic applications that extend the native functionality of the iPhone. There are plenty of free apps to get stuck into, along side the reasonably priced &#8216;paid&#8217; apps. Even these are usually under £2! Some of my favourites include: Facebook, Tweetie &amp; Skype for keeping in touch with the world; Shazam for finding the names of songs by holding your phone to a speaker, Pocket God (clue is in the name) and BounceOn (hours of fun!)</p>
<h3>#10 &#8211; Software updates</h3>
<p>Another feature that Apple brought forward with the iPhone is software updating. Apple are constantly improving your iPhone, for free! &#8211; bringing you new and improved features.  You also have the option of purchasing major upgrades for a nominal fee, normally under £10 &#8211; giving you access to a whole host of new toys to play with.</p>
<h3>#11 &#8211; All in your palm</h3>
<p>What I love the most about the iPhone is that you get all of the above, and much much more, in the palm of you hand. That&#8217;s a mobile phone, a games console, an iPod, a GPS navigation device and a portable computer running Skype, email and documents. Anyone who complains about the extra few ££ or $$ for that level of functionality really is missing out!</p>
<p>We&#8217;d love to hear your thoughts on the iPhone below! What do you love the most? Or what do you hate! What would you like to see in the next iPhone?</p>
<p><!--amm_getMediaID('amm_post_product',36)--><br />
<!--amm_getMediaID('amm_post_product',37)--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/casual-musing/11-reasons-to-get-an-iphone/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Airbrush, Touch Up &amp; Heal Face / Photo in Photoshop</title>
		<link>http://www.storm-consultancy.com/design/design-tutorials/airbrush-touchup-photo/</link>
		<comments>http://www.storm-consultancy.com/design/design-tutorials/airbrush-touchup-photo/#comments</comments>
		<pubDate>Fri, 22 May 2009 08:15:35 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[Airbrush]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/?p=210</guid>
		<description><![CDATA[<img class="alignleft niceborder" title="0" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/0.jpg" alt="" width="124" height="146" />This Airbrush and Touch-Up tutorial covers one of my favorite Photoshop tools; the Heal tool. We are about to demonstrate the power of the healing brush using a photo of an old cracked statue, but you can gain the same effect on a human face, covering spots, blemishes, lines and wrinkles.

Often under used, it is one of the most powerful tools available to you in Photoshop and has been getting better and better with every new Photoshop release. Not only is it extraordinarily powerful, its extremely simple to use (as you are about to find out).]]></description>
			<content:encoded><![CDATA[<h3>Grab a photo that requires airbrushing or touching up</h3>
<p>The photo that I will be using for this tutorial is available at <a title="SXC" href="http://www.sxc.hu/photo/1069076" target="_blank">Stock Xchange</a>. So if you want to download a copy and see the heal brush in action for yourself &#8211; please do!</p>
<p>As mentioned in the intro, this airbrushing and healing technique works on all damaged surfaces. It  can be use to remove scratches from tables or walls right down to removing a spot or blemish from a holiday snap. Heres the image that I will be working with..</p>
<p><img class="alignnone" title="1" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/1.jpg" alt="" width="400" height="462" /></p>
<hr />
<h3>Select a clean area of the photo</h3>
<p>The first step is to identify an area of the photo that is unblemished. Concentrate on picking an area with the correct texture rather than one that has a colour match. Photoshop will modify and blend colours for you.</p>
<p>As you can see below, I have selected the heal tool from the left hand menu. Holding ALT brings up the sample selection cross hairs &#8211; click the clean area to sample and this will be stored.</p>
<p><img class="alignnone" title="2" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/2.jpg" alt="" width="550" height="471" /></p>
<hr />
<h3>Brush away the blemishes</h3>
<p>Next, go to the area of your photo that requires healing. You can either click or brush the texture from your selected &#8216;clean&#8217; area over the top of the blemish.</p>
<p>You will notice that the brush area contains a preview of the texture you will be clicking or brushing into place. Don&#8217;t worry about the colour mismatch at the moment!</p>
<p><img class="alignnone" title="4" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/3.jpg" alt="" width="550" height="471" /></p>
<p>Note that if brushing, to keep the texture fresh Photoshop will sample texture using your selected clean area as a start point &#8211; this means you could pick up another blemish if you pick a &#8216;clean&#8217; area which has blemishes surrounding it.</p>
<p><img class="alignnone" title="4" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/4.jpg" alt="" width="550" height="471" /></p>
<p>Notice that under my brush stroke looks discolored &#8211; not at all a fit with the surroundings. Well don&#8217;t worry! As soon as you release that brush click Photoshop will look at surrounding pixel colours and light levels and auto-magically recolour it. It does this so well that you cant even see where the brush was!</p>
<p><img class="alignnone" title="4" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/5.jpg" alt="" width="550" height="471" /></p>
<p>As you can see the colours have matched, and the deep scar has been removed.</p>
<hr />
<h3>Keep on brushing</h3>
<p>Now carry on brushing away those blemishes. Keep adjusting your brush size to match the area you want to heal, and try picking different &#8216;clean&#8217; areas for different textured finnishes.</p>
<p>The below image took around 2 minutes from start to finish! That&#8217;s how powerful the heal tool is.</p>
<p><img class="alignnone" title="4" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/heal-tutorial/6.jpg" alt="" width="400" height="462" /></p>
<p>So why not have a go!</p>
<p>If you&#8217;ve found this tutorial helpful why not consider leaving a comment, or even sharing it with your friends via Digg, Twitter etc! Happy Airbrushing!</p>
<p><!--amm_getMediaID('amm_post_product',34)--><br />
<!--amm_getMediaID('amm_post_product',35)--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/design-tutorials/airbrush-touchup-photo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Light tracing and glow photography technique</title>
		<link>http://www.storm-consultancy.com/design/design-tutorials/long-exposure-photography-technique/</link>
		<comments>http://www.storm-consultancy.com/design/design-tutorials/long-exposure-photography-technique/#comments</comments>
		<pubDate>Sat, 16 May 2009 12:04:48 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Design Tutorials]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/?p=209</guid>
		<description><![CDATA[<img class="alignleft niceborder" title="hero" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/maglite-tutorial/3.jpg" alt="" width="171" height="114" />

This tutorial shows you how to create amazing photography lighting effects using a maglite torch and your camera.

I'm about to show you one of the simplest - but most fun techniques for creating amazing photographic effect.

There isn't even any need for computer editing!]]></description>
			<content:encoded><![CDATA[<h3>Equipment you&#8217;ll need</h3>
<p>To start playing you&#8217;ll need 4 things;</p>
<ol>
<li>A camera which allows <strong>slow shutter speed</strong>, giving a very long exposure (all DSLR cameras will allow this). I will be using my old <a href="http://www.amazon.co.uk/gp/product/B000KIX65S?ie=UTF8&amp;tag=developetutor-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B000KIX65S">Nikon D40</a>, which is a basic &#8216;start of the line&#8217; DSLR.</li>
<li>A<strong> small</strong> maglite (or equivalent). We&#8217;ll need to use either the AAA or AA battery powered maglite as they have a suitability small bulb for our purpose.</li>
<li>An object to be photographed. I&#8217;ll be using my beloved Ibanez SA Guitar in this tutorial!</li>
<li>A dark backdrop. A dark curtain or sheet would be perfect.</li>
</ol>
<p><img class="alignnone" title="1" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/maglite-tutorial/1.jpg" alt="" width="550" height="223" /></p>
<hr />
<h3>Preparation</h3>
<p>Next you&#8217;ll need to prepare yourself for the shot. Unless  you have a room / studio that you can totally black out, I recommend waiting until night time to take your shots &#8211; to achieve best effect.</p>
<p>First, place your object (e.g. guitar) against a dark / black background. I propped my guitar against a black amplifier so that it was stood up, with a black sheet behind it and running along the floor.</p>
<p>Next, mount your camera on a tripod if you have one, with the object in shot. If you don&#8217;t have a tripod, find a stable surface for your camera.</p>
<p>It&#8217;s a good idea to put on a dark top at this point &#8211; and if you have any dark gloves they will help keep you &#8216;out of shot&#8217;. Now your ready to shoot!</p>
<hr />
<h3>Camera and Torch Settings</h3>
<p>To achieve the lighting effect we need to set the camera to take a very long photograph. To do this you need to set your camera to have a very slow shutter speed / set a long exposure time. If your unsure of how to do this, consult your camera manual. I set mine to 30 seconds, but you may want to try 45 &#8211; 60 seconds if you don&#8217;t achieve the effect you desire, or simply don&#8217;t have time to complete the shot in 30 seconds.</p>
<p>Finally, before taking the photo, remove the front part of your maglite by unscrewing it (as shown below) this will expose the bright white bulb.</p>
<p><img class="alignnone" title="2" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/maglite-tutorial/2.jpg" alt="" width="207" height="79" /></p>
<hr />
<h3>Click!</h3>
<p>We&#8217;re ready to go!</p>
<p>With the torch on and bulb exposed, switch off all other lights, hit shoot button on the camera. You should hear the shutter click open.</p>
<p>Now you can play! Draw sweeping arcs or trace detail of your object. Try going over areas of an object more than once to light it differently. The closer to the object you are, the more you will pick up the reflections.</p>
<p>Below are a few examples of my photos&#8230; Happy snapping!</p>
<hr /><img class="alignnone" title="3" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/maglite-tutorial/3.jpg" alt="" width="550" height="375" /></p>
<p><img class="alignnone" title="4" src="http://www.storm-consultancy.com/blog/wp-content/tutorials/maglite-tutorial/4.jpg" alt="" width="550" height="400" /></p>
<hr />Note how in my examples the red of the guitar has been picked up by the light. You can apply glow to surfaces by shielding the bulb from the camera.</p>
<p>We&#8217;d love to see some of your attempts so please feel free to link to them below in the comments area. If you&#8217;ve enjoyed this blog please consider sharing it with your friends through Twitter, Digg, Delicious or any other method you feel fitting!</p>
<p><!--amm_getMediaID('amm_post_product',32)--><br />
<!--amm_getMediaID('amm_post_product',33)--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/design-tutorials/long-exposure-photography-technique/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>13 Reasons To Buy A Mac</title>
		<link>http://www.storm-consultancy.com/design/casual-musing/13-reasons-to-buy-a-mac/</link>
		<comments>http://www.storm-consultancy.com/design/casual-musing/13-reasons-to-buy-a-mac/#comments</comments>
		<pubDate>Wed, 13 May 2009 19:55:08 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Casual Musing]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.storm-consultancy.com/blog/?p=211</guid>
		<description><![CDATA[Here are the definitive top 13 reasons to buy an Apple Mac. We can admit to being Mac fans here at Storm - and we often get asked why we're so Mac crazy; hopefully the list below will fill you in.
<h3>#1 - Virus-free &#38; secure</h3>
Whether you're a business or home user, you'll be well aware that computer security is a major pain in the backside. With Mac, you have the comfort of knowing that there are (almost) no viruses to harm your computer! And you know what that means? No bulky obtrusive anti-virus and anti-spyware programs clogging up your computer - updating every 20 minutes and hogging your CPU.  If that's not enough to make you buy a Mac already, here are a further 12 reasons.]]></description>
			<content:encoded><![CDATA[<p>Here are the definitive top 13 reasons to buy an Apple Mac. We can admit to being Mac fans here at Storm &#8211; and we often get asked why we&#8217;re so Mac crazy; hopefully the list below will fill you in.</p>
<h3>#1 &#8211;  Virus-free &amp; secure</h3>
<p>Whether you&#8217;re a business or home user, you&#8217;ll be well aware that computer security is a major pain in the backside. With Mac, you have the comfort of knowing that there are (almost) no viruses to harm your computer! And you know what that means? No bulky obtrusive anti-virus and anti-spyware programs clogging up your computer &#8211; updating every 20 minutes and hogging your CPU.  If that&#8217;s not enough to make you buy a Mac already, here are a further 12 reason.</p>
<h3>#2 &#8211; Quality of components</h3>
<p>With a Mac you really do get what you pay for. Sure it may be a little more than typical PC specs, but Apple use top of the line, top spec components in their Mac&#8217;s. That means better performance, longer life and less breakages.</p>
<h3>#3 &#8211; Software architecture based on Unix</h3>
<p>This one&#8217;s for all you programmers out there.  When you buy a Mac you also get a machine with a Unix core.  That means access to a fully functional shells, including sh, bash, zsh and ksh.  You also get the Darwin Ports system to update your application, Cron to schedule tasks easily and a whole host of programming and scripting utilities baked in, including: awk, Perl, PHP, Python, Java and C.</p>
<h3>#4 &#8211; Looks that could kill</h3>
<p>You have to admire the design and craftsmanship of all of Apple&#8217;s products; the Mac line-up is no different!  Better yet, Apple don&#8217;t compromise performance for design, with a Mac you get stunning equipment that will outperform the majority of its PC rivals.</p>
<h3>#5 &#8211; It doesn&#8217;t crash!</h3>
<p>Wouldn&#8217;t it be nice to know that as you are typing the last few words of a long letter, or adding the final touches to a complex graphic, your computer isn&#8217;t going to &#8216;stop responding&#8217;. Whilst Mac&#8217;s aren&#8217;t 100% perfect, I can honestly say that my Mac has crashed 2-3 times in the last 2 years. That&#8217;s 50 &#8211; 60 times less than my Windows based notebook, which I use for 10% of the time I use my mac. Convinced yet?&#8230;</p>
<h3>#6 -  Time Machine</h3>
<p>We never know when we&#8217;re going to need a file that&#8217;s been accidentally deleted or lost. Apple offers inbuilt backup software with its operating system (OS X) which automatically keeps backups of all your files. With the use of an Apple time capsule, your backup hard drive doesn&#8217;t even need to be attached to the computer. Hiding it away behind a book case could see all your data saved in the event of a theft.</p>
<h3>#7 &#8211; Saves you money</h3>
<p>It does! Honestly. Whilst it used to be the case that we would require new PC&#8217;s every 1-2 years, your Mac will far outlast a PC, meaning you don&#8217;t really need to update for 3 &#8211; 4 years. All PC users will be aware that Windows based machines seem to get slower and slower as time goes on &#8211; soon you are reduced to de-fragging hard drives or wiping the computer and reinstalling everything. Well not with a Mac! Much like the Duracell Bunny &#8211; it&#8217;ll just keep going.</p>
<h3>#8 &#8211; iLife</h3>
<p>iLife offers you everything you need for everyday media. Organise your photos, make home movies, compose and arrange music and build websites. You cant ask for much more! Whats better &#8211; it all comes with you Mac as standard. Even better &#8211; its quick and easy to use, whilst still giving you a large number of features to play with.</p>
<h3>#9 &#8211; OS X</h3>
<p>OS X (The Apple Mac operating system) is the envy of Microsoft. We know this, because Microsoft appear to try and copy it as much as they can! The operating system is not only sleeker, quicker, more robust and more secure than its Windows counterparts but is far more stylish and intuitive to use. Apple really are a good few steps ahead of Microsoft in this field.</p>
<h3>#10 &#8211; Genius Bar</h3>
<p>Apple offer all Mac customers Genius bar assistance. This means you can make an appointment at any Apple store and get face to face technical assistance from an Apple professional. They often make repairs on the spot and are always happy to help. Its certainly 10x the service you&#8217;d expect from PC outlets such as PC World.</p>
<h3>#11 &#8211; Closing software gap</h3>
<p>In times gone by, Apple Macs were seen as an industry tool. Today, they are still prominent as an industry standard but have taken on the home computer market as well. Today, the large majority of  mainstream software can be run on a Mac (including the likes of Microsoft Office). And for those rare occasions that you find some software that hasn&#8217;t yet been made Mac compatible, Mac offers Boot Camp, Parallels and Wine which allow Windows only software to be run on your Mac hardware.</p>
<h3>#12 &#8211; Comes with everything you need</h3>
<p>When you buy a Mac you really do get the whole package. Apple don&#8217;t leave you needing to buy more once you purchase one of their Mac&#8217;s. With a Mac you&#8217;ll have the pleasure of inbuilt Web Cam and microphone (iSight) high quality speakers as well as access to a plethora of software to get started with your day to day activities.</p>
<h3>#13 &#8211; Your friends will want one</h3>
<p>Finally we come to the end of our list. Heres one last thing to keep in mind.. Once you&#8217;ve purchased a Mac, all of your friends will want one!</p>
<p>So what are you waiting for? Next time you come to change your computer &#8211; go Mac!</p>
<p><!--amm_getMediaID('amm_post_product',30)--><br />
<!--amm_getMediaID('amm_post_product',5)--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.storm-consultancy.com/design/casual-musing/13-reasons-to-buy-a-mac/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

