Get $500+ of the best After Effects files, video templates and music for only $20!
Readers’ Poll: Do You Use Boilerplates in Your Projects?

Readers’ Poll: Do You Use Boilerplates in Your Projects?

During the last year we’ve seen more and more Boilerplates cropping up to save you time when kicking off a new web project. Do you use them? Do you have a favorite? Have you tried, but find your own bespoke setup more efficient? Let’s hear what you have to say about them..

Thumbnail image courtesy of Boilerplate: Mechanical Marvel of the 20th Century


Boilerplates

Twitter’s Bootstrap has been topping the charts at GitHub for a while now, which says something about the way people want to build websites these days. Why reinvent the wheel, when there’s a fully functional framework which does all the mundane groundwork for you?

There are loads of examples, from Paul Irish’s HTML5 Boilerplate (which recently turned 3.0), HTML5 Reset, Bootstrap, Skeleton, even CSS grids like the Golden Grid System are essentially Boilerplates to work from and alter as you see fit.

The chances are that you have some basis from which you launch every new web project you embark on. Maybe you’ve pulled together a few of your own files and resources, maybe you’ve taken bits from various 3rd party examples, maybe you like to start from a clean sheet every time, let’s hear what you prefer!

Tags: polls
Add Comment

Discussion 25 Comments

  1. Ivo says:

    Frameworks are absolutely time savers, but its better if you already know how to build the same project without framework… than your a knowledge saver :)

  2. Florian says:

    I use my very own boilerplates. For example I have a small one for CSS with a reset, some basic typography, browser fixes and helper classes.

    I prefer using my own code where it makes sense.

    • Kevin says:

      I was thinking the exact same thing as Florian. I prefer to use my own boilerplate where it will agree with how my mind works.

  3. Connor Crosby says:

    I’m not a fan of using other people’s frameworks. I use my own instead :)

  4. Dave says:

    Boilerplates and framework are great for efficiency once you’ve learned to build without one. Skipping that is like keeping the training wheels on your bike way longer than necessary.

  5. Michael says:

    I believe that it all depends on the scope of the project. I try to create my own frameworks to use, but I get ideas from what others do to make their workflow more efficient.

    For larger projects, I like to use some sort of framework or boilerplate to help streamline the work.

    Smaller projects, it is usually easier for me to just hand-code the entire site.

  6. Nick Solly says:

    I have been experimenting with a variety of frameworks as a great starting point when trying to teach myself. I’ve used a few some of which are zurb’s foundation, html5boilerplate, wordpress toolbox and latterly twitter bootstrap.

    I have found them really useful for getting a basic structure up and running quickly alowing me then to fiddle around with them to creat the effects and teach myself new tricks. I feel I am at an intermediate level, so understand how they work, but would caution against relying on them at my level, as my next step is to build my own site from the bottom up (using the parts of the frameworks as inspiration!)

  7. David says:

    The only reason to not use a boilerplate is for a college project. Other than that you are just wasting money coding everything yourself.

  8. Nima says:

    You should only use frameworks once you know how to develop it without one.
    Other than that, i strongly suggest using one , they are huge time savers for repetitive tasks!

  9. Paul says:

    Started using HTML5 boilerplate on new projects, makes development so much quicker.

  10. We create our own frameworks, but we are always interested to explore other frameworks. Twitter Bootstrap has been of interest lately, and one of our developers wrote a blog post about his first impressions of the toolkit. http://blog.inspiringapps.com/first-impressions-of-twitter-bootstrap/

  11. Terence says:

    I have a slightly edited version of the HTML5 Boilerplate that I work off of… otherwise you spend a good hour+ setting up the file structure / head / etc of your site when it is going to be exactly the same every time.

    I stopped using CSS Frameworks a while ago tho, I used to use 960gs but I don’t like to be restricted by css frameworks, esp now when working with responsive designs. Haven’t seen any responsive frameworks that I love yet, and CSS is easy enough anyways.

    HTML5 Boilerplate is a must tho, Paul Irish rocks!

  12. mono says:

    Love the ZURB Foundation framework, used it a lot in my last projects. It has some edges and things that I don’t really like about it, but it’s a real timesaver. Nice stuff!

    Twitter Bootstrap is also something I can recommend, using it for the first time at the moment, i’m really pleased.

  13. Steve says:

    Would like to see an option ‘No, but I’d like to’ since I’m currently in that category. Been meaning to look at what would work best for me for a while, just haven’t had the time.

  14. Ryan says:

    I agree with the others about using boilerplates to save valuable time, but only once you’ve learned how to code things from scratch and therefore how it all works together. I have used various standard frameworks and adapted them to suite my needs. My favorite thing about a good boilerplate? No back-tracking to get IE to behave!

  15. I’ve started using a boilerplate one year ago. Woudn’t I have found a compact one I would have created one on my own for my needs. So I also strongly recommend to use frameworks as timesavers, but choose carefully as some of them are quite overloaded.

  16. Niels Pilon says:

    I’m always using the HTML5 (mobile) Boilerplate for my projects. It’s a great foundation for every project and a huge timesaver. I’ve been using bootstrap as well but it took me more time to dig into the CSS and modify it to my needs. Bootstrap is a great tool for rapid prototyping but not for a full project.

  17. Rob says:

    I love Twitter’s Bootstrap but in many ways for me it crosses over a boundary line between being a framework and starting to really be a sites design. I picked it up for a re-design / re-coding of a recent project and my end solution was to gut Bootstrap and remove / alter elements that I felt were more the purview of design than framework.

    All in all it’s working out well. I think elements like the alert box system lend itself perfectly to almost any website project. It’s just things like the Navbar, Tabs and Media area that seem to me to be outside the definition I wrap around ‘framework’

  18. Dan Excel says:

    I prefer to roll my own. It makes more sense to me, but I still look over others for comparison and new ideas.

  19. cythux says:

    yes, i use since H5BP ver 0.95 and i like it

  20. Paul says:

    They are great resources, and a solid base for useful snippets. I often take bits and bobs to the point that I now have my own boiler plate just how I like it.

  21. I use hb5p and modified it to my own custom needs. I have three different types of customized boilerplates. They are for the typical websites, facebook fan pages, and the one that i have combined with 960.gs CSS Framework.

  22. Brendan says:

    I’ve always used my own. As I’m getting up to speed with responsive design however, I’ve started checking out some of the publicly available ones. On a sidenote – is that Black Jack Johnson fighting a robot in the Article pic? thats funny, I’ll have to do a google image search on that one..

  23. nXqd says:

    Currently, I use skeleton for my css. But I customize it a little bit to use the benefit of h5bp :)

Add a Comment