<?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>UEDspace</title>
	<atom:link href="http://www.uedspace.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.uedspace.com</link>
	<description>专注于web前端开发、关注用户体验。</description>
	<lastBuildDate>Thu, 02 Sep 2010 17:32:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>jquery ajax学习总结</title>
		<link>http://www.uedspace.com/blog/260.html</link>
		<comments>http://www.uedspace.com/blog/260.html#comments</comments>
		<pubDate>Thu, 02 Sep 2010 17:20:26 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml+css]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=260</guid>
		<description><![CDATA[最近一段时间一直在学习jquery ajax 的应用，用了两周的时间把jquery基础教程上面的第六章看完，边看边练习感觉

还好，能够消化一部分，但还是有一些知识点理解的不够透彻，还需要继续努力啊，不过还是有必要先这里总结一下我

学会的东西，在这一章里主要讲了使用jquery基于请求加载数据（html、js、json、xml），下面来逐一进行分析。 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/260.html">jquery ajax学习总结</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/260.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery浮层效果第一版</title>
		<link>http://www.uedspace.com/blog/254.html</link>
		<comments>http://www.uedspace.com/blog/254.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 16:01:12 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=254</guid>
		<description><![CDATA[为了检验近几天学习jquery的成果，晚上写了一个简单的浮层效果，想要的效果基本已经实现，还需要进一步的完善.... <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/254.html">jquery浮层效果第一版</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/254.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>jquery图片渐隐渐显效果</title>
		<link>http://www.uedspace.com/blog/234.html</link>
		<comments>http://www.uedspace.com/blog/234.html#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:58:59 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[幻灯片]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=234</guid>
		<description><![CDATA[自己写的query图片渐隐渐显效果，很实用，代码少，很简洁，如果你觉得合适可以拿去用 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/234.html">jquery图片渐隐渐显效果</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/234.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>jquery实现图片轮换向左滚动效果</title>
		<link>http://www.uedspace.com/blog/232.html</link>
		<comments>http://www.uedspace.com/blog/232.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 09:53:32 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=232</guid>
		<description><![CDATA[jquery实现图片轮换向左滚动效果，留着以后用的着 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/232.html">jquery实现图片轮换向左滚动效果</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/232.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>jquery实现图片向上滑动效果</title>
		<link>http://www.uedspace.com/blog/230.html</link>
		<comments>http://www.uedspace.com/blog/230.html#comments</comments>
		<pubDate>Mon, 05 Jul 2010 10:48:55 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=230</guid>
		<description><![CDATA[今天写的jquery实现图片向上滑动效果，代码很简洁 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/230.html">jquery实现图片向上滑动效果</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/230.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>新换了博客主题</title>
		<link>http://www.uedspace.com/blog/227.html</link>
		<comments>http://www.uedspace.com/blog/227.html#comments</comments>
		<pubDate>Mon, 05 Jul 2010 04:48:08 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[成长点滴]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=227</guid>
		<description><![CDATA[今天新换了博客的主题模板，感觉不错，先体验一下 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/227.html">新换了博客主题</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/227.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>收藏本页和设为首页的实现方法</title>
		<link>http://www.uedspace.com/blog/220.html</link>
		<comments>http://www.uedspace.com/blog/220.html#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:09:38 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=220</guid>
		<description><![CDATA[常用的 收藏、设为首页、刷新页面 效果，兼容ie6，ie7，ie8 和火狐浏览器，在这里记录一下以为备用， <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/220.html">收藏本页和设为首页的实现方法</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/220.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery.ui.draggable中文文档</title>
		<link>http://www.uedspace.com/blog/218.html</link>
		<comments>http://www.uedspace.com/blog/218.html#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:46:30 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=218</guid>
		<description><![CDATA[<p>[概览]
[原文翻译]
JQuery UI Draggable插件用来使选中的元素可以通过鼠标拖动.
Draggable的元素受影响css: ui-draggable, 拖动过程中的css: ui-draggable-dragging.
如果需要的不仅仅是拖, 而是一个完整的拖放功能, 请参阅JQuery UI 的Droppable插件, 该插件提供了一个draggable放的目标.
所有的回调函数(start, stop, drag等事件)接受两个参数:
event: 浏览器原生的事件
ui: 一个JQuery的ui对象, 其中有以下主要属性
   ui.helper: 正在拖动的元素的JQuery包装对象, ui.helper.context可以获取到原生的DOM元素.
   ui.position: ui.helper(也就是我们要拖动的元素)相对于父元素(包含自己的元素, 如果是顶层, 对应body)的偏移, 值是一个对象{top, left}&#8212;-也就是可以用ui.position.top获取到该元素与父元素的top当前偏移
   ui.offset: 与ui.position同意, 这里表示的是和浏览器内容区域左上边界的偏移(注意, 是内容区域, 而不是html的body区域.   html的body在默认情况下, 各种浏览器中都会相对offset有偏移的.)
[选项]
addClasses:
[类型]Boolean(布尔值)
[默认值]true
[产生影响]
   用来设置是否给draggable元素通过ui-draggable样式才装饰它. 主要为了在通过.draggable()初始化很多(成百个)元素的时候优化性能考虑, 但是, 这个选项的设置, 不会影响ui-draggable-dragging样式改变拖动过程样式.
   true表示ui-draggable样式被添加到该元素.
   false表示ui-draggable样式不被添加到该元素.
[代码示例]draggable其他选项的初始化, 获取属性值, 设置属性值部分除有特殊功能, 不再赘述, <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/218.html">jquery.ui.draggable中文文档</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/218.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>jquery无限级下拉菜单</title>
		<link>http://www.uedspace.com/blog/215.html</link>
		<comments>http://www.uedspace.com/blog/215.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 09:17:31 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[下拉菜单]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=215</guid>
		<description><![CDATA[jquery实现的无限级下拉菜单，代码很简洁，短短的几行搞定，兼容也很好，如果觉得有用拿去用吧。 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/215.html">jquery无限级下拉菜单</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/215.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery广告轮换效果</title>
		<link>http://www.uedspace.com/blog/211.html</link>
		<comments>http://www.uedspace.com/blog/211.html#comments</comments>
		<pubDate>Sun, 23 May 2010 16:06:45 +0000</pubDate>
		<dc:creator>luo</dc:creator>
				<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://www.uedspace.com/?p=211</guid>
		<description><![CDATA[jquery实现的广告轮换效果运行可以看到效果 <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.uedspace.com/blog/211.html">jquery广告轮换效果</a></span>]]></description>
		<wfw:commentRss>http://www.uedspace.com/blog/211.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
