学习网络编程的顺序是什么? [英] What's the sequence to learn web programming?

查看:76
本文介绍了学习网络编程的顺序是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有这么多技术,包括HTML,XML,Javascript,CSS,

ASP,ASP.NET(当然还有PHP,JSP等)


学习网络编程的顺序是什么?哪个来应该是先学到的b $ b,哪个应该是以后学到的?哪个基础?


我的目标是成为商业内联网和互联网的网络开发者

申请。

谢谢分享...


-

通过DotNetMonster.com发布消息
http://www.dotnetmonster.com/Uwe/For...p-net/200702/1

With so many technologies around which include HTML, XML, Javascript, CSS,
ASP, ASP.NET (and PHP, JSP of course etc.)

What is the sequence for learning web programming? which come should be
learned first and which should come later? Which form the foundation?

My aim is to become a web developer for both commercial Intranet and Internet
application.
Thanks for sharing...

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...p-net/200702/1

推荐答案

2月28日上午9:01,步行者通过DotNetMonster.com < u16758 @ uwe>

写道:
On Feb 28, 9:01 am, "pedestrian via DotNetMonster.com" <u16758@uwe>
wrote:

有这么多技术,包括HTML,XML,Javascript,CSS,
ASP,ASP.NET(当然还有PHP,JSP等)


学习网络编程的顺序是什么?哪个来应该是先学到的b $ b,哪个应该是以后学到的?哪个基础?


我的目标是成为商业内联网和互联网的网络开发者

申请。

谢谢分享...


-

留言通过DotNetMonster.comhttp://www.dotnetmonster.com/Uwe/Forums.aspx/asp-发布net / 200702/1
With so many technologies around which include HTML, XML, Javascript, CSS,
ASP, ASP.NET (and PHP, JSP of course etc.)

What is the sequence for learning web programming? which come should be
learned first and which should come later? Which form the foundation?

My aim is to become a web developer for both commercial Intranet and Internet
application.
Thanks for sharing...

--
Message posted via DotNetMonster.comhttp://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200702/1



首先,不确定为什么PHP和JSP在那里当然......哦

恐怖!


向10位网络开发人员提问,你会得到10个不同的

回复。就个人而言,我认为你要么拥有它,要么你不是。任何人

都可以拿起一本书,编写几个html页面并称自己为网页

开发者。但要成为一名优秀的Web开发人员,您需要一个坚实的数学和逻辑基础。关于平台/语言,经典

ASP已经出局,甚至不用担心。你一定要用HTML开始

,然后了解服务器端与客户端的概念

方面,然后了解ASP.NET平台,然后选择一个dotnet

语言如VB.NET或C#并开始学习(我的偏好是

C#)。您还需要了解数据库以及如何编写SQL

查询。您可以免费下载SQL Server Express(http://

msdn.microsoft.com/vstudio/express/sql/)。 XML,Javascript和CSS

都是你将要一路捡到的东西,在你对它们有一个很好的理解之前我不会专注于那些。 ASP.NET

并使用ADO.NET和SQL。


问候,

Brandon

http://www.busedge.com





行人通过DotNetMonster.com写道:
Hi,

pedestrian via DotNetMonster.com wrote:

With这么多技术包括HTML,XML,Javascript,CSS,

ASP,ASP.NET(当然还有PHP,JSP等)


什么学习网络编程的顺序是什么?哪个来应该是先学到的b $ b,哪个应该是以后学到的?哪个基础?


我的目标是成为商业内联网和互联网的网络开发者

申请。

谢谢分享...
With so many technologies around which include HTML, XML, Javascript, CSS,
ASP, ASP.NET (and PHP, JSP of course etc.)

What is the sequence for learning web programming? which come should be
learned first and which should come later? Which form the foundation?

My aim is to become a web developer for both commercial Intranet and Internet
application.
Thanks for sharing...



恕我直言,对于网络开发者来说,了解客户如何工作是至关重要的。服务器端开发与正常

软件开发没有什么不同。它是相同的库,相同的语言。在客户端,
客户端,约束要大得多,你拥有的权限较少,

语言(或多或少)给定(HTML,JavaScript,CSS)。


我的建议是从纯客户端页面开始,然后再转换为客户端 - 服务器交互。


问候,

Laurent

-

Laurent Bugnion [MVP ASP.NET]

软件工程,博客: http://www.galasoft-LB.ch

PhotoAlbum: http://www.galasoft-LB.ch/pictures

支持加尔各答的儿童: http://www.calcutta-espoir .ch

IMHO, it''s vital for a web developer to understand how the client is
working. Server-side development is not that different from "normal"
software development. It''s the same libraries, the same languages. On
the client, the constraints are much bigger you have less permissions,
the languages are (more or less) given (HTML, JavaScript, CSS).

My recommendation would be to start with pure client-side pages, before
moving to client-server interaction.

Greetings,
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog: http://www.galasoft-LB.ch
PhotoAlbum: http://www.galasoft-LB.ch/pictures
Support children in Calcutta: http://www.calcutta-espoir.ch


从学习html开始 - 因为这就是所有web技术在

中输出的形式或形式。在学习HTML时学习CSS - 有必要知道

。一旦你感到舒服,请介绍一下javascript。

如果您对基础知识感到满意,请从简单的asp.net示例开始,然后将
的输出与您现在所知的关于html / css /的内容进行比较JavaScript的。 PHP这个点很容易搞定,一旦你有了这个,你可以通过使用JSP运行时环境工作并了解servlet的痛苦,

taglibs等等,如果你真的认为它很重要 - 我,我会花时间

,而不是看看如果你是如此新的网络开发访问数据库。 />

同样重要的是学习网络服务器 - 因为你无法从这个要求中分离出你的编码工作。不要把它留到最后。


-

-

问候


John Timney(MVP)
http://www.johntimney.com
http://www.johntimney.com/blog

行人通过DotNetMonster.com < u16758 @ uwewrote in message

news:6e7bb1f48fca2 @ uwe ...
Start by learning html - because thats what all web technologies output in
one form or another. Learn CSS as you learn HTML - its necessary to know as
much about one as the other. Once your comfortable, introduce javascript.
When your happy with the basics start with simple asp.net examples and
compare the output to what you know now about html/css/javascript. PHP at
this point is easy to bolt on, once you''ve got that you can go through the
pain of getting a JSP runtime environment working and learn about servlets,
taglibs etc if you really think its important - me, I''d spend that time
instead looking at accessing databases if your so new to web development.

Equally as important is learning about webservers - as you cannot detach
your coding work from that requirement ever. Dont leave it until last.

--
--
Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"pedestrian via DotNetMonster.com" <u16758@uwewrote in message
news:6e7bb1f48fca2@uwe...

有这么多技术,包括HTML,XML, Javascript,CSS,

ASP,ASP.NET(当然还有PHP,JSP等)


学习Web编程的顺序是什么?哪个来应该是先学到的b $ b,哪个应该是以后学到的?哪个组成基础?


我的目标是成为商业内联网和

互联网
申请的网络开发人员。

感谢分享...


-

通过DotNetMonster.com发布消息
http://www.dotnetmonster.com/Uwe/For .. .p-net / 200702/1



这篇关于学习网络编程的顺序是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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