搜索资源列表
AjaxSample
- 一个基于C#的AJAX的源代码以及DEMO项目。AJAX采用XMLHTTP + JS 实现的无刷新页面的技术,典型应用有 Google Map等。-Source code of c sharp based on AJAX, and a demo project with it. The implement of AJAX is using XMLHTTP and Javascr ipt without refresh web pages, specific application with AJ
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.
GoogleMap.rar
- 调用google map的示例,通过前台ajax来实现此功能,google Map
Google-Map-Asp-net-Control
- 从SQL SERVER数据库中提取出地球的经度、纬度,用这些信息之Google地图对应位置插入插件。如果你熟悉Ajax框架,你一定知道解答的方法。于是作者写了这个控件,可以让大家更集中于服务端的功能。-Features * Enables you to draw google map. No javascr ipt knowledge required. Just drag and drop control on your page. * Uses Ajax calls
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
bus
- 这程序是用google map api的公共汽车经路收到的。php , mysql, ajax, google map api.-This is a programing for getting the route of bus.
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的位置),将该自定义控件拖放至相应位置并编译,这样就实现了
CSharp_GPS_Application
- GPS地图开发程序,开发环境是VS2005,采用C#语言和Ajax技术,功能类似google map-GPS Application Developed by C#
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