p*****2 发帖数: 21240 | |
s****s 发帖数: 628 | |
c*********e 发帖数: 16335 | 3 ajax和jquery,javascript一個级别的,小打小闹的东西。
【在 p*****2 的大作中提到】 : 现在是不是想开发纯ajax的还是比较难?
|
p*****2 发帖数: 21240 | 4
昨天看了看play。这个mvc吗?其实我看过好几遍了。.net那个看过,也看过rails, 感
觉理解的还可以。但是不太会用javascript。也就是说要想做个基本的东西,可以完全
不用javascript。我不太清楚怎么用javascript做one page的application。也就是
frontend 主要用javascript, backend restful service, 不知道说清楚没有。因为看
到的tutorial什么的都是介绍MVC的。
【在 s****s 的大作中提到】 : 你现在怎么什么都想学? : ajax能单独存在吗?
|
p*****2 发帖数: 21240 | 5
coffeescript好用吗?
【在 c*********e 的大作中提到】 : ajax和jquery,javascript一個级别的,小打小闹的东西。
|
s****s 发帖数: 628 | 6 做个基本的东西,是可以完全不用javascript. javascript只是用在frontpage.
【在 p*****2 的大作中提到】 : : coffeescript好用吗?
|
s****s 发帖数: 628 | 7 是小打小闹, 但不用还真不行. 至少我看是找不到替代的.
【在 c*********e 的大作中提到】 : ajax和jquery,javascript一個级别的,小打小闹的东西。
|
p*****2 发帖数: 21240 | 8 到底我如果想搞个one page的javascript app难不难呀?有什么tutorial介绍的吗? |
x****d 发帖数: 1766 | 9 javascript has mvc too. Ajax is piece of cake to you lah. For web developer,
javascript is important. Better know it. And for a manong, I don't see a
reason not to learn it. I feel shame to call me self MaNong if I dont know
JavaScript.
It is very complex if you develop a javascript app using those js design
patterns, it gives most java developer headaches reading JavaScript code
with those namespace prototype shit. Personally I don't like reading complex
javascript code.
One page app should be very easy. I would suggest find a public available
web service, like flickr or others that you can call, and most of them
return json. Then 5 minute, you got your one page app, right? Do I have to
say more? Give me five baozi if you want me find you a public web service
provider, and another 5 baozi, I do you a demo page with ajax. LOL.
Have a look at this, very easy.
http://richardshepherd.com/how-to-use-jquery-with-a-json-flickr |
c*********e 发帖数: 16335 | 10 mvc有广义和狭义2种。你说的是哪种?
【在 p*****2 的大作中提到】 : 到底我如果想搞个one page的javascript app难不难呀?有什么tutorial介绍的吗?
|
|
|
p*****2 发帖数: 21240 | 11
能ZKSS怎么分类的吗?
【在 c*********e 的大作中提到】 : mvc有广义和狭义2种。你说的是哪种?
|
p*****2 发帖数: 21240 | 12
能ZKSS怎么分类的吗?
【在 c*********e 的大作中提到】 : mvc有广义和狭义2种。你说的是哪种?
|
p*****2 发帖数: 21240 | 13
developer,
complex
如果做一个全新的网站,哪个容易做?我看书上爸one page javascript 放在了
advance的章节。貌似更难一些。
【在 x****d 的大作中提到】 : javascript has mvc too. Ajax is piece of cake to you lah. For web developer, : javascript is important. Better know it. And for a manong, I don't see a : reason not to learn it. I feel shame to call me self MaNong if I dont know : JavaScript. : It is very complex if you develop a javascript app using those js design : patterns, it gives most java developer headaches reading JavaScript code : with those namespace prototype shit. Personally I don't like reading complex : javascript code. : One page app should be very easy. I would suggest find a public available : web service, like flickr or others that you can call, and most of them
|
x****d 发帖数: 1766 | 14 one page app is popular, advocate by a guy, I dont remember name. one page
app doesnt mean just one js file. And for a good design you use JS design
patterns and frameworks. So it could be as complex as any other design.
I mentioned somewhere in the forum before, JQuery front end AJAX call to
REST back end is popular architecture now a days. Heard many projects done
this way. In this situation, Java developer become services developer if
they dont want to code JS.
JQuery(AJAX) + REST one page app could be very easy, as I say in flickr
example. But in the real world, remember, JS has mvc frameworks too.
actually they are libraries, like spine, backbone, so, it could be as
complex as any other technology stacks. Here are the design patterns in JS.
I don't really understand them, as java developer, I am kind of tired of JS.
Same as other Java Developers, JS is for kids, it is not for a true
developer, it is the mind set, it is not true, I guess, but you know where I
come from.
NameSpace Pattern
Constructor Pattern
Module Pattern
Revealing Module Pattern
Singleton Pattern
Observer Pattern
Mediator Pattern
Prototype Pattern
Command Pattern
Facade Pattern
Factory Pattern
Mixin Pattern
Decorator Pattern
Flyweight Pattern
JavaScript MV* Patterns
MVC Pattern
MVP Pattern
MVVM Pattern
Modern Modular JavaScript Design Patterns
AMD
CommonJS
ES Harmony |
p*****2 发帖数: 21240 | 15
好。多谢。虽然看了之后还不知道从何下手。呵呵。包子给你打过去了。
【在 x****d 的大作中提到】 : one page app is popular, advocate by a guy, I dont remember name. one page : app doesnt mean just one js file. And for a good design you use JS design : patterns and frameworks. So it could be as complex as any other design. : I mentioned somewhere in the forum before, JQuery front end AJAX call to : REST back end is popular architecture now a days. Heard many projects done : this way. In this situation, Java developer become services developer if : they dont want to code JS. : JQuery(AJAX) + REST one page app could be very easy, as I say in flickr : example. But in the real world, remember, JS has mvc frameworks too. : actually they are libraries, like spine, backbone, so, it could be as
|
z*******3 发帖数: 13709 | 16 javascript用来做app非常难做
而且经常出各种问题 |
a*******n 发帖数: 237 | 17 gwt --- one page javascript app
【在 p*****2 的大作中提到】 : 到底我如果想搞个one page的javascript app难不难呀?有什么tutorial介绍的吗?
|
w****u 发帖数: 3147 | 18 用jquery的js framework可以减少很多错误
感觉就是调试ajax比较麻烦……
one page 感觉很方便,呵呵……因为不用考虑太多page的forward和backward造成的影
响。 |
p*****2 发帖数: 21240 | |
t***a 发帖数: 416 | 20 看看backbone.js吧,我最近也在用,配合require.js, 前端mvc
【在 p*****2 的大作中提到】 : 开始做了。先用jquery搞搞。多谢大家。
|
|
|
p*****2 发帖数: 21240 | 21
请问有什么网站是真的single page吗?我今天随便看了看,没找到一个。
【在 t***a 的大作中提到】 : 看看backbone.js吧,我最近也在用,配合require.js, 前端mvc
|
t***a 发帖数: 416 | 22 没啥知名网站
以前我们公司用这个技术也不是做网站,主要用它和phonegap一起做手机应用
【在 p*****2 的大作中提到】 : : 请问有什么网站是真的single page吗?我今天随便看了看,没找到一个。
|
c*********e 发帖数: 16335 | 23 ajax不就是request.之类的吗,很容易的啊。
【在 w****u 的大作中提到】 : 用jquery的js framework可以减少很多错误 : 感觉就是调试ajax比较麻烦…… : one page 感觉很方便,呵呵……因为不用考虑太多page的forward和backward造成的影 : 响。
|
g*****g 发帖数: 34805 | 24 gmail
【在 p*****2 的大作中提到】 : : 请问有什么网站是真的single page吗?我今天随便看了看,没找到一个。
|
p*****2 发帖数: 21240 | 25
我看点不同的folder,上边的网址会变,比如。
https://mail.google.com/mail/u/0/#label/Deleted+Messages
我的理解,如果single page的话,应该就一个网址吧。
【在 g*****g 的大作中提到】 : gmail
|
g*****g 发帖数: 34805 | 26 只要不是整页更新就是single page。
【在 p*****2 的大作中提到】 : : 我看点不同的folder,上边的网址会变,比如。 : https://mail.google.com/mail/u/0/#label/Deleted+Messages : 我的理解,如果single page的话,应该就一个网址吧。
|
t***a 发帖数: 416 | 27 主要看那个#
#号后面叫hash tag, 它变不要紧,还在一个页面
#号前面是真的url, 它变页面就重新刷新了
【在 p*****2 的大作中提到】 : : 我看点不同的folder,上边的网址会变,比如。 : https://mail.google.com/mail/u/0/#label/Deleted+Messages : 我的理解,如果single page的话,应该就一个网址吧。
|
p*****2 发帖数: 21240 | 28
hash tag是干嘛用的呀?
【在 t***a 的大作中提到】 : 主要看那个# : #号后面叫hash tag, 它变不要紧,还在一个页面 : #号前面是真的url, 它变页面就重新刷新了
|
y*******g 发帖数: 6599 | 29 目前大部分mobile version都是single page。主要网站还真不多。因为没必要single
page。
mobile web要是每次都加载用户体验很不好
【在 p*****2 的大作中提到】 : : hash tag是干嘛用的呀?
|
t***a 发帖数: 416 | 30 其实这东西以前就有,以前叫锚点
就是帮你在同一个页面里面跳转的
现在不是js也mvc嘛,backbone这样的前端框架的router功能,就是根据这个#号后面的
值来的
【在 p*****2 的大作中提到】 : : hash tag是干嘛用的呀?
|
|
|
m****r 发帖数: 6639 | 31 aha! i got one.
http://badmintonratings.me
【在 p*****2 的大作中提到】 : : hash tag是干嘛用的呀?
|
p*****2 发帖数: 21240 | 32
这样呀。明白了。多谢大牛。
【在 t***a 的大作中提到】 : 其实这东西以前就有,以前叫锚点 : 就是帮你在同一个页面里面跳转的 : 现在不是js也mvc嘛,backbone这样的前端框架的router功能,就是根据这个#号后面的 : 值来的
|
p*****2 发帖数: 21240 | 33
single
我就是没想明白。把about, company, careers, contact都整在一个页面怎么搞。看了
不少,都是页面跳转
【在 y*******g 的大作中提到】 : 目前大部分mobile version都是single page。主要网站还真不多。因为没必要single : page。 : mobile web要是每次都加载用户体验很不好
|
c*********e 发帖数: 16335 | 34 #是静态网页里用的东西。
【在 p*****2 的大作中提到】 : : single : 我就是没想明白。把about, company, careers, contact都整在一个页面怎么搞。看了 : 不少,都是页面跳转
|
t***a 发帖数: 416 | 35 对的,#后面的东西提交不到服务器端,所以以前这玩意用的很少,只能静态页面里内
部跳转
【在 c*********e 的大作中提到】 : #是静态网页里用的东西。
|
r*****s 发帖数: 985 | 36 你就想一个page就是个big xml,
js在里面换Elements for about company, careers, contact etc.
【在 p*****2 的大作中提到】 : : single : 我就是没想明白。把about, company, careers, contact都整在一个页面怎么搞。看了 : 不少,都是页面跳转
|
g*****g 发帖数: 34805 | 37 最简单的就是都放着,轮着藏起来。
【在 r*****s 的大作中提到】 : 你就想一个page就是个big xml, : js在里面换Elements for about company, careers, contact etc.
|
p*****2 发帖数: 21240 | 38
哈哈。好
【在 g*****g 的大作中提到】 : 最简单的就是都放着,轮着藏起来。
|
p*****2 发帖数: 21240 | 39
不过感觉比multiple page也没啥优势吧?可能实现起来还更麻烦?
【在 r*****s 的大作中提到】 : 你就想一个page就是个big xml, : js在里面换Elements for about company, careers, contact etc.
|
x****d 发帖数: 1766 | 40 basic http/web knowledge is very important. When I interview web developers,
I ask how they use telnet to get a webpage. how to read the header, how to
read an url/uri and so on. If non web D, it is not important. But WD,
important ah. |
|
|
p*****2 发帖数: 21240 | 41
developers,
to
这个一定要用telnet吗?我感觉fiddler很好用呀。chrome还有firebug也都不错吧?
telnet可以提供什么更牛逼的功能?
【在 x****d 的大作中提到】 : basic http/web knowledge is very important. When I interview web developers, : I ask how they use telnet to get a webpage. how to read the header, how to : read an url/uri and so on. If non web D, it is not important. But WD, : important ah.
|