Viewing profile — chain18
chain18
HN member- Joined
- Wed, Oct 07, 2015, 8:28 PM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About chain18
No profile information was provided.
Recent public activity
-
comment
Comment #14045508
`order` is a little bit different though as it doesn't set the position. Instead "Elements are laid out in the ascending order of the order value". So an element with order: 1 will…
-
comment
Comment #12577051
It seems like many people are talking only about their experiences as users looking for answers and not from the perspective as a user answering questions.
-
comment
Comment #12074767
I think the worst part is that the fake hype works :/
-
comment
Comment #12074728
> Don't boxing refs stop the fight when they think the fighter can't continue (e.g. can't answer/focus)? I'm pretty sure I've seen that. Yes they do. However the important differen…
-
comment
Comment #12004827
I assume it is because you can click on the commands to cycle through the examples. If you didn't have this css property set you would end up selecting text.
-
comment
Comment #11106704
Browsers should load only the WOFF file if it is supported though right? Which means if you link to a EOT on a WOFF supporting browser it shouldn't make a difference?
-
comment
Comment #10947810
I think a better analogy would be if a chef made you a meal and asked if you liked it. He is the expert but your experience about the taste of the meal is still valuable to him. Te…
-
comment
Comment #10629144
Yup had one catch one fire, was just thankful that I was around to see it happen and stop it from burning the house down. The charger was around 4 years old but I never wrap the ca…
-
comment
Comment #10348842
Can someone explain his point about $(document).ready()? I don't understand how it is different from DomContentLoaded? jQuery source for the ready function: https://github.com/jque…