<?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>Thư giãn giải trí &#187; Thiết kế web</title>
	<atom:link href="http://thugian24h.net/category/tinhoc/thietkeweb/feed/" rel="self" type="application/rss+xml" />
	<link>http://thugian24h.net</link>
	<description>Một nụ cười bằng mười thang thuốc bổ</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:54:18 +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>Hiển thị Chat Box một cách chuyên nghiệp</title>
		<link>http://thugian24h.net/hien-thi-chat-box-mot-cach-chuyen-nghiep/</link>
		<comments>http://thugian24h.net/hien-thi-chat-box-mot-cach-chuyen-nghiep/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 10:15:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Thiết kế web]]></category>

		<guid isPermaLink="false">http://thugian24h.net/?p=504</guid>
		<description><![CDATA[Như các bạn đã biết Chat Box là một ứng dụng khá hay đối với blog, nó làm cho tính tương tác của blog tăng lên rất nhiều, hiện nay có rất nhiều cách làm một chat box pro, đặc biệt là với blogspot. Bài viết này sẽ giới thiệu một cách để hiển thị [...]]]></description>
			<content:encoded><![CDATA[<p>Như các bạn đã biết Chat Box là một ứng dụng khá hay đối với blog, nó làm cho tính tương tác của blog tăng lên rất nhiều, hiện nay có rất nhiều cách làm một chat box pro, đặc biệt là với blogspot. Bài viết này sẽ giới thiệu một cách để hiển thị Chat Box trông thật chuyên nghiệp nhưng cách thực hiện rất đơn giản. Bạn chỉ cần paste đoạn code này vào trước thẻ trong code HTML của blog.</p>
<p><a href="http://lh5.ggpht.com/_rVQLxDFDz0A/SsXHAoUdTrI/AAAAAAAAB8g/ZaRKsTFB30E/chatboxpro.jpg"><img class="alignnone" title="Chat box" src="http://lh5.ggpht.com/_rVQLxDFDz0A/SsXHAoUdTrI/AAAAAAAAB8g/ZaRKsTFB30E/chatboxpro.jpg" alt="" width="640" height="441" /></a></p>
<p><!--<br />
#gb{<br />
position:fixed;<br />
top:31px;<br />
z-index:+1000;<br />
}<br />
* html #gb{position:relative;}</p>
<p>.gbtab{<br />
height:81px;<br />
width:24px;<br />
float:left;<br />
cursor:pointer;<br />
background:url(&#39;http://lh3.ggpht.com/_rVQLxDFDz0A/SsV-6MbJNAI/AAAAAAAAB8c/gM04HoC_fZA/chatbox.png&#39;) no-repeat;<br />
}<br />
.gbcontent{<br />
float:left;<br />
border:2px solid #f38d02;<br />
background:#e49b00;<br />
padding:3px;<br />
}<br />
--></p>
<p><script type="'text/javascript'">// <![CDATA[
function showHideGB(){
var gb = document.getElementById(&quot;gb&quot;);
var w = gb.offsetWidth;
gb.opened ? moveGB(0, 24-w) : moveGB(20-w, 0);
gb.opened = !gb.opened;
}
function moveGB(x0, xf){
var gb = document.getElementById(&quot;gb&quot;);
var dx = Math.abs(x0-xf) &gt; 10 ? 5 : 1;
var dir = xf&gt;x0 ? 1 : -1;
var x = x0 + dx * dir;
gb.style.right = x.toString() + &quot;px&quot;;
if(x0!=xf){setTimeout(&quot;moveGB(&quot;+x+&quot;, &quot;+xf+&quot;)&quot;, 10);}
}
// ]]&gt;</script></p>
<div id="gb">
<div class="gbcontent">
<p>Code Chat Box của bạn</p>
<div style="text-align: right;"><a href="javascript:showHideGB()"><br />
<span style="color: #660000;">[Ẩn Chat Box]</span><br />
</a></div>
</div>
</div>
<p><script type="'text/javascript'">// <![CDATA[
var gb = document.getElementById(&quot;gb&quot;);
gb.style.right = (24-gb.offsetWidth).toString() + &quot;px&quot;;
// ]]&gt;</script></p>
<p>Chúc bạn thành công !</p>
]]></content:encoded>
			<wfw:commentRss>http://thugian24h.net/hien-thi-chat-box-mot-cach-chuyen-nghiep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

