<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title><![CDATA[ivugogo的空间]]></title>
        <image>
        <title>http://hi.baidu.com</title>
        <link>http://hi.baidu.com</link>
        <url>http://img.baidu.com/img/logo-hi.gif</url>
        </image>
<description><![CDATA[心情+技术学习]]></description>
<link>http://hi.baidu.com/ivugogo</link>
<language>zh-cn</language>
<generator>www.baidu.com</generator>
<ttl>5</ttl>


<item>
        <title><![CDATA[IE7 text-decoration问题]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/7b101601f606f50a738b65f4.html]]></link>
        <description><![CDATA[
		
		&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 有的时候，我们碰到需要给a标签加个漂亮的背景，但是为了语义化和&nbsp;SEO，我们依然会保留链接里面的字~这时我们会用text-indent和overflow等属性将字藏起来~发现一个问题，就是IE7可以将字藏起来，但是text-decoration:underline;是藏不起来的 = =<p></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/7b101601f606f50a738b65f4.html#comment">查看评论</a>]]></description>
        <pubDate>2011-09-06  23:12</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/7b101601f606f50a738b65f4.html</guid>
</item>

<item>
        <title><![CDATA[xhtml &bnsp;错误]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/4c30d9165c22551b4b90a7ee.html]]></link>
        <description><![CDATA[
		
		<table><tbody><tr><td><br></td><td><span>&lt;!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"&gt; </span></td></tr><tr><td><br></td><td><span>&lt;html <span>xmlns</span>="<span>http://www.w3.org/1999/xhtml</span>"&gt;</span></td></tr><tr><td><br></td><td><span>&lt;!--STATUS OK--&gt; </span></td></tr><tr><td><br></td><td><span>&lt;head&gt;</span></td></tr><tr><td><br></td><td><p><span>&lt;meta <span>http-equiv</span>="<span>Content-Type</span>" <span>content</span>="<span>application/xhtml+xml; charset=utf-8</span>"/&gt;</span></p></td></tr></tbody></table><p>&nbsp;该xhtml文档头，在chrome下，如果文档内包含&amp;nbsp;，这个对空格的转义将是非法的，应:&amp;#160；</p> <a href="http://hi.baidu.com/ivugogo/blog/item/4c30d9165c22551b4b90a7ee.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/4c30d9165c22551b4b90a7ee.html#comment">查看评论</a>]]></description>
        <pubDate>2011-08-16  14:20</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/4c30d9165c22551b4b90a7ee.html</guid>
</item>

<item>
        <title><![CDATA[FF5Javascript参数bug]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/06f922dcba8f7cf577c638e3.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 阿西，开发的时候碰到了一个bug，定位了将近1个多小时~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 代码：</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; function tellMeWhy(arg){</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(!arg){</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; clearInterval(timer);</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; };</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var timer = setInterval(tellMeWhy);</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 这个代码在ff上会一直执行，因为arg会被ff 5硬塞值，该bug在其他一些接受类似参数的函数上也会出现~修复，闭包</p> <a href="http://hi.baidu.com/ivugogo/blog/item/06f922dcba8f7cf577c638e3.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/06f922dcba8f7cf577c638e3.html#comment">查看评论</a>]]></description>
        <pubDate>2011-08-16  14:17</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/06f922dcba8f7cf577c638e3.html</guid>
</item>

<item>
        <title><![CDATA[手机del键丢事件]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/d4e0d6dea7ba510b62279859.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;测试了几款手机：G2，三星某智能机，G4</p><p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;除了G4外，其他机子，在del运作的时候不能正确响应。。。</p><p>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;以input为例，只有在其值被删除完了，才会触发del的keyup，keydown等事件。。。</p><p></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/Js">Js</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/d4e0d6dea7ba510b62279859.html#comment">查看评论</a>]]></description>
        <pubDate>2011-06-14  14:25</pubDate>
        <category><![CDATA[Js]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/d4e0d6dea7ba510b62279859.html</guid>
</item>

<item>
        <title><![CDATA[Selenium + python + seleniumserver + fireFox自动测试]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/80f79cb4cc9b07db37d3ca30.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 搭建测试环境的过程出现一个问题，很纠结~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.selenium = selenium("localhost", 4444, "*firefox", "http://127.0.0.1:8080/")报找不到firefox.exe的错误，但是IE可以，估计是由于鄙人安装firefox不是在默认位置吧~搜了一下，果然，解决方法有二，重装firefox 或者 修改第三个参数为 “*firefox D:\\Program Files\\Mozilla Firefox\\firefox.exe”~</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/%C4%AC%C8%CF%B7%D6%C0%E0">默认分类</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/80f79cb4cc9b07db37d3ca30.html#comment">查看评论</a>]]></description>
        <pubDate>2011-03-17  10:41</pubDate>
        <category><![CDATA[默认分类]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/80f79cb4cc9b07db37d3ca30.html</guid>
</item>

<item>
        <title><![CDATA[开发时碰到的一些有意思的js兼容问题——]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/ca98ce22ae4bb95a93580766.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1.表单<br>
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;onchange事件，这个事件是挺有用的——等价于同时检测了输入且输入有无变化<br>
但是这个是有兼容问题的——因为onchange是这样发生的，表单值发生变化，然后onblur 
=&gt;onchange，所以这个事件用于输入框或者textarea是挺没意思的，比较实用与对select,checkbox这几个表单元素——
but checkbox又有兼容问题的：<br>
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;在ff里面，checkbox 被点击值发生改变的时候，会fire onchange;<br>
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;但是IE不会，IE在这种情况下不会发生一个blur，所以不会触发onchange——这是个bug啊，可以这样修复：onclick = this.blur</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; IE中不支持王select,table中innerHTML孩子——解决方案，innerHTMl select,table</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; array.sort(function(a,b){xxxx})<br><br>
function(){} return值必须为数字，bool值不行——在chrome上会出问题</p><p>&nbsp;</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (dom.xxxx = null) = (dom.xxx = 'null') in IE while dom.removeAttribute('xxx') in others</p> <a href="http://hi.baidu.com/ivugogo/blog/item/ca98ce22ae4bb95a93580766.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/Js">Js</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/ca98ce22ae4bb95a93580766.html#comment">查看评论</a>]]></description>
        <pubDate>2011-03-13  21:52</pubDate>
        <category><![CDATA[Js]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/ca98ce22ae4bb95a93580766.html</guid>
</item>

<item>
        <title><![CDATA[寂寞了，JS中序遍历二叉树]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd210ac9e7113a93.html]]></link>
        <description><![CDATA[
		
		<div ><p>额，这二叉树都是偏左的（应该不兼容IE）:<br>
堆栈：</p><p>function mid_v(root){</p>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;var stack = [];<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;var root = root;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;var top = root;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;var i = 1;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log('root in')<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;stack.push(top);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;while((stack.length &gt; 0)||(top != root)){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; if(top){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;children = top.children;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;if(children.length == 0){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top.v = true;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top.className = i;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;i++;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log('visit' + top.id);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log(top.id + ' out')<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top = top.parentNode;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;stack.splice(stack.length-1,1);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}else if(children[0] &amp;&amp; !children[0].v){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top = children[0];<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log(children[0].id + ' in')<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;stack.push(top);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}else if(!top.v){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top.v = true;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log('visit' + top.id);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top.className = i;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;i++;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}else if(children[1] &amp;&amp; !children[1].v){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top = children[1];<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log(children[1].id + ' in')<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;stack.push(children[1]);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}else if(top != root){<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log(stack[stack.length-1].id + ' out')<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;top = top.parentNode;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;stack.splice(stack.length-1,1);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}else{<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;console.log(stack[stack.length-1].id + ' out')<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;stack.splice(stack.length-1,1);<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;break;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }else{<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;break;<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;}<br>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;}</div> <a href="http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd210ac9e7113a93.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/Js">Js</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd210ac9e7113a93.html#comment">查看评论</a>]]></description>
        <pubDate>2011-03-13  21:48</pubDate>
        <category><![CDATA[Js]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd210ac9e7113a93.html</guid>
</item>

<item>
        <title><![CDATA[javascript端对端实现想法]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/9e59cd7af10594e00ad18795.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; javascript不支持端口对端口的通信~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 但是flash可以~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 而flash和javascript是可以通信的~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; right~</p><p></p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/Js">Js</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/9e59cd7af10594e00ad18795.html#comment">查看评论</a>]]></description>
        <pubDate>2011-03-13  21:46</pubDate>
        <category><![CDATA[Js]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/9e59cd7af10594e00ad18795.html</guid>
</item>

<item>
        <title><![CDATA[Flash在多标签浏览器中的问题]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/ace27e39ce5aa0d6d5622589.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 今天在蓝色理想上偶尔看到这篇帖子了——<a href="http://www.blueidea.com/tech/web/2010/8070_3.asp" target="_blank">http://www.blueidea.com/tech/web/2010/8070_3.asp</a>&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;说的是在搜狗等壳浏览器上出现的flash和js通信在刷新页面的时候，由于缓存并安全策略问题造成的导致flash与js不能互相调用的bug……<br>
&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 之前再做js版播放器的时候，也碰到了这个问题，在搜狗上一刷，播放器就挂掉了，解决方案也是也是做个延时调用——具体原因可以看看这篇贴的说^_^</p> <a href="http://hi.baidu.com/ivugogo/blog/item/ace27e39ce5aa0d6d5622589.html">阅读全文</a>
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/Js">Js</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/ace27e39ce5aa0d6d5622589.html#comment">查看评论</a>]]></description>
        <pubDate>2011-03-13  21:45</pubDate>
        <category><![CDATA[Js]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/ace27e39ce5aa0d6d5622589.html</guid>
</item>

<item>
        <title><![CDATA[关闭页面时的友情提示]]></title>
        <link><![CDATA[http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd3d0ac9e7113a8f.html]]></link>
        <description><![CDATA[
		
		<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 防止用户一时疏忽手误关闭页面，给个友情提示：<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; window.onbeforeunload=function(){return '确定要关闭吗？关闭页面后，将无法打印优惠券，建议先将本页面保存之后再关闭。';}<br>
测试：除了opera之外，其他浏览器Ok~</p> 
		
		<br/><b>类别：</b><a href="http://hi.baidu.com/ivugogo/blog/category/Js">Js</a>&nbsp;<a href="http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd3d0ac9e7113a8f.html#comment">查看评论</a>]]></description>
        <pubDate>2011-03-13  21:44</pubDate>
        <category><![CDATA[Js]]></category>
        <author><![CDATA[ivugogo]]></author>
		<guid>http://hi.baidu.com/ivugogo/blog/item/cc0e1263dd3d0ac9e7113a8f.html</guid>
</item>


</channel>
</rss>
