Giter Site home page Giter Site logo

Comments (13)

nimbupani avatar nimbupani commented on May 4, 2024

What are the print styles and why do you need them?

from html5-boilerplate.

Garowetz avatar Garowetz commented on May 4, 2024
  • What is profiling, and how do I use it, why do I want it
  • What if I want a different JavaScript Library

Maybe a line by explanation? So on the html5boilerplate.com website each line (or sections of lines) could link to an article explaining. Or the user could click on the line/section and a pop up could provide a brief explanation and links to other references.

from html5-boilerplate.

matthewotto avatar matthewotto commented on May 4, 2024
  • How should script.js and plugin.js be used? What should go in these files?

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024
  • How do I integrate with 960.gs ?
    • Add 960.css after the style.css of boilerplate. Ignore 960's reset and text. You'll have to rebuild some headline styles yourself, but you'll be better for it. The grid works very well with the rest of boilerplate.

from html5-boilerplate.

pandeiro avatar pandeiro commented on May 4, 2024

Maybe a line or link with explanation of the empty 'frown' attribute inside a span tag in 404.html? Would these custom empty attributes (and the accompanying CSS selector syntax element[attribute]) work at all in IE?

(I really like that as a shorter syntax for styling a class of elements BTW. Very cool.)

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

Why are the analytics coadz at the bottom? Google says top!

The advantage to placing it in the head is that you will track a users' pageview even if they leave the page before it has been fully loaded.

To me, I wouldn't want that counting as a page view.

I can imagine some cases where very customized analytics is in place and I want that level of control and visibility. But I don't think this is the 80% case.

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

One nice thing I noticed is the use of version numbers on the css link; "style.css?v=1". I use this for a couple of reasons that are very useful but I'm sure there are a huge number of developers out there that don't understand how useful it can be. It may be nice to explain that this is not only useful to track what version of your stylesheet is in current use, but also as a quick way to update cached stylesheets. I've lost track of the number of times I used to scratch my head and find myself refreshing the browser and clearing cache to try and see style changes ;)

from html5-boilerplate.

Garowetz avatar Garowetz commented on May 4, 2024

More explanation of the included javascript code "catch all document.write() calls"

from html5-boilerplate.

chuanxshi avatar chuanxshi commented on May 4, 2024

I have added the Version Control with Cachebusting article

http://github.com/paulirish/html5-boilerplate/wiki/Version-Control-with-Cachebusting

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

Thx shichuan!

Another one, just asked:

if I don't want to support IE6 and I don't want my sites to be IE6 compatible so I can make them lighter, what parts should I remove?

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

... which divya then answered:

The conditional comments around the body (or in the latest builds the html) tag and the conditional include of support for transparent pngs at the bottom should be sufficient in the HTML. In the CSS, just remove all selectors that start with .ie6.

Also I would add you should prompt for chromeframe install in IE6 if you've given up on them.
http://www.chromium.org/developers/how-tos/chrome-frame-getting-started#TOC-Detecting-Google-Chrome-Frame-and-P

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

A good few of these have been tackled (or started) here:

http://github.com/paulirish/html5-boilerplate/wiki

I'd appreciate any help in fleshing out these and getting these answers above documented. :)

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

I have added all of them into the FAQs section: http://github.com/paulirish/html5-boilerplate/wiki/Faqs

Any more questions should be added there.

from html5-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.