<?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>好开发 &#187; 前端</title>
	<atom:link href="http://www.icartype.com/?cat=14&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.icartype.com</link>
	<description>被诅咒的程序猿</description>
	<lastBuildDate>Tue, 15 Oct 2019 01:49:00 +0000</lastBuildDate>
	<language>zh-CN</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0</generator>
	<item>
		<title>CodeMirror自定义API,全屏编辑及关键词自动提示，及api文档说明，类似Eclips自动提示</title>
		<link>http://www.icartype.com/?p=189</link>
		<comments>http://www.icartype.com/?p=189#comments</comments>
		<pubDate>Wed, 30 Mar 2016 07:52:11 +0000</pubDate>
		<dc:creator><![CDATA[lidasheng]]></dc:creator>
				<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.icartype.com/?p=189</guid>
		<description><![CDATA[最近用codemirror开发了一个编辑器，需要支持类似于eclips的自动提示，以及全屏编辑，api是自己框架的，需要根据关键词自动提示api及显示api的文档说明，废话不多说，直接上代码

1.初始化编辑器
<pre>var editor =  CodeMirror.fromTextArea(doc[......]</pre><p class='read-more'><a href='http://www.icartype.com/?p=189'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.icartype.com/?feed=rss2&#038;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10个 jQuery 小技巧</title>
		<link>http://www.icartype.com/?p=165</link>
		<comments>http://www.icartype.com/?p=165#comments</comments>
		<pubDate>Tue, 20 Oct 2015 03:17:02 +0000</pubDate>
		<dc:creator><![CDATA[lidasheng]]></dc:creator>
				<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.icartype.com/?p=165</guid>
		<description><![CDATA[<h2>1. 返回顶部按钮</h2>
你可以利用 <code>animate</code> 和 <code>scrollTop</code> 来实现返回顶部的动画，而不需要使用其他插件。
<pre class="js prettyprint">// Back to top
$('a.top').click(function () {
  $(document.body).animate({scrollTop: 0}[......]</pre><p class='read-more'><a href='http://www.icartype.com/?p=165'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.icartype.com/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H5性能优化方案</title>
		<link>http://www.icartype.com/?p=162</link>
		<comments>http://www.icartype.com/?p=162#comments</comments>
		<pubDate>Wed, 23 Sep 2015 03:20:20 +0000</pubDate>
		<dc:creator><![CDATA[lidasheng]]></dc:creator>
				<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.icartype.com/?p=162</guid>
		<description><![CDATA[<h2 id="h5-1">H5性能优化意义</h2>
对于一个H5的产品，功能无疑很重要，但是性能同样是用户体验中不可或缺的一环。原本H5的渲染性能就不及native的app，如果不把性能优化做起来，将极大地影响用户使用产品的积极性。
<h3 id="section">用户感受</h3>
当用户能够在1-2秒内打开H5页面，看到信息的展示，或者能够开始进行下一步的操作，用[......]<p class='read-more'><a href='http://www.icartype.com/?p=162'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.icartype.com/?feed=rss2&#038;p=162</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>前端进阶之路：点击事件绑定</title>
		<link>http://www.icartype.com/?p=129</link>
		<comments>http://www.icartype.com/?p=129#comments</comments>
		<pubDate>Tue, 30 Jun 2015 09:12:03 +0000</pubDate>
		<dc:creator><![CDATA[lidasheng]]></dc:creator>
				<category><![CDATA[前端]]></category>

		<guid isPermaLink="false">http://www.icartype.com/?p=129</guid>
		<description><![CDATA[<h2>引言</h2>
前端之所以被称为前端，是因为它是整个 Web 技术栈中距离用户最近、直接与用户进行交互的一环。而网页界面与用户的交互通常是通过各种事件来达成的；在各种事件之中，<strong>点击事件</strong> 往往又是最常见、最通用的一种界面事件。

本文将介绍我在 “点击事件绑定” 这一场景下的进阶之路。
<h2>背景</h2>
我是一个[......]<p class='read-more'><a href='http://www.icartype.com/?p=129'>Read more</a></p>]]></description>
		<wfw:commentRss>http://www.icartype.com/?feed=rss2&#038;p=129</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
