搜索资源列表
mapapi0.4alpha
- MapEasy is a web mapping client api which has an alogy with Google Map Api. It helps to build a map-based application easily. Based on Javascr ipt and AJAX technology, MapEasy will work on most modern browsers (Firefox 1.0+, Internet Explorer 6.
GoogleMapsExample
- google map example试用了ajax等技术-google map example tested technologies such as ajax
GoogleMap
- 此为google map地图功能源码,运用了ajax 技术-This is the google map map feature source, using the ajax technology
weather_mashup_src_0.1
- 利用 google map的api开发的小app,显示地点温度信息-Api of google map to use to develop a small app, show the location of the temperature information
Beginning_Google_Maps_Applications_with_PHP_and_Aj
- 关于如何用PHP和Ajax来创建自己的Google地图的一本书-On how to use PHP and Ajax to create your own Google map of a book
GoogleMapControl
- 你只需完成以下几步: 1.新建一个ASP.NET AJAX-Enabled Website。 2.将源代码中App_Code文件夹、GoogleMapForASPNet.ascx、GoogleMapForASPNet.ascx.cs,GService.asmx复制到你的ASP.NET应用程序下。 3.保证你的网站支持AJAX技术。 4.打开Default.aspx(或任何你想加入Google Map的位置),将该自定义控件拖放至相应位置并编译,这样就实现了
wordpressbae_v3.6
- 整合了无XSL的Google Sitemap.这样谷歌网站管理员不会提示无法索引 整合了正常无措的百度网站地图.有利于SEO 整合了MP6插件美化后台 整合了多说评论插件,因为BAE评论始终有500问题,出现在AJAX评论上,而且BCMS发信经常定期问题,所以放弃自带评论系统,不过多说可以回流评论,没有多少问题-Integration of the Google Sitemap. XSL so Google site administrators will not be prompt
ajaxJsonDemo02
- AJAX = Asynchronous Javascr ipt and XML(异步的 Javascr ipt 和 XML)。AJAX 不是新的编程语言,而是一种使用现有标准的新方法。 AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。有很多使用 AJAX 的应用程序案例:新浪微博、Google 地图、开心网等等。 传统的开发模式:用户的每一次操作都触发一次返回服务器的HTTP请求,服务器做出处理后,返回一个html页面给用户。(AJAX is not a ne