【 以下文字转载自 JobHunting 讨论区 】
发信人: spatiaI (spatial), 信区: JobHunting
标 题: 纽约IT公司招人,三个职位,可办H1b绿卡
发信站: BBS 未名空间站 (Fri Jan 25 17:32:32 2013, 美东)
Junior Application Dev (Midtown East)
HANGAR UNDERGROUND is a digital media analytics company, providing software
and decision services. We are looking for a junior engineer to help develop
and build out our collective vision.
The products are technically challenging and require a range of skill-
sets, ranging from complex modeling to data-driven collabo... 阅读全帖
【 以下文字转载自 JobHunting 讨论区 】
发信人: spatiaI (spatial), 信区: JobHunting
标 题: 纽约IT公司招人,三个职位,可办H1b绿卡
发信站: BBS 未名空间站 (Fri Jan 25 17:32:32 2013, 美东)
Junior Application Dev (Midtown East)
HANGAR UNDERGROUND is a digital media analytics company, providing software
and decision services. We are looking for a junior engineer to help develop
and build out our collective vision.
The products are technically challenging and require a range of skill-
sets, ranging from complex modeling to data-driven collabo... 阅读全帖
Believe me. JQuery is definitely a No-No, since you need a good grid control
. JQuery UI is very, very premature. and there is no good JQuery grid plugin.
For the three javascript library, I believe dojo is the best, though I have
never heard of infragistics. Maybe you could consider extjs or yui. However,
ExtJS has a bad license. YUI looks very ugly.
TITLE: Front End Web Developer
LOCATION: Chevy Chase, MD
TYPE: 12 months extendible
DESCRIPTION:
We are looking for an experienced and self-motivated Front-End Engineer to
join the development team. In this capacity, you will be a superstar with
structured Javascript development and JQuery, write standards-compliant
xhtml, css to build world class web applications. You will work with
designers, product managers, and backend engineers to create enhanced user
experiences through your expertise i... 阅读全帖
http://www.javaworld.com/javaworld/jw-01-2013/130107-developer-
age=1
Here is our guide to some of the more dominant tech generations in computer
history, as embodied by the programmers who gave them life. The list is far
from complete, but if you've been coding for any amount of time, you will pr
obably recognize many of these generational traits in yourself, your coworke
rs, and the programming community at large.
Punch-card programmers
The '60s-era computers received their instructions from a... 阅读全帖
Looking at the code differences between Coffee script and jQuery I only see
a savings of a few characters…but I also find the Coffee script much harder
to read…
The brackets in native JS and jQuery help (me at least) understand the code
and break the code up into understandable chunks…
I too do not see the benefit in filling your brain with yet another syntax
and adding another set of complexity to your work flow only to save a few
keystrokes…
Just my oppinion… http://css-tricks.com/jquery-coffe... 阅读全帖
react比angular恶心一万倍都不止。angular至少还能用jquery操作DOM,到了react,
DOM API被完全禁止了,意味着jquery完全无法使用了,如果mutate DOM using jQuery
,那么就出现这样的bug:
Uncaught Invariant Violation: Unable to find element with ID
而且根本无法debug。