<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>站长论坛 - AJAX编程</title>
    <link>http://tzlink.com/bbs/forum-17-1.html</link>
    <description>Latest 20 threads of AJAX编程</description>
    <copyright>Copyright(C) 站长论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 18 Apr 2026 13:57:43 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://tzlink.com/bbs/static/image/common/logo_88_31.gif</url>
      <title>站长论坛</title>
      <link>http://tzlink.com/bbs/</link>
    </image>
    <item>
      <title>jQuery scrollFix滚动定位插件</title>
      <link>http://tzlink.com/bbs/thread-12978-1-1.html</link>
      <description><![CDATA[$(\&quot;.target_element\&quot;).scrollFix( [ \&quot;top\&quot; | \&quot;bottom\&quot; | length(可以为负,表示相对bottom), [ \&quot;top\&quot; | \&quot;bottom\&quot; ] ]);

第一个参数： 可选，默认为\&quot;top\&quot;，当目标元素到了屏幕相对的位置时开始触发固定，可以填一个数值，如100,-200 ,负值表示相对于屏幕下方

第一个 ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Tue, 09 Oct 2012 07:23:56 +0000</pubDate>
    </item>
    <item>
      <title>理解AJAX工作原理 构建网站的有效方法</title>
      <link>http://tzlink.com/bbs/thread-10649-1-1.html</link>
      <description><![CDATA[Ajax 由 HTML、JavaScript&#8482; 技术、DHTML 和 DOM 组成，这一杰出的方法可以将笨拙的 Web 界面转化成交互性的 Ajax 应用程序。本文的作者是一位 Ajax 专家，他演示了这些技术如何协同工作 —— 从总体概述到细节的讨论 —— 使高效的 Web 开发成为现实。他还揭开了  ...]]></description>
      <category>AJAX编程</category>
      <author>abcdef133</author>
      <pubDate>Fri, 02 Apr 2010 08:22:21 +0000</pubDate>
    </item>
    <item>
      <title>怎样使用AJAX进行WEB应用程序开发</title>
      <link>http://tzlink.com/bbs/thread-10648-1-1.html</link>
      <description><![CDATA[一、简介

AJAX，一个异步JavaScript和XML的缩略词，是最近出来的技术词语。异步意味着你可以经由超文本传输协议(HTTP)向一个服务器发出请求并且在等待该响应时继续处理另外的数据。这就意味着，例如，你可以调用一个服务器端脚本来从一个数据库中以XML方式检索数据， ...]]></description>
      <category>AJAX编程</category>
      <author>abcdef133</author>
      <pubDate>Fri, 02 Apr 2010 08:21:49 +0000</pubDate>
    </item>
    <item>
      <title>AJAX开发技术在PHP开发中的简单应用技巧</title>
      <link>http://tzlink.com/bbs/thread-10637-1-1.html</link>
      <description><![CDATA[AJAX无疑是2005年炒的最热的Web开发技术之一，当然，这个功劳离不开Google。我只是一个普通开发者，使用AJAX的地方不是特别多，我就简单的把我使用的心得说一下。（本文假设用户已经具有JavaScript、HTML、CSS等基本的Web开发能力） 

[AJAX介绍]

Ajax是使用客户端 ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Fri, 02 Apr 2010 02:24:40 +0000</pubDate>
    </item>
    <item>
      <title>Ajax改造：使用Ajax和jQuery改进现有站点</title>
      <link>http://tzlink.com/bbs/thread-10628-1-1.html</link>
      <description><![CDATA[Ajax 技术改变了大型商业 Web 应用程序的外观，但是许多较小的 Web 站点都不具备足够的资源重新构建完整的用户界面（UI）。Ajax 的一些新特性能够解决实际中的界面问题并改善用户体验。本文将展示如何使用简单的模式窗口消除弹出窗口和导航死角。通过应用渐进增强（prog ...]]></description>
      <category>AJAX编程</category>
      <author>sunhw0725</author>
      <pubDate>Wed, 31 Mar 2010 07:15:59 +0000</pubDate>
    </item>
    <item>
      <title>Ajax缓存和编码问题的最终解决方案</title>
      <link>http://tzlink.com/bbs/thread-10600-1-1.html</link>
      <description><![CDATA[ajax缓存和编码问题不难解决，下面是解决方法。

编码问题

默认使用UTF-8，如果一旦发现对象找不到的情况，可能js中输入了中文，同时js的编码格式可能为gb2312，可用记事本打开js，另存为utf-8格式的文档。

通过XMLHttpRequest获取的数据，默认的字符编码是UTF- ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Mon, 29 Mar 2010 03:54:55 +0000</pubDate>
    </item>
    <item>
      <title>Asp.net 使用Ajax时如何弹出对话框</title>
      <link>http://tzlink.com/bbs/thread-10449-1-1.html</link>
      <description><![CDATA[HTML

 
 
 
 
 
 
 


在ASP.NET页面上添加AJAX控件后,不能调出窗口的解决办法:

ASP.NET2.0中AJAX使用新的Manager 类来管理，而不兼容原来的 ClientManager 类 ,所以用

alert(\'提示：产品添加成功!\') 
this.Client.RegisterClientBlock(this.GetType ...]]></description>
      <category>AJAX编程</category>
      <author>tznktg</author>
      <pubDate>Tue, 02 Mar 2010 04:06:33 +0000</pubDate>
    </item>
    <item>
      <title>AJAX模拟HTTP LongPoll 实现“服务器推”技术</title>
      <link>http://tzlink.com/bbs/thread-10373-1-1.html</link>
      <description><![CDATA[最近在看“服务器推送技术”，在B/S结构中，通过某种magic使得客户端不需要通过轮询即可以得到服务端的最新信息（比如股票价格，聊天室，webQQ、开心网、白社会），这样可以节省大量的带宽。



传统的轮询技术对服务器的压力很大，并且造成带宽的极大浪费。如果改 ...]]></description>
      <category>AJAX编程</category>
      <author>tzlink</author>
      <pubDate>Fri, 29 Jan 2010 07:36:07 +0000</pubDate>
    </item>
    <item>
      <title>AJAX也有安全隐患，谈谈AJAX的安全性</title>
      <link>http://tzlink.com/bbs/thread-10363-1-1.html</link>
      <description><![CDATA[Web开发者不会注意到由 “AJAX(Asynchronous JavaScript And XML)”所带来的激情。不费力气就能创建像Google Suggest那样的智能网站或者像Gmail那样基于Web的应用程序，这在很大程度上要归功于这种技术。然而，伴随着AJAX应用程序的发展，我们发现了它的一些不足之处， ...]]></description>
      <category>AJAX编程</category>
      <author>tzlink</author>
      <pubDate>Fri, 29 Jan 2010 03:13:18 +0000</pubDate>
    </item>
    <item>
      <title>AJAX（XMLHttpRequest）进行跨域请求方法详解</title>
      <link>http://tzlink.com/bbs/thread-10337-1-1.html</link>
      <description><![CDATA[注意：以下代码请在Firefox 3.5、Chrome 3.0、Safari 4之后的版本中进行测试。IE8的实现方法与其他浏览不同。 

跨域请求，顾名思义，就是一个站点中的资源去访问另外一个不同域名站点上的资源。这种情况很常见，比如说通过 style 标签加载外部样式表文件、通过 img  ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Tue, 12 Jan 2010 08:40:16 +0000</pubDate>
    </item>
    <item>
      <title>集成Ajax RichFaces 3.3.3 Beta1发布</title>
      <link>http://tzlink.com/bbs/thread-10295-1-1.html</link>
      <description><![CDATA[RichFaces是用于 Java&#8482; Server Faces（JSF）的一种新的用户界面组件套件。除了其他优点外，RichFaces 还提供内置的JavaScript和Ajax功能，从而满足客户期望。 



JSF和Ajax概念大家一定不陌生，二者结合起来衍生出A4J（Ajax4JSF）。其目的就是将Ajax的功能集 ...]]></description>
      <category>AJAX编程</category>
      <author>dingjianping</author>
      <pubDate>Sun, 03 Jan 2010 01:48:21 +0000</pubDate>
    </item>
    <item>
      <title>jquery 插件corner实现圆角边框</title>
      <link>http://tzlink.com/bbs/thread-10235-1-1.html</link>
      <description><![CDATA[jQuery Corners
   
     
       
     $( function(){$(\'.roundedd\').corners();})  
        
     
   .roundedd   
  {        background-color:#eeeeee;     }    
     
   
  
 class=\&quot;rounded {10px}\&quot; 
  

我测试了一下发现一个问题b ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Fri, 18 Dec 2009 06:00:12 +0000</pubDate>
    </item>
    <item>
      <title>jQuery Select(单选) 模拟插件 V1.3.6</title>
      <link>http://tzlink.com/bbs/thread-10234-1-1.html</link>
      <description><![CDATA[08月29日更新 V1.3.5

a、修正safari下的样式问题
b、使用其他的方法生成select后面的下拉箭头
c、增加对鼠标滚轮的支持。
d、一些细节上的写法。
 


Demo：http://www.zhangjingwei.com/demo/jQuery.Select/index.html

您可以自由的使用这个开源项目在任 ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Fri, 18 Dec 2009 05:58:02 +0000</pubDate>
    </item>
    <item>
      <title>用Microsoft Ajax Minifier帮你的Javascript瘦身</title>
      <link>http://tzlink.com/bbs/thread-9978-1-1.html</link>
      <description><![CDATA[摘要 前两天在Plurk上看到91哥在谈这个工具，一时兴起之下就稍为玩了一下，发现还蛮有趣的，以下介绍给大家参考看看。

从Web 2.0兴起后，使用者对于网页互动的需求愈来愈大，不仅要求使用界面美观，也希望操作功能的友善度上能与过去的Winform程式看齐，而为了达到更 ...]]></description>
      <category>AJAX编程</category>
      <author>tznktg</author>
      <pubDate>Thu, 29 Oct 2009 03:03:14 +0000</pubDate>
    </item>
    <item>
      <title>利用ajax.dll进行asp.net ajax开发</title>
      <link>http://tzlink.com/bbs/thread-9721-1-1.html</link>
      <description><![CDATA[Asynchronous JavaScript and XML（AJAX）最近掀起的高潮，要完全归功于Google在Google Suggest和Google Maps中的使用。对ASP.NET而言，AJAX不需要回传就能进行服务器端处理，从而使客户机（浏览器）具有丰富的服务器端能力。换句话说，它为异步指派和处理请求与服务器 ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Thu, 03 Sep 2009 08:49:46 +0000</pubDate>
    </item>
    <item>
      <title>如何成为AJAX高手</title>
      <link>http://tzlink.com/bbs/thread-9681-1-1.html</link>
      <description><![CDATA[提起javascript，很多程序员都觉得不屑一顾，总是认为他很低级。假如在C/S产品开发模式下，JS的确没什么大的用处。可是在GOOGLE一夜间将地图搜索推出后，这个世界就起了些微妙的变化，直到今年除夕，微软偷偷将LIVE上线，接着将LIVE的产品级别提到和旗舰产品WINDOWS一样 ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Sat, 29 Aug 2009 06:24:27 +0000</pubDate>
    </item>
    <item>
      <title>仿alert、confirm做的多风格js提示框</title>
      <link>http://tzlink.com/bbs/thread-9386-1-1.html</link>
      <description><![CDATA[演示地址：http://bbs.okajax.com/demo/31/

组件名称：
ymPrompt消息提示组件 2.0

组件说明：
在web开发中，对于浏览器默认的消息提示框（如alert,confirm等）外观无法控制，为了实现更好的界面效果，于是模拟系统的消息提示框实现了该组件。在外观上可以通过cs ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Fri, 24 Jul 2009 05:32:39 +0000</pubDate>
    </item>
    <item>
      <title>有关Ajax的你必须知道的十件事情</title>
      <link>http://tzlink.com/bbs/thread-9290-1-1.html</link>
      <description><![CDATA[任何新兴网络技术的引进都会在某种不同方面的影响网络的基础建设，小到微不足道，大到地球破碎。同样，在当今网络中，Ajax是一个更具有破坏性的新网络技术。为了减少你对将来网络的吃惊，本文列出了10件你需要知道的关于Ajax的知识。



让我们看一组幻灯片，对于Aj ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Fri, 10 Jul 2009 05:04:13 +0000</pubDate>
    </item>
    <item>
      <title>解决ajax超长字符串、中文乱码问题</title>
      <link>http://tzlink.com/bbs/thread-8894-1-1.html</link>
      <description><![CDATA[在最近的项目测试中发现通过ajax发送超长参数时遇到这个脚本错误：

系统找不到指定资源

the system cannot locate the resource specified

意思是参数太长，无法发送，测试的浏览器是IE6//IE7//IE8，由于利用了ActiveX所以其他浏览器的情况可能不一样。

查 ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Tue, 19 May 2009 04:02:49 +0000</pubDate>
    </item>
    <item>
      <title>跟随鼠标提示效果</title>
      <link>http://tzlink.com/bbs/thread-8822-1-1.html</link>
      <description><![CDATA[效果预览：http://www.hansir.cn/tem/sample/mouse_sug.html
 

function wsug(e, str){ // http://www.hansir.cn
var oThis = arguments.callee;
if(!str) {
oThis.sug.style.visibility = \'hidden\';
document.onmousemove = null;
return;
}
if(!oThis.sug) ...]]></description>
      <category>AJAX编程</category>
      <author>superadmin</author>
      <pubDate>Sat, 09 May 2009 04:56:04 +0000</pubDate>
    </item>
  </channel>
</rss>