<?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>Tue, 17 Aug 2010 10:26:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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>
			<content:encoded><![CDATA[<p>IE6竟然不能连接向同一个网页发请求[做个按钮使用ajax请求一个网址 你们在服务器上发现 其实IE6只发了一次 但是ajax返回确是成功的]</p>
<p>IE7对iframe标签的支持竟然有问题&#8211;><a href="http://zhengrenchi.blogbus.com/logs/23056446.html">http://zhengrenchi.blogbus.com/logs/23056446.html</a></p>
<p>IE6与IE6 div标签的默认值不一样。</p>
<p><a href="http://cocobear.info/blog/tag/js/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Js">JS</a>代码报错的位置竟然不是真正出错的位置！</p>
<p>&#8230;&#8230;.</p>
<p>就这些简单的问题折腾了我好几天。<a href="http://cocobear.info/blog/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a>前端编程太麻烦了，这么痛苦的开发环境，真是受不了。</p>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p><a href="http://cocobear.info/blog/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>做<a href="http://cocobear.info/blog/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">Web</a>开发有很多框架，例如django，webpy，<a href="http://cocobear.info/blog/tag/web2py/" class="st_tag internal_tag" rel="tag" title="Posts tagged with web2py">web2py</a>&#8230;&#8230;，大概比较了下，觉得<a href="http://mdp.cti.depaul.edu/">web2py</a>挺合适做小一点的东西，<a href="http://mdp.cti.depaul.edu/examples/static/web2py_vs_others.pdf">这里</a>有一份官方给出的<a href="http://cocobear.info/blog/tag/web2py/" class="st_tag internal_tag" rel="tag" title="Posts tagged with web2py">web2py</a>与其它<a href="http://cocobear.info/blog/tag/web/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Web">web</a>框架的比较，我也是因为看完了这个比较后决定学下<a href="http://cocobear.info/blog/tag/web2py/" class="st_tag internal_tag" rel="tag" title="Posts tagged with web2py">web2py</a>的。</p>
<p>首先得搭好环境，<a href="http://cocobear.info/blog/tag/web2py/" class="st_tag internal_tag" rel="tag" title="Posts tagged with web2py">web2py</a>是以WSGI方式运行，所以可以很方便的部署在DreamHost上，我在wiki里记录了下我搭建的过程，可以在<a href="http://cocobear.info/wiki/doku.php?id=web2py">这里</a>看到。</p>
<p>网上没找到有<a href="http://cocobear.info/blog/tag/web2py/" class="st_tag internal_tag" rel="tag" title="Posts tagged with web2py">web2py</a>做的完整的东西，比较郁闷，想做个网站，用PHP要完全从头做，太麻烦，相应的框架我又不想去学，<a href="http://cocobear.info/blog/tag/python/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Python">Python</a>框架很多，Django好像有点麻烦，webpy不太了解，也不知道有没有成熟的应用，<a href="http://cocobear.info/blog/tag/web2py/" class="st_tag internal_tag" rel="tag" title="Posts tagged with web2py">web2py</a>目前看着挺不错的，可惜没什么可参考的。</p>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p>该死的<a href="http://cocobear.info/blog/tag/ie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>老是不能显示我的首页，刚开始的时候还以为是我代码中标记的问题，可能与table这个标签有关，与是把里面所有的表格都删掉，结果还是不行，仍然是一片空白，最后又继续删……</p>
<p>直到把所有能删的都删了后发现还是不能显示，就在快晕的时候想到了万能的google，搜索了一下“网页在<a href="http://cocobear.info/blog/tag/ie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>上显示空白”，结果还真有好多人遇到了这样的问题，原因是<a href="http://cocobear.info/blog/tag/ie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>解析html代码的时候顺序问题，由于我的网页使用的是utf8编码，而我写的代码是title在前，meta在后，而<a href="http://cocobear.info/blog/tag/ie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>就是因为不能识别title里的中文字符，所以全部的网页就变为了空白，真的晕了！</p>
<p>解决方案：在head标签内首先使用</p>
<p>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243;/&gt;</p>
<p>关于UTF8与<a href="http://cocobear.info/blog/tag/ie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>显示空白的更多讨论可以参考：<br />
<a href=http://yskin.net/2006/08/ie-utf-8-bug.html>IE中打开UTF-8编码title为中文的网页会显示空白页的问题</a><br />
<a href=http://www.lostk.com/bbs/archiver/tid-690.html>UTF-8字符集网页在IE上会显示空白问题的解决方案</a></p>
<p>BTW:这个主题在基于<a href="http://cocobear.info/blog/tag/ie/" class="st_tag internal_tag" rel="tag" title="Posts tagged with IE">IE</a>的浏览器下颜色表现的很差，正文应该是相同的颜色，结果变成了一块白一块黄，没打算去解决它。还有下面留言框，都旋转了90度了，强烈建议使用opera浏览器！</p>
]]></content:encoded>
			<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>
