<?xml version="1.0" encoding="UTF-8"?>
  <feed xmlns="http://www.w3.org/2005/Atom">
  <title type="html"><![CDATA[Designnull]]></title>
  <subtitle type="html"><![CDATA[专注]]></subtitle>
  <id>http://www.designnull.com/</id>
  <link rel="alternate" type="text/html" href="http://www.designnull.com/" /> 
  <link rel="self" type="application/atom+xml" href="http://www.designnull.com/atom.asp" /> 
  <generator uri="http://www.pjhome.net/" version="2.8">PJBlog3</generator> 
  <updated>2010-06-03T15:29:14+08:00</updated>

  <entry>
	  <title type="html"><![CDATA[失败作品]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2010-06-03T15:29:14+08:00</updated>
	  <published>2010-06-03T15:29:14+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.designnull.com/design/common/upload/2010/5/19/144657LH.jpg" border="0" alt=""/><br/><img src="http://www.designnull.com/design/common/upload/2010/5/19/144614LG.jpg" border="0" alt=""/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=24" /> 
	  <id>http://www.designnull.com/default.asp?id=24</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[开发个M8手机程序《水平仪》]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2010-02-09T13:50:26+08:00</updated>
	  <published>2010-02-09T13:50:26+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.designnull.com/download.asp?id=26" border="0" alt=""/><br/>适用于魅族M8/M8se<br/><span id="down_1ytlzpz5ki"></span><script language="javascript" type="text/javascript">check('Action.asp?action=Antidown&id=27&downurl=download%2Easp%3Fid%3D27&main=%E7%82%B9%E5%87%BB%E4%B8%8B%E8%BD%BD%E6%AD%A4%E6%96%87%E4%BB%B6','down_1ytlzpz5ki','down_1ytlzpz5ki');</script><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=23" /> 
	  <id>http://www.designnull.com/default.asp?id=23</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[最简单的，win7 IIS7 安装php+mySQL]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2009-12-31T13:39:36+08:00</updated>
	  <published>2009-12-31T13:39:36+08:00</published>
		  <summary type="html"><![CDATA[进入www.microsoft.com/web下载web平台安装程序<br/><img src="http://www.designnull.com/download.asp?id=25" border="0" alt=""/><br/>选择安装WordPress,我接受，OK接下来就等着吧]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=22" /> 
	  <id>http://www.designnull.com/default.asp?id=22</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[as3 Timer倒计时程序]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2009-12-17T11:08:12+08:00</updated>
	  <published>2009-12-17T11:08:12+08:00</published>
		  <summary type="html"><![CDATA[as3 Timer倒计时程序和捕获键盘事件<br/><br/>var tempcount:int=0;//临时计数变量<br/>var totaltime:int=10;//游戏默认玩10秒钟。<br/>var gameTimer:Timer=new Timer(1000);//1秒钟刷新一次<br/>gameTimer.addEventListener(TimerEvent.TIMER,gameTimerHandler);<br/>function gameTimerHandler(event:TimerEvent){<br/>&nbsp;&nbsp;&nbsp;&nbsp;tempcount++;<br/> if(tempcount&gt;totaltime-1){&nbsp;&nbsp;<br/>&nbsp;&nbsp;&nbsp;&nbsp; hint_txt.text=&#34;游戏时间已经结束！&#34;;<br/>&nbsp;&nbsp;tempcount=0;<br/>&nbsp;&nbsp;&nbsp;&nbsp; gameTimer.stop();<br/> }else{<br/>&nbsp;&nbsp;&nbsp;&nbsp; hint_txt.text=&#34;游戏时间剩余: &#34;+(totaltime-tempcount)+&#34; 秒&#34;;<br/> }<br/>}<br/><br/>start_btn.addEventListener(MouseEvent.MOUSE_DOWN,start_btn_func);<br/>function start_btn_func(evt:MouseEvent){<br/> gameTimer.start();//开始计时 <br/> hint_txt.text=&#34;游戏时间剩余: &#34;+totaltime+&#34; 秒&#34;;<br/>}]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=21" /> 
	  <id>http://www.designnull.com/default.asp?id=21</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[搞了个淘宝客专业网站]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2009-11-20T13:11:10+08:00</updated>
	  <published>2009-11-20T13:11:10+08:00</published>
		  <summary type="html"><![CDATA[搞了个淘宝客专业网站，不知道效果会如何，反正域名空间空着，挂上看看效果。<br/><img src="http://www.designnull.com/download.asp?id=24" border="0" alt=""/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=20" /> 
	  <id>http://www.designnull.com/default.asp?id=20</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[登记了]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2009-11-17T10:38:13+08:00</updated>
	  <published>2009-11-17T10:38:13+08:00</published>
		  <summary type="html"><![CDATA[今天注定要成为我人生最重要的日子。<br/>在LP农历生日（九月三十日）的这一天，我们去注册登记了。<br/><img src="http://www.designnull.com/download.asp?id=23" border="0" alt=""/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=19" /> 
	  <id>http://www.designnull.com/default.asp?id=19</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[超漂亮,提取自ZCMS的弹出层]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=10" label="JS Lab" /> 
	  <updated>2009-10-22T10:34:26+08:00</updated>
	  <published>2009-10-22T10:34:26+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.designnull.com/download.asp?id=21" border="0" alt=""/><br/><div class="UBBPanel codePanel"><div class="UBBTitle"><a onClick="copycode(code65506);" style="float:right;cursor: pointer;font-weight: normal; font-style: normal">复制内容到剪贴板</a><img src="http://www.designnull.com/images/code.gif" style="margin:0px 2px -3px 0px;" alt="程序代码"/> 程序代码</div><div class="UBBContent" id=code65506>&lt;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank" rel="external">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&#34;&gt;<br/>&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=gb2312&#34; /&gt;<br/>&lt;title&gt;【强烈推荐】 超漂亮的仿腾讯弹出层效果（兼容主流浏览器）&lt;/title&gt;<br/>&lt;style&gt;<br/>body {background: #ffffff;&#160;&#160;&#160;&#160;color: #444;}<br/>a{&#160;&#160;&#160;&#160;color: #09d;&#160;&#160;&#160;&#160;text-decoration: none;&#160;&#160;&#160;&#160;border: 0;&#160;&#160;&#160;&#160;background-color: transparent;}<br/>body,div,q,iframe,form,h5{&#160;&#160;&#160;&#160;margin: 0;&#160;&#160;&#160;&#160;padding: 0;}<br/>img,fieldset { border: none 0; }<br/>body,td,textarea {&#160;&#160;&#160;&#160;word-break: break-all;&#160;&#160;&#160;&#160;word-wrap: break-word;&#160;&#160;&#160;&#160;line-height:1.5;}<br/>body,input,textarea,sel&#101;ct,button {&#160;&#160;&#160;&#160;margin: 0;&#160;&#160;&#160;&#160;font-size: 12px;&#160;&#160;&#160;&#160;font-family: Tahoma, SimSun, sans-serif;}<br/>div,p,table,th,td {&#160;&#160;&#160;&#160;font-size:1em;&#160;&#160;&#160;&#160;font-family:inherit;&#160;&#160;&#160;&#160;line-height:inherit;}<br/>h5{ font-size:12px;}<br/>&lt;/style&gt;<br/>&lt;script type=&#34;text/javascript&#34; src=&#34;<a href="http://www.5-studio.com/wp-content/uploads/2009/06/Dialog.js" target="_blank" rel="external">http://www.5-studio.com/wp-content/uploads/2009/06/Dialog.js</a>&#34;&gt;&lt;/script&gt;<br/>&lt;script type=&#34;text/javascript&#34;&gt;<br/>function $(ele) {<br/>&nbsp;&nbsp;if (typeof(ele) == &#39;string&#39;){<br/>&nbsp;&nbsp;&nbsp;&nbsp;ele = document.getElementById(ele)<br/>&nbsp;&nbsp;&nbsp;&nbsp;if(!ele){<br/>&nbsp;&nbsp;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return null;<br/>&nbsp;&nbsp;&nbsp;&nbsp;}<br/>&nbsp;&nbsp;}<br/>&nbsp;&nbsp;if(ele){<br/>&nbsp;&nbsp;&#160;&#160;&#160;&#160;Core.attachMethod(ele);<br/>&#160;&#160;&#160;&#160;}<br/>&nbsp;&nbsp;return ele;<br/>}<br/>var Core = {};<br/>Core.attachMethod = function(ele){<br/>&#160;&#160;&#160;&#160;if(!ele||ele[&#34;$A&#34;]){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return;<br/>&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;if(ele.nodeType==9){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;return;<br/>&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;var win;<br/>&#160;&#160;&#160;&#160;try{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;if(isGecko){&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;win = ele.ownerDocument.defaultView;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}else{<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;win = ele.ownerDocument.parentWindow;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for(var prop in $E){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;ele[prop] = win.$E[prop];<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;}catch(ex){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;//alert(&#34;Core.attachMethod:&#34;+ele)//有些对象不能附加属性，如flash<br/>&#160;&#160;&#160;&#160;}<br/>}<br/>function zOpenD(){<br/>&#160;&#160;&#160;&#160;var diag = new Dialog(&#34;Diag1&#34;);<br/>&#160;&#160;&#160;&#160;diag.Width = 900;<br/>&#160;&#160;&#160;&#160;diag.Height = 400;<br/>&#160;&#160;&#160;&#160;diag.Title = &#34;弹出窗口示例&#34;;<br/>&#160;&#160;&#160;&#160;diag.URL = &#34;<a href="http://demo.zving.com/" target="_blank" rel="external">http://demo.zving.com/</a>&#34;;<br/>&#160;&#160;&#160;&#160;diag.ShowMessageRow = true;<br/>&#160;&#160;&#160;&#160;diag.MessageTitle = &#34;弹出窗口示例&#34;;<br/>&#160;&#160;&#160;&#160;diag.Message = &#34;在这儿你可以对这个窗口的内容或功能作一些说明&#34;;<br/>&#160;&#160;&#160;&#160;diag.OKEvent = zAlert;//点击确定后调用的方法<br/>&#160;&#160;&#160;&#160;diag.show();<br/>}<br/>function zOpen(){<br/>&#160;&#160;&#160;&#160;var diag = new Dialog(&#34;Diag2&#34;);<br/>&#160;&#160;&#160;&#160;diag.Width = 900;<br/>&#160;&#160;&#160;&#160;diag.Height = 400;<br/>&#160;&#160;&#160;&#160;diag.Title = &#34;弹出窗口示例&#34;;<br/>&#160;&#160;&#160;&#160;diag.URL = &#34;<a href="http://demo.zving.com/" target="_blank" rel="external">http://demo.zving.com/</a>&#34;;<br/>&#160;&#160;&#160;&#160;diag.OKEvent = zAlert;//点击确定后调用的方法<br/>&#160;&#160;&#160;&#160;diag.show();<br/>}<br/>function zAlert(){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;Dialog.alert(&#34;滤爸要来了，河谐你，河谐我，河谐二十一世纪的新一代&#34;);<br/>}<br/>function zConfirm(){<br/>&#160;&#160;&#160;&#160;Dialog.confirm(&#39;警告：您确认要XXOO吗？&#39;,function(){Dialog.alert(&#34;yeah，周末到了，正是好时候&#34;);});<br/>}<br/>function sometext(ele,n){<br/>&#160;&#160;&#160;&#160;var strArr=[&#34;可&#34;,&#34;以&#34;,&#34;清&#34;,&#34;心&#34;,&#34;也&#34;];<br/>&#160;&#160;&#160;&#160;var writeStr=&#34;&#34;<br/>&#160;&#160;&#160;&#160;for(i=0;i&lt;n;i++){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;index=parseInt(Math.random()*5);<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;for(j=0;j&lt;5;j++){<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;str=index+j&gt;4?index+j-5:index+j;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;writeStr+=strArr[str];<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;}<br/>&#160;&#160;&#160;&#160;$(ele).innerHTML=writeStr;<br/>}<br/>&lt;/script&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;div id=&#34;div1&#34;&gt;&lt;/div&gt;<br/>&lt;p&gt;  &nbsp;&nbsp;  &lt;input type=&#34;button&#34; value=&#34;弹出新窗口&#34; onclick=&#34;zOpen()&#34; /&gt; &lt;input type=&#34;button&#34; value=&#34;弹出带说明的新窗口&#34; onclick=&#34;zOpenD()&#34; /&gt; &lt;input type=&#34;button&#34; value=&#34;弹出信息提示对话框&#34; onclick=&#34;zAlert()&#34; /&gt; &lt;input type=&#34;button&#34; value=&#34;弹出选择对话框&#34; onclick=&#34;zConfirm()&#34; /&gt;&lt;/p&gt;<br/>&lt;div id=&#34;div2&#34;&gt;&lt;/div&gt;<br/>&lt;script&gt;sometext(&#34;div1&#34;,100);sometext(&#34;div2&#34;,300);&lt;/script&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</div></div><br/><span id="down_ry73yzbxkr"></span><script language="javascript" type="text/javascript">check('Action.asp?action=Antidown&id=22&downurl=download%2Easp%3Fid%3D22&main=%E7%82%B9%E5%87%BB%E4%B8%8B%E8%BD%BD%E6%AD%A4%E6%96%87%E4%BB%B6','down_ry73yzbxkr','down_ry73yzbxkr');</script><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=18" /> 
	  <id>http://www.designnull.com/default.asp?id=18</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[jQuery 日期选择控件]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=8" label="资源" /> 
	  <updated>2009-10-20T10:38:09+08:00</updated>
	  <published>2009-10-20T10:38:09+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.designnull.com/download.asp?id=20" border="0" alt=""/><br/>演示地址:<a href="http://jonathanleighton.com/projects/date-input" target="_blank" rel="external">http://jonathanleighton.com/projects/date-input</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=16" /> 
	  <id>http://www.designnull.com/default.asp?id=16</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[Jquery Tools]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=10" label="JS Lab" /> 
	  <updated>2009-09-29T10:05:39+08:00</updated>
	  <published>2009-09-29T10:05:39+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.designnull.com/download.asp?id=19" border="0" alt=""/><br/>Jquery Tools　一套Web UI 库，包括 Tab 容器，可折叠容器，工具提示，浮动层以及可滚动容器等<br/><a href="http://flowplayer.org/tools/demos/index.html" target="_blank" rel="external">http://flowplayer.org/tools/demos/index.html</a><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=15" /> 
	  <id>http://www.designnull.com/default.asp?id=15</id>
  </entry>	
		
  <entry>
	  <title type="html"><![CDATA[婚纱相册，自己DIY]]></title>
	  <author>
		 <name>admin</name>
		 <uri>http://www.designnull.com/</uri>
		 <email>ihongcn@gmail.com</email>
	  </author>
	  <category term="" scheme="http://www.designnull.com/default.asp?cateID=6" label="日志" /> 
	  <updated>2009-09-28T15:41:26+08:00</updated>
	  <published>2009-09-28T15:41:26+08:00</published>
		  <summary type="html"><![CDATA[<img src="http://www.designnull.com/download.asp?id=12" border="0" alt=""/><br/><br/>三亚,哈哈,想起她学游泳的情境,我就偷着乐．<br/><br/><img src="http://www.designnull.com/download.asp?id=13" border="0" alt=""/><br/><img src="http://www.designnull.com/download.asp?id=14" border="0" alt=""/><br/><img src="http://www.designnull.com/download.asp?id=15" border="0" alt=""/><br/><img src="http://www.designnull.com/download.asp?id=16" border="0" alt=""/><br/><img src="http://www.designnull.com/download.asp?id=17" border="0" alt=""/><br/>]]></summary>
	  <link rel="alternate" type="text/html" href="http://www.designnull.com/article.asp?id=13" /> 
	  <id>http://www.designnull.com/default.asp?id=13</id>
  </entry>	
		
</feed>
