thatcoolguy | 14 years ago | on: SOPA is back
thatcoolguy's comments
thatcoolguy | 14 years ago | on: Prevel Framework (JS). Convenience in 5 Kb
thatcoolguy | 14 years ago | on: A set of useful mixins for LESS CSS
thatcoolguy | 14 years ago | on: Poll: Which Text Editor Do You Prefer?
- Emacs
- Vi
- Other
Is that another joke about how cool vim and emacs are and how other editors suck? Again, seriously?
thatcoolguy | 14 years ago | on: Skeleton: A Beautiful Boilerplate for Responsive, Mobile-Friendly Development
I prefer the ones that use a mobile first approach, which is more future-proof and is supported on more devices.
Also, another thing to consider is fluid-width vs fixed-width. Fluid width layouts are harder, but much more future proof. The mobile device landscape changes fast, and there are lots of sizes to design for. A fluid-width website would be much better in this case.
Some of these are Gridless[1], HTML5 Boilerplate[2] and 320 and Up[3].
[1]: http://thatcoolguy.github.com/gridless-boilerplate/
thatcoolguy | 14 years ago | on: Ultra minimal CSS grid utility
Grid systems are great, but not in the way they're being used today - with lots presentational of classes and ids in the markup.
Are we going back to the days of tables for layout? Look, classes like span-x, grid-y, append-x describe only the presentation of the content. I thought HTML was meant to describe structure, not layout.
Grid systems are destroying the semantic web.
EDIT:
Other classes-littered systems aren't any better (OOCSS, I'm looking at you).
thatcoolguy | 14 years ago | on: Gridless: a responsive HTML5 and CSS3 boilerplate
The problem with grid systems is that they include classnames and ids which should be unique to each project. You can still use grids, but please don't use span-x classes, customize the classnames and ids to suit to your project. And doing that isn't impossible or extremely hard, there are a lot of tools out there for that: Sass/Compass, LESS, Blueprint's compress.rb script etc.
thatcoolguy | 14 years ago | on: Gridless: a responsive HTML5 and CSS3 boilerplate
thatcoolguy | 14 years ago | on: Gridless: a responsive HTML5 and CSS3 boilerplate
thatcoolguy | 14 years ago | on: Gridless: a responsive HTML5 and CSS3 boilerplate
thatcoolguy | 14 years ago | on: Gridless: a responsive HTML5 and CSS3 boilerplate
How is "monitoring email, filtering content, or even blocking access to sites" not bad?
CISPA would allow the government, companies and ISPs to have potential access to your private information, all in the name of "Cybersecurity". Please tell me how that isn't bad.