TurtleBlog has been moved to EddTurtle.co.uk - Check it out!

RSS Feed

Posts Tagged ‘css’

  1. 5+ Steps to Speed up your Website

    May 26, 2011 by Edd Turtle

    Here are some innocent tips and tricks to get your website to load faster behind the scenes. Most of them are either simply good practice or tools to help you out along the way. If you have any more ways to speed up your site leave a comment at the bottom of the page.

    1. Valid Code

    Valid code means that the web browser doesn’t have to make, swap and fiddle with code to make it work. A page with the correct DOCTYPE and structure will render quicker within the browser, it also helps with browser compatibility and other rendering issues.

    XHTML and HTML Validator – http://validator.w3.org/
    CSS Validator – http://jigsaw.w3.org/css-validator/

     

    (more…)


  2. 8 Fresh CSS Tools & Pages

    April 20, 2011 by Edd Turtle

    In this article I will be talking about some tools and websites I’ve only recently discovered. They may, or may not be new but I think they are very useful and worth sharing with a wider community.

    1) 1140px CSS Grid

    The 1140px CSS grid is a pre-made CSS frame ready to tackle the age old problem of different screen resolutions – but more than that, it allows your website to happily change for use with mobile devices too. It is free and available at: http://cssgrid.net/

    (more…)