<?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>S i X h E a D { ? } &#187; ico</title>
	<atom:link href="http://sixhead.com/tag/ico/feed/" rel="self" type="application/rss+xml" />
	<link>http://sixhead.com</link>
	<description>เมื่อความรู้มีไว้แบ่งปัน</description>
	<lastBuildDate>Tue, 23 Feb 2010 14:36:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>เปลี่ยน mouse cursor ใน เวปเพจได้ง่ายๆ ด้วย css</title>
		<link>http://sixhead.com/2008/03/03/custom-mouse-cursor-with-css/</link>
		<comments>http://sixhead.com/2008/03/03/custom-mouse-cursor-with-css/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 17:03:57 +0000</pubDate>
		<dc:creator>Pipo</dc:creator>
				<category><![CDATA[Web Developer]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[ico]]></category>
		<category><![CDATA[mouse]]></category>

		<guid isPermaLink="false">http://sixhead.com/2008/03/03/custom-mouse-cursor-with-css/</guid>
		<description><![CDATA[ในบางครั้ง mouse cursor เดิมๆ ที่ติดมากับ browser อาจจะน่าเบื่อเกินไป หรือบางเวปต้องการความสวยงาม อยากมี mouse cursor เป็นรูปที่ตัวเองชอบ ด้วยขั้นตอนดังต่อไปนี้ ทำให้เราสามารถที่จะทำการเปลี่ยน mouse cursor เป็นแบบที่ต้องการได้ี้

มาดูตัวอย่างจากของจริงกันเลย คลิกที่นี่ 
อธิบายการทำงานได้ดังนี้
&#160;
body&#123;
 cursor: url&#40;miyuki.cur&#41;
&#125;
เป็นการสั่งให้หน้านี้มี mouse cursor เป็นไฟล์ ชื่อว่า miyuki.cur
&#160;
&#60;div style=&#34;cursor: help; width: 200px; height: 200px; background-color: rgb(204, 204, 204);&#34;&#62;&#38;nbsp;&#60;/div&#62;
&#160;
ส่วน div ด้านล่างแสดงให้ดูว่าเราสามารถเปลี่ยน mouse cursor ได้ใน div ใดๆ ก็ตามครับ  โดยในตัวอย่างจะเป็น mouse cursor ที่มีอยู่แล้วเลยไม่ต้องระบุไฟล์ .cur
เป็นไงขั้นตอนง่ายๆ เลยใช่ไหมครับ .cur จริงๆ แล้วก็ใช้ โปรแกรมทำ [...]]]></description>
			<content:encoded><![CDATA[<p>ในบางครั้ง mouse cursor เดิมๆ ที่ติดมากับ browser อาจจะน่าเบื่อเกินไป หรือบางเวปต้องการความสวยงาม อยากมี mouse cursor เป็นรูปที่ตัวเองชอบ ด้วยขั้นตอนดังต่อไปนี้ ทำให้เราสามารถที่จะทำการเปลี่ยน mouse cursor เป็นแบบที่ต้องการได้ี้</p>
<p><span id="more-31"></span></p>
<p>มาดูตัวอย่างจากของจริงกันเลย <a href="http://sixhead.com/testrun/css/cursor/cursor.html">คลิกที่นี่</a> <br />
อธิบายการทำงานได้ดังนี้</p>
<pre class="css">&nbsp;
body<span style="color: #66cc66;">&#123;</span>
 <span style="color: #000000; font-weight: bold;">cursor</span>: <span style="color: #993333;">url</span><span style="color: #66cc66;">&#40;</span><span style="color: #933;">miyuki<span style="color: #6666ff;">.cur</span></span><span style="color: #66cc66;">&#41;</span>
<span style="color: #66cc66;">&#125;</span></pre>
<p>เป็นการสั่งให้หน้านี้มี mouse cursor เป็นไฟล์ ชื่อว่า miyuki.cur</p>
<pre class="html4strict">&nbsp;
<span style="color: #009900;"><a href="http://december.com/html/4/element/div.html"><span style="color: #000000; font-weight: bold;">&lt;div</span></a> <span style="color: #000066;">style</span>=<span style="color: #ff0000;">&quot;cursor: help; width: 200px; height: 200px; background-color: rgb(204, 204, 204);&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span><span style="color: #ddbb00;">&amp;nbsp;</span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/div&gt;</span></span>
&nbsp;</pre>
<p>ส่วน div ด้านล่างแสดงให้ดูว่าเราสามารถเปลี่ยน mouse cursor ได้ใน div ใดๆ ก็ตามครับ  โดยในตัวอย่างจะเป็น mouse cursor ที่มีอยู่แล้วเลยไม่ต้องระบุไฟล์ .cur</p>
<p>เป็นไงขั้นตอนง่ายๆ เลยใช่ไหมครับ .cur จริงๆ แล้วก็ใช้ โปรแกรมทำ icon (.ico) ทำได้เลย ในตัวอย่างผมใช้ไฟล์ .ico มา rename เป็น .cur ครับ สามารถนำมาใช้งานได้ทันที แต่ว่าน่าเสียดาย css เรื่อง mouse นี้ใช้ได้เฉพาะ IE เท่านั้นครับ</p>
<p><map name='google_ad_map_31_f21c57aff87a446f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/31?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_31_f21c57aff87a446f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=31&amp;url= http%3A%2F%2Fsixhead.com%2F2008%2F03%2F03%2Fcustom-mouse-cursor-with-css%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://sixhead.com/2008/03/03/custom-mouse-cursor-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>เท่ห์ กับ thumbdrive ส่วนตัว</title>
		<link>http://sixhead.com/2008/02/14/my-custom-thumb-drive-icon/</link>
		<comments>http://sixhead.com/2008/02/14/my-custom-thumb-drive-icon/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:30:22 +0000</pubDate>
		<dc:creator>Pipo</dc:creator>
				<category><![CDATA[Modification]]></category>
		<category><![CDATA[autorun]]></category>
		<category><![CDATA[ico]]></category>
		<category><![CDATA[thumbdrive]]></category>

		<guid isPermaLink="false">http://sixhead.com/2008/02/14/my-custom-thumb-drive-icon/</guid>
		<description><![CDATA[เดี๋ยวนี้ thumbdrive ราคาถูกลงมาก แบบมากๆ เลย เมื่อปีกว่าที่ผ่านมาผมซื้อ thumbdrive kingston 1GB โดนไป 2,000 กว่าบาท มาตอนนี้ 2GB แค่ 350 แถม high speed เร็วกว่าของเก่าอีกต่างหาก
(high speed ก็คือสามารถ read &#38; write หรือคือ copy file ได้เร็วกว่า thumbdrive ที่ไม่ใช่ high speed) เรื่องราคาไม่ใช่ประเด็น สิ่งที่ต้องการคือเมื่อ เสียบ thumbdrive แล้วมันเป็นรูปหรือ logo ที่เราชอบ ดูได้จากตัวอย่าง

วิธีการทำก็ง่ายอีกแล้ว เข้ามาเวปนี้ห้ามทำตัวเข้าใจอะไรยากนะ!?#@!
คือว่า icon พวกนี้ใช้ function autorun ที่มีมากับ windows อยู่แล้ว ซึ่งมีมานานมากแล้วหล่ะ
มันใช้วิธีอ่านไฟล์ autorun.inf

[autorun]
label=SiXhEaD
icon=sixhead.ico
แล้วระบุชื่อไฟล์ icon ที่เราต้องการโดยไฟล์ autorun.inf นี้จะต้องอยู่ [...]]]></description>
			<content:encoded><![CDATA[<p>เดี๋ยวนี้ thumbdrive ราคาถูกลงมาก แบบมากๆ เลย เมื่อปีกว่าที่ผ่านมาผมซื้อ thumbdrive kingston 1GB โดนไป 2,000 กว่าบาท มาตอนนี้ 2GB แค่ 350 แถม high speed เร็วกว่าของเก่าอีกต่างหาก</p>
<p>(high speed ก็คือสามารถ read &amp; write หรือคือ copy file ได้เร็วกว่า thumbdrive ที่ไม่ใช่ high speed) เรื่องราคาไม่ใช่ประเด็น สิ่งที่ต้องการคือเมื่อ เสียบ thumbdrive แล้วมันเป็นรูปหรือ logo ที่เราชอบ ดูได้จากตัวอย่าง<span id="more-22"></span></p>
<p><img width="222" height="96" src="http://sixhead.com/wp-content/uploads/image/ico/autorun_ico.png" alt="" /></p>
<p>วิธีการทำก็ง่ายอีกแล้ว เข้ามาเวปนี้ห้ามทำตัวเข้าใจอะไรยากนะ!?#@!<br />
คือว่า icon พวกนี้ใช้ function autorun ที่มีมากับ windows อยู่แล้ว ซึ่งมีมานานมากแล้วหล่ะ</p>
<p>มันใช้วิธีอ่านไฟล์ autorun.inf</p>
<pre>
[autorun]
label=SiXhEaD
icon=sixhead.ico</pre>
<p>แล้วระบุชื่อไฟล์ icon ที่เราต้องการโดยไฟล์ autorun.inf นี้จะต้องอยู่ folder นอกสุดของ thumbdrive เป็นอันจบ  จากตัวอย่าง thumbdrive ของผมจะมีโครงสร้างดังนี้ <br />
/sixhead.ico<br />
/autorun.inf  </p>
<p>ใครอยากทำไฟล์ .ico ก็คงต้อง ออกแรงกันนิดไปหา software มาทำหรือถ้าแบบไม่คิดไรมาก ก็มีเวปทำ .ico ให้ฟรีๆ หลายที่ ยกตัวอย่างให้ซักที่แล้วกัน <a href="http://www.html-kit.com/favicon/ ">http://www.html-kit.com/favicon/   </a></p>
<p>
เรื่อง .ico ยังเล่นอะไรได้อีกมากหา software มาใช้ติดไว้ก็ไม่เสียหายครับ ไว้ค่อยมาเล่าต่อเรื่องอื่นๆ</p>
<p><map name='google_ad_map_22_f21c57aff87a446f'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/22?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_22_f21c57aff87a446f' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=22&amp;url= http%3A%2F%2Fsixhead.com%2F2008%2F02%2F14%2Fmy-custom-thumb-drive-icon%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://sixhead.com/2008/02/14/my-custom-thumb-drive-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
