Skip to content

Commit

Permalink
Docs: update FAQ
Browse files Browse the repository at this point in the history
Remove the section on "profiling" which was incomplete and not directly
linked to the code in this project. Also fix the headings so that
they're all of the same level.

Fix h5bpgh-1170
  • Loading branch information
necolas committed Aug 18, 2012
1 parent 920e52a commit 445037c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions doc/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ table of contents](README.md)

# Frequently asked questions

## Why is the URL for jQuery without "http"?
### Why is the URL for jQuery without "http"?

This is an intentional use of [protocol-relative
URLs](http://paulirish.com/2010/the-protocol-relative-url/)
Expand Down Expand Up @@ -64,16 +64,6 @@ span.skype_pnh_print_container {
```


### What is profiling, and how do I use it, why do I want it?

[Firebug](http://michaelsync.net/2007/09/10/firebug-tutorial-logging-profiling-and-commandline-part-ii)
and [Chrome Dev
tools](http://code.google.com/chrome/devtools/docs/profiles.html) offer
profiling, but there is no easy way to profile IE6 and IE7. If you're focused
on providing the most responsive experience possible (you should be!) then
profiling should be part of your development workflow.


### Do I need to upgrade my sites each time a new version of HTML5 Boilerplate is released?

No. You don't normally replace the foundations of a house once it has been
Expand Down

0 comments on commit 445037c

Please sign in to comment.