Giter Site home page Giter Site logo

Comments (17)

paulirish avatar paulirish commented on May 4, 2024

http://html5doctor.com/glossary/ and http://diveintohtml5.org/semantics.html#new-elements
for folks looking to use the new markup

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

Lil' roundup of fun tricks from @brianblakely: http://gist.github.com/581868

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

http://github.com/zencoder/html5-boilerplate-for-wordpress
http://twitter.com/danoprey/status/21955391953 boilerplate starkers wordpress
http://github.com/sams/Thematic-html5boilerplate <= wordpress
http://wordpress.org/extend/themes/boilerplate by aaron t grogg (below)

http://github.com/sporkd/compass-html5-boilerplate

http://github.com/DominikGuzei/flawless.css big stack with less.js integrated etc

WOOHOO To all!

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

http://our.umbraco.org/projects/starter-kits/html5-boilerplate-v091-html5-backbone-starter-kit in umbraco.. another wordpress and drupal coming soon

from html5-boilerplate.

aarontgrogg avatar aarontgrogg commented on May 4, 2024

HTML5 Boilerplate / TwentyTen hybrid:
http://aarontgrogg.com/wp-content/themes/html5boilerplate/theme.zip
Uses WP wp_register_script and wp_register_style rather than hard-coding into template.
Ideally I would think all features should be selectable via an Admin page ("Use Modernizr", "Use jQuery", etc.) that would add these or not, maybe v2.0??

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

if you're a photo gallery site you might want this for ie6 to not show that stupid thing on tags:

from html5-boilerplate.

niksy avatar niksy commented on May 4, 2024

http://www.ablognotlimited.com/articles/getting-semantic-with-microformats-introduction/
http://blog.whatwg.org/the-road-to-html-5-link-relations
http://webdosanddonts.com/
For better image compression use PunyPNG http://www.punypng.com/

Also: to remove gloss from iPhone home screen rel value should be "apple-touch-icon-precomposed"

Simulate link printing in IE with JS: http://beckelman.net/post/2009/02/16/Use-jQuery-to-Show-a-Linke28099s-Address-After-its-Text-When-Printing-In-IE6-and-IE7.aspx

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

From X4:

I'd recommend you using this technique for justified paragraphs, though it would be much better suited as a mixin than a static class that needs to be used manually in the markup.

p.justify (
   text-align: justify;
   word-spacing: -0,3ex;
)

You can read more about it on Sergei's blog here http://chikuyonok.ru/2010/02/better-justify/ (use google translate)

from html5-boilerplate.

niksy avatar niksy commented on May 4, 2024

I wouldn’t rely on this technique because you never know if there will be word gaps or how much they are wide.

Left align with ragged right is a standard, and if you need some big word to be separated you can always use soft hyphen (­) which is now supported in every major browser (even IE6)

from html5-boilerplate.

niksy avatar niksy commented on May 4, 2024

CSS Spriting tips
http://blog.mozilla.com/webdev/2009/03/27/css-spriting-tips

Particularly these 2 comments:
http://blog.mozilla.com/webdev/2009/03/27/css-spriting-tips/#comment-193481
http://blog.mozilla.com/webdev/2009/03/27/css-spriting-tips/#comment-193498

from html5-boilerplate.

niksy avatar niksy commented on May 4, 2024

Maybe not for suggestions but interesting: how different browsers treat color of text when printing http://www.merttol.com/articles/css/too-light-for-print.html

from html5-boilerplate.

aarontgrogg avatar aarontgrogg commented on May 4, 2024

Update to Boilerplate WP theme (now based on Starkers and approved by WP), with Boilerplate Admin panel (check which options you want/need):
http://wordpress.org/extend/themes/boilerplate

Cheers,
Atg
http://aarontgrogg.com/

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

enable-javascript link http://github.com/paulirish/html5-boilerplate/issues/closed#issue/115/comment/439219

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

This issue is now closed because there are wiki pages for suggestions: http://github.com/paulirish/html5-boilerplate/wiki/Make-it-better and
http://github.com/paulirish/html5-boilerplate/wiki for any new CMS themes that use HTML5Boilerplate

from html5-boilerplate.

niksy avatar niksy commented on May 4, 2024

http://eriwen.com/css/use-the-table-layout-css-property-to-speed-up-table-rendering/

from html5-boilerplate.

niksy avatar niksy commented on May 4, 2024

http://www.iosfonts.com/

from html5-boilerplate.

aarontgrogg avatar aarontgrogg commented on May 4, 2024

Boilerplate WP theme upgrade:
http://wordpress.org/extend/themes/boilerplate

Options panel now includes:

  • Google Chrome / IE-edge
  • "iThing" zoom
  • Favicon link
  • "iThing" favicon link
  • IE-only CSS
  • Handheld CSS
  • Print CSS
  • Modernizr JS (if not, users will get IE-Shiv JS)
  • jQuery JS
  • jQuery plug-ins JS
  • Site-specific JS
  • Yahoo! Profiling JS
  • Belated PNG JS

The only recommendation I am still trying to get approved by WP is the inclusion of a Google Analytics block as an option. If you'd like the file with this added, please contact me directly.

Thanks to everyone that provided assistance and suggestions (please keep them coming)!

Enjoy,
Atg
http://aarontgrogg.com/

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.