Viewing profile — anondesign
anondesign
HN member- Joined
- Tue, Jun 11, 2013, 1:04 AM UTC
- HN karma
- 23
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About anondesign
No profile information was provided.
Recent public activity
-
comment
Comment #5996600
Heh. Should have specified the states I was referencing... I certainly didn't mean california. colorado and washington (off the top of my head) have been labeled by Obama as "will …
- comment
-
comment
Comment #5996519
Yay! Awesome news! Will have to reevaluate it at the end of july. Thanks again for your team's great work on pushing a polished open source framework.
-
comment
Comment #5996507
He's using rails, so he can use SASS (which personally I like better than LESS, but they accomplish the same things). Manifest files are better though, because with LESS's @import,…
-
comment
Comment #5992985
Just fine in many states, now stop trolling and actually contribute.
-
comment
Comment #5985525
Also: don't forget to use manifest files to concatenate your compiled CSS :)
-
comment
Comment #5985517
It looks pretty well thought-out, which is a big +1 when I'm framework shopping. However: use pushState/replaceState! Or at least fix your buggy back button. Your hash-based naviga…
-
comment
Comment #5954541
You either have an ancient version of chrome, or have disabled some pref in chrome to allow these sites to get rendered.
-
comment
Comment #5954539
Peter, First of all, can't tell you how awesome it feels to get a response from someone working on the library. Your fix won't work for me unfortunately, changing id's to classes i…
-
comment
Comment #5928702
http://i.imgur.com/Xhs5jOC.png I was really excited about react, until I heard the loss of #id selectors. To me this comes off as extremely dirty, since this limits your actual CSS…
-
comment
Comment #5928629
Not true. Chrome definitely supports x-frame-options (I believe the code for that is part of webkit and is shared with safari).
-
comment
Comment #5928439
Eh, updating page at end/cancel easy enough. I use this approach to animate a page scroll: 1. Animate #transform using jquery's animate (which doesn't work out of the box unfortuna…
-
comment
Comment #5924907
Updating scrollTop is a pretty slow way to scroll on some browsers. Have you tried animating `transform`? That gets you hardware acceleration on webkit at least
-
comment
Comment #5858827
Ugh. I am usually a DF fan, but this article is riddled with worthlessness: "The design of iOS 7 is based on rules." iOS 6's design certainly was not inferior due to lack of rules …