“必须有”为JS开发人员 [英] The "MUST HAVE" for JS developers

查看:52
本文介绍了“必须有”为JS开发人员的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好我是JS的新手,我想知道,来自专家JS-er,

是东西。对于专业的JS开发人员,他们认为*必须有*(或已知/访问/阅读...)



这将有助于我和其他新手入手右脚和

抓住工具的工具。


对所有人来说是好的

Marco

Hi I''m a newbie at JS and I''d like to know, from the expert JS-er, which
are the "things" they consider a *must have* (or known/visited/read...)
for a professional JS developer.
This will help me and others newbie to start with the right foot and to
catch the propers tools.

Thanx to all
Marco

推荐答案

Ux< No ************ @ Senno.Mi.Spammi>写道:
Ux <No************@Senno.Mi.Spammi> writes:
你好我是JS的新手,我想知道,来自专家JS-er,


好吧,我不知道我是否符合条件,但是......地狱,那不会

阻止我发表意见:)

哪个是事物对于专业的JS开发人员,他们认为*必须具有*(或
已知/访问/阅读...)。


必须拥有:所有可用的浏览器。我不是专业的Javascript

开发者,所以我只安装了~20个浏览器。不同浏览器和不同版本之间存在很多细微差别

浏览器。你应该至少可以访问最常用于测试你的页面的那些。


必读:所有相关的标准和规范。

的基础Javascript开发仍然是网页,因此您应该在有效的HTML和CSS中流利

,并了解最常用浏览器的怪癖。


对于脚本,语言标准是ECMA 262 v3(ECMAscript)。

在浏览器中使用时,环境由W3C DOM指定

规格,但这里的浏览器怪癖和不完整的实现

比使用CSS更糟糕。这使得跨浏览器的脚本非常难以比大多数人的事情更加困难。


我在网页上保留对所有这些信息的引用以便快速浏览/>
access:< URL:http://www.infimum.dk/HTML/references.html>


当然,你不能期望只是阅读所有这些,并不总是

非常易读,规格。相反,当你尝试做一些新事物时,你应该将它们用作查询




并记得阅读新闻组FAQ(Javascript下的第一个链接)。

它也有参考资料。

这将帮助我和其他新手以正确的方式开始并且
来捕捉propers工具。
Hi I''m a newbie at JS and I''d like to know, from the expert JS-er,
Well, I don''t know if I qualify, but ... hell, that''s not going to
stop me from voicing my opinion :)
which are the "things" they consider a *must have* (or
known/visited/read...) for a professional JS developer.
Must have: All available browsers. I''m not a professional Javascript
developer, so I only have ~20 browsers installed. There are lots of
subtle differences between different browsers, and different versions
of browsers. You should at least have access to the ones that are
most used for testing your pages in.

Must read: All relevant standards and specifications. The base of
Javascript development is still the web page, so you should be fluent
in valid HTML and CSS and know the quirks of the most used browsers.

For scripting, the language standard is ECMA 262 v3 (ECMAscript).
When used in a browser, the environment is specified by the W3C DOM
specifications, but here browser quirks and incomplete implementation
is even worse than with CSS. That makes cross browser scripting quite
a lot harder than most people thing :)

I keep my references to all this information on a web page for quick
access: <URL: http://www.infimum.dk/HTML/references.html>

Ofcourse, you can''t be expected to just read all these, not always
very readable, specifications. Instead, you should use them as lookup
when you try to do something new.

And remember to read the newsgroup FAQ (first link under Javascript).
It has references too.
This will help me and others newbie to start with the right foot and
to catch the propers tools.




我做的是首先学习HTML,然后是CSS,然后逻辑

进展就是编写脚本。我找到了这个小组,然后开始阅读。

当我看到一个我认为我知道答案的问题时,我先b / b $ b $先检查相关规范(好吧,在至少一些

次),然后试图回答。当然我并不总是对的,但是这个组中的
,就像在大多数情况下一样,错误的答案会得到纠正。这是很好的教育。


/ L''并阅读FAQ!''

-

Lasse Reichstein Nielsen - lr*@hotpop.com

DHTML死亡颜色:< URL :http://www.infimum.dk/HTML/rasterTriangleDOM.html>

''没有判断的信仰只会降低精神神圣。''



What I did was to first learn HTML, then CSS, and then the logical
progression was to scripting. I found this group, and started reading.
When I saw a question where I thought I knew the answer, then I
double checked the relevant specification first (well, at least some
times), and then tried to answer. Ofcourse I wasn''t always right, but
in this group, as in most, wrong answers will get corrected. It''s
quite educational.

/L ''and read the FAQ!''
--
Lasse Reichstein Nielsen - lr*@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
''Faith without judgement merely degrades the spirit divine.''


Thanx的回答。

你在

开发过程中使用(和建议)哪个编辑器/调试器/第三部分工具?


Marco

Thanx for answer.
Which editor/debugger/3rd-parts-tools do you use (and suggest) in your
developing process?

Marco


Ux写道:
Ux wrote:
你好我是JS的新手而且我想知道,来自专家JS-er,它是事物。对于专业的JS开发人员,他们认为*必须有*(或已知/访问/阅读......)
这将帮助我和其他新手从右脚开始,并且
抓住帮助工具。

对所有人来说,谢谢
Hi I''m a newbie at JS and I''d like to know, from the expert JS-er, which
are the "things" they consider a *must have* (or known/visited/read...)
for a professional JS developer.
This will help me and others newbie to start with the right foot and to
catch the propers tools.

Thanx to all
Marco




我会说一个必须有是一台电脑。

Mick



I would say one "must have" is a computer.
Mick


这篇关于“必须有”为JS开发人员的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆