Viewing profile — b0gey5
b0gey5
HN member- Joined
- Thu, May 24, 2012, 11:13 PM UTC
- HN karma
- 1
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About b0gey5
No profile information was provided.
Recent public activity
-
comment
Comment #4460219
I clicked on Substituting Raster Images for Vector Alternatives. I like how they describe different techniques, but use png files to display them.
-
comment
Comment #4351780
Always using feature detection isn't feasible, some features can't be detected. https://github.com/Modernizr/Modernizr/wiki/Undetectables
-
comment
Comment #4305600
you just need to add this to textarea -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;