<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://blog.yibada.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>ANGUS'S HOME</title>
			    <link>http://blog.yibada.com/index.php/uid-42760</link>
			    <description></description>
			    <copyright>Copyright(C) ANGUS'S HOME</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Fri, 21 Nov 2008 04:35:38 GMT</lastBuildDate><item>
								<title>CSS垂直居中</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-1021</link>
								<description><![CDATA[<P>CSS 中要垂直居中，多数是在有高度的情况下，或者容器高度不定的情况下才用，看上去比较舒服，而且实现的方法也不少，不一定要拘泥于和 table 布局一样。</P>
<P>首先，要有一个概念：<STRONG>凡是 table 布局可以实现的，CSS 一定可以实现</STRONG>。CSS 可以实现的，table 未必能做到。<BR...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 01 Aug 2008 13:06:12 GMT</pubDate>
							</item>
							<item>
								<title>Web2.0设计师工具箱,国外的一些网站制作资源，css,javascript,ajax,设计素材等</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-1009</link>
								<description><![CDATA[<P>Web2.0工具箱 <A href="http://www.dezinerfolio.com/2007/04/22/the-web-designers-tool-kit/" target=_blank><FONT color=#295487>The Web Designers Tool Kit</FONT></A><BR>原文地址： <A href="http://www.dezinerfolio.com/2007/04/22/the-web-designers-tool-kit/" t...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Mon, 07 Jul 2008 11:54:48 GMT</pubDate>
							</item>
							<item>
								<title>DIV CSS设计时IE6、IE7、FF 与兼容性有关的特性</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-1008</link>
								<description><![CDATA[<P>在网站设计的时候，应该注意css样式兼容不同浏览器问题，特别是对完全使用DIV CSS设计的网，就应该更注意IE6 IE7 FF对CSS样式的兼容，不然，你的网乱可能出去不想出现的效果！</P>
<P>所有浏览器 通用 <BR>height: 100px; <BR>IE6 专用 <BR>_height: 100px; <BR>IE6 专用 <BR>*height:...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Mon, 07 Jul 2008 11:53:27 GMT</pubDate>
							</item>
							<item>
								<title>JS获取浏览器窗口大小 获取屏幕，浏览器，网页高度宽度</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-1000</link>
								<description><![CDATA[<P>网页可见区域宽：document.body.clientWidth<BR>网页可见区域高：document.body.clientHeight<BR>网页可见区域宽：document.body.offsetWidth (包括边线的宽)<BR>网页可见区域高：document.body.offsetHeight (包括边线的宽)<BR>网页正文全文宽：document.body.scrollWidth<BR>网页...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 27 Jun 2008 15:44:15 GMT</pubDate>
							</item>
							<item>
								<title>Htaccess 设置小技巧</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-999</link>
								<description><![CDATA[总结一些htaccess文件的其他用处:
<UL>
<LI>设置时区 </LI></UL>
<BLOCKQUOTE>
<P>SetEnv TZ America/Chicago </P>
<P><FONT face=Georgia color=#444444>时区的列表可以在这里找到: <A title=http://us2.php.net/manual/en/timezones.php href="http://us2.php.net/manual/e...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 27 Jun 2008 11:06:48 GMT</pubDate>
							</item>
							<item>
								<title>用.htaccess防止图片盗链(Prevent Image Hot Linking)</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-998</link>
								<description><![CDATA[目前很多的虚拟主机都会支持.htaccess文件, 它最常见的用途是设置密码保护和自定义404页面. 实际上, 他可以做的不止这些.
<P>.htaccess只是一个普通的文件, 用一个文本编辑器就可以打开, 编辑. 很多人习惯于Windows操作系统的用户认为这是一个没有文件名, 而扩展名为htaccess...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 27 Jun 2008 11:04:03 GMT</pubDate>
							</item>
							<item>
								<title>用 .htaccess 设置 PHP 的参数</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-997</link>
								<description><![CDATA[用Apache作Web服务器，PHP的选项除了用php.ini进行设置，还可以在目录下面建立.htaccess文件，对这个目录进行单独设置。<BR>例：<BR><PRE>DirectoryIndex index.html index.php
&lt;IfModule mod_php4.c&gt;
php_value mbstring.language japanese
php_value mbstring.internal_encod...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 27 Jun 2008 11:02:34 GMT</pubDate>
							</item>
							<item>
								<title>.htaccess使用指南</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-996</link>
								<description><![CDATA[<DIV class=asset-body>
<P id=fp>Apache服务器的.htaccess是一个非常强大的分布式配置文件，学会使用.htaccess，对虚拟主机用户来说，可以实现众多的功能。这里有一篇很容易让人理解的.htaccess介绍，作为入门文章非常的适合。文章最初来自<A href="http://www.freewebmasterhelp.co...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 27 Jun 2008 10:57:51 GMT</pubDate>
							</item>
							<item>
								<title>.htaccess设置指南</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-995</link>
								<description><![CDATA[<DIV>
<P>.htaccess 会降低APACHE的性能，除非你对目录权限要求很高或需要做UrlRewrite，否则不推荐你使用.</P>
<P>如果你的服务器目录结构是这样：</P>
<P>/usr/corsak/wwwroot/www/maindir</P>
<P>如果Apache指令中开启了AllowOverride支持.htaccess文件，每访问一次会依次搜索：</P>...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 27 Jun 2008 10:56:03 GMT</pubDate>
							</item>
							<item>
								<title>CSS布局自适应高度解决方法</title>
								<link>http://blog.yibada.com/index.php/uid-42760-action-viewspace-itemid-929</link>
								<description><![CDATA[<P style="TEXT-INDENT: 2em">这是一个比较典型的三行二列布局，每列高度（事先并不能确定哪列的高度）的相同，是每个设计师追求的目标，按一般的做法，大多采用背景图填充、加JS脚本的方法使列的高度相同，本文要介绍的是采用容器溢出部分隐藏和列的负底边界和正的内补丁相结合的方法来解...]]></description>
								<category>blog</category>
								<author>angus</author>
								<pubDate>Fri, 23 May 2008 14:46:27 GMT</pubDate>
							</item>
							
		</channel>
	</rss>