<?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>可可熊的窝 &#187; Web</title>
	<atom:link href="http://cocobear.info/blog/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://cocobear.info/blog</link>
	<description>K.I.S.S</description>
	<lastBuildDate>Sat, 10 Dec 2011 16:11:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>网页前端编程</title>
		<link>http://cocobear.info/blog/2009/08/25/web-front-dev/</link>
		<comments>http://cocobear.info/blog/2009/08/25/web-front-dev/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 08:23:17 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Not Language]]></category>
		<category><![CDATA[Js]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=730</guid>
		<description><![CDATA[IE6竟然不能连接向同一个网页发请求[做个按钮使用ajax请求一个网址 你们在服务器上发现 其实IE6只发了一次 但是ajax返回确是成功的] IE7对iframe标签的支持竟然有问题&#8211;>http://zhengrenchi.blogbus.com/logs/23056446.html IE6与IE6 div标签的默认值不一样。 JS代码报错的位置竟然不是真正出错的位置！ &#8230;&#8230;. 就这些简单的问题折腾了我好几天。web前端编程太麻烦了，这么痛苦的开发环境，真是受不了。]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2009/08/25/web-front-dev/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>web2py&#8211;在DreamHost上搭建环境</title>
		<link>http://cocobear.info/blog/2008/12/11/build-web2py-on-dreamhost/</link>
		<comments>http://cocobear.info/blog/2008/12/11/build-web2py-on-dreamhost/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 08:36:26 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[编程相关]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web2py]]></category>

		<guid isPermaLink="false">http://cocobear.info/blog/?p=416</guid>
		<description><![CDATA[Python做Web开发有很多框架，例如django，webpy，web2py&#8230;&#8230;，大概比较了下，觉得web2py挺合适做小一点的东西，这里有一份官方给出的web2py与其它web框架的比较，我也是因为看完了这个比较后决定学下web2py的。 首先得搭好环境，web2py是以WSGI方式运行，所以可以很方便的部署在DreamHost上，我在wiki里记录了下我搭建的过程，可以在这里看到。 网上没找到有web2py做的完整的东西，比较郁闷，想做个网站，用PHP要完全从头做，太麻烦，相应的框架我又不想去学，Python框架很多，Django好像有点麻烦，webpy不太了解，也不知道有没有成熟的应用，web2py目前看着挺不错的，可惜没什么可参考的。]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2008/12/11/build-web2py-on-dreamhost/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>终于让首页能在IE下显示了</title>
		<link>http://cocobear.info/blog/2007/04/16/%e7%bb%88%e4%ba%8e%e8%ae%a9%e9%a6%96%e9%a1%b5%e8%83%bd%e5%9c%a8ie%e4%b8%8b%e6%98%be%e7%a4%ba%e4%ba%86/</link>
		<comments>http://cocobear.info/blog/2007/04/16/%e7%bb%88%e4%ba%8e%e8%ae%a9%e9%a6%96%e9%a1%b5%e8%83%bd%e5%9c%a8ie%e4%b8%8b%e6%98%be%e7%a4%ba%e4%ba%86/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 09:07:14 +0000</pubDate>
		<dc:creator>可可熊</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://cocobear.info/wordpress/?p=71</guid>
		<description><![CDATA[该死的IE老是不能显示我的首页，刚开始的时候还以为是我代码中标记的问题，可能与table这个标签有关，与是把里面所有的表格都删掉，结果还是不行，仍然是一片空白，最后又继续删…… 直到把所有能删的都删了后发现还是不能显示，就在快晕的时候想到了万能的google，搜索了一下“网页在IE上显示空白”，结果还真有好多人遇到了这样的问题，原因是IE解析html代码的时候顺序问题，由于我的网页使用的是utf8编码，而我写的代码是title在前，meta在后，而IE就是因为不能识别title里的中文字符，所以全部的网页就变为了空白，真的晕了！ 解决方案：在head标签内首先使用 &#60;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243;/&#62; 关于UTF8与IE显示空白的更多讨论可以参考： IE中打开UTF-8编码title为中文的网页会显示空白页的问题 UTF-8字符集网页在IE上会显示空白问题的解决方案 BTW:这个主题在基于IE的浏览器下颜色表现的很差，正文应该是相同的颜色，结果变成了一块白一块黄，没打算去解决它。还有下面留言框，都旋转了90度了，强烈建议使用opera浏览器！]]></description>
		<wfw:commentRss>http://cocobear.info/blog/2007/04/16/%e7%bb%88%e4%ba%8e%e8%ae%a9%e9%a6%96%e9%a1%b5%e8%83%bd%e5%9c%a8ie%e4%b8%8b%e6%98%be%e7%a4%ba%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

