<?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>Web Development and Programming Help. &#187; HTML</title>
	<atom:link href="http://www.memo8.com/toolkits/archives/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memo8.com/toolkits</link>
	<description>Wep Programming-Mobile Programming-Windows Programming</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:52:10 +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>รูปแบบ Cursor Styles ใน CSS2 และ CSS3</title>
		<link>http://www.memo8.com/toolkits/archives/1177</link>
		<comments>http://www.memo8.com/toolkits/archives/1177#comments</comments>
		<pubDate>Tue, 17 Jan 2012 09:25:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=1177</guid>
		<description><![CDATA[ใช้ css มาก็บ่อย บางทีใช้ Cursor Styles ก็ไปค้นในเน็ตเริ่มเสียเวลาเอามาไว้ในเว็บนี้เลยแล้วกัน และด้านล่างนี้เป็นรูปแบบ CSS Cursor แบบต่างๆตั้งแต่ CSS2-CSS3 ลองเอาไปปรับใช้ให้เหมาะกับอินเตอร์เฟสในหน้าเว็บครับ
CSS2 Cursor Styles
cursor: auto
cursor: inherit
cursor: crosshair
cursor: default
cursor: help
cursor: move
cursor: pointer
cursor: progress
cursor: text
cursor: wait
cursor: e-resize
cursor: ne-resize
cursor: nw-resize
cursor: n-resize
cursor: se-resize
cursor: sw-resize
cursor: s-resize
cursor: w-resize

CSS3 Cursor Styles
cursor: none (not IE, Safari, Opera)
cursor: context-menu (not Firefox, Chrome)
cursor: cell (not Safari)
cursor: vertical-text
cursor: alias (not Safari)
cursor: copy (not Safari)
cursor: no-drop
cursor: [...]]]></description>
			<content:encoded><![CDATA[<p>ใช้ css มาก็บ่อย บางทีใช้ Cursor Styles ก็ไปค้นในเน็ตเริ่มเสียเวลาเอามาไว้ในเว็บนี้เลยแล้วกัน และด้านล่างนี้เป็นรูปแบบ CSS Cursor แบบต่างๆตั้งแต่ CSS2-CSS3 ลองเอาไปปรับใช้ให้เหมาะกับอินเตอร์เฟสในหน้าเว็บครับ<span id="more-1177"></span></p>
<h2>CSS2 Cursor Styles</h2>
<pre class="code" style=" cursor:auto;margin:1px 0;border: 1px solid #000">cursor: auto</pre>
<pre class="code" style=" cursor:inherit;margin:1px 0;border: 1px solid #000">cursor: inherit</pre>
<pre class="code" style=" cursor:crosshair;margin:1px 0;border: 1px solid #000">cursor: crosshair</pre>
<pre class="code" style=" cursor:default;margin:1px 0;border: 1px solid #000">cursor: default</pre>
<pre class="code" style=" cursor:help;margin:1px 0;border: 1px solid #000">cursor: help</pre>
<pre class="code" style=" cursor:move;margin:1px 0;border: 1px solid #000">cursor: move</pre>
<pre class="code" style=" cursor:pointer;margin:1px 0;border: 1px solid #000">cursor: pointer</pre>
<pre class="code" style=" cursor:progress;margin:1px 0;border: 1px solid #000">cursor: progress</pre>
<pre class="code" style=" cursor:text;margin:1px 0;border: 1px solid #000">cursor: text</pre>
<pre class="code" style=" cursor:wait;margin:1px 0;border: 1px solid #000">cursor: wait</pre>
<pre class="code" style=" cursor:e-resize;margin:1px 0;border: 1px solid #000">cursor: e-resize</pre>
<pre class="code" style=" cursor:ne-resize;margin:1px 0;border: 1px solid #000">cursor: ne-resize</pre>
<pre class="code" style=" cursor:nw-resize;margin:1px 0;border: 1px solid #000">cursor: nw-resize</pre>
<pre class="code" style=" cursor:n-resize;margin:1px 0;border: 1px solid #000">cursor: n-resize</pre>
<pre class="code" style=" cursor:se-resize;margin:1px 0;border: 1px solid #000">cursor: se-resize</pre>
<pre class="code" style=" cursor:sw-resize;margin:1px 0;border: 1px solid #000">cursor: sw-resize</pre>
<pre class="code" style=" cursor:s-resize;margin:1px 0;border: 1px solid #000">cursor: s-resize</pre>
<pre class="code" style=" cursor:w-resize;margin:1px 0;border: 1px solid #000">cursor: w-resize</pre>
<h2></h2>
<h2>CSS3 Cursor Styles</h2>
<pre class="code" style=" cursor:none;margin:1px 0;border: 1px solid #000">cursor: none (not IE, Safari, Opera)</pre>
<pre class="code" style=" cursor:context-menu;margin:1px 0;border: 1px solid #000">cursor: context-menu (not Firefox, Chrome)</pre>
<pre class="code" style=" cursor:cell;margin:1px 0;border: 1px solid #000">cursor: cell (not Safari)</pre>
<pre class="code" style=" cursor:vertical-text;margin:1px 0;border: 1px solid #000">cursor: vertical-text</pre>
<pre class="code" style=" cursor:alias;margin:1px 0;border: 1px solid #000">cursor: alias (not Safari)</pre>
<pre class="code" style=" cursor:copy;margin:1px 0;border: 1px solid #000">cursor: copy (not Safari)</pre>
<pre class="code" style=" cursor:no-drop;margin:1px 0;border: 1px solid #000">cursor: no-drop</pre>
<pre class="code" style=" cursor:not-allowed;margin:1px 0;border: 1px solid #000">cursor: not-allowed</pre>
<pre class="code" style=" cursor:ew-resize;margin:1px 0;border: 1px solid #000">cursor: ew-resize</pre>
<pre class="code" style=" cursor:ns-resize;margin:1px 0;border: 1px solid #000">cursor: ns-resize</pre>
<pre class="code" style=" cursor:nesw-resize;margin:1px 0;border: 1px solid #000">cursor: nesw-resize</pre>
<pre class="code" style=" cursor:nwse-resize;margin:1px 0;border: 1px solid #000">cursor: nwse-resize</pre>
<pre class="code" style=" cursor:col-resize;margin:1px 0;border: 1px solid #000">cursor: col-resize</pre>
<pre class="code" style=" cursor:row-resize;margin:1px 0;border: 1px solid #000">cursor: row-resize</pre>
<pre class="code" style=" cursor:all-scroll;margin:1px 0;border: 1px solid #000">cursor: all-scroll</pre>
<p>ข้อมูลจาก : <a href="http://www.sitepoint.com/css3-cursor-styles/" target="_blank">http://www.sitepoint.com/css3-cursor-styles/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/1177/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>วิธีทำให้ Share ลิงค์เว็บบน Facebook ให้แสดง Preview Thumbnail</title>
		<link>http://www.memo8.com/toolkits/archives/623</link>
		<comments>http://www.memo8.com/toolkits/archives/623#comments</comments>
		<pubDate>Mon, 15 Nov 2010 06:50:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=623</guid>
		<description><![CDATA[ปกติ facebook ก็ค้นหารูปให้อยู่แล้ว แต่บางกรณีก็ไม่เจอ (เพราะอะไร???) เลยต้องสร้างเองเลย
วิธีการคือให้สร้างรูป Thumbnail และ upload ไว้บนเว็บ จากนั้นใส่ Tag ไว้ภายใน Tag Head

ตัวอย่าง
&#60;html&#62;
&#60;head&#62;
&#60;link rel="image_src" href="http://www.yourdomainname.com/image.jpg" /&#62;
&#60;/head&#62;
&#60;body&#62;
.
.
.
&#60;/body&#62;
&#60;/html&#62;
]]></description>
			<content:encoded><![CDATA[<p>ปกติ facebook ก็ค้นหารูปให้อยู่แล้ว แต่บางกรณีก็ไม่เจอ (เพราะอะไร???) เลยต้องสร้างเองเลย</p>
<p>วิธีการคือให้สร้างรูป Thumbnail และ upload ไว้บนเว็บ จากนั้นใส่ Tag ไว้ภายใน Tag Head</p>
<p><span id="more-623"></span></p>
<p><strong>ตัวอย่าง</strong></p>
<pre class="code">&lt;html&gt;
&lt;head&gt;
<strong>&lt;link rel="image_src" href="http://www.yourdomainname.com/image.jpg" /&gt;</strong>
&lt;/head&gt;
&lt;body&gt;
.
.
.
&lt;/body&gt;
&lt;/html&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/623/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>กำหนดให้ iframe พื้นหลังโปร่งใส่</title>
		<link>http://www.memo8.com/toolkits/archives/137</link>
		<comments>http://www.memo8.com/toolkits/archives/137#comments</comments>
		<pubDate>Mon, 24 Aug 2009 16:34:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tip]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iFrame]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=137</guid>
		<description><![CDATA[ให้เพิ่ม allowtransparency=&#8221;true&#8221; ใน iframe ตามตัวอย่างด้านล่างจ้า
&#60;iframe allowtransparency="true"  frameborder="0" src="http://example.com/iframe.php"&#62;&#60;/iframe&#62;
]]></description>
			<content:encoded><![CDATA[<p>ให้เพิ่ม <strong>allowtransparency=&#8221;true&#8221;</strong> ใน iframe ตามตัวอย่างด้านล่างจ้า</p>
<pre class="code">&lt;iframe allowtransparency="true"  frameborder="0" src="http://example.com/iframe.php"&gt;&lt;/iframe&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/137/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Favicon Generator Online</title>
		<link>http://www.memo8.com/toolkits/archives/10</link>
		<comments>http://www.memo8.com/toolkits/archives/10#comments</comments>
		<pubDate>Thu, 06 Dec 2007 17:04:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools Online]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=10</guid>
		<description><![CDATA[ให้บริการ create file ico
- http://www.favicongenerator.com/
- http://www.degraeve.com/favicon/
- http://www.favicon.cc/
ได้มาก็เอาไปแป่ะใช้ดังนี้
&#60;HEAD&#62;
&#60;LINK REL="SHORTCUT ICON" href="http://www.domain.com/iconname.ico"&#62;
&#60;TITLE&#62;Page Title&#60;/TITLE&#62;
&#60;/HEAD&#62;
]]></description>
			<content:encoded><![CDATA[<p>ให้บริการ create file ico<br />
- http://www.favicongenerator.com/<br />
- http://www.degraeve.com/favicon/<br />
- http://www.favicon.cc/<span id="more-10"></span></p>
<p>ได้มาก็เอาไปแป่ะใช้ดังนี้</p>
<pre class="code">&lt;HEAD&gt;
&lt;LINK REL="SHORTCUT ICON" href="http://www.domain.com/iconname.ico"&gt;
&lt;TITLE&gt;Page Title&lt;/TITLE&gt;
&lt;/HEAD&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/10/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

