Version 1, December 2009
Copyright (C) 2009 Philip Sturgeon [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
Version 1, December 2009
Copyright (C) 2009 Philip Sturgeon [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
Following these guidelines helps to communicate that you respect the time of those developers managing and developing an open source project. In return, they should reciprocate that respect in addressing your issue and assessing patches and features.
If you think this guide can be improved, please share your thoughts.
// Bootstrap 2.2.2 | |
// PyroAdmin | |
// ----------------------------------------------------- | |
// TYPOGRAPHY | |
// ----------------------------------------------------- | |
// SCAFFOLDING | |
// ----------------------------------------------------- |
Design in a continuous production ready state. This is done by adhering to the column layout provided or agreed upon by the team. All wireframes, comps and prototypes will use this column layout. It is CRITICAL that ALL team members evaluate the products goals for presenting information to a user, agree on the best column layout and adhere to that layout through out the project. This will allow all team members to work parallel to each other and collaborate with a common knowledge of the design’s foundation and how it with be achieved.
Layers are organized with a logical semantic naming convention. This is so anyone can read, navigate and work off of your design. A good practice is to confer with your UX Designer and agree to names that he will in turn use in his CSS.
Child elements are grouped with in a parent element the same way a CSS parent class has nested child elements. This will maintain a module based layer structure. It will allow certain views and design elements to be moved,
Test
<br /> | |
<meta name="format-detection" content="telephone=no"> | |
<table width='200' id="sig" cellspacing='0' cellpadding='0' border-spacing='0' style="margin:0;padding:0;"> | |
<tr> | |
<td style="margin:0;padding:0;"> | |
<span style="color:#cccccc;-webkit-text-size-adjust:none;">-----</span> | |
</td> | |
</tr> | |
/* ============================================================================= | |
Media queries for different screen sizes | |
========================================================================== */ | |
// xs only | |
.screen-xs(@rules) { | |
@media (max-width: @screen-xs-max) { @rules(); } | |
} | |
// sm and larger |
var QcValueConverter = { | |
tensionFromQcValue: function(qcValue) { | |
return (qcValue - 30.0) * 3.62 + 194.0; | |
}, | |
qcValueFromTension: function(tension) { | |
return (tension - 194.0) / 3.62 + 30.0; | |
}, | |
frictionFromQcValue: function(qcValue) { |
Here's what I did to get things working.
Yep, over at: https://developer.apple.com