<?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>iDay.me</title>
	<atom:link href="http://iday.me/feed/" rel="self" type="application/rss+xml" />
	<link>http://iday.me</link>
	<description>小径分岔的花园</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:10:08 +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>javascript通用浮动代码</title>
		<link>http://iday.me/2012/01/31/javascript%e9%80%9a%e7%94%a8%e6%b5%ae%e5%8a%a8%e4%bb%a3%e7%a0%81/</link>
		<comments>http://iday.me/2012/01/31/javascript%e9%80%9a%e7%94%a8%e6%b5%ae%e5%8a%a8%e4%bb%a3%e7%a0%81/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 10:08:13 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://iday.me/?p=583</guid>
		<description><![CDATA[javascript通用浮动代码，可随意定位，修复了一些错误和兼容问题 document.writeln(&#34;&#60;style&#62;&#34;); document.writeln(&#34;.fixed{ &#34;); document.writeln(&#34; position: fixed; &#34;); document.writeln(&#34; _position: absolute; &#34;); document.writeln(&#34; _top: expression(eval(document.documentElement.scrollTop));} &#34;); document.writeln(&#34;html{ &#34;); document.writeln(&#34; _text-overflow:ellipsis; &#34;); document.writeln(&#34;} &#34;); document.writeln(&#34;&#60;/style&#62; &#34;); /*sol修改版本 http://iday.me 2012/01/31 */ /*任意位置浮动固定层*/ /*没剑(http://regedit.cnblogs.com) 2009-03-04*/ /*说明：可以让指定的层浮动到网页上的任何位置，当滚动条滚动时它会保持在当前位置不变，不会产生闪动*/ /*调用： 1 无参数调用：默认浮动在右下角 $(&#34;#id&#34;).floatdiv(); 2 内置固定位置浮动 //右下角 &#8230; <a href="http://iday.me/2012/01/31/javascript%e9%80%9a%e7%94%a8%e6%b5%ae%e5%8a%a8%e4%bb%a3%e7%a0%81/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iday.me/2012/01/31/javascript%e9%80%9a%e7%94%a8%e6%b5%ae%e5%8a%a8%e4%bb%a3%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript获取Get参数并跳转代码</title>
		<link>http://iday.me/2012/01/10/javascript%e8%8e%b7%e5%8f%96get%e5%8f%82%e6%95%b0%e5%b9%b6%e8%b7%b3%e8%bd%ac%e4%bb%a3%e7%a0%81/</link>
		<comments>http://iday.me/2012/01/10/javascript%e8%8e%b7%e5%8f%96get%e5%8f%82%e6%95%b0%e5%b9%b6%e8%b7%b3%e8%bd%ac%e4%bb%a3%e7%a0%81/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 02:34:33 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://iday.me/?p=581</guid>
		<description><![CDATA[&#60;html&#62; &#60;body&#62; &#60;script language = &#34;javascript&#34; type=&#34;text/javascript&#34;&#62; function $G(){ var Url=top.window.location.href; var u,g,StrBack=''; if(arguments[arguments.length-1]==&#34;#&#34;) u=Url.split(&#34;#&#34;); else u=Url.split(&#34;?&#34;); if (u.length==1) g=''; else g=u[1]; if(g!=''){ gg=g.split(&#34;&#38;&#34;); var MaxI=gg.length; str = arguments[0]+&#34;=&#34;; for(i=0;i&#60;maxi ;i++){ if(gg[i].indexOf(str)==0) { StrBack=gg[i].replace(str,&#34;&#34;); break; } } } return StrBack; &#8230; <a href="http://iday.me/2012/01/10/javascript%e8%8e%b7%e5%8f%96get%e5%8f%82%e6%95%b0%e5%b9%b6%e8%b7%b3%e8%bd%ac%e4%bb%a3%e7%a0%81/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iday.me/2012/01/10/javascript%e8%8e%b7%e5%8f%96get%e5%8f%82%e6%95%b0%e5%b9%b6%e8%b7%b3%e8%bd%ac%e4%bb%a3%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dedecms调用点击次数代码</title>
		<link>http://iday.me/2012/01/09/dedecms%e8%b0%83%e7%94%a8%e7%82%b9%e5%87%bb%e6%ac%a1%e6%95%b0%e4%bb%a3%e7%a0%81/</link>
		<comments>http://iday.me/2012/01/09/dedecms%e8%b0%83%e7%94%a8%e7%82%b9%e5%87%bb%e6%ac%a1%e6%95%b0%e4%bb%a3%e7%a0%81/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 02:54:32 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>
		<category><![CDATA[dedecms]]></category>

		<guid isPermaLink="false">http://iday.me/?p=572</guid>
		<description><![CDATA[dedecms调用点击次数代码 点击：&#60;script src=&#34;{dede:field name='phpurl'/}/count.php?view=yes&#38;aid={dede:field name='id'/}&#38;mid={dede:field name='mid'/}&#34; type='text/javascript' language=&#34;javascript&#34;&#62;&#60;/script&#62;次]]></description>
		<wfw:commentRss>http://iday.me/2012/01/09/dedecms%e8%b0%83%e7%94%a8%e7%82%b9%e5%87%bb%e6%ac%a1%e6%95%b0%e4%bb%a3%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos文本模式下交互式网络配置工具</title>
		<link>http://iday.me/2011/12/31/centos%e6%96%87%e6%9c%ac%e6%a8%a1%e5%bc%8f%e4%b8%8b%e4%ba%a4%e4%ba%92%e5%bc%8f%e7%bd%91%e7%bb%9c%e9%85%8d%e7%bd%ae%e5%b7%a5%e5%85%b7/</link>
		<comments>http://iday.me/2011/12/31/centos%e6%96%87%e6%9c%ac%e6%a8%a1%e5%bc%8f%e4%b8%8b%e4%ba%a4%e4%ba%92%e5%bc%8f%e7%bd%91%e7%bb%9c%e9%85%8d%e7%bd%ae%e5%b7%a5%e5%85%b7/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 05:28:38 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[linux 学习笔记]]></category>

		<guid isPermaLink="false">http://iday.me/?p=570</guid>
		<description><![CDATA[system-config-network-tui是Centos文本模式下的交互式网络配置工具。yum install&#160;system-config-network-tui就可以安装。]]></description>
		<wfw:commentRss>http://iday.me/2011/12/31/centos%e6%96%87%e6%9c%ac%e6%a8%a1%e5%bc%8f%e4%b8%8b%e4%ba%a4%e4%ba%92%e5%bc%8f%e7%bd%91%e7%bb%9c%e9%85%8d%e7%bd%ae%e5%b7%a5%e5%85%b7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javascript关闭漂浮窗口代码</title>
		<link>http://iday.me/2011/12/31/javascript%e5%85%b3%e9%97%ad%e6%bc%82%e6%b5%ae%e7%aa%97%e5%8f%a3%e4%bb%a3%e7%a0%81/</link>
		<comments>http://iday.me/2011/12/31/javascript%e5%85%b3%e9%97%ad%e6%bc%82%e6%b5%ae%e7%aa%97%e5%8f%a3%e4%bb%a3%e7%a0%81/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 04:00:37 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>

		<guid isPermaLink="false">http://iday.me/?p=566</guid>
		<description><![CDATA[function close_rswt() { var pf=document.getElementById('rswt'); pf.style.display=&#34;none&#34;; } document.writeln(&#34;&#60;div id=\&#34;rswt\&#34; &#62;&#34;); document.writeln(&#34;&#60;div id=\&#34;dibu-rswt\&#34; &#62;&#60;a onclick=\&#34;close_rswt();return false;\&#34; href=\&#34;javascript:void(0)\&#34;&#62;&#60;font color=red &#62;关闭&#60;/font&#62;&#60;/a&#62;&#60;/div&#62;&#34;); document.writeln(&#34;&#60;a href=\&#34;xxx\&#34; target=\&#34;_blank\&#34;&#62;&#60;img src=\&#34;/images/rswt.gif\&#34; /&#62;&#60;/a&#62;&#34;); document.writeln(&#34;&#60;/div&#62;&#34;);]]></description>
		<wfw:commentRss>http://iday.me/2011/12/31/javascript%e5%85%b3%e9%97%ad%e6%bc%82%e6%b5%ae%e7%aa%97%e5%8f%a3%e4%bb%a3%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dedecms调用指定栏目的文章标题和内容</title>
		<link>http://iday.me/2011/12/30/dedecms%e8%b0%83%e7%94%a8%e6%8c%87%e5%ae%9a%e6%a0%8f%e7%9b%ae%e7%9a%84%e6%96%87%e7%ab%a0%e6%a0%87%e9%a2%98%e5%92%8c%e5%86%85%e5%ae%b9/</link>
		<comments>http://iday.me/2011/12/30/dedecms%e8%b0%83%e7%94%a8%e6%8c%87%e5%ae%9a%e6%a0%8f%e7%9b%ae%e7%9a%84%e6%96%87%e7%ab%a0%e6%a0%87%e9%a2%98%e5%92%8c%e5%86%85%e5%ae%b9/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 06:46:51 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>
		<category><![CDATA[dedecms]]></category>

		<guid isPermaLink="false">http://iday.me/?p=544</guid>
		<description><![CDATA[{dede:php} $dsql = new DedeSql(false); $typeid=&#34;82&#34;; $sql=&#34;select a.id,a.title,t.typedir,c.body from #@__archives a,#@__arctype t ,#@__addonarticle c where a.typeid=t.id and a.id=c.aid and a.typeid=$typeid order by a.id desc limit 0,3&#34;; $dsql-&#62;SetQuery($sql); $dsql-&#62;Execute(); while($arc=$dsql-&#62;GetArray()){ $str.=' &#60;li class=&#34;w&#34;&#62;&#60;a href=&#34;'.substr($arc['typedir'],9).'/'.$arc['id'].'.html&#34; target=&#34;_blank&#34;&#62;'.cn_substr($arc['title'],40).'...&#60;/a&#62;&#60;/li&#62;&#60;li class=&#34;d&#34;&#62;'.cn_substr(strip_tags($arc['body']),30,6).'..&#60;/li&#62;';} echo $str; {/dede:php}]]></description>
		<wfw:commentRss>http://iday.me/2011/12/30/dedecms%e8%b0%83%e7%94%a8%e6%8c%87%e5%ae%9a%e6%a0%8f%e7%9b%ae%e7%9a%84%e6%96%87%e7%ab%a0%e6%a0%87%e9%a2%98%e5%92%8c%e5%86%85%e5%ae%b9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Js容错代码（屏蔽网页错误）</title>
		<link>http://iday.me/2011/11/28/js%e5%ae%b9%e9%94%99%e4%bb%a3%e7%a0%81%ef%bc%88%e5%b1%8f%e8%94%bd%e7%bd%91%e9%a1%b5%e9%94%99%e8%af%af%ef%bc%89/</link>
		<comments>http://iday.me/2011/11/28/js%e5%ae%b9%e9%94%99%e4%bb%a3%e7%a0%81%ef%bc%88%e5%b1%8f%e8%94%bd%e7%bd%91%e9%a1%b5%e9%94%99%e8%af%af%ef%bc%89/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 09:10:47 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>

		<guid isPermaLink="false">http://iday.me/?p=535</guid>
		<description><![CDATA[&#60;script type=&#34;text/javascript&#34; language=&#34;'JavaScript'&#34;&#62;// &#60; ![CDATA[ //屏蔽js错误 function ResumeError() { return true; } window.onerror = ResumeError; // ]]&#62;&#60;/script&#62;]]></description>
		<wfw:commentRss>http://iday.me/2011/11/28/js%e5%ae%b9%e9%94%99%e4%bb%a3%e7%a0%81%ef%bc%88%e5%b1%8f%e8%94%bd%e7%bd%91%e9%a1%b5%e9%94%99%e8%af%af%ef%bc%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DEDEcms 根据栏目iD显示内容的方法</title>
		<link>http://iday.me/2011/11/25/dedecms-%e6%a0%b9%e6%8d%ae%e6%a0%8f%e7%9b%aeid%e6%98%be%e7%a4%ba%e5%86%85%e5%ae%b9%e7%9a%84%e6%96%b9%e6%b3%95/</link>
		<comments>http://iday.me/2011/11/25/dedecms-%e6%a0%b9%e6%8d%ae%e6%a0%8f%e7%9b%aeid%e6%98%be%e7%a4%ba%e5%86%85%e5%ae%b9%e7%9a%84%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 04:08:54 +0000</pubDate>
		<dc:creator>sol</dc:creator>
				<category><![CDATA[web开发]]></category>
		<category><![CDATA[dedecms]]></category>

		<guid isPermaLink="false">http://iday.me/?p=530</guid>
		<description><![CDATA[&#160; {dede:field name=&#39;typeid&#39; runphp=&#39;yes&#39;} &#160; &#160;if(@me == &#34;1&#34;)@me = &#39;xxxx&#39;; &#160; &#160;else@me=&#34;&#34;; {/dede:field}]]></description>
		<wfw:commentRss>http://iday.me/2011/11/25/dedecms-%e6%a0%b9%e6%8d%ae%e6%a0%8f%e7%9b%aeid%e6%98%be%e7%a4%ba%e5%86%85%e5%ae%b9%e7%9a%84%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

