<?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; CSS</title> <atom:link href="http://tosbourn.com/tag/css/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>The EU Cookie Law website</title><link>http://tosbourn.com/2012/05/development/the-eu-cookie-law-website/</link> <comments>http://tosbourn.com/2012/05/development/the-eu-cookie-law-website/#comments</comments> <pubDate>Tue, 01 May 2012 20:05:44 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Google Analytics]]></category> <category><![CDATA[HTML5]]></category> <category><![CDATA[LESS]]></category> <category><![CDATA[The EU Cookie Law]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=1021</guid> <description><![CDATA[So over the weekend I launched The EU Cookie Law.com, there are several firsts for me and interesting features that I wanted to discuss. So the reason I decided to create this site was because I wanted to learn more about the law and how it applies to the projects I work on. Initially I [...]]]></description> <content:encoded><![CDATA[<p>So over the weekend I launched <a
href="http://www.theeucookielaw.com">The EU Cookie Law</a>.com, there are several firsts for me and interesting features that I wanted to discuss.</p><p>So the reason I decided to create this site was because I wanted to learn more about the law and how it applies to the projects I work on.</p><p>Initially I was going to write an in-depth blog post about it but then decided to use it as an excuse to play with some funky new toys I have been meaning to play with for a while.</p><h2>Learning about the law</h2><p>Even the process of learning about the law was pretty interesting &#8211; on a quick pass you find a handful of websites aimed at the law and a few articles on it, but nothing major &#8211; but if you start to refine your search you find that there are hundreds of people chatting about it and there are a lot of conflicting views &#8211; it really depended on how you worded your search .</p><p>There is a question here around how neutral you can make yourself whenever you search on the web, the tone of question could very well dictate the type of answer, but that is for another blog post.</p><p>This project was the first time in a long time that I set myself a homework &#8211; normally I skim read dozens of articles, follow a handful of tutorials and generally coast through new things (I strongly believe this to be the most efficient way to be an excellent generalist).</p><p>This time I gave myself the task of learning about something in depth, writing notes on it and then summarising those notes in a way I felt would be useful to others.</p><p>I really enjoyed the process and I certainly think I am going to set myself more tasks like this &#8211; instead of maybe just following a tutorial, really getting my teeth into each section and writing about it in a longer form format.</p><p>The final takeaway point for learning about the law was the law itself,<span
style="color: #ff0000;"> <strong>it seriously sucks</strong></span>, if you want to know about the EU Cookie Law, naturally you should visit the site but essentially it is just a bollocks law set by people who clearly have no real grasp of the technical issues involved in policing or enforcing something like this &#8211; it will crush small/medium businesses and put European trade on the back foot. Complete rubbish.</p><h2>Technology</h2><p>So the reason I decided to make a site instead of writing a blog post was I wanted a reason to try out Twitter&#8217;s Bootstrap &#8211; just to see if it was any good. Honestly, I found it confusing as hell &#8211; I can see the use as a bit of a quick template to get you going but the experience wasn&#8217;t anywhere close to what I assumed it would be like. I wouldn&#8217;t recommend it.</p><p>Whilst I was looking through the source of the Bootstrap I was reminded though of LESS, which extends CSS to allow it to do a whole manner of awesome things &#8211; LESS is just the bee&#8217;s knees, you can add variables to your code and apply mathematical and graphic methods to them, for example you can darken a colour by a particular percentage, this is so freakin awesome and time saving you wouldn&#8217;t believe.</p><p>I was worried it would be a bit of an arse to set up because I was developing on a machine that I haven&#8217;t really had the time to set up yet &#8211; to be able to compile the LESS files down to CSS I needed to install a node package, to install a node package I needed to install node, to install node I needed to install homebrew and to install homebrew I needed to install Xcode. None of these steps was particularly hard to do, it was just annoying to have to do them!</p><p>Once all the dependancies were installed I was flying, there was even a build package already built for Sublime Text 2 (my current text editor of choice) So I can just type cmd+b to save my less file as a CSS file.</p><p>If you have been to the site you will see that it is <em>very</em> basic &#8211; it is really just one long article &#8211; I had decided to use HTML5 because frankly only the elderly are still writing in HTML &lt; 5, because there was nothing too fancy going on I didn&#8217;t bother including modernizr.js and my tests showed that IE7 handled everything just fine, which is more proof (if proof be needed) that HTML5  should be the standard doctype for your markup.</p><p>I also used this project as an excuse to dick around with responsive design &#8211; before you get too excited the site doesn&#8217;t do a massive pile, in fact it was designed to be flexible regardless of media queries, but I was able to write enough to get my head more around the concepts better than it had been before.</p><p>If you are looking and can&#8217;t see it, it is because it is <em>that</em> subtle, basically the gutters of the page decrease away to almost nothing when viewing it on a very narrow screen.</p><h2>Analytics</h2><p>One of the contentious issues around the EU Cookie Law is that analytics such as Google Analytics is not seen as core site functionality, and as such people need to be given the option to be able to opt in or out of getting the GA tracking cookie.</p><p>Obviously I didn&#8217;t want to have a site about the EU Cookie Law that breaks the law, so I decided not to install Google Analytics, or any other 3rd party analytics tools.</p><p>I have to say I forgot how much you get can out of the information stored by the likes of Webalizer that comes installed cPanel (which comes with my hosting) &#8211; on a project like this were my only real interest in analytics is to look at some visitor counts every so often Webalizer more than meets my needs. I am sure plenty would disagree with me but I am starting to wonder if I need to stop blindly putting GA code into my sites and instead work with what my server can log and give me.</p><p>Because I don&#8217;t have that tracking code installed, or any social networking plugins it means I could get away without any JavaScript on the site at all.</p><p>It has been years since I have been able to write a project that was 100% HTML/CSS and I have to say it was liberating &#8211; no debugging to do, no overheads to be concerned about, brilliant.</p><h2>The Power of Hacker News / Reddit</h2><p>The only promotion I did upon launching the site was to submit it to both Hacker News and Reddit, I had over 1000 hits on the first day and the traffic is still going strong. I couldn&#8217;t have asked for better!</p><p>Sorry for the long rambly post!</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/05/development/the-eu-cookie-law-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Printing on the web</title><link>http://tosbourn.com/2012/03/development/printing-on-the-web/</link> <comments>http://tosbourn.com/2012/03/development/printing-on-the-web/#comments</comments> <pubDate>Thu, 22 Mar 2012 13:56:15 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[print]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=883</guid> <description><![CDATA[Recently I have been spending a lot of time thinking about printing on the web and how much time web developers should spend on print stylesheets. I don&#8217;t think that there is a correct answer, it depends on two things: Is the content likely to be something that needs to be printed out? Is the [...]]]></description> <content:encoded><![CDATA[<p>Recently I have been spending a lot of time thinking about printing on the web and how much time web developers should spend on print stylesheets.</p><p>I don&#8217;t think that there is a correct answer, it depends on two things:</p><ul><li>Is the content likely to be something that needs to be printed out?</li><li>Is the audience likely to desire to print the content out?</li></ul><p>For example, a blog with long form articles immediately sounds like something that would benefit from potentially being printed nicely, but what if the articles were exclusively for mobile device users? Are they more likely to view your content on a screen or at least save it off to an offline service?</p><p>What interests me are sites that don&#8217;t have an immediate need for print style sheets but might be large enough that someone at some point in time would like to print them off.</p><p>Anyway, this article doesn&#8217;t attempt to dig into those questions, what I want to show off in this article is how some websites look when printed, and maybe open up a discussion on if they have hit the nail on the head or if they need to rethink their stylesheet.</p><p>I have chosen websites that wouldn&#8217;t have a massive use case for printing and also a few that would have a use case for printing.</p><p>All the images show off the first page of the print out and can be accessed in full by clicking on them.</p><h2>Facebook</h2><p>I was trying to think if I would ever want to print off anything from my Facebook wall, I don&#8217;t think I would &#8211; but as it is one of the most popular sites on the web I figured it would be worth including.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/facebook.png?9d7bd4"><img
class="aligncenter size-medium wp-image-885" title="facebook" src="http://tosbourn.com/wp-content/uploads/2012/03/facebook-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>This was taken straight from my wall and as you can see it is a bit of a mess, elements that serve no purpose on a printed sheet are included (the search box, navigational elements) and things that could do with being expanded are not.</p><p>As I said I don&#8217;t know when I could see myself printing anything off from Facebook, but to be honest if there was a thread that I wanted to print I feel a little let down that there hasn&#8217;t been some thought put into it.</p><h2>Google Plus</h2><p>If I am going to mention Facebook I should also mention the other big social networks, the next of which is Google Plus. Unlike Facebook I can actually see myself printing articles off of this site, most of the people I follow are interesting and often write longer posts worthy of an offline read.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/googleplus.png?9d7bd4"><img
class="aligncenter size-medium wp-image-888" title="googleplus" src="http://tosbourn.com/wp-content/uploads/2012/03/googleplus-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>This is the first page from the main timeline, I don&#8217;t have much to comment here other than Google have dropped the ball &#8211; I think it is one thing to not have a specific stylesheet for print to improve it, but when it is actively broken, bad form!</p><h2>Twitter</h2><p>By this stage I am not holding out much hope for social networks, I am kind of assuming that the developers just don&#8217;t feel there is a valid use case in printing their pages and think the couple of hours of effort and extra space overhead aren&#8217;t worth it.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/twitter.png?9d7bd4"><img
class="aligncenter size-medium wp-image-889" title="twitter" src="http://tosbourn.com/wp-content/uploads/2012/03/twitter-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>Much like Google Plus I have to say the ball has been well and truly dropped, there is nothing of use on the first page of the print out at all.</p><h2>Google</h2><p>Next up we have Google Search, this is something I have actually had call to print out before and my memory was that it worked OK, today when I tested this was the result.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/google.png?9d7bd4"><img
class="aligncenter size-medium wp-image-890" title="google" src="http://tosbourn.com/wp-content/uploads/2012/03/google-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>Much better, kind of like the Facebook print there are elements that could probably be removed (navigational) but this is the first printout that fits nicely onto one page.</p><p>Expanding the URLs would be good.</p><h2>Wikipedia</h2><p>Now this is a site I would expect to get printed quite regularly and the first site that I would be pretty annoyed about if they got it wrong.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/wikipedia.png?9d7bd4"><img
class="aligncenter size-medium wp-image-891" title="wikipedia" src="http://tosbourn.com/wp-content/uploads/2012/03/wikipedia-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>It is pretty good &#8211; It is the first where font has been made larger and there has been a clear removal of unnecessary elements.</p><p>There could be better styling in the contents section and it doesn&#8217;t handle breaking over the page well, but it is certainly readable and useful.</p><h2>Hacker News</h2><p>I figured for my next test I would try and print out a comment thread from Hacker News. I have wanted to do this once before as there is a lot of worth to be found within them.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/hackernews.png?9d7bd4"><img
class="aligncenter size-medium wp-image-892" title="hackernews" src="http://tosbourn.com/wp-content/uploads/2012/03/hackernews-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>As you can see it doesn&#8217;t look like they have made any special effort to cater for people printing their articles.</p><h2>Reddit</h2><p>It wouldn&#8217;t be fair to show Hacker News without showing a similar site, so I chose Reddit and again I chose the comments thread as again this is where you can find a wealth of information.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/reddit.png?9d7bd4"><img
class="aligncenter size-medium wp-image-893" title="reddit" src="http://tosbourn.com/wp-content/uploads/2012/03/reddit-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>More of the same really, no thought put into the print stylesheet at all, by this stage I am too depressed to comment much further.</p><h2>Smashing Magazine</h2><p>Right, I wanted to end on a high by picking a well known website that a) has reason to need to be printed and b) has definitely talked about printing in the past &#8211; if this site doesn&#8217;t deliver I will eat my hat.</p><p><a
href="http://tosbourn.com/wp-content/uploads/2012/03/smashingmag.png?9d7bd4"><img
class="aligncenter size-medium wp-image-894" title="smashingmag" src="http://tosbourn.com/wp-content/uploads/2012/03/smashingmag-211x300.png?9d7bd4" alt="" width="211" height="300" /></a>Phew.</p><h2>Conclusion</h2><p>It is my opinion that most of these sites have dropped the ball by not providing a good print fallback for their content.</p><p>I am aware that print as a medium is dying, but that isn&#8217;t to say that there is never a use case for it anymore, as an industry I think we can do better.</p><p>I would love to hear your opinions on the subject, either on the comments below or on <a
href="http://news.ycombinator.com/item?id=3739672" target="_blank">Hacker News</a></p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2012/03/development/printing-on-the-web/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <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>Issue with table content held in a div not printing over several pages</title><link>http://tosbourn.com/2011/10/development/issue-with-table-content-held-in-a-div-not-printing-over-several-pages/</link> <comments>http://tosbourn.com/2011/10/development/issue-with-table-content-held-in-a-div-not-printing-over-several-pages/#comments</comments> <pubDate>Wed, 12 Oct 2011 20:15:32 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Development]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Printing]]></category> <category><![CDATA[Table]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=603</guid> <description><![CDATA[Some time ago I had an issue with some table content not printing if the table filled up several pages, I asked about it on Stack Overflow but ended up working it out for myself. You can read the full question and answer on the site, but essentially I needed to add; * { overflow:visible [...]]]></description> <content:encoded><![CDATA[<p>Some time ago I had an issue with some table content not printing if the table filled up several pages, I asked about it on <a
href="http://stackoverflow.com/questions/4315206/table-content-held-within-a-div-will-not-print-over-several-pages/4316333#4316333" target="_blank">Stack Overflow</a> but ended up working it out for myself.</p><p>You can read the full question and answer on the site, but essentially I needed to add;</p><p><code>* { overflow:visible ! important; }</code></p><p>into my stylesheet.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/10/development/issue-with-table-content-held-in-a-div-not-printing-over-several-pages/feed/</wfw:commentRss> <slash:comments>0</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>cssUpdater 0.4.3 &#8211; A quick review</title><link>http://tosbourn.com/2011/04/design/cssupdater-0-4-3-a-quick-review/</link> <comments>http://tosbourn.com/2011/04/design/cssupdater-0-4-3-a-quick-review/#comments</comments> <pubDate>Mon, 11 Apr 2011 20:54:32 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[Web Stuff]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[cssUpdater]]></category> <category><![CDATA[Firebug]]></category> <category><![CDATA[Firefox]]></category><guid
isPermaLink="false">http://tosbourn.com/?p=422</guid> <description><![CDATA[cssUpdater is a plugin for Firebug which allows you to automatically save changes made in Firebug to your CSS file, which is going to be a massive time saver for me. I found this when I was doing a quick search for new CSS themed Firefox plugins and whilst I was initially put off by [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.cssupdater.com" target="_blank">cssUpdater</a> is a plugin for <a
href="http://getfirebug.com/" target="_blank">Firebug</a> which allows you to automatically save changes made in Firebug to your CSS file, which is going to be a massive time saver for me.</p><p>I found this when I was doing a quick search for new CSS themed Firefox plugins and whilst I was initially put off by the fact I had to install Adobe Air on my lovely new machine and the fact I had to sign up to a website in order to use this service I decided to give it a whirl.  After doing those things the process of using it was fairly straight forward.</p><p>You download and install the Air application, put in your key (which you can get from the website by clicking on your username once logged in), drag your local CSS file into the Air application and there you go, set up and ready to sync.</p><p>Once you have made your edit in Firebug you can sync either from the Firebug console itself, or from the Air application.</p><p>To sum up this very quick post I think my initial thoughts on this small app are very promising ones.  Get over the fact you need to sign up in order to use it and you will very quickly find yourself saving a lot of time copying and pasting small code changes.</p><p>The creators seem very keen to receive feedback and hopefully this app will continue to improve with each release.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2011/04/design/cssupdater-0-4-3-a-quick-review/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>CSS Techniques Run Down</title><link>http://tosbourn.com/2009/07/design/css-techniques-run-down/</link> <comments>http://tosbourn.com/2009/07/design/css-techniques-run-down/#comments</comments> <pubDate>Wed, 22 Jul 2009 17:05:46 +0000</pubDate> <dc:creator>Toby</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[Smashing Magazine]]></category><guid
isPermaLink="false">http://www.tosbourn.com/?p=101</guid> <description><![CDATA[Now I am not going to be one of these people who only posts up apologies for never posting, but you may have noticed that a lot of my posts recently have just been linking to other peoples work and saying how much I agree with it.  The reason I have been doing this is [...]]]></description> <content:encoded><![CDATA[<p>Now I am not going to be one of these people who only posts up apologies for never posting, but you may have noticed that a lot of my posts recently have just been linking to other peoples work and saying how much I agree with it.  The reason I have been doing this is simply because there is a lot of quality articles out there, and whilst I do have every plan to create some of my own very soon I want to keep the site ticking over whilst I get my creative arse in gear!</p><p>So today I want to chat about the SM post entitled &#8216;<a
href="http://www.smashingmagazine.com/2009/07/20/50-new-css-techniques-for-your-next-web-design/">50 New CSS Techniques For Your Next Web Design</a>&#8216; it is a quality article (what else would you expect from Smashing Magazine) that basically runs down a list of blog posts and tutorials on how to achieve the very latest CSS things.  As with a lot of their articles you could always argue that this is all information that is freely available and perhaps that most web designers should already be taking for granted but the fact of the matter is that with so much new stuff constantly coming out, and so many people finding new ways of doing things these run downs are incredibly useful.</p><p>Things that I found especially interesting / useful were;</p><ul><li>Compressing JavaScript and CSS.</li><li>Useful layout tips and tricks.</li><li>Multiple Backgrounds.</li><li>A whole lot more.</li></ul><p>I would really suggest you bookmark this article and really spend time going through each of the sections.</p> ]]></content:encoded> <wfw:commentRss>http://tosbourn.com/2009/07/design/css-techniques-run-down/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: tosbourn.com @ 2012-05-20 04:22:28 by W3 Total Cache -->
