A professional HTML5/CSS/JS front-end template that helps you build fast, robust, adaptable, and future-proof websites.
1
vote
2answers
56 views
Clear URL with .htaccess
I am pretty new to webdesign and haven't been able to figure this one out..
I am using HTML5Boilerplate as a template for my new website. The .htaccess file that ships with the template rewrites ...
0
votes
0answers
11 views
h5bp-reference css and js dir not updated
I have the following project structure
htdocs
/css
style.css
testStyle.css
test.html
Test.html references a stylesheet for test.html in following manner
<link rel="stylesheet" ...
0
votes
0answers
17 views
Why is dragging of scrollbar disabled on my website?
I'm using mobile boilerplate and when I click on the scrollbar area, the page scrolls just fine to that location. If I click and drag the scrollbar however, it doesn't do anything. What on earth is ...
0
votes
1answer
43 views
Does Compass reset utility overwrite normalize.css and HTML5 boilerplate?
So I'm making a website using Middleman, which I'm trying out for the first time, and just getting my teeth into Susy and Compass, which I plan on using with it. I am not familiar with these tools ...
0
votes
0answers
29 views
Html5 rails applications [closed]
I built my app using chrome and firefox and I have a lot of html5 features like websockets , audio and pushstate as I am using pjax also my css on opera and ie 8-9 is not the same like on chrome or ...
0
votes
0answers
65 views
IE7 only pulling internal stylesheet and not external for HTML5shiv
I am rebuilding my companies website in HTML5, but they still want backwards compatability to IE7. I know about shim/shivs, but they don't seem to work in IE7 when I put my styles in an actual ...
0
votes
0answers
117 views
Ruby, Compass (SCSS) + HTML5 BoilerPlate with LiveReload2
I'm trying to run an HTML5 BoilerPlate + Compass project created with Compass.app, i'm stuck on this error:
[31m[0m[31m error[0m sass/style.scss (Line 5: File to import not found or unreadable: ...
0
votes
2answers
223 views
How can I detect if a browser is mobile and switch between normal and mobile?
I assume it involves the view-port somehow, but I'm not good at mobile. I'd like to re-size my font and move my elements around.
I see that HTML 5 Boilerplate comes in a mobile form, how and when ...
0
votes
2answers
81 views
html5 textarea cannot be stretch in smart devices
I'm using an html textarea in one of my html pages. I'm using html5 boilerplate template. The pages can be viewed with out any problem in any device. But the textarea element cannot be stretched. The ...
0
votes
0answers
32 views
Build script not writing to the intermediate directory
I'm using HTML5Boilerplate v4.1.0 and H5BP Ant Build Script v1.0. CSS files are minified correctly, but js files are not. I'm setting up a very basic structure and a little mystified why it isn't ...
0
votes
0answers
116 views
HTML5 Boilerplate .htaccess cache busting not working with WordPress
The .htaccess cache settings for HTML5 Boilerplate (http://html5boilerplate.com/) are awesome, but I'm running into an issue with the cache busting settings for JS and CSS versioning.
<IfModule ...
0
votes
3answers
214 views
Html5 Boilerplate Build Scirpt
I used Initializr to set up a new HTML5 project.
I am trying to use Ant Build Script to optimize the files for production : minization , and all that stuff.
I followed every instructions in the ...
0
votes
1answer
125 views
TYPO3: lang attribute changed in html tag (HTML5boilerplate style)
I use this configuration to follow with the HTML5boilerplate.
config{
doctype = html_5
doctype(
<!doctype html>
<!--[if lt IE 7 ]> <html lang="de" class="no-js ...
1
vote
2answers
228 views
AngularJS in HEAD vs BODY
In all of the AngularJS examples, the Angular library is placed in the HEAD tags of the document. I have an existing project that has been built upon the HTML5 Boilerplate layout. This defines that JS ...
0
votes
1answer
251 views
Can we use bootstrap responsive with HTML5 structure eg: <header> <nav> <article> <section>
Can we use bootstrap responsive with HTML5 structure tags eg:
<header> <nav> <article> <section>
5
votes
1answer
1k views
HTML5 Boilerplate and Twitter Bootstrap
Good Day
I have read various questions answered on Stack about Twitter Bootstrap and HTML5 boilerplate.
I do know the following:
Bootstrap and H5BP are not equivalent and are used for different ...
0
votes
0answers
47 views
js minification not working in HTML5Boilerplate
I'm learning to apply HTML5bp and everything is working as expected except concatenation/minification of main.js & plugins.js. The minified file doesn't show in the publish folder. There is a ...
-1
votes
1answer
106 views
How am I supposed to use git in a Html5 boilerplate project? [closed]
I have just figured out how to create a web project using the Html5 Boilerplate github template.
It looks like Aptana has brought in the git files and settings, which is great, because I'd imagine ...
0
votes
2answers
132 views
Integrating cute-slider with HTML5Boilerplate
When optimizing a page containing cute-slider using HTML5Boilerplate the slideshow drops by approximately 15px and the list-style disc’s return. This can be seen at ...
0
votes
0answers
48 views
Cannot hide compatibility button using html5boilerplate
I've gone through lots of questions on stackoverflow but I can't get this to work.
I am using html5boilerplate with a little bit of WP PHP on top of it and I am wondering if that could be the reason ...
3
votes
2answers
291 views
What about hackers.txt?
First
No I am not asking you to teach me hacking, I am just curious about this file and its content.
My journey
When I dived into the new HTML5 Boilerplate I came accross the humans.txt. I googled ...
0
votes
1answer
136 views
How do I use HTML5 Boilerplat build script with WordPress theme
I'm using HTML5 boilerplate for my first project, which is a WordPress theme, & want to use the build script to compress all my files.
I found this post regarding how to get the script to parse ...
0
votes
1answer
330 views
How to use the HTML5 Boilerplate ir class with inline elements?
I'm using HTML5 Boilerplate css and I would like to apply the ir class to my footer menu.
The menu is in a list, and I use inline-block to display this list horizontally.
Here is the fiddle of the ...
1
vote
0answers
134 views
PHP script outputs images, headers show no cache + gzipping
I'm working on a project from the html5 boilerplate base. I call a PHP script to return a user's avatar image, using header() to set the content-type as appropriate ('image/jpeg', 'image/png', ...
3
votes
2answers
146 views
font-size on mobile
I am using the HTML5 BoilerPlate.
I want to make the font-size of a certain block small ONLY on mobile devices.
I tried this, but it didn't work:
.searchresult {
font-size: 0.5em;
...
0
votes
1answer
359 views
Adding a Header to Bootstrap
I’m fairly new to Bootstrap and am having trouble placing a header above the navigation bar.
I need to have a header for the current website with at least 70 px in height, at the same time I need to ...
0
votes
0answers
48 views
Approach to check if the templates are HTML5 compliant [closed]
We are using Backbone Marionette for app development and underscore is used for templating.
I need to develop a methodology to verify the templates and views created by the developers are compliant ...
1
vote
1answer
34 views
Where should optipng be installed in OSX for HTML5 Boilerplate
I have installed optipng in user/bin directory. cd to user/bin and running optipng -? shows opting is installed.
Running ant minify, brings up this error:
[echo] You have optipng installed and your ...
-7
votes
1answer
115 views
HTML5 Mobile Boilerplate Coffeescript Calls [closed]
How can I write these JS calls in Coffeescript?
iPhone Scale Bug Fix
MBP.scaleFix();
Hide URL Bar
MBP.hideUrlBar();
Fast Buttons (only use this if you only target webkit browsers, we are still ...
1
vote
2answers
221 views
HTML5 Boilerplate and 960.gs should I include reset.css? [duplicate]
Am starting a project using HTML5 Boilerplate and 960.gs.
When implementing 960.gs should I copy over reset.css or just have normalize.css, or keep both! Sorry if this is a pathetic question, am ...
2
votes
1answer
98 views
How to configure HTML5Boilerplate to output quotes correctly when using PHP?
OK, so I'm using HTML5 Boilerplate to minify css, js and html which is placed within my PHP files.
Using the build script I can successfully create a publish folder and the css and js and even the ...
1
vote
0answers
64 views
Run the HTML5 Ant Build Script on a server
The HTML5 Ant Build Script seems to be primarily a front end tool - https://github.com/h5bp/ant-build-script
But does anyone know if it's possible to run the build script on a server? Reason for this ...
0
votes
1answer
82 views
Controlling Cache Expirations
After running my webpage through Google Webmaster Tools' PageSpeed analyzer, it has reported to me that none of my resources are being cached. Below is the code in my .htaccess file taken directly ...
2
votes
1answer
187 views
Responsive web design
After a long time i got a new project, where i'm going to implement the RWD. Before getting project i was talking a lot the RWD, but when it comes to writing the code, i see lot of confusion. I really ...
0
votes
1answer
75 views
Bootstrap and Boilerplate IE9 Demo page broken?
Well, I was trying to test bootstrap and boilerplate from http://www.initializr.com/
Non of their templates with demo works in my IE9? Shouldn't it be working?
Or do I need to do extra modifications?
...
0
votes
0answers
544 views
Where can i download the source for HTML 5 Bootstap template Carousel jumbotron [closed]
Hi I see the sample example for HTML 5 Bootstrap template named "Carousel jumbotron". i want to download the source for this template but im unable to do so.
could someone point me to where i can ...
4
votes
1answer
145 views
HTML5Boilerplate js structure
I'm wondering if someone can check my understanding of what the intended purpose of HTML5Boilerplate js directories. I understand that main.js is where I'm expected to place all site specific ...
0
votes
1answer
80 views
Codeigniter and boilerplate integration - jQuery undefined issue
I have integrated boiler plate with Codeigniter. I am using codeigniter templates. When I am calling any jQuery inline functions in a page it says '$ is not defined' in the console. So I copied the ...
0
votes
1answer
94 views
Html javascript links include url variables in HTML 5 Boilerplate
When I was looking at HTML 5 Boilerplate I noticed one thing: Almost every script link goes like this : '../script.js?v=1'.
This 'v=1' part caught my attention so I did some research and found out ...
4
votes
1answer
484 views
Bootstrap equivalent of HTML5Boilerplate's .visuallyhidden
Is there a Twitter Bootstrap equivalent of HTML5Boilerplate's .visuallyhidden non-semantic helper class? I can't see anything similar in the CSS files. The purpose of the .visuallyhidden class is to ...
2
votes
2answers
136 views
Is there a CSS validator that is not as strict as W3C's that will validate things like normalize.css?
I am using H5BP and I'm looking for a way to debug my CSS, however, W3C's CSS Validator returns errors for H5BP's normalize.css as well as main.css.
Is there something I can use to check for syntax ...
0
votes
1answer
409 views
Change my horizontal submenu to vertical drop-down
I want to change my horizontal submenu to a drop-down style menu. Here is my CSS:
#menubar ul{
height:48px;
clear:both;
}
#menubar li{
float:left;
display:inline;
height:48px;
...
0
votes
0answers
157 views
html5 boilerplate folder structure
I want to use HTML5 Boilerplate for frontend development. I made some new folders inside the boilerplate. Then when I am building my project, everything is running fine except JS. JS files are not ...
0
votes
1answer
72 views
Use h5bp / ant-build-script to remove debug output
In the ant-build-script docs, it says I can mark my scripts with comments to state which Javascript files to minify & concat.
<-- scripts concatenated and minified via build script -->
...
1
vote
3answers
199 views
How do I target IE 8 with HTML5boilerplate?
The current version of HTML5Boilerplate (4.1.0) has these HTML conditional comments:
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE ...
0
votes
0answers
139 views
How to use fittext.js and lettering.js in Tumblr?
I've been trying to use this in Tumblr for a theme I'm working on, using the Twitter bootstrap custom version for HTML5 boilerplate but can't seem to get them to work.
I've tried putting the plug in ...
0
votes
1answer
79 views
Xampp Server and Paths
I'm having hard time with xampp, it realy getting me crazy.
I have few installations of Wordpress with Roots Template, which was loading without any css, js..etc. And the solution was to delete ...
0
votes
2answers
43 views
H5BP Ant Build Script - Event Handler Name Updating
I've read that H5BP Ant Build Script "Updates your HTML to reference [the compiled] hyper-optimized CSS + JS files". Does that include references in the HTML to event handlers whose names have been ...
0
votes
1answer
242 views
HTML5Boilerplate with a Grid system
Is there any standard grid system to use with HTML5Boilerplate. I am thinking of using grid960, are they working well together?
-1
votes
1answer
91 views
Getting gzip compression to work on my server (modules?) [closed]
I have copied the htaccess file from HTML5 Boilerplate into my httpd.conf file and restarted Apache, but for some reason, gzip compression is still not working:
I have tested to see if the modules ...






