作者: luckiejacky 時間: 2009-2-1 19:05 標題: Question on development of web site
Has any general practice of development of web site changed these recent years?
that means.... You set up a web server, or use web hosting of your isp or third party company
and designing the site using UML ....
then start writing HTML and Javascript for the client side and do some server-side programming
using php, asp.net, jsp ,C# etc... and then let go....
I know the question sounds stupid, but I have zero experience
I've read the last post, I am quite interested in frameworks
Where would be the best places to start looking at it with a smoother learning curve?
And one more question, how do I specify a flash movie in your page like the ads on top of
this site???? I read the source code, there is nothing to do with a flash movie
Thanks
[ 本帖最後由 luckiejacky 於 2009-2-1 19:38 編輯 ]
作者: allenkwc 時間: 2009-2-1 20:36
actually, i think you should try basic stuffs before using framework. it helps to have a better understanding on the whole life cycle before using framework.
I suggest you may start with PHP as it is easier compare with jsp or asp.net
作者: thinkpanda 時間: 2009-2-2 01:14
原帖由 allenkwc 於 2009-2-1 20:36 發表
actually, i think you should try basic stuffs before using framework. it helps to have a better understanding on the whole life cycle before using framework.
I suggest you may start with PHP as it is ...
It is not appropriate to compare JSP and ASP.Net with PHP. You cannot (at least very difficult) to develop a web app with JSP alone. JSP is just a small part of the whole picture of java web application.
作者: thinkpanda 時間: 2009-2-2 01:18
原帖由 luckiejacky 於 2009-2-1 19:05 發表
Has any general practice of development of web site changed these recent years?
that means.... You set up a web server, or use web hosting of your isp or third party company
and designing the site usi ...
I wonder how do you design a web site with UML. May be only Sequence diagram or collaboration diagram are useful. I invent my own notation to specify a web site.
You'd better master a programming language first. It could be PHP, Java, Ruby or C#. PHP is a web programming by its own, and you may develop web application right away. For Java, Ruby and C#, you need to learn beyond programming language to build web application. Nowaway, no matter what programming language is used, various application frameworks are used for web application development. It would be quite difficult to meet requirement of modern web user by building web application from zero.
作者: luckiejacky 時間: 2009-2-2 13:37
Hi Guys,
Thank you for your advices.... I'll take them into account

