Code is poetry
Filed under: .js, Programming, Web Programming, lifeStyle
四月 4, 2008 • 12:47 am 0
Code is poetry
Filed under: .js, Programming, Web Programming, lifeStyle
三月 23, 2008 • 1:52 am 0
AIR brings all kind of web-tech together onto a universal runtime that runs in most of the platform nowadays. Consider we have Flash, Html, Css, Local-file I/O, Local-graphic accel., offline-online-interoperatibility and we have Eclipse as the IDE.
However AIR’s Html part is consideredly weak, it’s just a webkit browser and that’s all. It doesn’t promise to control the web content and functionality and solve the Ajax problems that we experienced, e.g. history, keyboard, browser compatibility, security, etc. In this point, why not let us introduce the ready & matured solution – GWT – to handle this part?
Filed under: .js, Programming, Web Programming
三月 6, 2008 • 1:41 am 0
Filed under: .js, Apple, Programming, Web Programming
七月 18, 2007 • 12:53 am 0
The red brown spotted fox jumped leaped over the rolling log.
Filed under: .js, Web Programming
七月 13, 2007 • 2:54 am 0
Filed under: .js
七月 5, 2007 • 1:51 am 0
JavaScript Coding Guidelines for Mac OS X – 24 Pages,足夠玩殘你。JavaScript IS SUITABLE FOR:
Filed under: .js, Apple, Web Programming
七月 4, 2007 • 2:32 pm 1
又在研究jQuery…1. 新版本(1.1.3)改善了bind及unbind會在IE引起infinite loop的問題.2. 關於mouse event, 這個網頁可算是Bibble: Javascript Madness: Mouse Eventshttp://unixpapa.com/js/mouse.html3. 這裡也有詳細的Javascript Event說明:JavaScript 语言参考手册http://www.8esky.com/handbook/JavaScript/evnt18.htm
Filed under: .js, Web Programming
六月 10, 2007 • 4:08 am 0
1. Apollo runtime + jQuery will let the web change2. 我們的教科書 – Say black when black, white when white. But who can always keep saying the truth?3. Why do we need Virtual Machine? What tasks we can archive better and faster with VM? What things we cannot do without VM? And that we can do from now on?4. How to earn money other from work?
十二月 13, 2006 • 2:21 pm 0
|
GWT,YUI,dojo,jQuery中挑了jQuery
来源:CSDN 发布会员:新书城收集整理 发布时间:2006-12-2 人气:17 |
| 想搭建一个框架是使用AJAX的,首先考虑到的就是Google web toolkit,看了一下它的文档,就是将所有的dom元素封装成Java对象了,写起代码来,因为有IDE的帮助,而且凭着静态语法的特点,出错的机率 就小了。但是有这样一个问题,比如说想给页面上随便增加一点东西的话,却不能随便编辑html文件,因为GWT生成的代码并不是那么好读,也就是说,每次 要修改一下页面,就要重新再编译一下Java代码。这点可不好。后来就改用YUI了,YUI的example 倒是非常的丰富,但用了总感觉不舒服,后面想想,才明白是因为它的api设计得不好调用,代码不能写得很简洁。没得说,又去试了一下dojo了,感觉是简 洁得多了,api用了感觉挺舒服的。写页面的时候,想用一下prototype的$,之前还以为dojo是基于prototype写成的,结果试了半天, 才发现并不是这样,正巧又在网上看了一篇介绍jQuery的,试了一下,就迷上它了,然后就把dojo从项目中移走了。 仔细回想了这四个框架,想想自己为什么会选中jQuery。才发现,因为jQuery的源代码是最简洁的,结构上也是最容易全部掌握了,写 JavaScript代码的时候,总是希望所有的代码都是在自己的手里面控制的,这种想法,跟一年前的想法一模一样,当时AJAX刚火的时候,也想去试一 些开源的框架,但用了一段时间以后,就放弃了,全部使用了自己设计的框架,因为框架掌握在自己手里面,舒坦。 JavaScript库丰富固然好,但是越丰富,自己就越不了解全部层次,内心就越不安。不懂这是不是大多数人的通病。可是仔细想想,为什么Java的开源库用得这么自在,为什么JavaScript的就自在不起来呢。 本文地址:http://www.newbooks.com.cn/info/61944.html |
Filed under: .js, Web Programming
最近的回應