<?xml version="1.0" encoding="gb2312" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">

<channel about="http://it.fm707.com/0">
<title>IT闲人</title> 
<link>http://it.fm707.com/0</link>
<description>随便写写, 随便看看, 一切, 随缘..</description>
<language>zh-cn</language>
<copyright>O-blog</copyright><item>
<title>[分享]一段封装的js表单合法性验证的代码</title>
<link>http://it.fm707.com/0/archives/2008/09/12.html</link>
<pubDate>Wed, 03 Sep 2008 20:26:58 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/09/12.html</guid>
<description><![CDATA[ 闲暇无事，分享一下自己写的一小段代码，跟大家交流一下<br /><br /><br /><br />实现功能：表单合法化判断<br /><br />实现原理：在表单元素中扩展一个属性，利用此属性来指定表单值的合法格式，若不合法，则给出错误提示，并定位到当前错表...]]></description>
</item><item>
<title>兼容性Bug之 IE6下双倍margin bug</title>
<link>http://it.fm707.com/0/archives/2008/08/11.html</link>
<pubDate>Mon, 04 Aug 2008 18:53:54 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/08/11.html</guid>
<description><![CDATA[ 【症状】IE6对 float的元素设定margin值，例如<br /><br />[code]<br />&lt;style&gt;<br />#box{background:#000000;width:200px;height:200px;}<br />#div{float:left;margin:10px;background:#FFFFFF;width:100px;height:100px;}<br />&lt...]]></description>
</item><item>
<title>兼容性Bug之  IE下div边框不显示或显示不全</title>
<link>http://it.fm707.com/0/archives/2008/08/10.html</link>
<pubDate>Mon, 04 Aug 2008 18:32:17 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/08/10.html</guid>
<description><![CDATA[ <strong>症状：</strong>命名给div设置了边框，可是在Ie下就是不显示，或者只显示一部分，随着页面的滚动，显示的部分可能会出现一些变化； FF下显示正常<br /><br /><strong>原因：</strong>IE bug，详细未知<br /><br /><strong>解决方法：</strong>baidu了一下，...]]></description>
</item><item>
<title>MySQL索引分析和优化</title>
<link>http://it.fm707.com/0/archives/2008/08/9.html</link>
<pubDate>Fri, 01 Aug 2008 12:15:59 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/08/9.html</guid>
<description><![CDATA[ 一、什么是索引？ <br />索引用来快速地寻找那些具有特定值的记录，所有 MySQL索引都以B-树的形式保存。如果没有索引，执行查询时MySQL必须从第一个记录开始扫描整个表的所有记录，直至找到符合要求的记录。表里面的记录...]]></description>
</item><item>
<title>JavaScript:全面解析Ajax跨站数据传输和iframe跨域名js调用【zz from csdn】</title>
<link>http://it.fm707.com/0/archives/2008/07/8.html</link>
<pubDate>Tue, 29 Jul 2008 16:14:42 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/07/8.html</guid>
<description><![CDATA[ 关于跨域名问题还是问题么，这方面的解决实践非常多，今天我就旧话重提把我所知道的通过几个应用场景来分别总结一下（转帖请注明出处：http://blog.csdn.net/lenel）<br /><br />先说明一点：我说的某某域名在您的控制下的意...]]></description>
</item><item>
<title>重构、标准、布局[zz from blueidea]</title>
<link>http://it.fm707.com/0/archives/2008/07/7.html</link>
<pubDate>Tue, 29 Jul 2008 14:24:03 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/07/7.html</guid>
<description><![CDATA[ 　　近来大家总是在标准上争论不休，其实，这些问题一些相关文章已经说得很明白了。<br /><br />　　以下我就谈谈我的看法。本帖子有太多的“我认为”，说明了我只是想把我的想法拿出来跟大家商榷，或许有太多不对的地方，也...]]></description>
</item><item>
<title>class 实例结构</title>
<link>http://it.fm707.com/0/archives/2008/06/6.html</link>
<pubDate>Fri, 27 Jun 2008 11:17:37 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/06/6.html</guid>
<description><![CDATA[ class 人{<br />        public 鼻子<br />        public 眼睛<br /><br />        public function 走路(目的地){}<br />}<br /><br />class 张三 继承 人{<br />        public function 开车(哪辆车, 目的地){}<br />}<br /><br />class 医生 继承 人{<br />     ...]]></description>
</item><item>
<title>郁闷, ajax的乱码~~~</title>
<link>http://it.fm707.com/0/archives/2008/03/5.html</link>
<pubDate>Sat, 01 Mar 2008 16:21:30 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/03/5.html</guid>
<description><![CDATA[ 昨天修改了一下小鱼的登录模式, 使用ajax + php, 但是ajax获取过来的数据里中文总是出现乱码, 后来到网上查了一下, 编码问题, 没办法, 给加了header(&quot;text/html;charset=gbk&quot;); 解决了..<br /><br />又发现, 有设置...]]></description>
</item><item>
<title>php 教材 [引用]</title>
<link>http://it.fm707.com/0/archives/2008/02/4.html</link>
<pubDate>Thu, 28 Feb 2008 11:21:46 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/02/4.html</guid>
<description><![CDATA[ [库文件] <br />正如我们前面讨论的那样，include()和require()主要是为了支持代码库，因为我们一般是把一些经常使用的函数放到一个独立的文件中，这个独立的文件就是代码库，当需要使用其中的函数时，我们只要把这个代码...]]></description>
</item><item>
<title>php 引用返回</title>
<link>http://it.fm707.com/0/archives/2008/02/3.html</link>
<pubDate>Thu, 28 Feb 2008 11:08:19 +0800</pubDate>
<guid>http://it.fm707.com/0/archives/2008/02/3.html</guid>
<description><![CDATA[ 引用是什么<br />在 PHP 中引用意味着用不同的名字访问同一个变量内容。这并不像 C 的指针，它们是符号表别名。注意在 PHP 中，变量名和变量内容是不一样的，因此同样的内容可以有不同的名字。最接近的比喻是 Unix 的文件...]]></description>
</item></channel>
</rss>