使用PHP/Javascript达到速度的最佳方式是什么?

时间:2021-10-01 02:42:18

I have built Web sites with Python/Django and desktop applications with Objective-C/Cocoa so programming is not something that I need to learn. For someone in my situation, what is the best way (specific books or Web sites) to learn PHP and Javascript?

我用Python/Django构建了Web站点,用Objective-C/Cocoa构建了桌面应用程序,所以编程不是我需要学习的东西。对于我这种情况的人来说,学习PHP和Javascript的最好方法(具体的书籍或网站)是什么?

2 个解决方案

#1


6  

For PHP, I recommend the official tutorial, and then the manual. PHP is well documented and user comments on doc pages are also very useful.

对于PHP,我推荐官方教程,然后是手册。PHP有良好的文档记录,文档页上的用户注释也非常有用。

For JavaScript, I recommend JavaScript: The Definitive Guide. The book teaches the language from the grounds up, and then goes through browser-specific matters like the DOM API.

对于JavaScript,我推荐JavaScript:最终指南。这本书从基础上教授语言,然后讨论特定于浏览器的问题,如DOM API。

使用PHP/Javascript达到速度的最佳方式是什么?

#2


1  

Ayman has recommended an excellent book and two good resources. Aside from that, PHP has a few gotchas that you'll pick up with experience.

艾曼推荐了一本很棒的书和两个很好的资源。除此之外,PHP还有一些经验教训。

Once comfortable with PHP and Javascript I'd recommend looking at some javascript libraries such as JQuery or YUI and looking at the source of one you like, then maybe take a look at something like the Zend Framework or Symfony for PHP.

在熟悉PHP和Javascript之后,我建议您看看JQuery或YUI之类的Javascript库,看看您喜欢的源代码,然后再看看Zend框架或Symfony之类的PHP。

#1


6  

For PHP, I recommend the official tutorial, and then the manual. PHP is well documented and user comments on doc pages are also very useful.

对于PHP,我推荐官方教程,然后是手册。PHP有良好的文档记录,文档页上的用户注释也非常有用。

For JavaScript, I recommend JavaScript: The Definitive Guide. The book teaches the language from the grounds up, and then goes through browser-specific matters like the DOM API.

对于JavaScript,我推荐JavaScript:最终指南。这本书从基础上教授语言,然后讨论特定于浏览器的问题,如DOM API。

使用PHP/Javascript达到速度的最佳方式是什么?

#2


1  

Ayman has recommended an excellent book and two good resources. Aside from that, PHP has a few gotchas that you'll pick up with experience.

艾曼推荐了一本很棒的书和两个很好的资源。除此之外,PHP还有一些经验教训。

Once comfortable with PHP and Javascript I'd recommend looking at some javascript libraries such as JQuery or YUI and looking at the source of one you like, then maybe take a look at something like the Zend Framework or Symfony for PHP.

在熟悉PHP和Javascript之后,我建议您看看JQuery或YUI之类的Javascript库,看看您喜欢的源代码,然后再看看Zend框架或Symfony之类的PHP。