Live data from Hacker News

Viewing profile — benlinton

benlinton

HN member
Joined
Tue, Nov 27, 2012, 2:18 PM UTC
HN karma
3
Public activity
4 items

About benlinton

[ my public key: https://keybase.io/benlinton; my proof: https://keybase.io/benlinton/sigs/Z9zQxtEoQ5vJ1UoVnDbqV9O4HrxmQefoWsW75wdVRyU ]

Recent public activity

  1. comment
    Comment #42246454

    [flagged]

  2. story
  3. comment
    Comment #5763127

    While we probably shouldn't worry about long CSS selectors due to performance issues, we should avoid them for other reasons. For instance, because it's considered a best practice …

  4. comment
    Comment #5662485

    As far as I know, you should still use document ready. Putting javascript at the bottom does not ensure the dom is loaded before the javascript executes. Most of the time it probab…