<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[振华博客]]></title> 
    <link>http://www.zhenhua.org/</link> 
    <description><![CDATA[振华博客,振华's blog]]></description> 
    <language>UTF-8</language> 
    <copyright><![CDATA[Copyright 2010, 振华博客]]></copyright> 
    <webMaster><![CDATA[zenhua@gmail.com (振华)]]></webMaster> 
    <generator>LBS v2.0.313</generator> 
    <pubDate>Thu, 09 Sep 2010 21:10:52 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[安全色谱速查]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=512]]></link> 
      <category><![CDATA[XML]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Fri, 04 Jan 2008 16:23:25 +0800</pubDate> 
      <description><![CDATA[<style type="text/css">
table.Indent font {color:#ccc;}
</style>
<table class="Indent" cellspacing="1" cellpadding="3" style="border:10px solid #000000;">
<tr>
<td width="191" bgcolor="#fffafa">Snow</td>
<td width="104" bgcolor="#333333"><font>255 250 250</font></td>
<td width="95" bgcolor="#333333"><font>#FFFAFA</font></td>
</tr>
<tr>
<td bgcolor="#f8f8ff">GhostWhite</td>
<td bgcolor="#333333"><font>248 248 255</font></td>
<td bgcolor="#333333"><font>#F8F8FF</font></td>
</tr>
<tr>
<td bgcolor="#f5f5f5">WhiteSmoke</td>
<td bgcolor="#333333"><font>245 245 245</font></td>
<td bgcolor="#333333"><font>#F5F5F5</font></td>
</tr>
<tr>
<td bgcolor="#dcdcdc">Gainsboro</td>
<td bgcolor="#333333"><font>220 220 220</font></td>
<td bgcolor="#333333"><font>#DCDCDC</font></td>
</tr>
<tr>
<td bgcolor="#fffaf0">FloralWhite</td>
<td bgcolor="#333333"><font>255 250 240</font></td>
<td bgcolor="#333333"><font>#FFFAF0</font>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=512]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[AJAX 局部刷新]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=478]]></link> 
      <category><![CDATA[XML]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Tue, 14 Aug 2007 13:55:41 +0800</pubDate> 
      <description><![CDATA[<div class="code">&lt;script&gt;<br />setInterval(&quot;refreshTime()&quot;,1000);     //每格1秒刷新一次<br />funciton refreshTime()<br />{<br />&nbsp;var dateObj = new Date();<br />&nbsp;time.innerHTML = dateObj.toLocaleDateString();   //刷新div里面的内容<br />}<br />&lt;/script&gt;<br />&lt;div id=time&gt;&lt;/div&gt;<br /><br />------------------------------------------------------------------------------------------------------------------------------------<br /><br />function doRef()<br />{<br />var url = &quot;xxx.asp?a=1&amp;b=2&quot;<br />var dateRequest = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;);<br />dateRequest.abort() ;<br />dateRequest.open( &quot;GET&quot;, url , true );</div>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=478]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[JSP+Ajax div自动刷新]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=477]]></link> 
      <category><![CDATA[XML]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Tue, 14 Aug 2007 13:37:59 +0800</pubDate> 
      <description><![CDATA[无刷新自动更新div里的数据<br /><br />ajax.htm:<div class="code">&lt;script language=&quot;javascript&quot;&gt; <br />var XMLHttpReq; <br />//创建XMLHttpRequest对象 <br />function createXMLHttpRequest() { <br />if(window.XMLHttpRequest) { //Mozilla 浏览器 <br />XMLHttpReq = new XMLHttpRequest(); <br />} <br />else if (window.ActiveXObject) { // IE浏览器 <br />try { <br />XMLHttpReq = new ActiveXObject(&quot;Msxml2.XMLHTTP&quot;); <br />} catch (e) { <br />try { <br />XMLHttpReq = new ActiveXObject(&quot;Microsoft.XMLHTTP&quot;); <br />} catch (e) {} <br />} <br />} <br />} <br />//发送请求函数 <br />function sendRequest() { <br />createXMLHttpRequest(); </div>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=477]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[there is no attribute &quot;onload&quot;.]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=418]]></link> 
      <category><![CDATA[XML]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Fri, 13 Oct 2006 21:05:39 +0800</pubDate> 
      <description><![CDATA[&lt;img onload&gt;<br />xml没有onload这个属性<br />可以用Javascript代替 Onload，通过W3C验证。将Javascript放在common.js里。去掉LBS默认的图片滚动条。<br /><br /><a href="http://zhenhua.org/?id=313" title="http://zhenhua.org/?id=313" target="_blank">Code</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=418]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[WAP User Agents]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=352]]></link> 
      <category><![CDATA[XML]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Sun, 04 Jun 2006 18:25:26 +0800</pubDate> 
      <description><![CDATA[<a href="http://webcab.de/wapua.htm" title="http://webcab.de/wapua.htm" target="_blank">http://webcab.de/wapua.htm</a>]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=352]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[重构之美－走在Web标准化设计的路上]]></title> 
      <link><![CDATA[http://www.zhenhua.org/article.asp?id=310]]></link> 
      <category><![CDATA[XML]]></category> 
      <author><![CDATA[振华 <null@null.com>]]></author> 
      <pubDate>Wed, 03 May 2006 13:14:13 +0800</pubDate> 
      <description><![CDATA[作者：爆牙齿 <a href="http://yuntian.cnblogs.com" title="http://yuntian.cnblogs.com" target="_blank">http://yuntian.cnblogs.com</a><br /><br />特意上网搜索了一下，关于div，说法很多。<br /><br />把div看成是布局元素这种观点我想是最多的，类似有“用div代替table进行布局”、“实战CSS+DIV布局”等等等等，太多了，还有不少人延用Dreamweaver的定义，称div为层，按Photoshop的层的概念来使用……有朋友干脆就直接称div和span为辅助布局元素。<br /><br />怎么说呢？虽然我很想说对div类似的这种认识是错误的，div不是一个布局元素，没有一个tag是用来布局的，但是我是对的吗？我也不知道。几乎所有人对div的宣传都是布局，不管是‘民间’的还是‘官方’的，但是如果我们找根源，中文中，div是一个结构化标签，是一个块级元素。好吧，我们首先看看div拥有的语义，division（分隔），按语义它的作用是将两个部分分隔开来。然后我们再<a href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-DIV" title="http://www.w3.org/TR/REC-html40/struct/global.html#edef-DIV" target="_blank">回到w3去看看怎么定义div和span的</a>：The DIV and ]]></description>
      <wfw:commentRss><![CDATA[http://www.zhenhua.org/feed.asp?q=comment&id=310]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
