| 1. | | This Man Wants To Control the Internet (discovermagazine.com) |
| 16 points by nickb on Oct 28, 2007 | 4 comments |
|
| |
|
|
| 3. | | Kasparov versus the World (michaelnielsen.org) |
| 14 points by michael_nielsen on Oct 28, 2007 | 2 comments |
|
| 4. | | ComputerVisionWiki.org (computervisionwiki.org) |
| 13 points by pixcavator on Oct 28, 2007 | 21 comments |
|
| 5. | | Search hacker news |
| 11 points by catalinist on Oct 28, 2007 | 18 comments |
|
| 6. | | Ask YC: which editor to use for LISP programming? |
| 10 points by Tichy on Oct 28, 2007 | 28 comments |
|
| |
|
|
| |
|
|
| 9. | | Terabyte Thumb Drives Made Possible by Nanotech Memory (wired.com) |
| 9 points by nickb on Oct 28, 2007 | 1 comment |
|
| 10. | | New York Times opens up code (linux.com) |
| 9 points by tim on Oct 28, 2007 | 1 comment |
|
| 11. | | Confessions of an Economic Hitman (kineticreaction.blogspot.com) |
| 9 points by chaostheory on Oct 28, 2007 | 14 comments |
|
| 12. | | Read this while you are on the plane heading to meet investors (shelfmade.wordpress.com) |
| 9 points by mikesabat on Oct 28, 2007 | 1 comment |
|
| |
|
|
| |
|
|
| 15. | | Technology, the Stealthy Tattletale (nytimes.com) |
| 8 points by pg on Oct 28, 2007 | 3 comments |
|
| |
|
|
| |
|
|
| 18. | | news.yc suggestion: RSS Feed |
| 7 points by DXL on Oct 28, 2007 | 7 comments |
|
| 19. | | Brain activity differs for creative and noncreative thinkers (machineslikeus.com) |
| 7 points by amichail on Oct 28, 2007 |
|
| |
|
|
| |
|
|
| |
|
|
| 23. | | Reddit Would Like to Buy You a Drink: Boston Oct 31 (reddit.com) |
| 5 points by vlad on Oct 28, 2007 | 3 comments |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
|
| More |
This brilliant Firefox extension is how I learned CSS. Click the "inspect" button, then click any page element, and it'll show you all the CSS rules being applied to that element. It'll also highlight the margin+padding so you can wrap your head around the box model.
Best of all, you can change CSS properties on the fly. Naturally, the best way to learn is to hack up someone else's CSS, so go to a site you like the looks of, and play with the styling.
Soon, you'll be thinking to yourself "man, this isn't complicated at all!"
And then you will open your page in IE 6.
And then you will punch a hole in the wall.