社区
Ajax
帖子详情
Ajax & PHP without using the XmlHttpRequest Object
kangqin
2006-03-22 10:47:31
http://www.phpit.net/article/ajax-php-without-xmlhttprequest/
...全文
122
1
打赏
收藏
Ajax & PHP without using the XmlHttpRequest Object
http://www.phpit.net/article/ajax-php-without-xmlhttprequest/
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
1 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
supNate
2006-03-22
打赏
举报
回复
好思路!
其实不仅php可用,任何服务器技术均可!
外文翻译-
XMLHttpRequest
对象的使用
Using
_the_
XMLHttpRequest
_
Object
Using
the
XMLHttpRequest
Object
Now that we’ve discussed the history of dynamic Web applications and introduced
Ajax
, it’s time to cover the heart of the matter: how to use the
XMLHttpRequest
object
. While
Ajax
is more of a technique than a technology, without widespread support for
XMLHttpRequest
, Google Suggest and Ta-da List wouldn’t exist as we currently know them. And you wouldn’t be reading this book!
AJAX
+
PHP
+MYSQL聊天室
AJAX
driven simple chat
Detailed description:
This class can be used to implement a simple Web based chat system that uses
AJAX
to update the chat dialog display area without reloading the whole page.
这类可以用来实现基于聊天系统的简单网络。此聊天系统使用
AJAX
更新闲谈对话显示区而无需重新调入页面
The class generates a page with a Web form to submit what each chat line that the users type.
这类产生 Web form形式的网页
The chat lines are sent to the server
using
a
XMLHttpRequest
object
.
使用
XMLHttpRequest
对象将chat lines发到服务器
The chat lines are received by a server side script that uses the class to store what each user entered in a MySQL database table.
服务器端接受了chat lines,并用它来储存用户送进MySQL数据库表的数据。
In response, the class outputs the chat list already formatted to by displayed in the user browser pages.
相应地,在用户浏览网页时,它输出已经被格式化显示的的聊天列表。
Modelling and Generating
Ajax
Applications A Model-Driven Approach
AJAX
is a promising and rapidly evolving approach for building highly interactive web applications. In
AJAX
, user interface components and the event-based interaction between them form the founding elements, whereas in classic web applications the notions of web pages and hypertext links are central. Therefore modelling
AJAX
requires a different approach than what the current web modelling tools are providing. In this paper we propose a UML scheme for modelling
AJAX
user interfaces based on the MDA approach. We adopt ANDROMDA for creating an
AJAX
cartridge to generate an entire
AJAX
-based web application with automatic back-end integration. The implementation of this cartridge is a work in progress.
Ajax
in Action
这是一个关于
Ajax
很好的英文文档,可供有一定经验的程序员参考
ajax
in prpc
在prpc中使用
ajax
技术
Ajax
in PRPC 1.Dojo introduction 1.1 What is Dojo? • Dojo is the Open Source JavaScript Toolkit • It is tool for constructing dynamic web user interfaces • Dojo offers widgets, utilities, higher IO (
AJAX
) abstraction etc.
Ajax
52,792
社区成员
25,335
社区内容
发帖
与我相关
我的任务
Ajax
Web 开发 Ajax
复制链接
扫一扫
分享
社区描述
Web 开发 Ajax
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章