dro7152 2010-03-07 13:09
浏览 31
已采纳

在熟悉XHTML,CSS,Web标准,辅助功能后,我应该学到什么? Javascript还是PHP?

What should i learn after getting good knowledge of XHTML, CSS, Web Standards, Accessibility,Usability, Information Architecture and Adobe Photoshop?

Javascript/jquery

or

PHP

First I want to learn and be focus to learn anyone of these two? Which language would be good to learn first?

  • 写回答

6条回答 默认 最新

  • dp709369831 2010-03-07 13:22
    关注

    I would say it depends on what you want to work :

    • Javascript is (mostly) client-side, like HTML/CSS and the other trhings you talked about
      • It's mostly use to enhance existing web pages
    • PHP is server-side
      • It's used to generate web-pages


    Working server-side (with PHP, for instance) generally means you'll have to learn more than just the one language you're thinking about.

    For instance, to develop a web-application, you'll generally need :

    • To learn the language, of course (PHP, here)
    • To master a Framework (Symfony, Zend Framework, CodeIgniter, ...) -- nowadays, we generally don't develop an application without a solid Framework
    • To have some at least basic knowledge of databases and SQL -- and for a complex application, you'll need more than basic knowledge
    • To know some stuff about the general system that the application is running on (Linux, its filesystem, notions about the HTTP protocol, Apache, ...)


    In the end, Javascript and PHP are definitly not meant to create the same kind of things : depending on what you want to do, you'll learn one or the other -- or both -- but it all depends on what you want to do ;-)

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(5条)

报告相同问题?

悬赏问题

  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
  • ¥50 成都蓉城足球俱乐部小程序抢票
  • ¥15 yolov7训练自己的数据集
  • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
  • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
  • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)