<?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>WebSite.ForWebDev.Com รับทำเว็บไซต์ &#187; caption</title>
	<atom:link href="http://website.forwebdev.com/tag/caption/feed/" rel="self" type="application/rss+xml" />
	<link>http://website.forwebdev.com</link>
	<description>จัดทำเว็บไซต์, ออกแบบเว็บไซต์, ทำ website, web สำเร็จรูป, website สำเร็จรูป</description>
	<lastBuildDate>Tue, 04 May 2010 14:37:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>โชว์รูปสุดเจ๋งด้วย Ajax LightBox</title>
		<link>http://website.forwebdev.com/%e0%b9%82%e0%b8%8a%e0%b8%a7%e0%b9%8c%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%aa%e0%b8%b8%e0%b8%94%e0%b9%80%e0%b8%88%e0%b9%8b%e0%b8%87%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-ajax-lightbox/</link>
		<comments>http://website.forwebdev.com/%e0%b9%82%e0%b8%8a%e0%b8%a7%e0%b9%8c%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%aa%e0%b8%b8%e0%b8%94%e0%b9%80%e0%b8%88%e0%b9%8b%e0%b8%87%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-ajax-lightbox/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 12:40:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[เรื่องเล่าคนทำเว็บ]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[code lt]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[img src]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[link rel stylesheet]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[tag html]]></category>
		<category><![CDATA[text javascript]]></category>

		<guid isPermaLink="false">http://website.forwebdev.com/?p=64</guid>
		<description><![CDATA[ถ้ากำลังงงว่า Lightbox คืออะไรไปดู
ตัวอย่าง http://www.huddletogether.com/projects/lightbox2/
เจ๋งใช่ไหมละ มาดูวิธีติดตั้งกัน
1. Download ไฟล์มาแล้วทำการ แตก Zip มา จะได้ไฟล์มาก็ทำการ Upload เข้าสู่ Server
2. เปิดไฟล์ของเว็บเพจที่ต้องการจะแสดงรูปด้วย? LightBox มาแล้วเอา Code

&#60;script type=&#34;text/javascript&#34; src=&#34;js/prototype.js&#34;&#62;&#60;/script&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;js/scriptaculous.js?load=effects,builder&#34;&#62;&#60;/script&#62;
&#60;script type=&#34;text/javascript&#34; src=&#34;js/lightbox.js&#34;&#62;&#60;/script&#62;

และ

&#60;link rel=&#34;stylesheet&#34; href=&#34;css/lightbox.css&#34; type=&#34;text/css&#34; media=&#34;screen&#34; /&#62;

3. จากนั้นเราก็แก้ไข Tag HTML &#60;a href&#62; ด้วยการเพิ่ม Attribute rel="lightbox" ลงไปดังเช่น

&#60;a href=&#34;images/image-1.jpg&#34; rel=&#34;lightbox&#34; title=&#34;my caption&#34;&#62;&#60;img src=&#34;image-1.jpg&#34;&#62;&#60;/a&#62;

แค่นี้หละง่ายๆใครๆก็ทำกันได้เอาไปปรับปรุงเว็บไซต์ของเราเองให้ดูโดดเด่นมากขึ้น
]]></description>
			<content:encoded><![CDATA[<p>ถ้ากำลังงงว่า Lightbox คืออะไรไปดู</p>
<p>ตัวอย่าง http://www.huddletogether.com/projects/lightbox2/</p>
<p>เจ๋งใช่ไหมละ มาดูวิธีติดตั้งกัน</p>
<p>1. <a href="http://www.huddletogether.com/projects/lightbox2/releases/lightbox2.04.zip" target="_blank">Download</a> ไฟล์มาแล้วทำการ แตก Zip มา จะได้ไฟล์มาก็ทำการ Upload เข้าสู่ Server</p>
<p>2. เปิดไฟล์ของเว็บเพจที่ต้องการจะแสดงรูปด้วย? LightBox มาแล้วเอา Code</p>
<pre class="brush: php;">
&lt;script type=&quot;text/javascript&quot; src=&quot;js/prototype.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/scriptaculous.js?load=effects,builder&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/lightbox.js&quot;&gt;&lt;/script&gt;
</pre>
<p>และ</p>
<pre class="brush: php;">
&lt;link rel=&quot;stylesheet&quot; href=&quot;css/lightbox.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
</pre>
<p>3. จากนั้นเราก็แก้ไข Tag HTML <strong>&lt;a href</strong>&gt; ด้วยการเพิ่ม Attribute <strong><code>rel="lightbox" </code></strong><code>ลงไปดังเช่น</code></p>
<pre class="brush: php;">
&lt;a href=&quot;images/image-1.jpg&quot; rel=&quot;lightbox&quot; title=&quot;my caption&quot;&gt;&lt;img src=&quot;image-1.jpg&quot;&gt;&lt;/a&gt;
</pre>
<p>แค่นี้หละง่ายๆใครๆก็ทำกันได้เอาไปปรับปรุงเว็บไซต์ของเราเองให้ดูโดดเด่นมากขึ้น</p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://website.forwebdev.com/%e0%b9%82%e0%b8%8a%e0%b8%a7%e0%b9%8c%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%aa%e0%b8%b8%e0%b8%94%e0%b9%80%e0%b8%88%e0%b9%8b%e0%b8%87%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-ajax-lightbox/" target="_blank"><img src="http://website.forwebdev.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://website.forwebdev.com/%e0%b9%82%e0%b8%8a%e0%b8%a7%e0%b9%8c%e0%b8%a3%e0%b8%b9%e0%b8%9b%e0%b8%aa%e0%b8%b8%e0%b8%94%e0%b9%80%e0%b8%88%e0%b9%8b%e0%b8%87%e0%b8%94%e0%b9%89%e0%b8%a7%e0%b8%a2-ajax-lightbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

