<?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>Graeme Pirie</title>
	<atom:link href="http://graemepirie.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://graemepirie.com</link>
	<description>Web Designer</description>
	<lastBuildDate>Tue, 24 Aug 2010 11:00:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTML5 &#8211; Can we use it?</title>
		<link>http://graemepirie.com/html5-can-we-use-it/</link>
		<comments>http://graemepirie.com/html5-can-we-use-it/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 11:00:35 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=616</guid>
		<description><![CDATA[Last week I inadvertently started a debate at work about how much HTML5 we can use/get away with in client...]]></description>
			<content:encoded><![CDATA[<p><img src="http://graemepirie.com/wp-content/uploads/2010/08/peter-kay.jpg" alt="It&#039;s the Future!" title="It&#039;s the Future!" width="503" height="148" class="post-image" /><br />
Last week I inadvertently started a debate at work about how much HTML5 we can use/get away with in client work, with me firmly in the camp of using as much as we can and the HTML5 shiv should be leveraged to serve layouts to IE. For me the advantages outweigh the supposed pitfalls, and by continuing to be restrained by older browsers, including our old favourite, then we&#8217;re not only not doing our jobs properly, we&#8217;re letting our clients down.</p>
<p>(*Note this is a general argument, not taking into account site specifics such as stats etc.)</p>
<p>For me, the bare minimum we should be doing is switching over to the new HTML5 doctype and begin to take advantage of as many features as we can such as the new form elements, and format of javascript links etc. HTML5 has been designed to be backwards compatible so switching to the new doctype will have no ill effects at all. </p>
<p>Personally I would go one step further and begin marking pages up using the new structural elements such as header, footer, section, article etc, making use of <a href="http://remysharp.com/">Remy Sharp</a>&#8216;s excellent <a href="http://remysharp.com/2009/01/07/html5-enabling-script/">HTML5 shiv</a> to display these elements properly in IE. I know there are accessability issues surrounding the use of javascript to render page layout, as those users without javascript will see a poorly rendered layout. I&#8217;m usually a firm believer in everyone being able to access a site regardless of the device they&#8217;re using and it&#8217;s capabilities, with javascript adding extras which if taken away do not affect the functionality of the site. However, with HTML5 now at a mature level and with IE6 still hanging around I think it&#8217;s time we took a step and dragged users along a bit by beginning to use these new elements and serve javascript up to IE and older browsers.</p>
<p>I understand the reasons for being wary of this approach, it&#8217;s not fully accessible, relies on an externally hosted file and introduces an extra point of failure for the site if the external file can&#8217;t be loaded for some reason. However, the number of users with javascript turned off is negligible and with the rise in popularity of use of frameworks such as jQuery and MooTools means that those small percentage of users will be well used to websites not looking spectacular. For me the benefits now outweigh the drawbacks and we&#8217;re not doing as well as we can by sticking to the tried and trusted methods and we should be pushing the envelope a bit further if possible.</p>
<p>For me it&#8217;s not a question of whether we use HTML5 (or some of the newer CSS3 declarations), but how much of it we use?</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/html5-can-we-use-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Flip Experiment</title>
		<link>http://graemepirie.com/css-flip-experiment/</link>
		<comments>http://graemepirie.com/css-flip-experiment/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 21:13:54 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=603</guid>
		<description><![CDATA[Having attended the DIBI Conference in April and been witness to the brilliant presentation given by Andy Clarke, I was...]]></description>
			<content:encoded><![CDATA[<p><a href="http://graemepirie.com/wp-content/uploads/2010/08/flip.png"><img class="post-image" title="CSS 3 Flip Experiment" src="http://graemepirie.com/wp-content/uploads/2010/08/flip.png" alt="CSS 3 Flip Experiment" /></a></p>
<p>Having attended the DIBI Conference in April and been witness to the brilliant presentation given by Andy Clarke, I was fascinated with a technique he demonstrated with pure CSS of items appearing to flip over on hover, and wanted to try this for myself. I had the ideal project coming up which was an end of year university site that required building, and this would have been perfect for it. Each &#8220;card&#8221; was going to have an image of the module and when flipped over would have some text information and a download link of the work. Alas, I wasn&#8217;t successful at the time and had to abandon that idea as time ran out.</p>
<p>I was still determined to figure it out though and I&#8217;ve kept returning to it in the months since until I finally cracked it!</p>
<p><a href="http://dev.graemepirie.com/css/flip/">Take a look at the demo.</a> &#8211; <em>You&#8217;ll have to be using the latest version of Safari to see it in it&#8217;s full effect</em></p>
<p>I know this is a long way from web standards and being able to use in client work but it&#8217;s good to experiment and know what&#8217;s possible. To achieve the effect makes heavy use of webkit only properties such as <code>-webkit-backface-visibility, -webkit-perspective</code> and <code>-webkit-transform-style</code></p>
<p>I won&#8217;t go into the full code structure but the technique is achieved by hiding the back until it is hovered using -webkit-backface-visibility and positioning to achieve. Feel free to look at the full HTML and CSS to see how it was done.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/css-flip-experiment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Media Queries</title>
		<link>http://graemepirie.com/media-queries/</link>
		<comments>http://graemepirie.com/media-queries/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 11:00:58 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=580</guid>
		<description><![CDATA[CSS media queries have been around for quite a while, with CSS 2 introducing media=screen and media=print also available to...]]></description>
			<content:encoded><![CDATA[<p><a href="http://graemepirie.com/wp-content/uploads/2010/08/meda-queries1.png"><img class="post-image" src="http://graemepirie.com/wp-content/uploads/2010/08/meda-queries1.png" alt="Media Queries title="Media Queries" /></a></p>
<p>CSS media queries have been around for quite a while, with CSS 2 introducing media=screen and media=print also available to create print stylesheets, but CSS3 has added to this with the new media queries which allows much more targetting of browser types. These allow different stylesheets or different rules to be targetted by declaring the widths of browsers. Examples of this include:</p>
<p><code>@media print {<br />
body{width: 100%}<br />
}</code></p>
<p>Or more advanced targetting such as:</p>
<p><code> @media screen (max-width: 1024px) {<br />
body {background: #fff;}<br />
}</code></p>
<p>The CSS spec states that:</p>
<blockquote><p>A media query consists of a media type and zero or more expressions that check for the conditions of particular media features. Among the media features that can be used in media queries are ‘width’, ‘height’, and ‘color’. By using media queries, presentations can be tailored to a specific range of output devices without changing the content itself.</p></blockquote>
<p>This means that sites can be optimised to both the device and screen resolution, although one could argue that by hiding certain elements on smaller devices is changing the content. For example, if this site is scaled down to 800&#215;600 the &#8220;about&#8221; section on the homepage is not displayed, as this prevents horizontal scrollbars and is not essential. Users can still access the navigation and the latest posts, but I feel that this information can be removed and not alter the experience too much.</p>
<p>Media queries have received a lot of attention recently with the A List Apart article on Responsive Web design and excellent uses of the technology by <a href="http://colly.com">Simon Collison</a> and<a href="http://hicksdesign.co.uk/"> Jon Hicks</a>, and whilst I was impressed with them I held off from experimenting with it for a while, as I didn&#8217;t know too much about them and they seemed a little scary!</p>
<p>However after experimenting with them recently on this site, it&#8217;s a really simple technique of over-riding your default stylesheet with specific styles for the devices and browser sizes stated. Although screen resolutions are increasing and very few users are still using 800&#215;600 or even 1024&#215;768, the art of progressive enhancement means that these users shouldn&#8217;t be ignored and media queries allows sites to be tailored to these users. Resize your browser to see how this site reacts to smaller browser sizes, although there are more impressive examples out there.</p>
<p>Having played with them now and seeing the power of what can be achieved, I&#8217;ll definitely be making use of them in future projects, both at work and in personal projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/media-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summercamp: One year on</title>
		<link>http://graemepirie.com/summercamp-one-year-on/</link>
		<comments>http://graemepirie.com/summercamp-one-year-on/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 11:00:55 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=561</guid>
		<description><![CDATA[This time last year, I was lucky enough to be at Summercamp down at the Carsonified offices in Bath and...]]></description>
			<content:encoded><![CDATA[<p><a href="http://graemepirie.com/wp-content/uploads/2010/07/summercamp.jpg"><img class="post-image" title="Carsonified Summercamp" src="http://graemepirie.com/wp-content/uploads/2010/07/summercamp.jpg" alt="Carsonified Summercamp" width="503" height="148" /></a></p>
<p>This time last year, I was lucky enough to be at Summercamp down at the Carsonified offices in Bath and thought I&#8217;d write an update of the things that have happened in the last year and how the event has helped me in the last 12 months. Summercamp was billed as an event aimed at full-time students and founders of startup web apps who were just starting out. Places were limited to 8 only and as there was only three weeks between the <a href="http://twitter.com/ryancarson/status/2419031486">event being announced</a> and the event itself, I applied immediately and to be honest, kind of forgot about it as I didn&#8217;t really believe that I would be accepted. I was delighted however when <a href="http://twitter.com/tristamyers">Trista</a> got in touch to say that I had been awarded a place.</p>
<p>As well as myself, the other attendees were:</p>
<ul>
<li><a href="http://twitter.com/jamesproud">James Proud</a> (founder of <a href="http://www.giglocator.com/">Gig Locator</a>)</li>
<li><a href="http://twitter.com/veritech">Jonathan Dalrymple</a></li>
<li><a href="http://robday.net/">Rob Day</a></li>
<li><a href="http://www.mattdempsey.com/">Matt Dempsey</a></li>
<li><a href="http://felixrenicks.com/">Felix Rennicks</a></li>
<li><a href="http://twitter.com/erakor">Amaury Moulron</a></li>
<li><a href="http://twitter.com/rossbearman">Ross Bearman</a></li>
</ul>
<p>Across the 8 of us were a wide range of skills and talents, with Gig Locator being in beta at the time and has since launched and doing well, and Rob was organising a one-day conference called Tomorrow&#8217;s Web which took place just a few weeks after Summercamp. There was a mix of designers and developers across the attendees and the sessions were also evenly spread between design, development and business/career issues, all of which were interesting in their own. Full write ups on the event are available her with <a href="http://graemepirie.com/carsonified-summer-camp-1/">part 1</a> and <a href="http://graemepirie.com/carsonified-summer-camp-2/">part 2</a>.</p>
<p>In the 12 months since, things have changed a lot for me as I am no longer at university and am now in full-time employment and have also improved both my design and development skills over the last year. My own website has been re-designed several times since and have also learned more coding skills, focussing on HTML5 and CSS 3 and even dabbling in php!</p>
<p>As more of a designer than developer I was more interested with the design focussed talks and I thoroughly enjoyed <a href="http://www.thethingswemake.co.uk/">Mike</a>&#8216;s talk through on what was then the recent Carsonified re-design and how he approached it. I also enjoyed the talks on development techniques and how to approach the task of building and testing sites, with <a href="http://carsonified.com/team/ryan/">Ryan</a>&#8216;s introduction to A/B testing being an interesting session.</p>
<p>The whole experience was brilliant and if Carsonified were to ever run it again, I would recommend to anyone to apply for a place. I&#8217;ve benefitted greatly from the experience (even playing Wiffle Ball!) and I&#8217;m sure all the other guys have gained a lot from it also.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/summercamp-one-year-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>eCSStender</title>
		<link>http://graemepirie.com/ecsstender/</link>
		<comments>http://graemepirie.com/ecsstender/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 11:00:47 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=533</guid>
		<description><![CDATA[HTML5 and CSS 3 have been around for a good while now, and more and more of it can be...]]></description>
			<content:encoded><![CDATA[<p><img class="post-image" title="eCSStender" src="http://graemepirie.com/wp-content/uploads/2010/07/ecsstender2.jpg" alt="eCSStender" /><br />
HTML5 and CSS 3 have been around for a good while now, and more and more of it can be used on client work, although we&#8217;re not yet at the stage where we can throw off the strict doctype completely and create extravagant sites using canvas and SVG and all the other css goodness around such as animations and transforms. We can use smatterings of this stuff, border-radius, box-shadow can easily be used now, although in general they&#8217;re used for the extra touches on websites and elements that won&#8217;t affect the main design or critical elements of the page.</p>
<p>There are a few ways to add in CSS support for unsupported browsers using JavaScript but nothing that really offers a one stop simple solution for achieving decent CSS 3 support cross browser, and one service which was recently announced was <a href="http://www.ecsstender.org">eCSStender</a>, which promised that by downloading and including a couple of JavaScript files that a wide range of CSS 3 techniques could be implemented cross-browser, crucially without any vendor prefixes required.</p>
<p>Recently, I was working on a project which would have benefited from this library as development time would have been drastically reduced with the benefit of cross browser compatibility for techniques such as border-radius, box-shadow etc and I began coding with this in mind.</p>
<p>There was initial success with Firefox recognising the standard border-radius without the need for the -moz- prefix, and this appeared to work cross-browser. Except for Internet Explorer, any version. After many attempts at trying to get this to work, I gave up.I recently heard that border-radius was not supported in IE with eCSStender, and I&#8217;m wondering what all the hype was in the <a href="http://www.alistapart.com/articles/stop-forking-with-css3/">A List Apart article</a>. It was billed as a simple solution to easily achieve CSS 3 compatibility, but if something as simple as border-radius doesn&#8217;t work in IE then what&#8217;s the point? There are other ways of achieving compatibility and eCSStender was not all it was made out to be in the article.</p>
<p>It was billed as the saviour to vendor prefixes and greater flexibility, whereas in reality it is none of these.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/ecsstender/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Site Re-Design</title>
		<link>http://graemepirie.com/site-re-design-2/</link>
		<comments>http://graemepirie.com/site-re-design-2/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 11:00:09 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=542</guid>
		<description><![CDATA[Not even a year since the last re-design, it&#8217;s that time again. Whilst I liked the previous design at the...]]></description>
			<content:encoded><![CDATA[<p><img class="post-image" title="Site Re-Design" src="http://graemepirie.com/wp-content/uploads/2010/07/re-design-large.jpg" alt="Site Re-Design" /></p>
<p><a href="http://graemepirie.com/a-fresh-new-look/">Not even a year since the last re-design</a>, it&#8217;s that time again. Whilst I liked the previous design at the time, it wasn&#8217;t too long before I started getting the itch to re-do it again. I wasn&#8217;t entirely satisfied with the design after a while and recently found the time to re-do it again, keeping the same loose structure and style but updated slightly and less cluttered I think.</p>
<p>For a good while I wanted to include as much information as possible and the site didn&#8217;t always have room to breathe and there was limited amounts of whitespace, but this time I&#8217;ve tried to space things out better and provide more whitespace to display the most important elements of the site clearly. The same structure is kept as before but just slightly altered to show off the content a bit more.</p>
<p>The site is built using HTML5 and CSS 3 wherever possible  and as such looks better in the good browsers and should gracefully degrade in the not so good ones (hello Microsoft!). IE6 I didn&#8217;t bother wasting my time with this time, very few people visit this site using that browser and it wasn&#8217;t worth my time. Instead, I served it the excellent <a href="http://forabeautifulweb.com/blog/about/universal_internet_explorer_6_css">Universal stylesheet</a> from <a href="http://twitter.com/malarkey">Andy Clarke</a>. The site works fine in IE7 and IE8 although it doesn&#8217;t have all the bells and whistles that it should have. I also upgraded to WordPress 3 and have been playing about with the new custom post types, I&#8217;m not quite there with it yet but should have them fully set up and working soon.</p>
<p>I also created a custom iPhone stylesheet which displays the site in a basic manner at the moment, which will improve over the next few weeks as I learn more about creating a specific iPhone stylesheet and improve on the usability and experience of viewing the site on an iPhone. At the moment, content is displayed but it needs more work to improve on the basic layout it currently has.</p>
<p>There&#8217;ll still be more improvements and tweaks to the site over the next few weeks as I don&#8217;t think it&#8217;s perfect and there are areas I need to work on, but I felt it was ok to release and work on the relatively small tweaks over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/site-re-design-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The time element and WordPress</title>
		<link>http://graemepirie.com/the-time-element-and-wordpress/</link>
		<comments>http://graemepirie.com/the-time-element-and-wordpress/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 12:00:37 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=445</guid>
		<description><![CDATA[I&#8217;m currently in the process of re-designing this site and part of this process means updating it to utilise the...]]></description>
			<content:encoded><![CDATA[<p><img class="post-image" title="wordpress-time" src="http://graemepirie.com/wp-content/uploads/2010/07/wordpress-time.png" alt="Wordpress and the Time Element" width="500" height="100" /></p>
<p>I&#8217;m currently in the process of re-designing this site and part of this process means updating it to utilise the latest HTML5 and CSS 3 elements where possible, and as a result of this I&#8217;ve used the time element in all dates such as post date and also other dates.</p>
<p>The format of the time element for dates is as follows:</p>
<p><code>&lt;time datetime="2009-11-13"&gt;13 November 2009&lt;/time&gt;</code></p>
<p>The datetime attribute has to contain an ISO 8601 date although the value can contain any date format you wish. When using this with the dynamic nature of wordpress, the following format produces a valid output for post dates:</p>
<p><code>&lt;time datetime="&lt;?php the_time('c'); ?&gt;"&gt;&lt;?php the_time('F jS, Y'); ?&gt;&lt;/time&gt;</code></p>
<p>This will currently produce valid HTML5 and can be used in addition to &#8220;pubdate&#8221; to indicate that this was the date the article was published.</p>
<p><code>&lt;time datetime="&lt;?php the_time('c'); ?&gt;" pubdate&gt;&lt;?php the_time('F jS, Y'); ?&gt;&lt;/time&gt;</code></p>
<p>Of course, time can be used elsewhere on the site where suitable, and in any string format you wish.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/the-time-element-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MTC Media</title>
		<link>http://graemepirie.com/mtc-media/</link>
		<comments>http://graemepirie.com/mtc-media/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 15:43:28 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[mtc media]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=438</guid>
		<description><![CDATA[Having posted my thoughts on university before, both the good and bad points I was in two minds with what...]]></description>
			<content:encoded><![CDATA[<p><img class="post-image" title="mtc" src="http://graemepirie.com/wp-content/uploads/2010/06/mtc.png" alt="MTC Media" width="500" height="100" /></p>
<p>Having posted my thoughts on university before, both <a href="http://graemepirie.com/a-good-aspect-of-uni-projects/">the good</a> and <a href="http://graemepirie.com/university-is-it-worth-it/">bad points</a> I was in two minds with what to do over the summer as the end of the educational year and holidays approached and I wasn&#8217;t sure whether it was worth carrying on or trying to seek employment within the industry.</p>
<p>I&#8217;d become disillusioned with university over the last few months as I felt the course had stalled slightly and I wasn&#8217;t picking up as much as I wanted to and felt that a lot of the content we were being taught had little relevance to the industry. (We were still told that table based layouts were acceptable on occasion). As the year finished I was still swithering as to what to do and decided that I&#8217;d decide over the summer as there was no immediate rush to make my mind up as the course doesn&#8217;t re-start until September but circumstances speeded that process up.</p>
<p>After a hectic couple of weeks, between completing the university year and everything that&#8217;s associated with that, I was offered employment with <a href="http://www.mtcmedia.co.uk">MTC Media</a> here in Dundee and I was delighted to accept. My role is the front end development of websites and implementing the HTML/CSS/JavaScript, as well as designing and after four weeks of employment I&#8217;m really enjoying it so far. I&#8217;ve learnt a lot in the short space of time in my employment, from the mechanics of how a design agency operates to more technical aspects of coding and designing solutions for clients. Whilst I&#8217;ve designed and implemented several websites in the past, it&#8217;s much different now that it is my main job role and in a design agency, and I&#8217;m really enjoying it so far.</p>
<p>My knowledge is increasing all the time and at a much faster rate than it would had I stayed in education and for that reason I feel I&#8217;ve made the right decision.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/mtc-media/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Rachel Andrew visit</title>
		<link>http://graemepirie.com/rachel-andrew-visit/</link>
		<comments>http://graemepirie.com/rachel-andrew-visit/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:13:02 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Project 52]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=430</guid>
		<description><![CDATA[Last week we had a visit from Rachel Andrew to university where she was to give a talk about The...]]></description>
			<content:encoded><![CDATA[<p><img class="post-image" title="Rachel Andrew visits Abertay" src="http://graemepirie.com/wp-content/uploads/2010/04/rachelandrew.jpg" alt="Rachel Andrew visits Abertay" width="500" height="100" /></p>
<p>Last week we had a visit from <a href="http://twitter.com/rachelandrew">Rachel Andrew </a>to university where she was to give a talk about The Web and The Future, and it was a good talk. She concentrated on the basics that are required to succeed in the industry, and made the point that we were ideally placed to experiment with the emerging specs of HTML5 and CSS 3 by using them on uni projects which provide a lot more freedom than client work. She explained the current state of the web industry and some of the exciting things which are in the near future such as improvements in typography, and advancements in other areas.</p>
<p><span id="more-430"></span></p>
<p>The talk was slightly delayed as over 100 folk turned up to hear her speak in a room with around 30 seats, so there was a slight delay as we moved into the main lecture theatre and Rachel did well to deal with the upheaval and still deliver a great talk. Speaking to a full lecture hall would scare the living daylights out of me!</p>
<p>It was good to see a leading name in the web industry up in Dundee and hopefully more will follow in time.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/rachel-andrew-visit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A good aspect of uni projects</title>
		<link>http://graemepirie.com/a-good-aspect-of-uni-projects/</link>
		<comments>http://graemepirie.com/a-good-aspect-of-uni-projects/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:00:10 +0000</pubDate>
		<dc:creator>Graeme</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Project 52]]></category>
		<category><![CDATA[University]]></category>

		<guid isPermaLink="false">http://graemepirie.com/?p=401</guid>
		<description><![CDATA[After my rant from the other week, where I questioned the benefits of continuing with my university career, I thought...]]></description>
			<content:encoded><![CDATA[<p><img class="post-image" title="experiment" src="http://graemepirie.com/wp-content/uploads/2010/03/experiment.jpg" alt="Experimentation" width="500" height="100" /></p>
<p>After <a href="http://graemepirie.com/university-is-it-worth-it/">my rant</a> from the other week, where I questioned the benefits of continuing with my university career, I thought I would highlight one of the benefits of university and the projects that are required to be undertaken. Experimenting with new techniques and technologies can be beneficial whilst trying to get your head around things such as HTML5, CSS3 and jQuery for example. By having a clearly defined project on a university project that is not subjected to the same audience and restrictions as a &#8220;real-world&#8221; project.</p>
<p>Recently I&#8217;ve been working on a project which has allowed me to make use of a variety of HTML5 elements and also to use far more of the CSS3 techniques than I could get away with in a client project. Transitions and other experimental things such as background gradients can be used on more critical elements due to the nature of the project, whereas in a client site they should only be used on &#8220;extras&#8221; which were not design critical until the browsers have caught up with the specification.</p>
<p>Having these experimentation opportunities is critical for students as the techniques which are taught to us can often leave a lot to be desired (one lecturer still uses table based layouts!) and by carrying out some independent learning and having somewhere to experiment can be vital for any future employment opportunities. If a student is interested in gaining a career in web design, I also feel it&#8217;s important to have their own website which they can show off their skills and show any future employers that they are keen and have a genuine interest in the subject.</p>
<p>Students often suffer from a lack of experience and a limited portfolio when it comes to gaining employment but university projects can be beneficial as they provide projects with clearly defined goals and parameters. Whilst it&#8217;s good to create designs for fictional reasons and it can be extremely beneficial to practice design skills and play around out with the curriculum, it&#8217;s also good to work within the (sometimes painful) constraints of university projects.</p>
<p>Like anything, the more you practice then the better you will become at something and the same applies to web design, and students shouldn&#8217;t just wait for lecturers to hand out the work &#8211; they should create it themselves.</p>
]]></content:encoded>
			<wfw:commentRss>http://graemepirie.com/a-good-aspect-of-uni-projects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
