从开始到精通,我在哪里可以学习Web编程? [英] Where can I learn web programming from start to mastery?

查看:96
本文介绍了从开始到精通,我在哪里可以学习Web编程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试着做教程,但是它是无组织的和无结构的,我可以在哪里从初学者到高手学习PHP?我正在寻找类似 www.w3chools.com 的网站,但不知何故我觉得它是不完整的,特别是涉及更高级的功能.

I tried doing tutorials but it is unorganized and unstructured, where can I learn PHP from beginner to master? I'm looking for a site like www.w3chools.com, but somehow I feel it is incomplete, specially when it comes to more advanced functions.

我了解一些基本知识,但是例如,我无法建立一个安全的在线网上商店,而此时我似乎陷入了困境,我应该如何/在何处进行?

I know some basics but I wouldn't be able to for example make a secure online webstore, and I seem to be stuck at this point, how / where should I proceed?

推荐答案

我7年前开始学习.以我的个人经验,您的编程之路将如下所示:

I started 7 years ago. In my personal experience, your road to programming will look something like this:

HTML-> CSS-> Javascript-> PHP/MySQL [插入其他网络脚本语言 在这里]->桌面语言"

HTML -> CSS -> Javascript -> PHP/MySQL [Insert other web script language here] -> "Desktop Languages"

对于HTML(和CSS),我首先使用位于(然后为freewebs.com)webs.com的图形编辑器开始,该编辑器允许我添加代码段.我使用了一些随机的GeoCities网站(希望它可以安息)来查找事物.现在,使用Google或必应.

For HTML (and CSS), I started by using a graphical editor at (then freewebs.com) webs.com that allowed me to add code snippets. I used some random GeoCities site (may it rest in peace) to look up things. Now, use Google or Bing.

然后,我得到了 Jeffrey Zeldman 的书,

Then, I got Jeffrey Zeldman's book, Designing with Web Standards. I followed through the book, typing out the code in notepad. Try to understand what the code does.

帮个忙,请使用 Notepad ++

Do yourself a favor, use Notepad++ or Programmer's Notepad. They support automatic tabbing for neater code. It will make you a better and more sane coder in the long run.

我过去要做的另一件事是通过在浏览器中右键单击并单击查看源代码"来查看人员代码.

Another thing I used to do was look at people's code by right clicking in my browser and hitting "view source".

仅在运行PHP后运行Java,然后再运行Javascript,您可以获得HTLM/CSS. Google Chrome 由于具有调试功能,因此非常适合分析脚本. (不过,不必担心.)

This only gets you the HTLM/CSS after the PHP has been run and the Javascript before it was run. Google Chrome is good for analyzing scripts because of the debugging capabilities. (Don't worry about that yet though.)

Java当时是一次冒险.现在,我们有了 jQuery .从那个或类似的框架开始.可以在线研究.我从来没有买过Java书籍.我确实有一个来自Visual Quickstart的古老的书,我曾用它来学习一种方法的外观.除此之外,所讨论的特定书籍是 过时的抹布.

Javascript was an adventure back then. Now, we have jQuery. Start with that or a similar framework. This can be researched online. I have never bought a Javascript book. I do have an ancient one from Visual Quickstart that I used to learn what a method looks like. Beyond that, the particular book in question is an outdated rag.

要学习PHP/MySQL,您可以获取一本书.经常将这两种语言放在一起,因此查找书来向您展示如何串联使用它们应该很容易.我使用了用于PHP的O'reilly图书.

To learn PHP/MySQL you can get a book. The two languages are often put together so finding books that show you how to use them in tandem should be a snap. I used O'reilly books for PHP.

我不太喜欢在线PHP参考,因为在进行测试时,我并不总是可以上网.我在计算机上使用虚拟服务器设置.准备开始学习PHP和MySQL时,请仔细研究一下.

I don't like the online PHP reference so much, because when I'm testing I don't always have internet. I use a virtual server setup on my machine. Look into that when you are ready to start learning PHP and MySQL.

最后要记住的是,Web标准总是在变化,但不要为此而疯狂.当我刚开始时,XHTML风行一时,现在每个人都在谈论HTML5.我仍然像其他许多人一样使用XHTML.它表明,每个人的步伐都不同.

The last thing to remember is that web standards are always changing, but don't get too crazy about it. when I started, XHTML was all the rage and now everyone is talking about HTML5. I still use XHTML as do many others. It goes to show that things move at different paces for everyone.

祝你好运,希望我能帮上忙!

Good luck, I hope I helped!

杰夫·亚当斯(Geoff Adams)几乎总结了我的帖子-尝试投资书籍.并且,这将需要时间.我直到完美为止.

Geoff Adams pretty much sums up my post - Play around the invest in books. And, it will take time. I'm till nowhere near perfect.

这篇关于从开始到精通,我在哪里可以学习Web编程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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