前端网络开发:良好的资源

发布于 2024-11-30 08:03:51 字数 1432 浏览 1 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

薆情海 2024-12-07 08:03:51

JQuery 文档 是必须的。从头到尾阅读它,然后从头开始并将其保留在书签上。任何你能想到的关于 jQuery 的问题都在那里得到解答(甚至是关于 SO 的大多数问题)。

单独列表也是一个非常好的网页设计资源。我强烈推荐他们的 CSS Floats 101 文章。

有一本名为 Eloquent JavaScript 的免费电子书。我发现它非常擅长解释 Javascript(jQuery 只是一个 Javascript 库,里面没有任何陌生的东西)。

有些人可能不同意我的观点,但是 W3Schools 对于初学者来说是一个非常好的资源(它通常在搜索结果)。

The JQuery docs is a must. Read it end to end, then start to start and keep it on a bookmark. Anything you can think of asking about jQuery is answered there (even most of the questions asked on SO).

A list apart is also a very good resource for web design. I highly recommend their CSS Floats 101 article.

There's a free ebook called Eloquent JavaScript. I find it very good at explaining Javascript (jQuery is just a Javascript library, there is nothing alien in it).

And some people might not agree with me, but W3Schools is a very good resource for beginners (it usually ranks high in search results).

牵你的手,一向走下去 2024-12-07 08:03:51

正如 Hristo 所说,Mozilla - 我建议为 Firefox 获取 Firebug 插件 - http://www.getfirebug.com ,我怎么强调都不为过,这使得 CSS 变得多么容易(特别是调试和整理东西)

我还建议 w3schools CSS 参考页面 - 涵盖所有最常用的东西 http://www.w3schools.com/cssref/default.asp (当你忘记时很方便准确的标签)

As Hristo says, Mozilla - I would recommned getting the Firebug plugin for Firefox - http://www.getfirebug.com, I can't stress enough how mucg easier this makes CSS (particularly debugging and tidying stuff up)

I would also suggest the w3schools reference page for CSS - covers all the most commonly used stuff http://www.w3schools.com/cssref/default.asp (handy for when you forget exact tags)

别靠近我心 2024-12-07 08:03:51

戴上你的 JS 帽子!使用 JQuery 是一回事,但您应该真正了解 JQuery 的工作原理。您说您了解 JS 的基础知识,所以请查看 John Resigs 高级 JS 页面。这是一本非常好的指南,作者是一位领先的 JS 专家 - 你将在这里比在任何地方学到更多关于 JS 的知识。

get your JS hat on! It's one thing to use JQuery, but you should really understand how JQuery works. You say that you know the basics of JS, so have a look at John Resigs Advanced JS page. This is a very good guide by one of the leading JS guys out there - you will learn more about JS here than anywhere.

梦在深巷 2024-12-07 08:03:51

我假设你也会做 HTML,因为这是 FE 开发的核​​心。 HTML,看似简单,作为一项技术很容易被忽视,但你不应该对它嗤之以鼻。编写简洁、干净且语义化的 HTML 是一项技能,就像 CSS 和 JS 一样需要大量的学习和实践。

是的,现在来谈谈您实际要求的事情:)

对于 jQuery,我肯定会考虑尽可能多地学习 JavaScript 本身。虽然您可以在不了解 JavaScript 的情况下编写 jQuery,但您需要了解 JavaScript 才能充分利用 jQuery 并编写更好的代码。当然,还要知道什么时候可以不用使用普通的 JS。

JS 资源:

CSS 资源:

101 - RSS 客户端中值得拥有的好网站

希望对您探索前端开发有所帮助!

i assume you will also be doing HTML since this is at the core of FE dev. HTML, seems simple and is easy to ignore as a technology, but you should not turn your nose up to it. Writing terse, clean and semantic HTML is a skill and requires lots of learning and practice just as CSS and JS.

Right, now onto things you actually requested :)

For jQuery i would definitely consider learning as much as you can about JavaScript proper. Whilst you can write jQuery without knowing all that much about JavaScript, you need to understand JavaScript to make the most of jQuery and write better code. And of course to know when you can get away with using plain ol' JS.

JS resources:

CSS resources:

Good websites to have in your RSS client:

hope that helps in your quest into front-end development!

乙白 2024-12-07 08:03:51

www.csszengarden.com 和配套的书对我来说是 CSS 方面的很好的资源。
如果您认为您将要做的工作也可能受益于平板电脑/智能手机手指友好界面版本,您也可以访问 www.jquerymobile.com。

格雷格

www.csszengarden.com and the matching book were good resources for me with the CSS side.
You might also take a look at www.jquerymobile.com if you think the work you'll be doing might also benefit from a tablet/smartphone finger-friendly interface version.

Greg

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文