TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What are best books to learn coding from?

6 点作者 ofca超过 13 年前
I got into HTML, CSS, JavaScript, jQuery, PHP, SQL, MySQL and AJAX. What are best books on those topics?

1 comment

malandrew超过 13 年前
Javascript - Eloquent Javascript; DOM Scripting<p>HTML - Dive into HTML5.<p>CSS - Books by Eric Meyer or Dan Cederholm<p>Sites: Quirksmode, CSS-Tricks<p>PHP and MySQL. Don't bother with either yet. You probably think you need to learn them due to popularity. You don't or at least probably don't unless you know you are going to be working with Wordpress, Drupal, Joomla or other PHP and MySQL based platform.<p>You're probably going to need HTML, CSS and Javascript. Stick to those technologies for the time being. Once you know them well enough, you should know enough to choose your backend stack. If you aren't working with a platform that specifically requires you to use PHP and MySQL, it's likely that you'll end up using Ruby, Python or Javascript on the backend given recent and current trends.<p>Even though it won't be sexy, learn javascript before jQuery.