<?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>Jonathan Warren - Web Consultant</title> <atom:link href="http://nmecdesign.com/feed/" rel="self" type="application/rss+xml" /><link>http://nmecdesign.com</link> <description>Freelance Web Consultant</description> <lastBuildDate>Sun, 06 May 2012 09:44:54 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <atom:link rel="search" href="http://nmecdesign.com/opensearch" type="application/opensearchdescription+xml" title="Content Search" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Sabotage</title><link>http://nmecdesign.com/blog/sabotage/</link> <comments>http://nmecdesign.com/blog/sabotage/#comments</comments> <pubDate>Sun, 06 May 2012 09:44:54 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Beastie Boys]]></category> <category><![CDATA[Music]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=744</guid> <description><![CDATA[<p>Adam Yauch 1964 – 2012.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p><iframe width="640" height="480" src="http://www.youtube.com/embed/z5rRZdiu1UE?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p><p>Adam Yauch 1964 – 2012.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/sabotage/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Little Lightbox_me quirk</title><link>http://nmecdesign.com/blog/little-lightbox_me-quirk/</link> <comments>http://nmecdesign.com/blog/little-lightbox_me-quirk/#comments</comments> <pubDate>Sat, 21 Apr 2012 15:33:17 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[JavaScript]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[Lightbox_me]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=737</guid> <description><![CDATA[<p>Using the excellent Lightbox_me jQuery plugin the other day I came across an interesting quirk. When you lightbox an element, Lightbox_me moves that element in the DOM to a container it creates to lightbox it, but when you close the lightbox it doesn&#8217;t put it back where it found it. The Problem In my case [...]</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p>Using the excellent <a href="http://buckwilson.me/lightboxme/">Lightbox_me jQuery plugin</a> the other day I came across an interesting quirk. When you lightbox an element, Lightbox_me moves that element in the DOM to a container it creates to lightbox it, but when you close the lightbox it doesn&#8217;t put it back where it found it.</p><h3>The Problem</h3><p>In my case I was using jQuery&#8217;s <code>find</code> function to look inside the clicked element&#8217;s parent to find the element I wanted to lightbox. This was because I had multiple elements on a page I wanted to lightbox, so I started with something like this:</p><pre class="js">$('.button').click( function(){
	$(this).parent('.container')
	.find('.lightbox')
	.lightbox_me()
});</pre><p>Which worked fine when you clicked on the button the first time, but if you closed the lightbox and clicked the same button again, nothing happened.</p><h3>The Solution</h3><p>After prodding about for a while I noticed that Lightbox_me was moving the <code>.lightbox</code> element from the <code>.container</code> element, sticking it in another div hidden at the bottom of the DOM, and crucially, leaving it there after the lightbox was closed.</p><p>Obviously this meant when the jQuery looked for the element in the parent a second time, it wasn&#8217;t there. So the solution was to change the markup so the trigger had a rel attribute that matched the targets ID, meaning it could be found wherever it was in the DOM.</p><p>HTML:</p><pre class="html">&lt;div class="container"&gt;
	&lt;a rel="my-lightbox" class="button" href="#"&gt;More info&lt;/a&gt;
	&lt;div id="my-lightbox" class="lightbox" style="display: none"&gt;
		Lightbox content
	&lt;/div&gt;
&lt;/div&gt;</pre><p>JS:</p><pre class="js">$('.button').click( function(){
	$('#($(this).attr('rel'))').lightbox_me();
})</pre><p><em>My thanks to Justin Perry for helping me troubleshoot this issue.</em></p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/little-lightbox_me-quirk/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>jw.to URLs deprecated</title><link>http://nmecdesign.com/blog/jw-to-urls-deprecated/</link> <comments>http://nmecdesign.com/blog/jw-to-urls-deprecated/#comments</comments> <pubDate>Sun, 11 Mar 2012 15:12:00 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Backup]]></category> <category><![CDATA[jw.to]]></category> <category><![CDATA[Short URLs]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=732</guid> <description><![CDATA[<p>Just a quick housekeeping note to let you know I&#8217;m deprecating all the short URLs on jw.to, if you still need to find something a backup spreadsheet is available.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p>Just a quick housekeeping note to let you know I&#8217;m deprecating all the short URLs on <a href="http://jw.to">jw.to</a>, if you still need to find something a <a href="https://docs.google.com/spreadsheet/pub?key=0AhAYYGstLMV6dDNGRTRkalEyYlBUemlLZDMwbkJjVXc&amp;single=true&amp;gid=0&amp;output=html">backup spreadsheet is available</a>.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/jw-to-urls-deprecated/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Currently occupied</title><link>http://nmecdesign.com/blog/currently-occupied/</link> <comments>http://nmecdesign.com/blog/currently-occupied/#comments</comments> <pubDate>Tue, 06 Mar 2012 20:28:19 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Freelance]]></category> <category><![CDATA[Full-Time]]></category> <category><![CDATA[Work]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=726</guid> <description><![CDATA[<p>I haven&#8217;t been updating here as frequently as I would&#8217;ve liked over the past few weeks as I&#8217;ve been working full-time for a new client. Unfortunately (or fortunately for me, depending how you look at it) this means I won&#8217;t be taking on any new work for a while.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p>I haven&#8217;t been updating here as frequently as I would&#8217;ve liked over the past few weeks as I&#8217;ve been working full-time for a new client. Unfortunately (or fortunately for me, depending how you look at it) this means I won&#8217;t be taking on any new work for a while.</p><p style="text-align: center;"><img class="aligncenter size-full wp-image-727" title="As soon as this stops spinning, I'll get back to you about that project." src="http://cdn.nmecdesign.com/wp/wp-content/uploads/2012/03/indicator.gif" alt="" width="32" height="32" /></p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/currently-occupied/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Lolbash</title><link>http://nmecdesign.com/blog/lolbash/</link> <comments>http://nmecdesign.com/blog/lolbash/#comments</comments> <pubDate>Sun, 04 Mar 2012 22:38:59 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Command Line]]></category> <category><![CDATA[Lolcats]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=721</guid> <description><![CDATA[<p>This must be one of the geekiest things I&#8217;ve ever seen. # LOL!!1 # Source: http://aur.archlinux.org/packages/lolbash/lolbash/lolbash.sh alias wtf='dmesg' alias onoz='cat /var/log/errors.log' alias rtfm='man' alias visible='echo' alias invisible='cat' alias moar='more' alias tldr='less' alias alwayz='tail -f' alias icanhas='mkdir' alias gimmeh='touch' alias donotwant='rm' alias dowant='cp' alias gtfo='mv' alias nowai='chmod' alias hai='cd' alias iz='ls' alias plz='pwd' alias ihasbucket='df -h' [...]</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p>This must be one of the geekiest things I&#8217;ve ever seen.</p><p><script src="http://gist-it.appspot.com/github/robbyrussell/oh-my-zsh/raw/master/plugins/lol/lol.plugin.zsh"></script><br /> <noscript></p><pre><code>
# LOL!!1
# Source: http://aur.archlinux.org/packages/lolbash/lolbash/lolbash.sh

alias wtf='dmesg'
alias onoz='cat /var/log/errors.log'
alias rtfm='man'

alias visible='echo'
alias invisible='cat'
alias moar='more'
alias tldr='less'
alias alwayz='tail -f'

alias icanhas='mkdir'
alias gimmeh='touch'
alias donotwant='rm'
alias dowant='cp'
alias gtfo='mv'
alias nowai='chmod'

alias hai='cd'
alias iz='ls'
alias plz='pwd'
alias ihasbucket='df -h'

alias inur='locate'
alias iminurbase='finger'

alias btw='nice'
alias obtw='nohup'

alias nomz='ps -aux'
alias nomnom='killall'

alias byes='exit'
alias cya='reboot'
alias kthxbai='halt
</code></pre><p></noscript></p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/lolbash/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Django Django &#8211; Default</title><link>http://nmecdesign.com/blog/django-django-default/</link> <comments>http://nmecdesign.com/blog/django-django-default/#comments</comments> <pubDate>Tue, 07 Feb 2012 09:00:59 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Music Video]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=710</guid> <description><![CDATA[<p>This musical interlude is brought to you by my new favourite Scottish indie band Django Django whose debut album came out last week. Enjoy.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p><iframe width="640" height="360" src="http://www.youtube.com/embed/DDjpOrlfh0Y?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p><p>This musical interlude is brought to you by my new favourite Scottish indie band <a href="http://www.djangodjango.co.uk/">Django Django</a> whose <a href="http://itunes.apple.com/gb/album/django-django/id485436065">debut album</a> came out last week. Enjoy.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/django-django-default/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Hello toggles, goodbye sprites</title><link>http://nmecdesign.com/blog/hello-toggles-goodbye-sprites/</link> <comments>http://nmecdesign.com/blog/hello-toggles-goodbye-sprites/#comments</comments> <pubDate>Mon, 06 Feb 2012 08:30:34 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Icon Fonts]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[Sprites]]></category> <category><![CDATA[UI]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=683</guid> <description><![CDATA[<p>Before today, if you visited my site on a device with a high resolution screen, like the iPhone 4, you would of seen some blocky icons in the header made with an image sprite. Which was something that always really bugged me. When Apple announced the retina display they introduced the -webkit-device-pixel-ratio media query to WebKit, the [...]</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<figure id="attachment_704" class="wp-caption alignright" ><a class="fancy fancybox.iframe" href="http://www.youtube.com/embed/jmd-fRvD2Lw?autoplay=1"><img class="size-full wp-image-704 " src="http://cdn.nmecdesign.com/wp/wp-content/uploads/2012/02/sprite-goblin.jpeg" alt="" width="260" height="146" /></a><figcaption class="wp-caption-text">No, not that kind of Sprite.</figcaption></figure><p>Before today, if you visited my site on a device with a high resolution screen, like the iPhone 4, you would of seen <a class="fancy" href="http://cdn.nmecdesign.com/wp/wp-content/themes/nmec3/images/sprite.4.png">some blocky icons</a> in the header made with an <a href="http://css-tricks.com/css-sprites/">image sprite</a>. Which was something that always really bugged me.</p><p>When Apple announced the <a href="http://www.apple.com/iphone/features/retina-display.html">retina display</a> they introduced the <code>-webkit-device-pixel-ratio</code> media query to <a href="http://en.wikipedia.org/wiki/WebKit">WebKit</a>, the rendering engine used by Safari, Mobile Safari and Chrome (amongst others) to detect higher resolution displays. I could have used that media query in my stylesheet to serve a higher resolution sprite to visitors, or just served a higher resolution sprite to everyone.</p><p>Instead I opted to use an <a title="Font Icons are Awesome" href="http://keyamoon.com/icomoon/">icon font</a>, which has a number of advantages over rendered images:</p><ol><li>They&#8217;re vector based so can be scaled to any size without an increase in file size and look great on higher resolution screens.</li><li>They have transparency that works properly in IE6.</li><li>They can of course be styled with CSS properties like <code>text-shadow</code>, <code>color</code> or <code>rotate</code>.</li></ol><p>There&#8217;s one small Gotcha with Firefox: it won&#8217;t load cross-domain font files. This confused me somewhat as it worked when I tested it locally, but not on the live site where I use a <abbr title="Content Delivery Network">CDN</abbr>. The solution was to encode the fonts as <a href="http://en.wikipedia.org/wiki/Base64">Base64</a> in the stylesheet, which has the added benefit of saving a http request as well.</p><h3>Toggles are nicer than buttons</h3> <figure class="wp-caption alignright" ><a title="Mushie Buttons by Warm 'n Fuzzy, on Flickr" href="http://www.flickr.com/photos/warmnfuzzy/508316040/"><img src="http://farm1.staticflickr.com/206/508316040_132c9c0ae8_m.jpg" alt="" width="240" height="197" /></a><figcaption class="wp-caption-text">Ok, buttons are still cuter.</figcaption></figure><p>This is as true of duffle coats as it is web design, which is why the second feature I&#8217;ve added is a toggle <a href="http://nmecdesign.com/">on my portfolio</a> to switch between a two and four column layout. I spent quite a while thinking what combination of jQuery UI modules it would need before I realised I could just do it with a CSS3 transition.</p><p>The toggle itself is just a <code>&lt;button&gt;</code> element styled with a background image and a couple of lines of jQuery that switch the class on the button and column containers when it&#8217;s clicked. I probably spent more time getting the toggle image looking just right with drop shadows and gradients in Photoshop than I did on the CSS and JavaScript.</p><p>To see how many people use the toggle I&#8217;ve attached a Google Analytics event that gets triggered every time it&#8217;s clicked. At the moment it&#8217;s just some simple code that tracks clicks, but in the future I might add some logic to see which layout is more popular. I&#8217;m not sure how I&#8217;d remove the bias towards the initial layout though, maybe with some sort of randomisation.</p><p>It&#8217;s always good to try new things out on your own site, so when a client asks for them you can point to live demo of the technology and you know how to implement it.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/hello-toggles-goodbye-sprites/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Farewell Facebook</title><link>http://nmecdesign.com/blog/farewell-facebook/</link> <comments>http://nmecdesign.com/blog/farewell-facebook/#comments</comments> <pubDate>Fri, 03 Feb 2012 11:24:16 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Facebook]]></category> <category><![CDATA[Social Networking]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=647</guid> <description><![CDATA[<p>I&#8217;ve decided to leave Facebook for a while. Not because of a lack of privacy, the new timeline &#8211; quite the contrary, I&#8217;ve been using it since the developer preview  - or obnoxious new advertising placements. The other day I noticed that Facebook was sitting at the top of the list of most visited sites [...]</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<figure id="attachment_686" class="wp-caption aligncenter" ><a class="fancy fancybox.iframe" href="http://www.youtube.com/embed/SEeROTceMFY?autoplay=1"><img class="size-full wp-image-686   " title="Dont you forget about me from The Breakfast Club" src="http://cdn.nmecdesign.com/wp/wp-content/uploads/2012/02/Dont-You-Forget-About-Me-the-Breakfast-Club.jpeg" alt="" width="620" height="335" /></a><figcaption class="wp-caption-text">Don&#39;t you forget about me</figcaption></figure><p>I&#8217;ve decided to leave Facebook for a while. Not because of a lack of privacy, the new timeline &#8211; quite the contrary, I&#8217;ve been using it since the developer preview  - or obnoxious new advertising placements.</p><p>The other day I noticed that Facebook was sitting at the top of the list of most visited sites in my browser, its actually been at the top of that list for a while, but I realised that to be at the top of that list I must be spending hours and hours of my life there. Those hours turn into days and I daren&#8217;t think how many of those add up into weeks or even months since I joined in 2006.</p><p><a class="fancy" title="The day I joined Facebook, preserved." href="http://cdn.nmecdesign.com/wp/wp-content/uploads/2012/02/joined-facebook-screenshot.png"><img class="alignleft size-medium wp-image-667" title="The day I joined Facebook, preserved." src="http://cdn.nmecdesign.com/wp/wp-content/uploads/2012/02/joined-facebook-screenshot-300x88.png" alt="" width="300" height="88" /></a>Hours of my time and effort are spent every week feeding this insatiable machine. I&#8217;ve given it more information than the last census, hundreds of photos of and countless messages shared between my friends.</p><p>So I&#8217;ve invested my time in Facebook, but what have I gotten in return? Are my friendships richer because of it? Have I made new friends through it? Am I using it to network with professional contacts? For me the answer to all these questions is no. Perhaps I&#8217;m not using it to it&#8217;s potential in that case, but I don&#8217;t think I want to double down on my investment.</p><p>My online relationships mirror my existing relationships &#8211; I&#8217;m most social with those I&#8217;m already close with and I don&#8217;t really care about what my friends from primary school are up to these days (sorry).</p><p>What I do find useful about Facebook is it&#8217;s convenience. To quickly invite a bunch of friends to a party, for example, without having to worry about keeping your phonebook up to date and texting all of them. Send a quick message to someone whose phone number or email you don&#8217;t have. There&#8217;s probably other completely obvious things that I&#8217;ll miss when I&#8217;m gone, but I&#8217;ll see how it goes.</p><p>For now I&#8217;ve decided to block access to Facebook on my computer, disable notification emails and delete the app from my phone so I won&#8217;t have to resist the temptation of logging back in. In a month or so I&#8217;ll come back and review how things are going and if I find I&#8217;m not missing it terribly I&#8217;ll deactivate my account.</p><p>Farewell Facebook, it&#8217;s been fun, but I think it&#8217;s time I moved on to other things.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/farewell-facebook/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>When will my website be ready?</title><link>http://nmecdesign.com/blog/when-will-my-website-be-ready/</link> <comments>http://nmecdesign.com/blog/when-will-my-website-be-ready/#comments</comments> <pubDate>Tue, 31 Jan 2012 11:31:32 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Latency]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=657</guid> <description><![CDATA[<p>There&#8217;s a good series of answers on Quora to the question: Why are software development task estimations regularly off by a factor of 2-3? Asked recently if I could work quickly, I pondered for a moment, trying to think of a more eloquent answer than &#8216;yes&#8217; and replied that I found the slowest part of development was waiting [...]</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p>There&#8217;s a good series of <a href="http://www.quora.com/Engineering-Management/Why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3">answers on Quora</a> to the question: <q>Why are software development task estimations regularly off by a factor of 2-3?</q></p><p>Asked recently if I could work quickly, I pondered for a moment, trying to think of a more eloquent answer than &#8216;yes&#8217; and replied that I found the slowest part of development was waiting for feedback on changes. To elaborate: redesigning <a href="http://jwarren.co.uk">my photography site</a> a few weeks ago took less than a day from development to deployment.</p><p>Firstly, because I knew exactly what I wanted and how to execute that with WordPress. But more importantly the feedback on changes was instant. Because there was immediate feedback there was no break from work to grab a screenshot, write up the changes, email them to a client and then wait to hear back. The final sentence of one answer on Quora is succinctly brilliant:</p><blockquote><p>Request-Response latency between humans is thousands of times longer than in a single person&#8217;s mind.</p></blockquote><p>— <a href="http://www.quora.com/Engineering-Management/Why-are-software-development-task-estimations-regularly-off-by-a-factor-of-2-3/answer/Walt-Howard-1">Why are software development task estimations regularly off by a factor of 2-3?</a> &#8211; <em>Walt Howard, Quora</em></p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/when-will-my-website-be-ready/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Typographic Design in the Digital Domain</title><link>http://nmecdesign.com/blog/typographic-design-in-the-digital-domain/</link> <comments>http://nmecdesign.com/blog/typographic-design-in-the-digital-domain/#comments</comments> <pubDate>Mon, 30 Jan 2012 10:17:18 +0000</pubDate> <dc:creator>Jonathan Warren</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Typography]]></category><guid isPermaLink="false">http://nmecdesign.com/?p=637</guid> <description><![CDATA[<p>An interesting discussion and reminder that, even with the plethora of formats technology has brought us, the fundamentals of typography and design haven&#8217;t changed.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></description> <content:encoded><![CDATA[<p><iframe width="640" height="360" src="http://www.youtube.com/embed/SG0Ou07IDhQ?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p><p>An interesting discussion and reminder that, even with the plethora of formats technology has brought us, the fundamentals of typography and design haven&#8217;t changed.</p><p><hr /><p>You should follow me on Twitter <a href="https://twitter.com/Jono_Warren">@Jono_Warren</a>.</p></p>]]></content:encoded> <wfw:commentRss>http://nmecdesign.com/blog/typographic-design-in-the-digital-domain/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using apc
Object Caching 1390/1530 objects using apc
Content Delivery Network via Rackspace Cloud Files: cdn.nmecdesign.com

Served from: nmecdesign.com @ 2012-05-19 13:51:27 -->
