<?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>网站前端,web前端,前端脚本,前端优化&#124;时代前端 &#187; 显示</title>
	<atom:link href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba/feed" rel="self" type="application/rss+xml" />
	<link>http://www.52shidai.com</link>
	<description>网站前端研究中心</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:36:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>高亮显示文本中重要关键字（Jquery ）</title>
		<link>http://www.52shidai.com/javascript/jquery/549.html</link>
		<comments>http://www.52shidai.com/javascript/jquery/549.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 09:47:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[显示]]></category>
		<category><![CDATA[高亮]]></category>

		<guid isPermaLink="false">http://www.52shidai.com/?p=549</guid>
		<description><![CDATA[一、界面预览     鼠标放到右边的Tab按钮上，文字透明度降低，同时一段文字高亮显示，效果如下：     Demo地址：http://5thirtyone.com/sandbox/samples/fadefocus/   很绚丽的效果幺！ 二、实现原理     将要高亮显示的文字加上&#60;span&#62;段落标记， class=”mask”的div 做为遮罩层，使此遮罩层位于文字内容之上（z-index属性，使用Jquery给段落动态添加样式类。   三、HTML代码 &#60;div class=”wrapper”&#62;     &#60;ul&#62;         &#60;li&#62;&#60;a href=”#”&#62;Summary&#60;/a&#62;&#60;/li&#62;         &#60;li&#62;&#60;a href=”#”&#62;Avatar&#60;/a&#62;&#60;/li&#62;         &#60;li&#62;&#60;a href=”#”&#62;Formats&#60;/a&#62;&#60;/li&#62;     &#60;/ul&#62;     &#60;div&#62;         &#60;h2&#62;             Avatar (2009 film)&#60;/h2&#62;         &#60;div&#62;             &#60;img src=”images/avatar.jpg” alt=”Avatar poster” /&#62;             &#60;p&#62;                 Avatar, also known as [...]]]></description>
			<content:encoded><![CDATA[<div><strong><span style="font-size: large;">一、界面预览</span></strong></div>
<div> </div>
<div><img onclick="window.open(&quot;http://blog.51cto.com/viewpic.php?refimg=&quot; + this.src)" src="http://images.cnblogs.com/cnblogs_com/ywqu/UI/jQueryHighlightimportantkeyword%20insidetext/001.gif" border="0" alt="" width="558" height="498" /></div>
<div>  鼠标放到右边的Tab按钮上，文字透明度降低，同时一段文字<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e9%ab%98%e4%ba%ae" title="查看 高亮 中的全部文章" target="_blank">高亮</a></span><span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba" title="查看 显示 中的全部文章" target="_blank">显示</a></span>，效果如下：</div>
<div><img onclick="window.open(&quot;http://blog.51cto.com/viewpic.php?refimg=&quot; + this.src)" src="http://images.cnblogs.com/cnblogs_com/ywqu/UI/jQueryHighlightimportantkeyword%20insidetext/002.gif" border="0" alt="" width="527" height="471" /></div>
<div> </div>
<div>  Demo地址：<a href="http://5thirtyone.com/sandbox/samples/fadefocus/" target="_blank"><span style="color: #800080;">http://5thirtyone.com/sandbox/samples/fadefocus/</span></a></div>
<div>  很绚丽的效果幺！</div>
<div><strong><span style="font-size: large;">二、实现原理</span></strong></div>
<div> </div>
<div>  将要<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e9%ab%98%e4%ba%ae" title="查看 高亮 中的全部文章" target="_blank">高亮</a></span><span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba" title="查看 显示 中的全部文章" target="_blank">显示</a></span>的文字加上&lt;span&gt;段落标记， class=”mask”的div 做为遮罩层，使此遮罩层位于文字内容之上（z-index属性，使用Jquery给段落动态添加样式类。</div>
<div> </div>
<div><strong><span style="font-size: large;">三、HTML代码</span></strong></div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="568" valign="top">
<div>&lt;div class=”wrapper”&gt;</div>
<div>    &lt;ul&gt;</div>
<div>        &lt;li&gt;&lt;a href=”#”&gt;Summary&lt;/a&gt;&lt;/li&gt;</div>
<div>        &lt;li&gt;&lt;a href=”#”&gt;Avatar&lt;/a&gt;&lt;/li&gt;</div>
<div>        &lt;li&gt;&lt;a href=”#”&gt;Formats&lt;/a&gt;&lt;/li&gt;</div>
<div>    &lt;/ul&gt;</div>
<div>    &lt;div&gt;</div>
<div>        &lt;h2&gt;</div>
<div>            Avatar (2009 film)&lt;/h2&gt;</div>
<div>        &lt;div&gt;</div>
<div>            &lt;img src=”images/avatar.jpg” alt=”Avatar poster” /&gt;</div>
<div>            &lt;p&gt;</div>
<div>                Avatar, also known as James Cameron&#8217;s Avatar, is an American 3-D science fiction</div>
<div>                epic film written and directed by &lt;a href=”http://en.wikipedia.org/wiki/James_Cameron”&gt;</div>
<div>                    James Cameron&lt;/a&gt;, and was released on December 16, 2009 by 20th Century Fox.</div>
<div>                The film is co-produced by &lt;a href=”http://en.wikipedia.org/wiki/Lightstorm_Entertainment”&gt;</div>
<div>                    Lightstorm Entertainment&lt;/a&gt;, and &lt;span&gt;focuses on an epic conflict on Pandora&lt;/span&gt;,</div>
<div>                an inhabited Earth-sized moon of Polyphemus, one of three fictional gas giants orbiting</div>
<div>                &lt;a href=”http://en.wikipedia.org/wiki/Alpha_Centauri_A”&gt;Alpha Centauri A&lt;/a&gt;. On</div>
<div>                Pandora, human colonists and the sentient humanoid indigenous inhabitants of Pandora,</div>
<div>                the Na&#8217;vi, engage in a war over the planet&#8217;s resources and the latter&#8217;s continued</div>
<div>                existence. The film&#8217;s title refers to &lt;span&gt;an avatar, a representation of</div>
<div>                    a real person in a virtual world&lt;/span&gt;.&lt;/p&gt;</div>
<div>            &lt;p&gt;</div>
<div>                &lt;span&gt;The film was released in 2D and 3D formats&lt;/span&gt;, along with an</div>
<div>                IMAX 3D release in selected theaters. The film is being touted as a breakthrough</div>
<div>                in terms of filmmaking technology, for its development of 3D viewing and stereoscopic</div>
<div>                filmmaking with cameras that were specially designed for the film&#8217;s production.&lt;/p&gt;</div>
<div>            &lt;p&gt;</div>
<div>                Read the rest of the &lt;a href=”http://en.wikipedia.org/wiki/Avatar_(2009_film)”&gt;original</div>
<div>                    Wikipedia page about Avatar&lt;/a&gt;&lt;/p&gt;</div>
<div>            &lt;div&gt;</div>
<div>            &lt;/div&gt;</div>
<div>        &lt;/div&gt;</div>
<div>    &lt;/div&gt;</div>
<div>&lt;/div&gt;</div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<div>entity-results类中<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba" title="查看 显示 中的全部文章" target="_blank">显示</a></span>了Tab按钮，每个按钮控制左边文字的透明度，段落文字的<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e9%ab%98%e4%ba%ae" title="查看 高亮 中的全部文章" target="_blank">高亮</a></span>显示。</div>
<div>entity-source类中有三个段落span Calss分别为 d1 d2 d3，也就是高亮文字段落。</div>
<div>class=”mask”的空div放到最后，此Div也就是一个遮罩层。</div>
<div><strong><span style="font-size: large;">四、CSS关键代码</span></strong></div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="568" valign="top">
<div>.entity-source, .entity-source span.show</div>
<div>{</div>
<div>    position: relative;</div>
<div>}</div>
<div>.entity-source .mask</div>
<div>{</div>
<div>    display: none;</div>
<div>    position: absolute;</div>
<div>    top: 0;</div>
<div>    left: 0;</div>
<div>    height: 100%;</div>
<div>    width: 100%;</div>
<div>    z-index: 1;</div>
<div>}</div>
<div>.entity-source span</div>
<div>{</div>
<div>    z-index: 2;</div>
<div>}</div>
<div>.entity-source span.show</div>
<div>{</div>
<div>    background: #ffc;</div>
<div>    color: #000;</div>
<div>}</div>
<div> </div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<div>类mask中的z-index:1 使得&lt;div class=”mask”&gt; 覆盖在左边文字内容之上。</div>
<div>z-nidex：2又使得span段落覆盖在&lt;div class=”mask”&gt;之上。从而显示实现了段落文字高亮显示。</div>
<div><strong><span style="font-size: large;">五、Jquery代码</span></strong></div>
<div> </div>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="568" valign="top">
<div><span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/jquery" title="查看 jQuery 中的全部文章" target="_blank">jQuery</a></span>(document).ready(function($) {</div>
<div>    // mask source 控制mask的动画效果</div>
<div>    var maskSource = <span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/jquery" title="查看 jQuery 中的全部文章" target="_blank">jQuery</a></span>(&#8216;.mask&#8217;);</div>
<div>    <span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/jquery" title="查看 jQuery 中的全部文章" target="_blank">jQuery</a></span>(&#8216;.entity-results&#8217;).hover(function() {</div>
<div>        maskSource.animate({opacity:0.7},1).fadeIn(&#8217;750&#8242;);</div>
<div>    }, function() {</div>
<div>        maskSource.fadeOut(&#8217;1000&#8242;);</div>
<div>    });</div>
<div> </div>
<div>    // match hover 控制段落的高亮显示</div>
<div>    var sample1 = jQuery(&#8216;span.d1&#8242;);</div>
<div>    var sample2 = jQuery(&#8216;span.d2&#8242;);</div>
<div>    var sample3 = jQuery(&#8216;span.d3&#8242;);</div>
<div>    jQuery(&#8216;a.d1&#8242;).hover(function() {</div>
<div>        sample1.addClass(&#8216;show&#8217;);   //给段落添加类</div>
<div>    }, function() {</div>
<div>        sample1.removeClass(&#8216;show&#8217;); //移除段落类</div>
<div>    });</div>
<div>    jQuery(&#8216;a.d2&#8242;).hover(function() {</div>
<div>        sample2.addClass(&#8216;show&#8217;);</div>
<div>    }, function() {</div>
<div>        sample2.removeClass(&#8216;show&#8217;);</div>
<div>    });</div>
<div>    jQuery(&#8216;a.d3&#8242;).hover(function() {</div>
<div>        sample3.addClass(&#8216;show&#8217;);</div>
<div>    }, function() {</div>
<div>        sample3.removeClass(&#8216;show&#8217;);</div>
<div>    });</div>
<div>});</div>
</td>
</tr>
</tbody>
</table>
<div> </div>
<div><strong>动画函数</strong><strong>animate(params, [duration], [easing], [callback]) </strong></div>
<div>Params：一组包含作为动画属性和终值的样式属性和及其值的集合</div>
<div><strong>duration</strong><em> (</em><em>可选</em><em>)</em><em>：</em>种预定速度之一的字符串(“slow”, “normal”, or “fast”)或表示动画时长的毫秒数值(如：1000)</div>
<div><strong>easing</strong><em> (</em><em>可选</em><em>)</em><em>：</em>要使用的擦除效果的名称(需要插件支持).默认jQuery提供”linear” 和 “swing”.</div>
<div><strong>callback</strong><em> (</em><em>可选)</em><em>：</em>在动画完成时执行的函数</div>
<div> </div>
<div><strong>淡入效果函数：</strong><strong>fadeIn(speed, [callback])</strong></div>
<div>Speed：三种预定速度之一的字符串(“slow”, “normal”, or “fast”)或表示动画时长的毫秒数值(如：1000)</div>
<div>callback (可选)：(Optional) 在动画完成时执行的函数</div>
<div> </div>
<div><strong> 淡出效果函数：<span style="font-size: x-small;">fadeOut解释同fadeIn</span></strong></div>
<h2  class="related_post_title">您可能感兴趣的文章</h2><ul class="related_post"><li><a href="http://www.52shidai.com/javascript/jquery/926.html" title="jQ.Mobi—针对移动设备优化的jQuery">jQ.Mobi—针对移动设备优化的jQuery</a></li><li><a href="http://www.52shidai.com/javascript/jquery/748.html" title="jQuery-bind不能处理绑定hover事件">jQuery-bind不能处理绑定hover事件</a></li><li><a href="http://www.52shidai.com/javascript/jquery/738.html" title="9个实用jQuery日历插件">9个实用jQuery日历插件</a></li><li><a href="http://www.52shidai.com/javascript/jquery/732.html" title="jQuery 操作css 设置样式">jQuery 操作css 设置样式</a></li><li><a href="http://www.52shidai.com/javascript/jquery/705.html" title="JQUERY操作XML实例教程">JQUERY操作XML实例教程</a></li><li><a href="http://www.52shidai.com/javascript/jquery/621.html" title="不要滥用jQuery的$(this)">不要滥用jQuery的$(this)</a></li><li><a href="http://www.52shidai.com/javascript/jquery/619.html" title="编写高性能的jQuery代码">编写高性能的jQuery代码</a></li><li><a href="http://www.52shidai.com/javascript/jquery/558.html" title="jQuery中的mouseenter和mouseleave事件">jQuery中的mouseenter和mouseleave事件</a></li><li><a href="http://www.52shidai.com/javascript/jquery/551.html" title="流动导航菜单-Fluid Navigation 使用Jquery+CSS创建">流动导航菜单-Fluid Navigation 使用Jquery+CSS创建</a></li><li><a href="http://www.52shidai.com/javascript/jquery/546.html" title="12个用jQuery插件改变Button按钮的漂亮特效">12个用jQuery插件改变Button按钮的漂亮特效</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.52shidai.com/javascript/jquery/549.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 作者显示作者相关函数</title>
		<link>http://www.52shidai.com/wordpress/34.html</link>
		<comments>http://www.52shidai.com/wordpress/34.html#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:55:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[作者]]></category>
		<category><![CDATA[函数]]></category>
		<category><![CDATA[显示]]></category>

		<guid isPermaLink="false">http://52shidai.com/?p=34</guid>
		<description><![CDATA[这句是用来读取WordPress后台设定的作者昵称，如果不愿意使用昵称而要使用名字，也可以使用其它函数：the_author显示作者名字；the_author_login显示作者登录名；the_author_url显示作者的网站地址。 显示发布时间 显示文章分类。 如果作者就是博客管理员，则会在登录状态下显示edit编辑按钮 the_author 显示文章的作者 the_author_description 显示文章作者的描述（作者个人资料中的描述） the_author_login 显示文章作者的登录名 the_author_firstname 显示文章作者的firstname（名） the_author_lastname 显示文章作者的lastname（姓） the_author_nickname 显示文章作者的昵称 the_author_ID 显示文章作者的ID号 the_author_email 显示文章作者的电子邮箱 the_author_url 显示文章作者的网站地址 the_author_link (添加于2.1版本) 显示一个以文章作者名为链接名，链接地址为文章作者的网址的链接。 the_author_icq (不推荐使用) 显示文章作者的icq the_author_aim 显示文章作者的aim the_author_yim 显示文章作者的yim the_author_msn (不推荐使用) 显示文章作者的msn the_author_posts 显示文章作者已发表文章的篇数 the_author_posts_link 显示一个链接到文章作者已发表文章列表的链接 list_authors (不推荐使用) 显示blog所有作者和他们的相关信息。完整函数如下： 参数： optioncount：是否显示各作者已发表文章的篇数，可选值为：TRUE 和 FALSE（默认值） exclude_admin：是否不列出管理员，可选值为：TRUE（默认值） 和 FALSE show_fullname ：是否显示各作者的全名，可选值为：TRUE 和 FALSE（默认值） hide_empty：是否不显示发表文章数为0的作者，可选值为：TRUE（默认值） 和 [...]]]></description>
			<content:encoded><![CDATA[<p>这句是用来读取WordPress后台设定的<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e4%bd%9c%e8%80%85" title="查看 作者 中的全部文章" target="_blank">作者</a></span>昵称，如果不愿意使用昵称而要使用名字，也可以使用其它<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e5%87%bd%e6%95%b0" title="查看 函数 中的全部文章" target="_blank">函数</a></span>：the_author<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba" title="查看 显示 中的全部文章" target="_blank">显示</a></span><span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e4%bd%9c%e8%80%85" title="查看 作者 中的全部文章" target="_blank">作者</a></span>名字；the_author_login<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba" title="查看 显示 中的全部文章" target="_blank">显示</a></span><span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e4%bd%9c%e8%80%85" title="查看 作者 中的全部文章" target="_blank">作者</a></span>登录名；the_author_url<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e6%98%be%e7%a4%ba" title="查看 显示 中的全部文章" target="_blank">显示</a></span>作者的网站地址。</p>
<p><!--p the_time(’F dS, Y’);-->显示发布时间</p>
<p><!--p the_category(’, ‘)-->显示文章分类。</p>
<p><!--p edit_post_link(’edit’, ‘(’, ‘)’);-->如果作者就是博客管理员，则会在登录状态下显示edit编辑按钮</p>
<p>the_author 显示文章的作者</p>
<p>the_author_description 显示文章作者的描述（作者个人资料中的描述）</p>
<p>the_author_login 显示文章作者的登录名</p>
<p>the_author_firstname 显示文章作者的firstname（名）</p>
<p>the_author_lastname 显示文章作者的lastname（姓）</p>
<p>the_author_nickname 显示文章作者的昵称</p>
<p>the_author_ID 显示文章作者的ID号</p>
<p>the_author_email 显示文章作者的电子邮箱</p>
<p>the_author_url 显示文章作者的网站地址</p>
<p>the_author_link (添加于2.1版本) 显示一个以文章作者名为链接名，链接地址为文章作者的网址的链接。</p>
<p>the_author_icq (不推荐使用) 显示文章作者的icq</p>
<p>the_author_aim 显示文章作者的aim</p>
<p>the_author_yim 显示文章作者的yim</p>
<p>the_author_msn (不推荐使用) 显示文章作者的msn</p>
<p>the_author_posts 显示文章作者已发表文章的篇数</p>
<p>the_author_posts_link 显示一个链接到文章作者已发表文章列表的链接</p>
<p>list_authors (不推荐使用) 显示blog所有作者和他们的相关信息。完整<span class='wp_keywordlink_affiliate'><a href="http://www.52shidai.com/tag/%e5%87%bd%e6%95%b0" title="查看 函数 中的全部文章" target="_blank">函数</a></span>如下：</p>
<p>参数：</p>
<p>optioncount：是否显示各作者已发表文章的篇数，可选值为：TRUE 和 FALSE（默认值）</p>
<p>exclude_admin：是否不列出管理员，可选值为：TRUE（默认值） 和 FALSE</p>
<p>show_fullname ：是否显示各作者的全名，可选值为：TRUE 和 FALSE（默认值）</p>
<p>hide_empty：是否不显示发表文章数为0的作者，可选值为：TRUE（默认值） 和 FALSE</p>
<p>feed：链接到各个作者发表文章的RSS供稿种子链接名，默认为空，不显示RSS供稿种子</p>
<p>feed_image：供稿种子的图片地址，如果提供此项，则覆盖上面的feed，默认为空</p>
<p>例如：</p>
<p>代表不显示各个作者的发布文章数，列出管理员，显示各作者的全名，显示发布文章数为0的作者和不显示RSS供稿种子。</p>
<p><!--p list_authors(optioncount, exclude_admin, show_fullname, hide_empty, ‘feed’, ‘feed_image’);--></p>
<p><!--p list_authors(FALSE, FALSE, TRUE, FALSE);--></p>
<p>wp_list_authors 显示blog作者列表，如果作者发表过文章，则他的名字将链接到他发表的文章列表中。可定义是否显示其他信息。</p>
<p>参数：</p>
<p>optioncount：是否显示各个作者发表文章数，可选值：true 和 false（默认值）</p>
<p>exclude_admin：是否不显示“admin”用户，可选值：true（默认值） 和 false</p>
<p>show_fullname：是否显示各个作者的全名，如果不显示，将显示昵称。可选值：true 和 false（默认值）</p>
<p>hide_empty：是否不显示发表文章数为0的作者，可选值：true（默认值） 和 false</p>
<p>feed：链接到各个作者发表文章的RSS供稿种子链接名，默认为空，不显示RSS供稿种子</p>
<p>feed_image：供稿种子的图片地址，如果提供此项，则覆盖上面的feed，默认为空</p>
<h2  class="related_post_title">您可能感兴趣的文章</h2><ul class="related_post"><li><a href="http://www.52shidai.com/wordpress/856.html" title="wordpress标签云文字大小,数量,排序等">wordpress标签云文字大小,数量,排序等</a></li><li><a href="http://www.52shidai.com/seo/844.html" title="wordpress博客seo优化指南">wordpress博客seo优化指南</a></li><li><a href="http://www.52shidai.com/wordpress/836.html" title="WordPress 3.3正式版新功能">WordPress 3.3正式版新功能</a></li><li><a href="http://www.52shidai.com/wordpress/684.html" title="wordpress后台和登录页面报错">wordpress后台和登录页面报错</a></li><li><a href="http://www.52shidai.com/wordpress/678.html" title="手机管理WordPress博客软件集锦">手机管理WordPress博客软件集锦</a></li><li><a href="http://www.52shidai.com/wordpress/625.html" title="wordpress 采集器插件">wordpress 采集器插件</a></li><li><a href="http://www.52shidai.com/javascript/614.html" title="高质量JavaScript代码书写基本要点|值得收藏">高质量JavaScript代码书写基本要点|值得收藏</a></li><li><a href="http://www.52shidai.com/wordpress/600.html" title="一个WordPress一个空间建立多个独立WP博客">一个WordPress一个空间建立多个独立WP博客</a></li><li><a href="http://www.52shidai.com/javascript/jquery/549.html" title="高亮显示文本中重要关键字（Jquery ）">高亮显示文本中重要关键字（Jquery ）</a></li><li><a href="http://www.52shidai.com/wordpress/506.html" title="wordpress采集插件—wp-o-matic使用详解">wordpress采集插件—wp-o-matic使用详解</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.52shidai.com/wordpress/34.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

