Grunt for People Who Think Things Like Grunt are Weird and Hard ◆ 24 ways - 0 views
-
You install Grunt on a per-project basis. Go to your project’s folder. It needs a file there named package.json at the root level. You can just create one and put it there.
-
The contents of that file should be this: { "name": "example-project", "version": "0.1.0", "devDependencies": { "grunt": "~0.4.1" } }
-
Once that package.json file is in place, go to the terminal and navigate to your folder.
- ...3 more annotations...
CSS Tools: Reset CSS - 0 views
The Ultimate Guide to Golden Ratio Typography - 0 views
-
The mathematical proportions of your typography are vitally important to how readers perceive both your site and your content.
-
Font size and line height are proportionally related.
-
For any font size, the line height must increase as the line width increases.
- ...1 more annotation...
Latitude and Longitude of a Point - 0 views
Crunch! - The tastiest LESS editor - 0 views
Microdata - Dive Into HTML5 - 0 views
-
a third option developed using lessons learned from microformats and RDFa, and designed to be integrated into HTML5 itself: microdata.
-
“Adding microdata” to your page is a matter of adding a few attributes to the HTML elements you already have.
-
So where is the real information? It’s in the <dd> element, so that’s where we need to put the itemprop attribute. Which property is it? It’s the name property. Where is the property value? It’s the text within the <dd> element. Does that need to be marked up? the HTML5 microdata data model says no, <dd> elements have no special processing, so the property value is just the text within the element.
- ...7 more annotations...
Bootstrap - 0 views
User Inter Faces - 0 views
META SEO inspector v1.8.3 - 0 views
yoichiro/semantic_inspector · GitHub - 0 views
chrisneal/SublimeDWSiteImporter · GitHub - 0 views
WebPagetest - Website Performance and Optimization Test - 0 views
-
Run a free website speed test from multiple locations around the globe using real browsers (IE and Chrome) and at real consumer connection speeds. You can run simple tests or perform advanced testing including multi-step transactions, video capture, content blocking and much more. Your results will provide rich diagnostic information including resource loading waterfall charts, Page Speed optimization checks and suggestions for improvements.
Golden Grid System - 0 views
-
Responsive grids that use gutters proportional to the screen can make the content feel like it's being squeezed together or pulled apart as the screen width changes.
-
With elastic gutters this just doesn't happen, as the gutters always stay in proportion to the content.
-
If you specify all your font-sizes, line-heights, as well as vertical paddings, margins and borders in ems, they'll all scale in proportion as the font-size is changed using media queries, always keeping the baseline grid intact (save for a 1px rounding error or two), which lets the layout keep the same vertical rhythm regardless of screen size.
- ...1 more annotation...
Colour Contrast Check - snook.ca - 0 views
« First
‹ Previous
61 - 80 of 134
Next ›
Last »
Showing 20▼ items per page