惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
H
Hacker News: Front Page
P
Palo Alto Networks Blog
T
ThreatConnect
Apple Machine Learning Research
Apple Machine Learning Research
博客园_首页
T
True Tiger Recordings
P
Privacy & Cybersecurity Law Blog
B
Blog
IT之家
IT之家
Last Week in AI
Last Week in AI
F
Full Disclosure
Hacker News: Ask HN
Hacker News: Ask HN
C
Comments on: Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Cybersecurity and Infrastructure Security Agency CISA
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
N
News and Events Feed by Topic
NISL@THU
NISL@THU
腾讯CDC
雷峰网
雷峰网
Security Latest
Security Latest
李成银的技术随笔
M
Microsoft Research Blog - Microsoft Research
L
LangChain Blog
L
Lohrmann on Cybersecurity
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
C
Check Point Blog
Y
Y Combinator Blog
Recent Announcements
Recent Announcements
博客园 - Franky
N
News | PayPal Newsroom
V
V2EX
A
About on SuperTechFans
The Register - Security
The Register - Security
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google Online Security Blog
Google Online Security Blog
MyScale Blog
MyScale Blog
Cisco Talos Blog
Cisco Talos Blog
Vercel News
Vercel News
WordPress大学
WordPress大学
C
Cyber Attacks, Cyber Crime and Cyber Security
The Hacker News
The Hacker News
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
IntelliJ IDEA : IntelliJ IDEA – the Leading IDE for Professional Development in Java and Kotlin | The JetBrains Blog
爱范儿
爱范儿
A
Arctic Wolf
L
LINUX DO - 最新话题
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

博客园 - 风满袖

如何进行有效的沟通(二) 如何进行有效的沟通(一) SOA——概念 (转)Locale 详解 A XMLBean Tip 在Weblogic8.1.4服务器上安装Alphablox8.4 BI相关的术语 开源BI系统简述 如何收集项目需求 Prefactoring——Guidelines Prefactoring——Introduction Create C++ Object Dynamically MVP——Model-Viewer-Presenter Success/Failure Criteria for Software Projects AJAX Secutiry and AJAX Applications Accessible -- Many Tutorials and Articles A NHibernate Helper Kit Apache——Config WebDAV 3D Desktop Some Funny Development Methodologies -- XXX Driven Development
Why I hate Web 2.0/AJAX? Here are some reasons...
风满袖 · 2006-06-22 · via 博客园 - 风满袖

有位经常在自己的blog上讨论AJAX技术的仁兄发表了一篇随笔《Why I hate Web 2.0/AJAX? Here are some reasons...》,讲述了他讨厌AJAX的几大理由:

1、Web2.0/AJAX并没有什么新的东西。
2、错误使用Web2.0/AJAX会导致一些用户不能访问你的Web应用。因为会有人禁止执行Javascript(我想这样做的人不太多吧?)。
3、使用AJAX Framework是很不错。可是看到一些使用了framework的网站为了调用ajax 方法去存储几个字节而占用了不少网络带宽。有时我们使用自己编写的一点脚本就足够了,我们可能只需要用到Framework的1%。
4、需要注意程序更新带来的问题。如果接口改变,你需要去翻看那些脚本(包括ajax framework的代码)。
5、……

但从此文的评论来看,AJAX的拥护者还是不少的。

------------------------------

记得很久以前做过一个b/s的管理软件,使用的就是js+xml+xsl+c#的方式,有自己编写的一个简单的js库,也可以称为ajax了,可是效率始终不太理想。正如上面文章中所说的,有时为了存储几个字节而调用了不少js,颇费周章,我的小组成员也抱怨js代码太多,调试和修改颇为麻烦。
AJAX有很多优点,也有不少缺点,我想关键在于我们用于合适的场合。

posted @ 2006-06-22 11:18  风满袖  阅读(1810)  评论()    收藏  举报