Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joestelmach
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: Glider – A Better Music Player for iOS
(glideraudio.com)
3 points
by
joestelmach
8y ago
|
0 comments
2.
▲
by
joestelmach
13y ago
https://gist.github.com/bobvawter/5986508
3.
▲
by
joestelmach
13y ago
New York - Perka (getperka.com) We're looking for engineers with an interest in Java / Android / iOS / JavaScript. Perka was recently named one of Fast Company's most innovative company's in local: http://www.fastcompany.com/most-inno
4.
▲
Java Simple Event Architecture
(github.com)
1 points
by
joestelmach
14y ago
|
0 comments
5.
▲
Natty Date Parser
(github.com)
2 points
by
joestelmach
14y ago
|
0 comments
6.
▲
Sane JavaScript DOM generation
(github.com)
1 points
by
joestelmach
14y ago
|
0 comments
7.
▲
Backbone UI
(github.com)
4 points
by
joestelmach
14y ago
|
0 comments
8.
▲
FlatPack Serialization Framework
(github.com)
2 points
by
joestelmach
14y ago
|
0 comments
9.
▲
by
joestelmach
14y ago
Thanks! https://github.com/perka/backbone-ui/issues/9
10.
▲
by
joestelmach
14y ago
That's a great point. It's been on my todo list for a while now to remove the JQuery dependency from Backbone UI, since we're now only using it mainly for event handling and positioning. JQuery was an obvious choice when this project was bo
11.
▲
by
joestelmach
14y ago
care to elaborate?
12.
▲
by
joestelmach
14y ago
Have a closer look - this library was built solely for generating UI from JavaScript.
13.
▲
by
joestelmach
14y ago
No, this is not by the same people as Backbone. The name refers to the fact that all components are Backbone Views.
14.
▲
by
joestelmach
14y ago
Here's an example of a real product built using Backbone UI: https://getperka.com/signup/#account
15.
▲
by
joestelmach
14y ago
Thanks for sharing your viewpoint. I realize that templates are a popular choice for many, but I view them as an unneccesary layer of indirection. Sort of like printing out an email, hand writing a response, and scanning it back in as a re
16.
▲
Automate JSHint and CSSLint in VIM
(github.com)
2 points
by
joestelmach
14y ago
|
0 comments
17.
▲
by
joestelmach
14y ago
https://github.com/joestelmach/lint.vim
18.
▲
JSHint + Vim + V8
(github.com)
5 points
by
joestelmach
14y ago
|
2 comments
19.
▲
Laconic: a New Way to Generate DOM Content from JavaScript
(sitepoint.com)
1 points
by
joestelmach
14y ago
|
0 comments
20.
▲
Laconic.js DOM Library now supports IE7
(github.com)
2 points
by
joestelmach
14y ago
|
0 comments
21.
▲
Natural Language Date Parser
(natty.joestelmach.com)
1 points
by
joestelmach
14y ago
|
0 comments
22.
▲
by
joestelmach
14y ago
Thanks for sharing. JavaScript has come a long way, even from 2006, yet most developers still have the mindset that this sort of thing can't perform well. What we're left with are solutions that are more complex, and perform similarly for
23.
▲
by
joestelmach
14y ago
Thanks for the tip, but I've had much success using this method on teams of 5+ developers and a full-time designer.
24.
▲
by
joestelmach
14y ago
I'm only disagreeing with the use of the word 'performant', and the popular viewpoint that any solution that isn't as fast as possible can't be labeled as such.
25.
▲
by
joestelmach
14y ago
While I agree the $.el prefix is annoying, I don't believe it has a negative effect on readability. For me, templates are just another level of unneccesary indirection.
26.
▲
by
joestelmach
14y ago
While I don't entirely agree with your first statement, you could just grab the outerHTML instead of appending the element directly to the DOM: $.el.div($.el.span()).outerHTML
27.
▲
by
joestelmach
14y ago
Many would frown upon polluting the global name space with functions corresponding to all known HTML tags.
28.
▲
by
joestelmach
14y ago
Though I did a poor job at documenting it, $.el is actually a function that accepts a tag name as the first parameter. The following two snippets are equivalent: $.el.div({className : 'foo'}); $.el('div', {className : 'foo'});
29.
▲
Laconic: A Sane Method of Generating DOM Content in JavaScript
(joestelmach.github.com)
55 points
by
joestelmach
14y ago
|
47 comments
30.
▲
Backbone UI Library
(perka.github.com)
3 points
by
joestelmach
14y ago
|
0 comments
More ›