-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathideas.html
More file actions
25 lines (23 loc) · 1017 Bytes
/
ideas.html
File metadata and controls
25 lines (23 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: default
title: STL Coders -- Here's some ideas :
---
<h2>Ideas</h2>
<p>Anyone in STL Coders should grow a pair and put their ideas here.</p>
<h3>CSS Step By Step</h3>
<p>
Take some fairly cool pages like Twitter's <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>
and strip the CSS down to bare metal. Then, apply only the CSS styles one at a
time, and see how the page evolves. If a CSS style doesn't appear to do
anything, then find one of Twitter's example pages where it does make a
difference.
</p>
<h4>Details</h4>
<ul>
<li>Highlight borders in some color to illustrate the effect the CSS has</li>
<li>Put CSS snippets that are responsible for changes in each page</li>
<li>See if there's something online that would provide the CSS that affects each piece
when you hover over it. Kinda like firebug, without needing firebug.</li>
<li>Use jQuery that applies only the newest CSS and then toggles it
on/off to more easily show the difference</li>
</ul>