<?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>Toby&#039;s Technical Ramblings &#187; Design</title> <atom:link href="http://tosbourn.com/category/design/feed/" rel="self" type="application/rss+xml" /><link>http://tosbourn.com</link> <description>A web development blog.</description> <lastBuildDate>Mon, 07 May 2012 10:47:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Useful CSS Links</title><link>http://tosbourn.com/2012/02/design/useful-css-links/</link> <comments>http://tosbourn.com/2012/02/design/useful-css-links/#comments</comments> <pubDate>Mon, 06 Feb 2012 15:04:06 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=851</guid> <description><![CDATA[Here is a dumping ground for any CSS links I find particularly useful. Latest Edited: 04/04/12 Inline-Block &#8211; Why it rocks and why it sucks &#8211; A nice rundown of why inline-block can be used instead of float, but some potential pitfalls with it. Subtle Backgrounds &#8211; Really nice subtle background images you can you [...]]]></description> <content:encoded><![CDATA[<p>Here is a dumping ground for any CSS links I find particularly useful.</p><p><em>Latest Edited: 04/04/12</em></p><p><a
href="http://robertnyman.com/2010/02/24/css-display-inline-block-why-it-rocks-and-why-it-sucks/">Inline-Block &#8211; Why it rocks and why it sucks</a> &#8211; A nice rundown of why <code>inline-block</code> can be used instead of float, but some potential pitfalls with it.</p><p><a
href="http://subtlepatterns.com" target="_blank">Subtle Backgrounds</a> &#8211; Really nice subtle background images you can you use for your next project.</p><p><a
href="http://css3button.net/" target="_blank">CSS3 Button Generator</a> &#8211; For us lazy types who like GUIs for doing this sort of thing!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/02/design/useful-css-links/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CSS Vendor Prefixes &#8211; A potential use case</title><link>http://tosbourn.com/2012/01/design/css-vendor-prefixes-a-potential-use-case/</link> <comments>http://tosbourn.com/2012/01/design/css-vendor-prefixes-a-potential-use-case/#comments</comments> <pubDate>Thu, 26 Jan 2012 10:31:27 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Browsers]]></category> <category><![CDATA[CSS]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=814</guid> <description><![CDATA[You know those moments when you know something won&#8217;t work but you try it anyway just in case the web gods look favourably on you for once? Well I just had one of those and I would like to share it, because I think this is something that the web gods should consider. Vendor prefixes [...]]]></description> <content:encoded><![CDATA[<p>You know those moments when you know something won&#8217;t work but you try it anyway just in case the web gods look favourably on you for once? Well I just had one of those and I would like to share it, because I think this is something that the web gods should consider.</p><p>Vendor prefixes in CSS serve the purpose of allowing browsers to play about with their own implementations of new CSS rules or adding stuff totally unique to them.</p><p>There have been arguments back and forward about how useful these are in production systems and there have been some great tools made to try and reduce how much time we spend in vendor prefix hell, personally I think anything that drives the web forward is a good thing and I think prefixes do that.  But anyway, enough pre-able.</p><p>What I would like to propose is that since we have vendor prefixes anyway, <strong>could we use them to target specific browsers with already known rules</strong>.</p><p>I have an edge case where it would be really nice to be able to do something like;</p><pre>margin-bottom: 59px;
-webkit-margin-bottom: 39px;</pre><p>What this would allow me to do is set the standard margin-bottom to 59px (if it not being 60px makes you twitch, join the club!) but in webkit browsers I would like the margin to be slightly smaller.</p><p>I know this could be misused and end in really sloppy, massive CSS files &#8211; but if used with care (which I promise I would do) it would be a neat way to achieve these odd little hacks that occasionally we need to do.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/01/design/css-vendor-prefixes-a-potential-use-case/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Keeping on top of my to-do list.</title><link>http://tosbourn.com/2011/12/design/keeping-on-top-of-my-todo-list/</link> <comments>http://tosbourn.com/2011/12/design/keeping-on-top-of-my-todo-list/#comments</comments> <pubDate>Tue, 06 Dec 2011 22:37:35 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Email]]></category> <category><![CDATA[to-do]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=759</guid> <description><![CDATA[I want to start off this post by immediately going off topic. Up until fairly recently I would have referred to my list of things to do as a todo list, which is technically fine, but as per my question on the subject, best practice would dictate it should probably be called a to-do list. [...]]]></description> <content:encoded><![CDATA[<p>I want to start off this post by immediately going off topic. Up until fairly recently I would have referred to my list of things to do as a todo list, which is technically fine, but as per my <a
title="todo or to-do question" href="http://english.stackexchange.com/q/46217/6083" target="_blank">question</a> on the subject, best practice would dictate it should probably be called a to-do list.  Interesting, huh? *ahem* moving on.</p><p>I have decided after giving pretty much every other conceivable to-do list system a fair try that the best way to manage mine in a way that allows me to keep on top of my current tasks is by popping myself an email, or letting others pop me an email.</p><p>In my opinion email wins for several reasons;</p><ol><li><strong>I always have access to my email</strong> &#8211; including when I am offline, when I am on my mobile devices and when I am in work.</li><li><strong>I already need email</strong> &#8211; rolling my to-do list into my email doesn&#8217;t add an extra application, website or function to my daily life.  I would be checking it anyway.</li><li><strong>I can categorise my list how I want</strong> &#8211; or decide not to categorise them, a lot of to-do list managers seem to want you to either not have groupings or categories, or force you to always assign a task to one group.</li><li><strong>People can add to my list without my input</strong> &#8211; with pretty much every other list if someone wants you to action something you have to take time out to put it into your list, with email if someone mails me it goes straight on my list.</li><li><strong>Conversely, I can remove from my list easily</strong> &#8211; I don&#8217;t feel as bad archiving off an email as I do marking off a to-do list item, if someone sends me an action I don&#8217;t think I want to do for whatever reason I can easily remove it.</li><li><strong>Emails come complete with meta data</strong> &#8211; a lot of the time the email will already contain who it is for and when it was asked for, these are two of the three most important things you could need for meta data (when it is needed by is the third)</li><li><strong>I can easily add links and attachments to my to-do item</strong> &#8211; this is something that is lacking from a lot of the solutions out there.</li><li><strong>Email is normally the first contact</strong> &#8211; a lot of my actions are born from emails anyway, so it makes sense to capture them at source.</li></ol><p>So there we have it, 8 reasons why I am going to use email for my personal to-do list manager. Glad I stopped short of having a top 10 list!</p><p>I said &#8220;personal to-do list&#8221; because one thing email does fall over on is allowing me to report on what I have done in the past hour / day / week / etc. which is something I need to do for work related projects.</p><p>Having discussed now what I use, let me briefly mention what I have used in the past and why they have failed in my opinion.</p><ul><li><strong>Offline to-do list managers</strong> &#8211; Even the ones that sync feel very clunky and not very connected, always required that extra step to input things and needed installed on every machine you use.</li><li><strong>Online to-do list managers</strong> &#8211; Normally lacked core features, very few had good offline capabilities and it meant you had to remember a site to log onto when you wanted to view your list.</li><li><strong>Paper based list</strong> &#8211; This actually almost became my main way of doing things, it is quick and easy, gives you full control over what you write down, It&#8217;s just that I found that my notepad wasn&#8217;t to hand a little too often.</li></ul><p>I would be interested to hear what you use and why.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/12/design/keeping-on-top-of-my-todo-list/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>My first doodle in about 7 years.</title><link>http://tosbourn.com/2011/10/design/my-first-doodle-in-about-7-years/</link> <comments>http://tosbourn.com/2011/10/design/my-first-doodle-in-about-7-years/#comments</comments> <pubDate>Sat, 08 Oct 2011 13:57:20 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Doodle]]></category> <category><![CDATA[Graphics]]></category> <category><![CDATA[Squirm]]></category> <category><![CDATA[Tablet]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=597</guid> <description><![CDATA[Today I bought a Wacom Bamboo tablet; This is my first attempt at using it. I used to draw these little guys when I was bored during class.  I want to get better at drawing / creating graphics and hopefully charging about on this tablet will help me.  There is also built in hand writing [...]]]></description> <content:encoded><![CDATA[<p>Today I bought a <a
href="http://www.wacom.eu/index2.asp?pid=294&amp;spid=3" target="_blank">Wacom Bamboo</a> tablet;</p><p>This is my first attempt at using it.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2011/10/Untitled-2.png?9d7bd4"><img
class="aligncenter size-medium wp-image-598" title="Untitled 2" src="http://tosbourn.com/wp-content/uploads/2011/10/Untitled-2-300x225.png?9d7bd4" alt="" width="300" height="225" /></a>I used to draw these little guys when I was bored during class.  I want to get better at drawing / creating graphics and hopefully charging about on this tablet will help me.  There is also built in hand writing recognition, which could be fun to play with.</p><p>I don&#8217;t think the design team at <a
href="http://www.piercecommunications.co.uk/" target="_blank">Pierce</a> have much to worry about just yet, but who knows?</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/10/design/my-first-doodle-in-about-7-years/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Trying to get a designer into a meeting&#8230;</title><link>http://tosbourn.com/2011/10/design/trying-to-get-a-designer-into-a-meeting/</link> <comments>http://tosbourn.com/2011/10/design/trying-to-get-a-designer-into-a-meeting/#comments</comments> <pubDate>Mon, 03 Oct 2011 19:12:22 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Cat]]></category> <category><![CDATA[Designer]]></category> <category><![CDATA[Meetings]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=585</guid> <description><![CDATA[So today I sent an email around that basically had this; This was the response&#8230; Haven&#8217;t had a meeting invite yet, odd.]]></description> <content:encoded><![CDATA[<p>So today I sent an email around that basically had this;</p><p><a
href="http://tosbourn.com/wp-content/uploads/2011/10/prepostgolive.png?9d7bd4"><img
class="aligncenter size-medium wp-image-586" title="prepostgolive" src="http://tosbourn.com/wp-content/uploads/2011/10/prepostgolive-300x243.png?9d7bd4" alt="" width="300" height="243" /></a>This was the response&#8230;</p><p><a
href="http://tosbourn.com/wp-content/uploads/2011/10/image001.jpg?9d7bd4"><img
class="aligncenter size-medium wp-image-587" title="image001" src="http://tosbourn.com/wp-content/uploads/2011/10/image001-300x225.jpg?9d7bd4" alt="" width="300" height="225" /></a>Haven&#8217;t had a meeting invite yet, odd.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/10/design/trying-to-get-a-designer-into-a-meeting/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Inspiration.</title><link>http://tosbourn.com/2011/10/design/inspiration/</link> <comments>http://tosbourn.com/2011/10/design/inspiration/#comments</comments> <pubDate>Mon, 03 Oct 2011 18:39:07 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Basketball]]></category> <category><![CDATA[Gavin Strange]]></category> <category><![CDATA[Inspiration]]></category> <category><![CDATA[Michael Jordan]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=583</guid> <description><![CDATA[Two things that have inspired me recently, neither are directly linked to development and neither are at all related (apart from being inspirational). The first was a talk by Gavin Strange, there are some pictures from the event here &#8211; excellent stuff, a truly inspirational character with some stunning work. The second are two rather [...]]]></description> <content:encoded><![CDATA[<p>Two things that have inspired me recently, neither are directly linked to development and neither are at all related (apart from being inspirational).</p><ol><li>The first was a talk by <a
title="Gavin Strange" href="http://news.jam-factory.com/post/10860809833/belfast-belfast-belfast-ive-only-been-here-a" target="_blank">Gavin Strange</a>, there are some pictures from the event <a
href="http://www.photosby.si/blog/comments/build_break_do_make" target="_blank">here</a> &#8211; excellent stuff, a truly inspirational character with some stunning work.</li><li>The second are two rather old Michael Jordan Nike videos (<a
href="http://www.youtube.com/watch?v=BirIEDYrw0Y" target="_blank">here</a> and <a
href="http://www.youtube.com/watch?v=4Uugz5Y7u6M" target="_blank">here</a>), they always get me in the mood to get shit done.  I don&#8217;t even particularly like basketball.</li></ol> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/10/design/inspiration/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My Feelings On Adobe Edge</title><link>http://tosbourn.com/2011/08/design/my-feelings-on-adobe-edge/</link> <comments>http://tosbourn.com/2011/08/design/my-feelings-on-adobe-edge/#comments</comments> <pubDate>Tue, 02 Aug 2011 20:18:53 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Adobe Edge]]></category> <category><![CDATA[HTML5]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=493</guid> <description><![CDATA[Today I was put on record (with my consent!) complaining about Adobe&#8217;s new tool &#8211; Edge. Tonight I figured I would a) give it a go and b) explain why I don&#8217;t think it is a good idea. I will cover b) first then show you a)! So Edge is essentially a tool for writing [...]]]></description> <content:encoded><![CDATA[<p>Today I was <a
title="State Of Search - Edge" href="http://www.stateofsearch.com/adobe-edge-seo-friendly-web-animations/" target="_blank">put on record</a> (with my consent!) complaining about Adobe&#8217;s new tool &#8211; <a
title="Adobe Edge" href="http://labs.adobe.com/technologies/edge/" target="_blank">Edge</a>.</p><p>Tonight I figured I would a) give it a go and b) explain why I don&#8217;t think it is a good idea.</p><p>I will cover b) first then show you a)!</p><p>So Edge is essentially a tool for writing Flash like animations which utilise current web standards to get the job done.  On the face of it this sounds like a pretty cool idea, since we all hate Flash, right?  I mean it can run in most modern browsers (including iDevices) and sure it doesn&#8217;t require you to download a third party plugin to play anything &#8211; what isn&#8217;t to love.</p><p>I will tell you what isn&#8217;t to love &#8211; the fact that animation isn&#8217;t semantic, you can&#8217;t display any markup to convey an animation (save for animation within video).  HTML is a Markup Language that should used for turning data into machine readable code to be parsed at will by whatever program wants to.</p><p>There is no data you can convey with an animation (or at least that couldn&#8217;t be conveyed a more semantic way) so being able to play an animation in HTML is pointless.  It is only good for some visual sprinkles (but then so was Flash!).</p><p>Anyway, rant over &#8211; I don&#8217;t like the idea of squeezing HTML to do something it wasn&#8217;t designed for and shouldn&#8217;t be used for.  You might, in which case you should download the trail whilst you can.</p><p>I did, here are the results.  <a
title="Edge Test" href="http://tosbourn.com/edgetest/" target="_blank">Edge Test</a>.</p><p>Interestingly, the one tag I expected to see was Canvas, I thought this is the ideal HTML5 tag for animation, apart from that I have to say the code it produces is pretty nice, and the learning curve (for someone who last used anything like that over 5 years ago) was pretty shallow.</p><p>By the way, I should give some love to the following YouTube video, helping me to get my animation on!</p><p><iframe
width="560" height="349" src="http://www.youtube.com/embed/neSFy1hs-G4" frameborder="0" allowfullscreen></iframe></p><p>And, you know, if you need any animation work done, well my portfolio speaks for itself!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/08/design/my-feelings-on-adobe-edge/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Disqus showing bullets.</title><link>http://tosbourn.com/2011/07/design/disqus-showing-bullets/</link> <comments>http://tosbourn.com/2011/07/design/disqus-showing-bullets/#comments</comments> <pubDate>Fri, 29 Jul 2011 12:25:15 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Disqus]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=487</guid> <description><![CDATA[I finally got around to fixing the stupid looking bullets that appeared on a lot of the parts of the disqus commenting system. The issue, of course, was that my stylesheet wasn&#8217;t designed to hide the style of the unordered list items.  Here is the code I needed to add to remove the bullets. #disqus_thread [...]]]></description> <content:encoded><![CDATA[<p>I finally got around to fixing the stupid looking bullets that appeared on a lot of the parts of the disqus commenting system.</p><p>The issue, of course, was that my stylesheet wasn&#8217;t designed to hide the style of the unordered list items.  Here is the code I needed to add to remove the bullets.</p><pre>#disqus_thread ul {
    list-style: none outside none;
}</pre><p>Hope it helps someone.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/07/design/disqus-showing-bullets/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>IE7 td colspan width &#8216;issue&#8217;</title><link>http://tosbourn.com/2011/04/design/ie7-td-colspan-width-issue/</link> <comments>http://tosbourn.com/2011/04/design/ie7-td-colspan-width-issue/#comments</comments> <pubDate>Thu, 21 Apr 2011 15:57:36 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[IE7]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=430</guid> <description><![CDATA[Sometimes IE7 gets it right. An example of this would be when you have a td with a CSS property of width: 100px; and apply a colspan of say 3. What most browsers seem to do is take that width and multiply it by the colspan, whilst this is sometimes useful it isn&#8217;t what you [...]]]></description> <content:encoded><![CDATA[<p>Sometimes IE7 gets it right.</p><p>An example of this would be when you have a td with a CSS property of <em>width: 100px;</em> and apply a colspan of say 3.</p><p>What most browsers seem to do is take that width and multiply it by the colspan, whilst this is sometimes useful it isn&#8217;t what you asked the browser to do.</p><p>IE7 doesn&#8217;t assume anything, it applies the colspan first then looks at the CSS and says &#8216;hold on a minute, they want this width set to 100px&#8217; and applies it.</p><p>In my opinion that is the way it should work and well done IE7 for not trying to second guess me.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/04/design/ie7-td-colspan-width-issue/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>HTML5 Canvas Tutorial</title><link>http://tosbourn.com/2011/04/design/html5-canvas-tutorial/</link> <comments>http://tosbourn.com/2011/04/design/html5-canvas-tutorial/#comments</comments> <pubDate>Wed, 20 Apr 2011 19:17:37 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Canvas]]></category> <category><![CDATA[HTML5]]></category> <category><![CDATA[Nettuts]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=424</guid> <description><![CDATA[Nettuts provides some excellent tutorials from time to time and I think the latest one which takes the user through the basics of using Canvas. Apart from gaming I have yet to see a really interesting use for the canvas element but hopefully more people getting exposed to the basics of it will help bread [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://net.tutsplus.com/" target="_blank">Nettuts</a> provides some excellent tutorials from time to time and I think the latest one which takes the user <a
href="http://net.tutsplus.com/tutorials/javascript-ajax/canvas-from-scratch-transformations-and-gradients/" target="_blank">through the basics of using Canvas.</a></p><p>Apart from gaming I have yet to see a really interesting use for the canvas element but hopefully more people getting exposed to the basics of it will help bread some creativity and some fun things will follow as a result.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/04/design/html5-canvas-tutorial/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: tosbourn.com @ 2012-05-20 04:06:46 by W3 Total Cache -->
