<?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>Designer. Gamer. Geek. &#187; update</title>
	<atom:link href="http://www.designergamergeek.com/tag/update/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designergamergeek.com</link>
	<description>Covering design, games, technology, politics and food!</description>
	<lastBuildDate>Wed, 08 Sep 2010 21:00:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>There’s a change afoot: Evolution of a Blog</title>
		<link>http://www.designergamergeek.com/projects/there%e2%80%99s-a-change-afoot-evolution-of-a-blog/</link>
		<comments>http://www.designergamergeek.com/projects/there%e2%80%99s-a-change-afoot-evolution-of-a-blog/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 21:00:47 +0000</pubDate>
		<dc:creator>yaypaul</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[multi-platform]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[user-experience]]></category>

		<guid isPermaLink="false">http://www.designergamergeek.com/?p=499</guid>
		<description><![CDATA[It’s about time this blog had an update. More than just a face-lift is needed to truly make any update worth while and relevant though. Here I’ll be discussing reasons for change, from the personal and platform perspective, through to your experience as a user. Let’s get the personal reasons out of the way. First [...]]]></description>
			<content:encoded><![CDATA[<p>It’s about time this blog had an update. More than just a face-lift is needed to truly make any update worth while and relevant though. Here I’ll be discussing reasons for change, from the personal and platform perspective, through to your experience as a user.<span id="more-499"></span></p>
<p>Let’s get the personal reasons out of the way. First I have a whole load of updated JavaScript, CSS and PHP I feel can only fully be utilized if the theme is a blank slate. This is a test bed after all. Next is the look and feel. Beyond updating the design I also want to approach the style very differently than before, the blog has traditionally followed the minimal feel of my portfolio. Time to give it a persona of it’s own. But these aren’t the meat, much more is directing this update.</p>
<h3><strong>User experience</strong></h3>
<p>While much of this update has to do with improving user experience, two main areas will impact you the user the most. Easier article selection and lead-in images.</p>
<p>Since it’s inception the blog has displayed it’s content as just that, blog-like. With this update I’ll be reformatting the homepage and subsequent category pages to present you with more immediate options. Moving away from a wide row based format should both mean less horizontal eye movement and less scrolling. Most internet users have become used to the scrolling of webpages and ‘above the fold’ details are becoming less important, granted. But that doesn’t mean we should be forcing users to scroll when a more condensed, easily scannable format would work much better for them.</p>
<p><img src="http://www.designergamergeek.com/_dggcodex_/wp-content/uploads/2010/09/dggv2-sketches1.jpg" alt="" width="100%" /></p>
<p>Remember user experience isn’t about what you as a site owner want, but want your site visitor needs.</p>
<p>About 85% of visitors enter directly via a post, most read said post and leave. Around 45% of those visitors go on to a category page and are presented with a bland list of title and text. How to capture those users to go on and read something new is the goal of lead-in images. A lack of interest in reading maybe a symptom of an increasingly overworked and choosey internet viewer, one that doesn’t have the time nor thirst to digest textual explanations of content. This is why all content past, present and future will include –post update– a meaningful image lead-in. All the better to scan me by.</p>
<p><strong> </strong></p>
<h3><strong>Multi-platform development</strong></h3>
<p>The average internet user is consuming a larger amount of content via internet enabled devices than ever before, soon this consumption may surpass their computer browsing at home and in the office. This is largely to do with the quality of devices on the market today, your iPhones, Androids, iPads all allow faster and more highly detailed surfing than before. What this means to all site creators –amateur and professional alike– is we need to produce usable, intelligent and adaptable content.</p>
<p>Many have lead the way for a long time with mobile versions of their sites, but you’ll notice I mention content, not versions. Sites now need to be viewable on multiple sizes of mobile device, both high and low ppi, the iPad’s vertical view must also be taken in to account. To build and maintain different versions of sites, and in some cases content, is overhead heavy and unrealistic to most businesses.</p>
<p>The solution? Platform relevant stylesheets, PHP selections, optimized imagery and intelligent choices on what each user needs on their platform of choice.</p>
<p>Mobile users don’t want to wait 30 seconds for that ad you’ve decided they just <em>have</em> to see, iPad users in vertical view don’t want to see your website shrunk because you’ve decided they must have direct access to the side bar. The time for selective content view is here. More on this in a later update.</p>
<p><strong> </strong></p>
<h3><strong>HTML5 readiness</strong></h3>
<p>While still a few years away from a final specification, HTML5 is here to stay and many of it’s attributes can be used today. I’m not just talking Audio and Video tags, page layout tags while not fully supported can and should be used to provide proper semantic views of your content. It’s up to the site owner to decide how much HTML5 implementation they wish to make, but you wont break your sites by including them. Not if you code wisely. Take the Article tag, styling it alone will get you no where with older and problematic browsers. Styling a div around it with a class of .article however will serve you well for the future, easily able to remove the div entirely and changing your CSS from .article to simply article. I prefer this approach over relying on JavaScript for rendering.</p>
<p>There are many places on the net right now talking about exactly this type of approach. I myself will get into it some more at a later date as I proceed with the update.</p>
<p>I hope this article gives you a nice overview of why the site is changing, how i’ll be going about those changes and the type of updates you can expect across the coming weeks as we approach the new update.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designergamergeek.com/projects/there%e2%80%99s-a-change-afoot-evolution-of-a-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core CSS 1.2.1 update</title>
		<link>http://www.designergamergeek.com/projects/core-css-1-2-1-update/</link>
		<comments>http://www.designergamergeek.com/projects/core-css-1-2-1-update/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:42:28 +0000</pubDate>
		<dc:creator>yaypaul</dc:creator>
				<category><![CDATA[Core CSS]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[1.2.1]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[minified]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[standardized]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.designergamergeek.com/?p=399</guid>
		<description><![CDATA[This is a small update to Core CSS 1.2 which includes bug fixes and additions. For more information see the full page details. There are two new additions with this update. The first is a class to handle negative text indentation for image replacement items, attach this class to any item you want to hide [...]]]></description>
			<content:encoded><![CDATA[<p>This is a small update to <a title="See Core CSS 1.2" href="/projects/core-css-1-2-update/" target="_blank">Core CSS 1.2</a> which includes bug fixes and additions. For more information see the full page details.<span id="more-399"></span></p>
<p>There are two new additions with this update. The first is a class to handle negative text indentation for image replacement items, attach this class to any item you want to hide from user view but still have in the page for search engines to read. The second addition is three classes to help you control your text transformations, it&#8217;s now easy to handle text that comes in at the wrong case.</p>
<p>I fixed a minor spelling issue with all the charcoal named elements. I&#8217;ve left the old spelling in place, if you&#8217;ve used this style on other sites you can feel free to update your Core CSS without fear of those older classes breaking. I also adjusted the colors of the standard input elements slightly, they should now be more readable.</p>
<p>As always; using this code requires you include <a title="Download Reset CSS now" href="http://meyerweb.com/eric/css/" target="_blank">Eric Meyer&#8217;s Reset CSS</a> before Core CSS. This can be included either at the beginning of Core CSS or in a separate file which is called first.</p>
<p><strong>Change log</strong> 1.2 &gt; 1.2.1<br />
1. + Added new Class txtImg. Used on image replacement items to remove the text from user display.<br />
2. + Added three new Classes to handle Text Transforms: capitalize, uppercase, lowercase.<br />
3. -/+ Fixed a minor spelling error: charcol becomes charcoal. Old spelling left for backwards compatibility.<br />
4. -/+ Amended colors on standard input items to be more user friendly.</p>
<p><strong>There are three ways for you to download the code.</strong><br />
1. Copy and paste the code listed below.</p>
<p>2. <a title="Download the incompressed version of Core CSS 1.2.1" href="/downloads/core.1.2.1.css" target="_blank">Download a file containing the full Core CSS</a>.</p>
<p>3. <a title="Download the minified version of Core CSS 1.2.1" href="/downloads/core.1.2.1.min.css" target="_blank">Download a file containing a minified version of Core CSS</a>.</p>
<pre class="brush: css;">
/* core.css Paul West [http://www.yaypaul.com] */
/* Version: 1.2.1 - 2010-01-18 */

body{background:#fff;}

/* Block level */
div{overflow:hidden;}
.visible{overflow:visible;}
p.closed{margin:0;}
p.open{margin:35px 0 0 0;}
p.mini{margin:10px 0 0 0;}
.float{float:left !important;}
.floatRight{float:right !important;}
.relative{position:relative !important;}
.absolute{position:absolute !important;}
.fixed{position:fixed !important;}
.hidden{display:none}
.block{display:block}
.top{position:fixed; top:0; z-index:10;}
.txtImg{text-indent:-2000px;}

/* Page frameworks */
.frameworkCenter{margin:0 auto;}
.frameworkLeft{left:0; top:0; position:absolute;}
.frameworkRight{right:0; top:0; position:absolute;}

/* Page layout */
.width100{width:100% !important;}
.width75{width:75% !important;}
.width66{width:66% !important;}
.width50{width:50% !important;}
.width25{width:25% !important;}
.width33{width:33% !important;}
.width20{width:20% !important;}

/* Clearing */
.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}

/* Content control */
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.justify{text-align:justify !important;}
.capitalize{text-transform:capitalize;}
.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.small{font-size:smaller;}
pre{background-color:#fff; border:#333 dashed 1px; padding:10px;}
blockquote{padding:20px; font-style:italic;}

/* Links */
a{text-decoration:underline;}
a:hover{text-decoration:none;}
a:visited{text-decoration:underline;}

/* Colours */
.white{color:#fff !important;}
.black{color:#000 !important;}
.chalk{color:#eee;}
.charcol, .charcoal{color:#333;}
.darkestGrey{color:#484848;}
.darkGrey{color:#666;}
.midGrey{color:#888;}
.lightGrey{color:#ccc;}
.lightestGrey{color:#e5e5e5;}

/* Background colours */
.whiteBg{background-color:#fff !important;}
.blackBg{background-color:#000 !important;}
.chalkBg{background-color:#eee;}
.charcolBg, .charcoalBg{background-color:#333;}
.darkestGreyBg{background-color:#484848;}
.darkGreyBg{background-color:#666;}
.midGreyBg{background-color:#999;}
.lightGreyBg{background-color:#ccc;}
.lightestGreyBg{background-color:#e5e5e5;}
.superLightGreyBg{background-color:#f5f5f5;}

/* Normalise headings */
h1, h2, h3, h4, h5, h6{font-weight:normal;}

/* Table formating */
table td{padding:2px;}
td.first{padding:2px 2px 2px 4px;}

/* Input formating */
input, select, textarea{font-family:Arial, Helvetica, sans-serif; margin-right:10px; padding:4px; background-color:#e5e5e5; border:0;}
input:focus, select:focus, textarea:focus{background-color:#f5f5f5;}
input[type=&quot;radio&quot;]{border:0 solid !important;}
input[type=&quot;checkbox&quot;]{border:0 solid !important;}
input[type=&quot;submit&quot;]{background-color:#e5e5e5;}
input[type=&quot;submit&quot;]:hover{background-color:#75d0ff;}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.designergamergeek.com/projects/core-css-1-2-1-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deadly Furry Cute, new toys, downloads and site</title>
		<link>http://www.designergamergeek.com/projects/deadly-furry-cute-new-toys-downloads-and-site/</link>
		<comments>http://www.designergamergeek.com/projects/deadly-furry-cute-new-toys-downloads-and-site/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 07:04:48 +0000</pubDate>
		<dc:creator>yaypaul</dc:creator>
				<category><![CDATA[Deadly Furry Cute]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.designergamergeek.com/?p=390</guid>
		<description><![CDATA[Well over a year in the making fitting the work in when I could, the Deadly Furry Cute relaunch is finally over. I&#8217;m going to run through some of the changes, additions and the overall direction of the project here in the projects section. Lets start with the obvious change first; New website The most [...]]]></description>
			<content:encoded><![CDATA[<p>Well over a year in the making fitting the work in when I could, the Deadly Furry Cute relaunch is finally over. I&#8217;m going to run through some of the changes, additions and the overall direction of the project here in the projects section.<span id="more-390"></span></p>
<p>Lets start with the obvious change first;</p>
<h2>New website</h2>
<p>The most notable change is to the website, it&#8217;s had the full make-over treatment. The old first iteration of the Deadly Furry Cute website was a simple one page site, great for testing the concept and getting something up, not so great for organizing content. So the first step was to get some content management in place. As usual WordPress was more than enough for the content task, even knowing I needed at least two different page formats -most of the details for the toys are simply saved in custom fields.</p>
<p>Download counting is also much more streamlined, now using a WordPress plugin rather than my own custom script. While the custom script worked fine, I&#8217;d never built a frontend to actually display the details -I was checking via myphpadmin.<br />
This change does mean the perma-links for the old toys no longer work, but that&#8217;s ok, Series 1 has changed to Series 1 Edition 2. Those first editions are no longer an offering.</p>
<h2>New toys</h2>
<p>The next most noticeable change is to the number of toys. <a title="Download Series 2 now!" href="http://www.deadlyfurrycute.com/toys/series-2-squirrels/" target="_blank">Series 2: Squirrels</a> and <a title="Download Series 3 now!" href="http://www.deadlyfurrycute.com/toys/series-3-apes/" target="_blank">Series 3: Apes</a> are now released taking the total number of downloadable animal individuals to nine.</p>
<p>I&#8217;ve talked before about <a title="Read the template article now" href="http://www.designergamergeek.com/projects/new-deadly-furry-cute-templates-complete/" target="_self">changing templates</a>, having multiple sizes, <a title="Read the illustration article" href="http://www.designergamergeek.com/projects/new-illustration-style-better-illustration-style/" target="_self">trying different styles</a>, and the <a title="Read the design article" href="http://www.designergamergeek.com/projects/deadly-furry-cute-v2-i%E2%80%99m-getting-there/" target="_self">design I went with</a> for the new series -I wont cover those again. One thing you might have missed is that the series to start it all, Series 1, also has a face lift. The changes to the first series are subtle, I didn&#8217;t want to mess with a good thing, but they&#8217;re enough to make the first edition obsolete.</p>
<h2>Even more new toys</h2>
<p>Inspired by a request from an American Educator, Deadly Furry Cute now comes complete with alternate &#8216;Color Your Own&#8217; versions. These versions are simply as they sound, toys which for the most part have all the features of the original -but none of the color, leaving you to color them as you see fit. You&#8217;re free to use any coloring medium, I dare say pencil, pen or paint would be easiest though.</p>
<h2>The Game</h2>
<p>The revamped Deadly Furry Cute toys all have six stats printed on their base (also available on the site), one stat lists the toys health, the others it&#8217;s attributes. Using these attributes in conjunction with the basic rules on the site -or any rules you decide to make up for that matter,  can make for a fun little game.<br />
I&#8217;m hoping the two rule sets I&#8217;ve devised will add some more depth to the toys outside building and displaying them.</p>
<h2>Extra free stuff</h2>
<p>OK so the toys are free yes, but you still need to build them, how about some swag which doesn&#8217;t require assembly?<br />
On the site you&#8217;ll now find a number of extras for your Mac/PC, iPhone, Droid or online applications. At the moment that means you&#8217;ve got access to some Deadly Furry Cute desktops, device wallpaper and avatar icons, more to follow.</p>
<h2>Moving forward</h2>
<p>I do have a hard written plan for Deadly Furry Cute, time-line is a little <a title="Whibley-wobbly timey whimey" href="http://www.youtube.com/watch?v=vY_Ry8J_jdw&amp;feature=related" target="_blank">whibley-wobbly</a> but the plan is there. I&#8217;m not going to go over it here -where would the surprises be! I will say: many more series are in the works and each one will eventually have a Color Your Own version.</p>
<p><strong>Head over to <a title="Download some paper toys!" href="http://www.deadlyfurrycute.com" target="_blank">deadlyfurrycute.com</a> now to download the toys, goodies or leave some feedback.</strong></p>
<h3></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.designergamergeek.com/projects/deadly-furry-cute-new-toys-downloads-and-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core CSS 1.2 update</title>
		<link>http://www.designergamergeek.com/projects/core-css-1-2-update/</link>
		<comments>http://www.designergamergeek.com/projects/core-css-1-2-update/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 02:15:39 +0000</pubDate>
		<dc:creator>yaypaul</dc:creator>
				<category><![CDATA[Core CSS]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[minified]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[standardized]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.designergamergeek.com/?p=348</guid>
		<description><![CDATA[I&#8217;ve being using Core CSS at every opportunity, for both personal and production sites. Using the code so frequently has helped me find some flaws and add a few classes that we&#8217;re sorely missing. Core CSS gets an update to 1.2. The first thing I noticed that needed changing was the way the standard width [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve being using <a title="See the original Core CSS" href="/projects/core-css/">Core CSS</a> at every opportunity, for both personal and production sites. Using the code so frequently has helped me find some flaws and add a few classes that we&#8217;re sorely missing. Core CSS gets an update to 1.2.<span id="more-348"></span></p>
<p>The first thing I noticed that needed changing was the way the standard width classes were named; fullWidth and quarterWidth while intuitive just aren&#8217;t as intuitive as width100 and width25. Switching to percentages made way more sense.  I&#8217;ve listed a full change log below, but I think you&#8217;ll agree Core CSS has become that little bit easier to use.</p>
<p>As always; using this code requires you include <a title="Download Reset CSS now" href="http://meyerweb.com/eric/css/" target="_blank">Eric Meyer&#8217;s Reset CSS</a> before Core CSS. This can be included either at the beginning of Core CSS or in a separate file which is called first &#8211; I prefer the first method.</p>
<p><strong>Change log</strong> 1.0 &gt; 1.2<br />
1. &#8211; Removed standardized &#8216;P&#8217; style (I found there were far less bugs if this was set per project).<br />
2. + Added &#8216;P.mini&#8217; class (complements P.open nicely).<br />
3. + Added &#8216;fixed&#8217; class (useful for quick positioning).<br />
4. -/+ Revamped all width definitions to exactly match widths required (fullWidth becomes width100 etc).<br />
5. + Added &#8216;lightestGrey&#8217; class (useful for dark background small-print).<br />
6. + Added &#8216;lightestGreyBg&#8217; class (helpful for footer backgrounds etc).<br />
7. + Added &#8216;superLightGreyBg&#8217; class (extension of lightestGreyBg, again for footers, box backgrounds etc).<br />
8. -/+ Revamped &#8216;input&#8217; styles to be more neutral (should now be a proper option, rather than just a reminder to change the styles).</p>
<p><strong>There are three ways for you to download the code.</strong><br />
1. Copy and paste the code listed below.</p>
<p>2. <a title="Download Core CSS now" href="/downloads/core.1.2.css" target="_blank">Download a file containing the full Core CSS</a>.</p>
<p>3. <a title="Download the Minified Core CSS now" href="/downloads/core.1.2.min.css" target="_blank">Download a file containing a minified version of Core CSS</a>.</p>
<pre class="brush: css;">
/* core.css Paul West [http://www.yaypaul.com] */
/* Version: 1.2 - 2009-08-22 */

body{background: #fff;}

/* Block level */
div{overflow:hidden;}
.visible{overflow:visible;}
p.closed{margin:0;}
p.open{margin:35px 0 0 0;}
p.mini{margin:10px 0 0 0;}
.float{float:left !important;}
.floatRight{float:right !important;}
.relative{position:relative !important;}
.absolute{position:absolute !important;}
.fixed{position:fixed !important;}
.hidden{display:none}
.block{display:block}
.top{position:fixed; top:0; z-index:10;}

/* Page frameworks */
.frameworkCenter{margin:0 auto;}
.frameworkLeft{left:0; top:0; position:absolute;}
.frameworkRight{right:0; top:0; position:absolute;}

/* Page layout */
.width100{width:100% !important;}
.width75{width:75% !important;}
.width66{width:66% !important;}
.width50{width:50% !important;}
.width25{width:25% !important;}
.width33{width:33% !important;}
.width20{width:20% !important;}

/* Clearing */
.clear{clear:both;}
.clearLeft{clear:left;}
.clearRight{clear:right;}

/* Content control */
.left{text-align:left !important;}
.right{text-align:right !important;}
.center{text-align:center !important;}
.justify{text-align:justify !important;}
.small{font-size:smaller;}
pre{background-color:#fff; border:#333 dashed 1px; padding:10px;}
blockquote{padding:20px; font-style:italic;}

/* Links */
a{text-decoration:underline;}
a:hover{text-decoration:none;}
a:visited{text-decoration:underline;}

/* Colours */
.white{color:#fff !important;}
.black{color:#000 !important;}
.chalk{color:#eee;}
.charcol{color:#333;}
.darkestGrey{color:#484848;}
.darkGrey{color:#666;}
.midGrey{color:#888;}
.lightGrey{color:#ccc;}
.lightestGrey{color:#e5e5e5;}

/* Background colours */
.whiteBg{background-color:#fff !important;}
.blackBg{background-color:#000 !important;}
.chalkBg{background-color:#eee;}
.charcolBg{background-color:#333;}
.darkestGreyBg{background-color:#484848;}
.darkGreyBg{background-color:#666;}
.midGreyBg{background-color:#999;}
.lightGreyBg{background-color:#ccc;}
.lightestGreyBg{background-color:#e5e5e5;}
.superLightGreyBg{background-color:#f5f5f5;}

/* Normalise headings */
h1, h2, h3, h4, h5, h6{font-weight:normal;}

/* Table formating */
table td{padding:2px;}
td.first{padding:2px 2px 2px 4px;}

/* Input formating */
input, select, textarea{font-family:Arial, Helvetica, sans-serif; margin-right:10px; padding:4px; background-color:#dbdbdb; border:0;}
input:focus, select:focus, textarea:focus{background-color:#f5f5f5;}
input[type=&quot;radio&quot;]{border:0 solid !important;}
input[type=&quot;checkbox&quot;]{border:0 solid !important;}
input[type=&quot;submit&quot;]{background-color:#888;}
input[type=&quot;submit&quot;]:hover{background-color:#4aa056;}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.designergamergeek.com/projects/core-css-1-2-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deadly Furry Cute v2, I’m getting there!</title>
		<link>http://www.designergamergeek.com/projects/deadly-furry-cute-v2-i%e2%80%99m-getting-there/</link>
		<comments>http://www.designergamergeek.com/projects/deadly-furry-cute-v2-i%e2%80%99m-getting-there/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 13:20:54 +0000</pubDate>
		<dc:creator>yaypaul</dc:creator>
				<category><![CDATA[Deadly Furry Cute]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[illustration]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[series]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.designergamergeek.com/?p=235</guid>
		<description><![CDATA[While I’ve been super busy with life, work and getting sunburnt of late, I have been steadily working on version 2 of the Deadly Furry Cute website and toys.  Coming with the new version are a number of new developments. A few of these new developments I’m going to keep secret until the site goes [...]]]></description>
			<content:encoded><![CDATA[<p>While I’ve been super busy with life, work and getting sunburnt of late, I have been steadily working on version 2 of the Deadly Furry Cute website and toys.  Coming with the new version are a number of new developments.<br />
<span id="more-235"></span></p>
<p>A few of these new developments I’m going to keep secret until the site goes live, huge anticlimax there I know.  What I can talk about is new toy designs and licensing.</p>
<p>Let me start by saying that over the last few months I’ve had some inquiries from school teachers, either asking if they can use the toys, or asking how much it would cost to use them.  Let me state, right now, the toys will always be free for schools to use in the class room. If a teacher can find a way to use the toys in class for fun or education, I’m all for it.  What I don’t want is individuals, companies or schools reselling or rebranding my work. To that end I’ll be creating a new ‘license’ page which outlines exactly what can and can not be done in detail, more for clarification than anything else.</p>
<p><strong>Now the fun bit</strong><br />
The new toy designs for Series 2 and 3, yep that’s two new series with the update, have been completed and are awaiting final testing. That testing procedure basically entails a final test run in both thin card and paper, with any updates from previous tests included. Over kill, maybe, but I like to get things right.<br />
I&#8217;ve come some way with the illustration style since Series 1 back in 2008, partly because I&#8217;ve been doing more illustration work and have getting the practice in, but also I’ve decided to make these toys a little harder to make.  Looking back at Series 1, I realized I was trying to make it too easy, all angular and easy to cut curves, you&#8217;ll not get the easy ride this time!  Having said that I’ve not gone overboard, this change is about getting things more life like. While the new Series are more challenging to make, I hope they’ll be just as fun!</p>
<p>Without further ado, here are some screen grabs to wet your appetites. Can you tell what they are? Shout in the comments if you think you can!</p>
<p><img class="size-full wp-image-236 alignnone" title="dfcupdate1" src="http://www.designergamergeek.com/_dggcodex_/wp-content/uploads/2009/06/dfcupdate1.jpg" alt="Deadly Furry Cute update teaser 1" /></p>
<p><img class="size-full wp-image-237 alignnone" title="dfcupdate2" src="http://www.designergamergeek.com/_dggcodex_/wp-content/uploads/2009/06/dfcupdate2.jpg" alt="Deadly Furry Cute update teaser 2" /></p>
<p><img class="size-full wp-image-238 alignnone" title="dfcupdate3" src="http://www.designergamergeek.com/_dggcodex_/wp-content/uploads/2009/06/dfcupdate3.jpg" alt="Deadly Furry Cute update teaser 3" /></p>
<p><img class="size-full wp-image-239 alignnone" title="dfcupdate4" src="http://www.designergamergeek.com/_dggcodex_/wp-content/uploads/2009/06/dfcupdate4.jpg" alt="Deadly Furry Cute update teaser 4" /></p>
<p><strong>Last chance</strong><br />
This might be your last chance to download Series 1 in their current size, <a title="Post about DFC template changes" href="http://www.designergamergeek.com/projects/new-deadly-furry-cute-templates-complete/">read about why it’s changing</a>, so head over to <a title="Get the original toys before they go!" href="http://www.deadlyfurrycute.com" target="_blank">Deadly Furry Cute</a> now and grab them before it&#8217;s too late!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designergamergeek.com/projects/deadly-furry-cute-v2-i%e2%80%99m-getting-there/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
