<?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>我爱互联网</title>
	<atom:link href="http://www.woiweb.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.woiweb.net</link>
	<description>web开发、web设计、JAVA、CMS、前端、前端技术、前端资源</description>
	<lastBuildDate>Sat, 28 Apr 2012 07:16:06 +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>IE9下创建带name的iframe</title>
		<link>http://www.woiweb.net/ie9-create-iframe.html</link>
		<comments>http://www.woiweb.net/ie9-create-iframe.html#comments</comments>
		<pubDate>Mon, 26 Mar 2012 03:36:00 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[开发经验]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=2003</guid>
		<description><![CDATA[前几天在开发SDK时发现用Js模拟Ajax无刷新提交里面的方式，在IE9下创建Iframe会出问题，抛出一个错误： DOM Exception: INVALID_CHARACTER_ERR (5) ，原来IE9下不能用 document.createElement(&#8216;&#60;iframe name=”uploadIframe”&#62;&#8217;);这种方式创建，经调整后将代码修改为： var name = 'test'; var ua = navigator.userAgent.toLowerCase(); var ie = /msie/.test(ua), ie9 = false; if(/msie 9.0/.test(ua)) { ie9 = true } var iframe; if(ie &#38;&#38; !ie9) { iframe = document.createElement('&#60;iframe name=' + name + '/&#62;'); } else { iframe = document.createElement('iframe') } document.body.appendChild(iframe);<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="微软发布 IE9平台预览第四版" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fmicrosoft-released-the-fourth-edition-ie9-platform-preview.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14593330.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">微软发布 IE9平台预览第四版</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE下因设置document.domain而无法和Iframe通信的解决方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE下因设置document.domain而无法和Iframe通信的解决方法</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE下document.getElementById的处理方式" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie-document-getelementbyid-bug.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/26/19026477.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE下document.getElementById的处理方式</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE6-7下的调试利器-IE WebDeveloper使用教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie-webdeveloper-tutorail.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/05/11938390.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6-7下的调试利器-IE WebDeveloper使用教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="9个javascript和gif动画解决方案" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F9-javascript-and-animated-gif-loading-animation-solutions.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/31833758.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">9个javascript和gif动画解决方案</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="
				2011年9月全球浏览器市场排行 IE6即将淘汰
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F9476.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/03/8508146.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				2011年9月全球浏览器市场排行 IE6即将淘汰
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="近六成IE用户同时使用其它浏览器" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F404.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/04/06/5141119.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">近六成IE用户同时使用其它浏览器 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="浏览器之争：Chrome、Firefox、IE、Opera、Safari" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F10391.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/03/05/16523469.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">浏览器之争：Chrome、Firefox、IE、Opera、Safari (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="2010年9月中国浏览器行业数据 360增长8.1%" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F5320.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/04/01/4811281.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">2010年9月中国浏览器行业数据 360增长8.1% (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="微软将推出IE自动升级功能 让IE6尽早消失" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F10051.html&from=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/25/13046052.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">微软将推出IE自动升级功能 让IE6尽早消失 (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/ie9-create-iframe.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Iframe跨域通信完美解决方案</title>
		<link>http://www.woiweb.net/iframe-cross-domain.html</link>
		<comments>http://www.woiweb.net/iframe-cross-domain.html#comments</comments>
		<pubDate>Thu, 08 Mar 2012 09:36:51 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[开发经验]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[xd]]></category>
		<category><![CDATA[跨域]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1998</guid>
		<description><![CDATA[跨域通信这个话题在之前已经提到总结过，关于跨域通信大家可以参考同源策略，跨域资源共享的10种方式以及IE下因设置document.domain而无法和Iframe通信的解决方法。 以前在项目中开发了不少跨域功能，但都比较依赖项目，今天我将跨域功能模块抽出并精简为一个通用的javascript包，它用纯js实现，不依赖于flash，而且已经包含了目前最常用的跨域通信方法：window.postMessage和window.name，大家只需简单引用即可实现单向或双向跨域通信，非常方便。使用方法如下（将下面的代码同时放到要跨域通信的两个页面中）： 引入xd.js &#60;script type='text/javascript' src='http://crossdomain.sinaapp.com/xd/xd.js'&#62;&#60;/script&#62; 添加监听回调函数 var callback = function(data) { //data为返回的json对象 } XD.receiveMessage(callback); 调用跨域通信方法 //target：跨域通信的window对象，parent或iframe.contentWindow //json：要发送的数据对象，json格式，如：{'height':'300px'} XD.sendMessage(target, json); Over 至此，一个双向跨域的功能已经完成了，这个方案有一个小小的缺陷，就是会重写window.name，所以请避免在开发中借用window.name来传递数据。 光看代码可能还不太清晰，来看个demo，给大家个使用比较频繁的示例：iframe高度自适应，如有不明白可留言或@woiweb。 demo下载<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="IE下因设置document.domain而无法和Iframe通信的解决方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html&from=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE下因设置document.domain而无法和Iframe通信的解决方法</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="9个javascript和gif动画解决方案" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F9-javascript-and-animated-gif-loading-animation-solutions.html&from=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/18/31833758.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">9个javascript和gif动画解决方案</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Javascript下实现MAP" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fjavascript-map.html&from=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Javascript下实现MAP</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="11个javascript拾色器插件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F11-javascript-color-pickers-plugins.html&from=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/08/12070305.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">11个javascript拾色器插件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="10个奇幻的HTML5和Javascript效果" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F10-jaw-dropping-html5-and-javascript-effects.html&from=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592643.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10个奇幻的HTML5和Javascript效果</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/iframe-cross-domain.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 个华丽的 CSS3 设计教程</title>
		<link>http://www.woiweb.net/10-superb-css3-tutorials-awesome-design.html</link>
		<comments>http://www.woiweb.net/10-superb-css3-tutorials-awesome-design.html#comments</comments>
		<pubDate>Thu, 08 Mar 2012 07:58:21 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[Html & Css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[toturials]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1981</guid>
		<description><![CDATA[网页设计师们普遍认为在网站设计方面，css3拥有令人难以置信的潜力，但目前过多的限制导致它还未被广泛应用。 这篇文章介绍了10个css3设计教程，帮助你熟练运用CSS3的一些新增功能。由于浏览器对CSS3的支持问题，部分教程的效果仅支持在Chrome、Safari、Firefox等现代浏览器上查看。 1. 个人技能动画演示 本教程教你使用CSS3来打造动画形式的个人技能说明，颜色和字体可按个人喜好设置。 源码 / 演示 2. 反向动画 用CSS3/jquery创建反向动画的教程（支持Firefox、Safari和Chrome）。 源码 / 演示 3. 碳纤维风格登录表单 使用渐进增强来设计表单，即使没有javascript和css的支持，该表单也能正常使用。该表单还使用了Ajax和jQuery来实现输入验证。 源码 / 演示 4. BounceBox 通知插件 该教程实现的是弹出效果，你可以添加CSS规则来设置弹出框的位置，也可以通过CSS代码来设计弹出框的样式。 源码 / 演示 5．气泡动画按钮 有了这个按钮包，再借助CSS3，你只需指定一个类名，就可以将网站上的任何链接变为气泡按钮。有四种颜色主题和三种尺寸可选。 源码 / 演示 6. 下拉选择框 用CSS3和jQuery建立一个功能齐全且美观的下拉选择框。 源码 / 演示 7. 关于页面 在本教程中，我们将使用PHP、html5和CSS3创建一个简单的关于页面，该页面会向用户呈现你的联系方式，还有一个下载电子名片的选项。 源码 / 演示 8. 有趣的CSS3效果：旋转的报纸 这个经典的效果可用CSS3来实现，Firefox、Chrome和Safari均支持这个效果。 源码 / 演示 9. 闪亮的旋钮控件 在本教程中，我们将用jQuery插件创建一个闪亮的旋钮控件——KnobKnob，这个插件使用CSS3转换和jQuery新的事件处理方法来和用户进行交互——点击按钮然后旋转可以调节显示效果。 源码 / [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="常用CSS3动画效果合集-animate.css" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fcss3-animate-collection.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/17/23232356.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">常用CSS3动画效果合集-animate.css</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="10个不错的CSS3表单教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Ftop-10-css-3-forms-tutorials.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/17/23232356.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10个不错的CSS3表单教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="10款令人难以相信的CSS3绘图效果" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F10-incredible-css3-drawing-you-must-see.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/01/26911357.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10款令人难以相信的CSS3绘图效果</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="11个CSS3按钮制作教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Ftop-10-css3-buttons-tutorials.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/01/26911357.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">11个CSS3按钮制作教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="13个令人惊叹的html5和css3示例" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F13-amazing-examples-of-html5-and-css3.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592652.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">13个令人惊叹的html5和css3示例</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="
				什么是HTML5和CSS3？HTML5和CSS3的新特性
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F9859.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/28/11603047.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				什么是HTML5和CSS3？HTML5和CSS3的新特性
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				HTML5和CSS3的终极工具资源集合
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9801.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/18/11021087.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				HTML5和CSS3的终极工具资源集合
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				15个使用 CSS3 制作的漂亮作品展示网站
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9793.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://www.yixieshi.com/images/defaultpic.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				15个使用 CSS3 制作的漂亮作品展示网站
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="新浪微博CSS3适用细节初探" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F10354.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/02/28/16209758.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">新浪微博CSS3适用细节初探 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="前端工作者的福音：HTML5和CSS3" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F10520.html&from=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/03/23/17956892.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">前端工作者的福音：HTML5和CSS3 (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/10-superb-css3-tutorials-awesome-design.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DD_belatedPNG让IE6支持PNG透明图片</title>
		<link>http://www.woiweb.net/dd_belatedpng-tutorials.html</link>
		<comments>http://www.woiweb.net/dd_belatedpng-tutorials.html#comments</comments>
		<pubDate>Tue, 14 Feb 2012 02:28:36 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[前端工具]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[png]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1958</guid>
		<description><![CDATA[IE6不支持透明的PNG图片，而PNG图片在Web设计方面表现力上，具有其它图形格式所达不到的效果，IE6这一致命缺陷极大地限制了Web 设计的创意发挥。虽然解决IE6的透明PNG的方法也很多，从使用IE特有的滤镜或是e­xpression，再到javascript+透明 GIF替代.但是这些方法都有一个缺点，就是不支持css中backgrond-position与background-repeat属性。 而使用 DD_belatedPNG.js可完美的解决IE6下PNG图片透明问题，并且支持backgrond-position与background- repeat。这是其他方法所不具备的，同时DD_belatedPNG还支持a:hover属性,以及&#60;img&#62;。我们的网站就加入了 DD_belatedPNG处理导航PNG透明图片，使其在不同浏览器下保持相同的外观。 使用方法： 首先下载JS文件 0.0.8a.js (未压缩版本) 0.0.8a-min.js (压缩版) 之后在页面中引用代码： &#60;!–[if IE 6]&#62; &#60;script type=”text/javascript” src=”下载下来的JS路径”&#62;&#60;/script&#62; &#60;script&#62; DD_belatedPNG.fix(‘CSS选择器, 应用类型’); &#60;/script&#62; &#60;![endif]–&#62; 引用函数是 DD_belatedPNG.fix() , 括号里分别填写应用PNG的CSS选择器（可使用ID选择器和类选择器）和应用类型（分为img和background两种）。 如DD_belatedPNG.fix(‘#box-one, img’) 或者 DD_belatedPNG.fix(‘.header, background’) 等。 这些可以简写成 DD_belatedPNG.fix(‘#box-one, .header, img,background’);  。 更多选择器的如 DD_belatedPNG.fix(‘#box-one, .header,#footer,.box-two a:hover, img,background’);  等等。 另外，为解决IE6下背景图闪烁，可以在页面中添加如下脚本 &#60;!–[if IE 6]&#62; &#60;script type=”text/javascript”&#62; // &#60;![CDATA[ if((window.navigator.appName.toUpperCase().indexOf("MICROSOFT")&#62;=0)&#38;&#38;(document.execCommand)) [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="IE9下创建带name的iframe" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/21/11238617.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE9下创建带name的iframe</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE6-7下的调试利器-IE WebDeveloper使用教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie-webdeveloper-tutorail.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/05/11938390.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6-7下的调试利器-IE WebDeveloper使用教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="微软发布 IE9平台预览第四版" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fmicrosoft-released-the-fourth-edition-ie9-platform-preview.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14593330.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">微软发布 IE9平台预览第四版</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE下document.getElementById的处理方式" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie%25E4%25B8%258Bdocument-getelementbyid%25E7%259A%2584%25E5%25A4%2584%25E7%2590%2586%25E6%2596%25B9%25E5%25BC%258F.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/26/19026477.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE下document.getElementById的处理方式</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE下因设置document.domain而无法和Iframe通信的解决方法" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE下因设置document.domain而无法和Iframe通信的解决方法</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="微软将推出IE自动升级功能 让IE6尽早消失" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F10051.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/25/13046052.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">微软将推出IE自动升级功能 让IE6尽早消失 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="WordPress宣布放弃支持IE6！" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.wpcourse.com%2Fwordpress%25E5%25AE%25A3%25E5%25B8%2583%25E6%2594%25BE%25E5%25BC%2583%25E6%2594%25AF%25E6%258C%2581ie6%25EF%25BC%2581.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/26/14434410.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">WordPress宣布放弃支持IE6！ (@wpcourse)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="7月份国内浏览器占有率 IE6仍然占绝大多数" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F8511.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/02/20507547.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">7月份国内浏览器占有率 IE6仍然占绝大多数 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="近六成IE用户同时使用其它浏览器" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F404.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/04/06/5141119.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">近六成IE用户同时使用其它浏览器 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				2011年9月全球浏览器市场排行 IE6即将淘汰
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F9476.html&from=http%3A%2F%2Fwww.woiweb.net%2Fdd_belatedpng-tutorials.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/03/8508146.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				2011年9月全球浏览器市场排行 IE6即将淘汰
			 (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/dd_belatedpng-tutorials.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>同源策略</title>
		<link>http://www.woiweb.net/same-origin-policy.html</link>
		<comments>http://www.woiweb.net/same-origin-policy.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 08:56:09 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[开发经验]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[跨域]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1949</guid>
		<description><![CDATA[受同源策略限制，javascript不能跨域!　这里提到了同源策略，那么什么是同源策略呢？ 同源策略(Same Origin Policy)，它是由Netscape提出的一个著名的安全策略。 现在所有支持javascript 的浏览器都会使用这个策略。同源策略阻止从一个域上加载的脚本去获取或操作另一个域上的文档属性。也就是说，受到请求的 URL 的域必须与当前 Web 页面的域相同。这说明浏览器隔离来自不同源的内容，以防止它们之间的操作。 为何要使用同源策略？ 答案：安全！ 一个简单的例子：比如一个黑客，他利用Iframe把真正的银行登录页面嵌到他的页面上，当你使用真实的用户名，密码登录时，他的页面就可以通过Javascript读取到你的表单中input中的内容，这样用户名，密码就轻松到手了。后果会非常严重！ 那么什么才是同源？ 所谓同源是指域名，协议，端口均相同。 同源的几种情况： 1.不同域名属于跨域，如：www.a.com和www.b.com，另外www.a.com 和www.a.com.cn 也属于不同域名。 2.主域名和子域名（二级域名、三级域名等）跨域，如：www.a.com 和 sub.a.com 属于跨域，sub.a.com 和 sub1.a.com 之间也是跨域。 3.不同协议属于跨域，如：http://www.a.com 和 https://www.a.com。 4.不同端口，如： www.a.com:80和 www.a.com:81 。 5.IP和域名属于跨域，如：123.125.106.16 和 www.weibo.com。<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Iframe跨域通信完美解决方案" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Iframe跨域通信完美解决方案</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="高效 JavaScript" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fefficient-javascript.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">高效 JavaScript</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="15款很棒的 JavaScript 开发工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F15-best-javascript-develope-tools.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">15款很棒的 JavaScript 开发工具</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="10个奇幻的HTML5和Javascript效果" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F10-jaw-dropping-html5-and-javascript-effects.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592643.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10个奇幻的HTML5和Javascript效果</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="8个惊艳的Javascript WebGL示例" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F8-stunning-javascript-webgl-demo.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592787.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">8个惊艳的Javascript WebGL示例</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="推荐给开发者10款超级有用的JavaScript工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9936.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/08/12059617.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐给开发者10款超级有用的JavaScript工具 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="谷歌全球营销副总：按国情决定营销策略" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F979.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/04/30/7131972.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">谷歌全球营销副总：按国情决定营销策略 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="HTML 5 和 JavaScript实现的红白机经典游戏《打野鸭》" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fplus%2Fview.php%3Faid%3D9712&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/04/10293453.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">HTML 5 和 JavaScript实现的红白机经典游戏《打野鸭》 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="8个惊艳的 HTML5 和 JavaScript 特效" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F8718.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/11/22226522.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">8个惊艳的 HTML5 和 JavaScript 特效 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="站内搜索体验大提升：22条优化策略[译]" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F10820.html&from=http%3A%2F%2Fwww.woiweb.net%2Fsame-origin-policy.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/05/14/26270460.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">站内搜索体验大提升：22条优化策略[译] (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/same-origin-policy.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE下因设置document.domain而无法和Iframe通信的解决方法</title>
		<link>http://www.woiweb.net/communicate-with-iframe-in-ie.html</link>
		<comments>http://www.woiweb.net/communicate-with-iframe-in-ie.html#comments</comments>
		<pubDate>Fri, 10 Feb 2012 02:53:31 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[开发经验]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[跨域]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1940</guid>
		<description><![CDATA[最近在开发SDK的过程中发现IE下有个很怪异的问题：在同一域下，因在父页面上设置了document.domain，而导致无法正常和Iframe（也是同域下）进行通信，IE下抛出的错误是：SCRIPT5: 拒绝访问，导致无法操作iframe中的内容。 经过查阅了很多资料后发现IE下，在父页面或在iframe页面中，只要设置了document.domain，无论是和当前域名相同还是根域名，均视为跨域，所以才会出现拒绝访问的错误，即使你这样写document.domain=document.domain；虽然好像没人这么干。 那么如何才能解决这个问题，让父页面和iframe页面正常通信呢，根据同源策略，让双方均设置同样的domain就可以达到目的。 比如页面A是http://www.a.com/a.html ，页面B是http://www.a.com/b.html， 这时候两个页面中都写上document.domain=”aaa.com”，这样两个页面就可以交互了。 但是，上面的情况只适用于嵌入的页面是事先已经已&#60;iframe src=”http://www.a.com/b.html”&#62;&#60;/iframe&#62;的形式在页面中写好了，而如果是在页面中动态创建的iframe标签再指定其src为http://www.a.com/b.html，上面的方法就不适用 了。 此种情况及解决方法请直接参考原著：IE下Iframe的 document.domain的怪异问题 上面的这种情况是当Iframe的src不为空，即存在实际的引用页面的解决方法。但如果需要创建一个空白的iframe（即src不指定），还要想拿到iframe里的document对象呢？看个例子： //访问地址：http://www.a.com/a.html &#60;html&#62; &#60;head&#62; &#60;title&#62;Iframe&#60;/title&#62; &#60;/head&#62; &#60;body&#62; &#60;script type="text/javascript"&#62; document.domain = 'a.com'; var iframe = document.createElement("iframe"); document.body.appendChild(iframe); iframe.onload = function() { console.log(iframe.contentWindow.document.location) } &#60;/script&#62; &#60;/body&#62; &#60;/html&#62; 有人想到设置iframe里面的domain，思路正确，但由于父页面已经设置了domain，在父页面中根本无法获取到空白iframe的document对象，也就无法设置iframe的domain。 后来经过了很多尝试，也研究了twitter的SDK的代码，找到了解决方案： 通过设置iframe的src来执行一段JS代码，如下， iframe.src = "javascript:void((function(){document.open();document.domain='"+ document.domain + "';document.close()})())"; 通过这种方式就可以改写iframe里面的domain了，这和在浏览器地址栏里输入这段代码的功效一样，这种方式像是旁门左道，但是这确实奏效了。 于是上面的代码更改为： //访问地址：http://www.a.com/a.html &#60;html&#62; &#60;head&#62; &#60;title&#62;Iframe&#60;/title&#62; &#60;/head&#62; &#60;body&#62; [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="Iframe跨域通信完美解决方案" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fiframe-cross-domain.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Iframe跨域通信完美解决方案</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="Js模拟Ajax无刷新提交" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fjs-iframe-ajax.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/21/11238617.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">Js模拟Ajax无刷新提交</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE9下创建带name的iframe" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie9-create-iframe.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/21/11238617.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE9下创建带name的iframe</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="跨域资源共享的10种方式" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F10-cross-domain-methods.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592595.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">跨域资源共享的10种方式</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE下document.getElementById的处理方式" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fie-document-getelementbyid-bug.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/26/19026477.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE下document.getElementById的处理方式</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="推荐给开发者10款超级有用的JavaScript工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9936.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/08/12059617.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐给开发者10款超级有用的JavaScript工具 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="8个惊艳的 HTML5 和 JavaScript 特效" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F8718.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/11/22226522.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">8个惊艳的 HTML5 和 JavaScript 特效 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="HTML 5 和 JavaScript实现的红白机经典游戏《打野鸭》" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fplus%2Fview.php%3Faid%3D9712&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/04/10293453.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">HTML 5 和 JavaScript实现的红白机经典游戏《打野鸭》 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="“超级网银”重庆11月上线 市民跨行转账一分钟搞定" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fb2b%2F4732.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://www.yixieshi.com/images/defaultpic.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">“超级网银”重庆11月上线 市民跨行转账一分钟搞定 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				2011回顾：20个将JavaScript推到极致的网站
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F10091.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcommunicate-with-iframe-in-ie.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/30/13231082.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				2011回顾：20个将JavaScript推到极致的网站
			 (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/communicate-with-iframe-in-ie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>割绳子游戏HTML5版</title>
		<link>http://www.woiweb.net/cut-the-rope-of-html5.html</link>
		<comments>http://www.woiweb.net/cut-the-rope-of-html5.html#comments</comments>
		<pubDate>Wed, 11 Jan 2012 03:13:20 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[前端观察]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1928</guid>
		<description><![CDATA[在拉斯维加斯正在举行的CES大会上，微软CEO鲍尔默宣布了基于IE9和html 5框架的割绳子游戏，由微软及游戏开发商ZeptoLab共同推出，用于促进IE9的使用及网页的美化，网页版点击这里。 游戏主角就是一个贪吃的小绿怪兽，必须通过割绳子来将糖果送到小怪物嘴里，并搜集星星来增加得分。到目前为止，下载量已经超过6000万，潜力足以和《愤怒的小鸟》媲美。 虽然基于IE9，但游戏可在任何兼容html5的浏览器上玩儿。回顾小家伙贪吃的发展史，2010登陆iOS，去年六月登陆Android，如今又推出html 5网页版，不过是否能胜过其本地应用还有待考证。 新版结合Windows 7操作系统，画面和其它版本应用没什么差别，但是可以将游戏添加到Window 7的任务栏当中，新的无锁通关功能是以往版本都不具备的，同时整合Facebook及Twitter，玩家可以将得分晒给朋友或粉丝。 英国IE开发组领导Hegerty说：“html 5真是个好东西，可以让东西一下变得更具价值，画面丰富，漂亮，游戏只是一个部分，其他还有电影，音乐等，这是今后的一个方向。我们一直在寻找新的优秀方法，为IE9用户带来意想不到的html5体验”。 赶紧试试吧，游戏地址：http://www.cuttherope.ie/ 转自：http://www.leiphone.com/html5-cut-rope.html<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="开始学习HTML5所需要的技巧和工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F%25E5%25BC%2580%25E5%25A7%258B%25E5%25AD%25A6%25E4%25B9%25A0html5%25E6%2589%2580%25E9%259C%2580%25E8%25A6%2581%25E7%259A%2584%25E6%258A%2580%25E5%25B7%25A7%25E5%2592%258C%25E5%25B7%25A5%25E5%2585%25B7.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592614.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">开始学习HTML5所需要的技巧和工具</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="15款强大的HTML5素描及绘图工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fhtml5-sketching-tools-every-designers-must-know.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/12/09/12114063.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">15款强大的HTML5素描及绘图工具</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="非常有用的HTML5,CSS3的框架" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fuseful-html5css3-frameworks.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/19/23489804.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">非常有用的HTML5,CSS3的框架</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="10个在线简化HTML5编码的工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F10-online-tools-to-simplify-html5-coding.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/19/23489804.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10个在线简化HTML5编码的工具</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="35个运用HTML5的创新网站范例" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F35-inspiring-examples-of-websites-using-html5.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592614.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">35个运用HTML5的创新网站范例</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="HTML5是什么？新特性和新功能介绍" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F8204.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/14/17316392.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">HTML5是什么？新特性和新功能介绍 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="浅谈HTML5与Web APP" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F10628.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/04/11/19198319.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">浅谈HTML5与Web APP (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				8个精美的 HTML5 网站作品设计欣赏
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9564.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/10/16/9247817.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				8个精美的 HTML5 网站作品设计欣赏
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="16个精美的 HTML5 单页网站作品欣赏" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F8438.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/28/19410373.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">16个精美的 HTML5 单页网站作品欣赏 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				12个设计精美的HTML5个人网站作品欣赏
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9162.html&from=http%3A%2F%2Fwww.woiweb.net%2Fcut-the-rope-of-html5.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/09/29393823.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				12个设计精美的HTML5个人网站作品欣赏
			 (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/cut-the-rope-of-html5.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>impress.js使用教程</title>
		<link>http://www.woiweb.net/impress-js-tutorial.html</link>
		<comments>http://www.woiweb.net/impress-js-tutorial.html#comments</comments>
		<pubDate>Thu, 05 Jan 2012 08:39:34 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[Html & Css]]></category>
		<category><![CDATA[前端观察]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1914</guid>
		<description><![CDATA[test<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="10 个华丽的 CSS3 设计教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F10-superb-css3-tutorials-awesome-design.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/17/23232356.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10 个华丽的 CSS3 设计教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="11个CSS3按钮制作教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Ftop-10-css3-buttons-tutorials.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/01/26911357.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">11个CSS3按钮制作教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="10个不错的CSS3表单教程" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Ftop-10-css-3-forms-tutorials.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/17/23232356.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">10个不错的CSS3表单教程</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="常用CSS3动画效果合集-animate.css" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fcss3-animate-collection.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/17/23232356.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">常用CSS3动画效果合集-animate.css</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="18个明亮型纯CSS的绘图示例" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F18-brilliant-pure-css-drawings.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592627.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">18个明亮型纯CSS的绘图示例</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="新浪微博CSS3适用细节初探" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F10354.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/02/28/16209758.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">新浪微博CSS3适用细节初探 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				什么是HTML5和CSS3？HTML5和CSS3的新特性
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F9859.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/28/11603047.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				什么是HTML5和CSS3？HTML5和CSS3的新特性
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				HTML5和CSS3的终极工具资源集合
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9801.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/11/18/11021087.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				HTML5和CSS3的终极工具资源集合
			 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="前端工作者的福音：HTML5和CSS3" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fucd%2F10520.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/03/23/17956892.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">前端工作者的福音：HTML5和CSS3 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="
				15个使用 CSS3 制作的漂亮作品展示网站
			" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fweb%2F9793.html&from=http%3A%2F%2Fwww.woiweb.net%2Fimpress-js-tutorial.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://www.yixieshi.com/images/defaultpic.gif" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">
				15个使用 CSS3 制作的漂亮作品展示网站
			 (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/impress-js-tutorial.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>2011年下半年国内优秀初创企业汇总</title>
		<link>http://www.woiweb.net/aggregate-domestic-good-start-ups-of-2011.html</link>
		<comments>http://www.woiweb.net/aggregate-domestic-good-start-ups-of-2011.html#comments</comments>
		<pubDate>Wed, 04 Jan 2012 02:29:05 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[前端观察]]></category>
		<category><![CDATA[创业]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1910</guid>
		<description><![CDATA[去年年底总计过国内优秀初创企业，今年7月份的时候总结过2011年上半年国内初创企业，现在也将2011年下半年国内初创企业进行汇总。 本文总结了2011年下半年上线的或者关注度相对较高的国内优秀的初创企业，主要是Web2.0Share周刊中每周精选的国内初创企业，更多初创企业可以查看我们在爱库网上的主页：http://ikeepu.com/web20share 2011年下半边国内初创企业PDF下载地址：http://vdisk.weibo.com/s/1LpCT 2011年上半边国内初创企业PDF下载地址：http://vdisk.weibo.com/s/svas/1310656507 点名时间 – 预购一个梦想：点名时间是一个让你发起和支持创意项目的平台。你可以在这里发起项目，向公众推广，并得到资金的支持去完成你的梦想。你也可以在这里浏览各种有趣的项目，一起支持创意，预购别人的梦想。 链接：http://www.demohour.com/ 几米: 基于真实地理位置的移动应用“几米”，致力于帮助您发现正在附近“几米之间”的新朋友，并与大家自由沟通、实时交流，讨论身边的“人”和“事”。 链接：http://www.jimii.cn/ 连连问: 连连问是一个有趣的基于现有社会化关系的问答网站，通过回网站上的问题，你可以表达自己的个性，发现有趣的朋友 链接：http://www.lianlianwen.com/ 腾讯微视: 是一款可以让您在wifi网络下进行视频通话的免费应用软件。由腾讯公司推出，基于通讯录的跨终端跨平台的视频通话软件。目前还处于限量内测阶段。 链接：http://weishi.qq.com/ WSS: (White Shark System)是一款基于浏览器的，集“项目管理”、“任务管理”、“工时管理”、“工作日志管理”为一体的协作办公平台。较同类软件，WSS更加注重用户体验(包括易用性与视觉效果)。 链接：http://www.wssys.net/zh-CN/ MuseScore 是一个可运行在多种平台上的 所见即所得的音乐制谱软件，它提供一个专业制谱软件如Sibelius和Finale的高性价比的替代方案.可以打印出排版的很漂亮的乐谱, 或保存为 PDF 和 MIDI 文件. 链接：http://musescore.org/ 易云是一个帮助客户将各种应用自动部署到云中并运行的云计算平台。该平台将云计算领域中的 IaaS， PaaS 及 SaaS 等云计算使用方式通过创新的专利技术整合在一起，为客户提供完整的解决方案。客户只需要通过简单的网页操作，即可一站式完成创建复杂应用系统的工作，从而 大大降低客户使用云计算的门槛。 链接：https://www.eayun.com/zh_CN/ 老板书库: 是一个阅读分享平台。您能在这里发现商业名人所读的书籍和点评，挑选某个行业的推荐书籍，或是分享您喜欢的书与读书心得。 链接：http://ibossbook.com/ 孔明社会化媒体管理平台 提供管理各个社交网络，挖掘有效客户群，联系人管理，品牌监控等功能 社会化CRM个人觉得是有需求的，如何挖掘目标用户群的需求是重点 链接：http://www.kmsocial.cn/ 二手书网: 是一款专业的图书搜索引擎和一个专业的二手书交易平台，向用户提供出售、求购图书，热门、最新发布，图书捐赠等集搜索、比较和智能筛选为一体的服务，同时向发布者提供买、卖家留言，获取联系方式等互动沟通类服务。 链接：http://2shoushu.com/ 午饭圈-用午饭打开你的社交圈，本地人脉积累最佳网站: 午饭圈是一个用午饭打开你社交圈的网站，你可以在这里发布你的邀请，找到你想认识的人并和他们共进午餐，接受商家的优惠，去有社交活动的店面进餐。 链接：http://wufanquan.sinaapp.com/ 聚聚呀！是一个能够让任何网民创建垂直社区的平台。只需填写几个简单的内容，比如说，社区的名字，社区的类别， 就能够在几分钟内轻松的搭建起一个能够让所有人交流分享的社区。 链接：http://www.jujuya.com/ [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="推荐分享22个优秀的项目管理与协作工具" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Ftop-22-project-management-and-collaboration-tools.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14595210.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">推荐分享22个优秀的项目管理与协作工具</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="开发与设计网站的优秀开源软件" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fbest-open-source-software-for-web-designers-and-developers.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14593414.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">开发与设计网站的优秀开源软件</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="精选30个优秀的CSS技术和实例" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F30-css-techniques-examples.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592620.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">精选30个优秀的CSS技术和实例</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="40个优秀的设计博客让你变成Photoshop高手" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F40-online-design-blogs-to-turn-you-into-a-photoshop-guru.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14595109.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">40个优秀的设计博客让你变成Photoshop高手</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="47款惊人的CSS3动画效果" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F47-amazing-css3-animation-demos.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592652.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">47款惊人的CSS3动画效果</font>
                    </a>
                </td>
        </tr>
        <br/>
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">来自无觅网络的相关文章：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="2011年上半年国内优秀项目初创企业汇总" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F8159.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/12/17179935.png" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">2011年上半年国内优秀项目初创企业汇总 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="创业公司早期应该避免的十件事" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F10796.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/05/10/25627748.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">创业公司早期应该避免的十件事 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="国外媒体看中国大地上的创业潮" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fzhichang%2F987.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/03/17/3723124.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">国外媒体看中国大地上的创业潮 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="18个导致互联网创业失败的原因" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F10558.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2012/03/30/18443448.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">18个导致互联网创业失败的原因 (@yixieshi)</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="创业板面临境外市场竞争 或产生“鲶鱼效应”" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.yixieshi.com%2Fit%2F862.html&from=http%3A%2F%2Fwww.woiweb.net%2Faggregate-domestic-good-start-ups-of-2011.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/08/22/24205664.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">创业板面临境外市场竞争 或产生“鲶鱼效应” (@yixieshi)</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/aggregate-domestic-good-start-ups-of-2011.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>分享以冬为主题的壁纸</title>
		<link>http://www.woiweb.net/winter-wallpapers.html</link>
		<comments>http://www.woiweb.net/winter-wallpapers.html#comments</comments>
		<pubDate>Sat, 31 Dec 2011 02:18:43 +0000</pubDate>
		<dc:creator>疯狂小强</dc:creator>
				<category><![CDATA[前端观察]]></category>
		<category><![CDATA[wallpaper]]></category>

		<guid isPermaLink="false">http://www.woiweb.net/?p=1906</guid>
		<description><![CDATA[冬天已至，艳丽的万紫千红已经消失殆尽，冬的严寒、暗淡，让人们觉得冬天不如夏的美，而正是由于冬的冰冷，雪的洁白，才会为大地万物的又一轮复苏做出很好的铺垫，今天给大家推荐一些以冬为题材的壁纸，让我们一起静静欣赏冬的洁白，冬的冷艳。<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">推荐阅读：</font></b></td>
    </tr>
    
        <tr>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="26款清新有创意的桌面壁纸" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F26-fresh-and-creative-desktop-wallpapers.html&from=http%3A%2F%2Fwww.woiweb.net%2Fwinter-wallpapers.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14595247.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">26款清新有创意的桌面壁纸</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="80个新鲜出炉的免费高品质 WordPress 主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F80-fresh-high-quality-free-wordpress-themes.html&from=http%3A%2F%2Fwww.woiweb.net%2Fwinter-wallpapers.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/07/19/18082827.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">80个新鲜出炉的免费高品质 WordPress 主题</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="最好的两列式wordpress免费主题模板" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Fbest-2-column-free-wordpress-themes.html&from=http%3A%2F%2Fwww.woiweb.net%2Fwinter-wallpapers.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14595118.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">最好的两列式wordpress免费主题模板</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="20个漂亮的Windows7主题下载" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2F20-awesome-windows-7-themes.html&from=http%3A%2F%2Fwww.woiweb.net%2Fwinter-wallpapers.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/06/27/14592719.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">20个漂亮的Windows7主题下载</font>
                    </a>
                </td>
                <td width="102" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="100个漂亮的WordPress主题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Fwww.woiweb.net%2Ftop-100-beautiful-wordpress-theme.html&from=http%3A%2F%2Fwww.woiweb.net%2Fwinter-wallpapers.html">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 96px !important; height: 96px !important;" src="http://static.wumii.com/site_images/2011/09/23/33459481.jpg" width="96px" height="96px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 102px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">100个漂亮的WordPress主题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
		<wfw:commentRss>http://www.woiweb.net/winter-wallpapers.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
