Viewing profile — WithTeeth
WithTeeth
HN member- Joined
- Fri, Mar 22, 2013, 10:29 PM UTC
- HN karma
- 12
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About WithTeeth
No profile information was provided.
Recent public activity
-
comment
Comment #11336058
Cool idea, but kind of ironic that the example you used produces unnecessarily complicated stack overflow solutions. A JavaScript "contains" function is as simple as: var contains …
-
comment
Comment #11044913
May not need to: http://editor.datatables.net/
-
comment
Comment #7229193
I think the burden lies on the browsers to warn average users of the danger of pasting javascript code. Perhaps a popup confirmation the first time you paste `javascript:...` in th…
-
comment
Comment #7229114
Reminds me of an old PhD comic, http://i.imgur.com/uLYImfg.jpg
-
comment
Comment #6521002
This is not the place for debating the value of cloud IDEs - they're out there, whether this one, cloud9, koding, or codeanywhere. This is the place to provide feedback on this par…
-
comment
Comment #6520991
This looks great! I use Cloud9 right now for all my development; can you tell me if this is different or just an alternative? The collaboration looks more advanced than Cloud9's fo…
-
comment
Comment #5426186
Don’t forget that one of the advantages of CDNs is that the user may already have the file cached in their browser. This is why I use Google’s CDN for jQuery and CDNJS for everythi…