<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; Ajax</title>
	<atom:link href="http://blog.minidx.com/tag/ajax/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>11款可以大大提高你WEB开发速度的AJAX工具，APIs以及Frameworks</title>
		<link>http://blog.minidx.com/2009/10/23/2986.html</link>
		<comments>http://blog.minidx.com/2009/10/23/2986.html#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:03:54 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[程序开发相关]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Framework]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2986</guid>
		<description><![CDATA[有过Ajax开发经验的朋友们可能都知道，调试AJAX代码很多时候是一个痛苦的过程，单个JS函数的测试和调试可能会花掉很多的时间。Collection of 11+ AJAX Tools, APIs, Frameworks For Faster Development有选择性的挑选了11款可能会经常用到的AJAX工具，APIs以及Frameworks。我个人比较喜欢JS代码文档化的JsDoc Toolkit和用于JS调试的Firebug，相当有用。Web开发人员可以看看，是否也有你常用的东东。
你可能还对下列文章感兴趣:最完整的AJAX Framework和JavaScript Libraries列表(124+)24款美轮美奂的Ajax淡入淡出效果插件(强烈推荐！)15款手风琴(Accordion)效果的Ajax插件(推荐)jQuery API说明中文版Vista Web Photo Gallery&#8211;一款非常好用的完全基于Ajax的相册脚本程序]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/10/23/2986.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>24款美轮美奂的Ajax淡入淡出效果插件(强烈推荐！)</title>
		<link>http://blog.minidx.com/2009/09/29/2948.html</link>
		<comments>http://blog.minidx.com/2009/09/29/2948.html#comments</comments>
		<pubDate>Tue, 29 Sep 2009 01:31:14 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Web/CGI相关]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[淡入淡出效果]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2948</guid>
		<description><![CDATA[在很多在线Web应用中，尤其是很多图片处理以及相册程序中，淡入淡出效果经常被用到。淡入淡出效果的原理其实比较简单，设置一个定时器，改变nAlpha值，就可以实现窗口的淡入淡出效果了。下面是DoNotYet.com整理的24款非常不错的Ajax淡入淡出效果插件，每一款plugin都非常不错，强烈建议收藏。

文章在这里：
http://www.donotyet.com/2009/09/27/collection-of-fade-in-fade-out-effect-plugins/
你可能还对下列文章感兴趣:15款手风琴(Accordion)效果的Ajax插件(推荐)Spaz&#8211;一款基于Adobe Spry和jQuery框架的开源Twitter客户端11款可以大大提高你WEB开发速度的AJAX工具，APIs以及FrameworksVista Web Photo Gallery&#8211;一款非常好用的完全基于Ajax的相册脚本程序基于GWTPHP的不逊于Flash/Flex华丽界面的Ajax应用]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/09/29/2948.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15款手风琴(Accordion)效果的Ajax插件(推荐)</title>
		<link>http://blog.minidx.com/2009/09/15/2923.html</link>
		<comments>http://blog.minidx.com/2009/09/15/2923.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 01:33:24 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Web/CGI相关]]></category>
		<category><![CDATA[Accordion]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2923</guid>
		<description><![CDATA[像Outlook导航工具栏那样，操作选项比较多而需要节省空间的时候，Accordion效果的样式是一个非常不错的选择，可以把不用的折叠起来，犹如可折叠家具一般，效果非常不错。对于很多Windows应用，Accordion在NN年前就已经被开始使用，不过对于Web应用来说，实现起来就不是那么容易了。
好在近几年开始流行的Ajax，让我们的Web应用也可以像桌面程序那样多姿多彩。而像jQuery， extJs这些JavaScript框架的推出，使得原本需要编写大量代码实现的效果， 通过短短的几行就可以实现。用户还可以编写符合自己要求的插件，相当便利。 下面是一个关于15款手风琴(Accordion)效果的Ajax插件列表， 有兴趣的一定要看看！








http://www.donotyet.com/2009/09/13/the-ultimate-collection-of-ajax-accordion/
你可能还对下列文章感兴趣:24款美轮美奂的Ajax淡入淡出效果插件(强烈推荐！)Spaz&#8211;一款基于Adobe Spry和jQuery框架的开源Twitter客户端关于Ntt.cc上有偿征集Flex,Flash,Ajax,JavaScript相关文章的设想/具体实施最完整的AJAX Framework和JavaScript Libraries列表(124+)利用JSON代替XML解决各版本浏览器对DOM支持不同的问题]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/09/15/2923.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Web Photo Gallery&#8211;一款非常好用的完全基于Ajax的相册脚本程序</title>
		<link>http://blog.minidx.com/2008/12/21/1770.html</link>
		<comments>http://blog.minidx.com/2008/12/21/1770.html#comments</comments>
		<pubDate>Sat, 20 Dec 2008 17:02:07 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[软件工具Tips]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Photo]]></category>
		<category><![CDATA[相册]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/12/21/1770.html</guid>
		<description><![CDATA[随着Wordpress，Drupal等系统的日益成熟，越来越多的人可以轻松的创建自己的个人主页和博客，用来记录与分享自己的生活，而相册当然是一个重要的部分。利用Flex我们可以创建很Cool的相册，不过并不是每个人都是程序员，即使是程序员，也不一定就是Flex程序员……在前面的21+ beautiful Javascript and Ajax based solutions to our gallery requirements一文中，我们精挑细选挑选了21款JavaScript/Ajax的相册，其中大部分都是一种解决方案，而不是一种应用程序&#8211;也就是说，很大一部分面向的都是开发人员，或者至少是需要一定编成能力人员使用的。通过对他们做一定的修改，我们可以在自己的个人网站上添加相册功能。








记得在The Most Complete AJAX Framework and JavaScript Libraries List(124+)的时候，最初发布的时候是124款Libraries，到后来有人在留言中推荐列表中没有的，看到不错的我也就顺手添加了，不过再到后来，由于比较懒，一般都很少再去修改以前的文章。不过21+ beautiful Javascript and Ajax based solutions to our gallery requirements中Maxic推荐的Vista Web Photo Gallery，最初只是好奇点过去看一下，看到这样一段介绍：
 “Vista Photo Gallery is the first software that creates AJAX-powered online image galleries without the need for server-side setup. It means you just [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/12/21/1770.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于GWTPHP的不逊于Flash/Flex华丽界面的Ajax应用</title>
		<link>http://blog.minidx.com/2008/10/30/1593.html</link>
		<comments>http://blog.minidx.com/2008/10/30/1593.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 15:23:55 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[GWTPHP]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/10/30/1593.html</guid>
		<description><![CDATA[Flash/Flex应用在其华丽的界面，强悍的表现力方面一直都是将同类Ajax抛在后面，不过看到下面这款应用后，却不得不让人惊叹“华丽”这个词不仅仅是属于Flash/Flex应用的……有兴趣的去体验一下吧：








 
Demo地址：
http://samples.gwtphp.com/pax4/merchants/index.php#Quick-Report
你可能还对下列文章感兴趣:Flex/Flash和Silverlight哪一个更快关于Ntt.cc上有偿征集Flex,Flash,Ajax,JavaScript相关文章的设想/具体实施HTML5对Adobe Flex/Flash的冲击一篇关于Adobe Flash，Adobe Flex，Adobe AIR以及Microsoft Silverlight几款产品比较的精彩文章Auzn经典作品&#8211;扇形菜单]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/30/1593.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/23 queries in 0.125 seconds using disk
Object Caching 414/786 objects using disk

Served from: blog.minidx.com @ 2012-02-09 15:56:20 -->
