<?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>O~o SORA's Blog &#187; Browser</title>
	<atom:link href="http://blog.oosora.net/tag/browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oosora.net</link>
	<description></description>
	<lastBuildDate>Fri, 18 Sep 2009 15:27:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<image>
<link>http://blog.oosora.net</link>
<url>http://blog.oosora.net/wp-content/plugins/maxblogpress-favicon/icons/bow.ico</url>
<title>O~o SORA's Blog</title>
</image>
		<item>
		<title>วิธีปิด Auto-Complete Form</title>
		<link>http://blog.oosora.net/it-technology/programming/html-programming-it-technology/turn-off-auto-complete-form/</link>
		<comments>http://blog.oosora.net/it-technology/programming/html-programming-it-technology/turn-off-auto-complete-form/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 03:48:29 +0000</pubDate>
		<dc:creator>-:- O~o SORA -:-</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Auto-Complete]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://blog.oosora.net/?p=544</guid>
		<description><![CDATA[จากคราวที่แล้วที่ลง Code AJAX Multiple Auto-Complete Input Form ไป คราวนี้มีปัญหา ถ้าเราอยากปิด Auto-Complete ของ Browser ที่เราใช้ เพื่อจะไปใช้ AJAX Multiple Auto-Complete Input Form ที่เราเขียนขึ้นมา มีวิธีปิดดังนี้ค่า ใส่ Code นี้ลงไปใน Form ต่างๆ เช่น Textbox, Textfield ฯลฯ autocomplete=&#34;off&#34; ตัวอย่าง &#60;input maxlength=&#34;10&#34; name=&#34;username&#34; type=&#34;text&#34; /&#62;]]></description>
			<content:encoded><![CDATA[<p>จากคราวที่แล้วที่ลง Code <a title="AJAX Multiple Auto-Complete Input Form" href="http://blog.oosora.net/it-technology/ajax-multiple-auto-complete-input-form/" target="_blank">AJAX Multiple Auto-Complete Input Form</a> ไป</p>
<p>คราวนี้มีปัญหา ถ้าเราอยากปิด Auto-Complete ของ Browser ที่เราใช้</p>
<p><a href="http://blog.oosora.net/wp-content/uploads/2009/04/000.jpg" rel="lightbox[544]"><img class="alignnone size-full wp-image-545" title="000" src="http://blog.oosora.net/wp-content/uploads/2009/04/000.jpg" alt="000" width="326" height="116" /></a></p>
<p>เพื่อจะไปใช้ AJAX Multiple Auto-Complete Input Form ที่เราเขียนขึ้นมา</p>
<p><span id="more-544"></span><a href="http://blog.oosora.net/wp-content/uploads/2009/04/012.jpg" rel="lightbox[544]"><img class="alignnone size-full wp-image-529" title="012" src="http://blog.oosora.net/wp-content/uploads/2009/04/012.jpg" alt="012" width="320" height="129" /></a></p>
<p>มีวิธีปิดดังนี้ค่า</p>
<p>ใส่ Code นี้ลงไปใน Form ต่างๆ เช่น Textbox, Textfield ฯลฯ</p>
<pre class="brush: html">
autocomplete=&quot;off&quot;
</pre>
<p><span style="text-decoration: underline;">ตัวอย่าง</span></p>
<pre class="brush: html">
&lt;input maxlength=&quot;10&quot; name=&quot;username&quot; type=&quot;text&quot; /&gt;
</pre>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.oosora.net%2Fit-technology%2Fprogramming%2Fhtml-programming-it-technology%2Fturn-off-auto-complete-form%2F&amp;title=%E0%B8%A7%E0%B8%B4%E0%B8%98%E0%B8%B5%E0%B8%9B%E0%B8%B4%E0%B8%94%20Auto-Complete%20Form" id="wpa2a_2"><img src="http://blog.oosora.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.oosora.net/it-technology/programming/html-programming-it-technology/turn-off-auto-complete-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TheWorld Browser จิ๋วแต่แจ๋ว</title>
		<link>http://blog.oosora.net/it-technology/software/theworld-browser/</link>
		<comments>http://blog.oosora.net/it-technology/software/theworld-browser/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 03:17:30 +0000</pubDate>
		<dc:creator>-:- O~o SORA -:-</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Browser]]></category>

		<guid isPermaLink="false">http://blog.oosora.net/?p=240</guid>
		<description><![CDATA[&#8220;TheWorld Browser&#8221; เป็น browser ที่สอดไส้ ie เข้าไป แต่มี option ต่างๆ เช่น plugin, download manager, skin, tab ฯลฯ เหมือนกับ firefox ขนาดของตัว install ก็เล็กแสนเล็ก เพียง 566 KB (version 2.2.0.5) มีแบบ zip version ด้วย สำหรับใครที่ไม่อยาก install ลงเครื่อง หรืออยากเอาใส่ flash drive น้อยๆ ไปไหนมาไหน แตกไฟล์มาก็จะได้เป็นแบบนี้ &#8230; <a href="http://blog.oosora.net/it-technology/software/theworld-browser/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="FONT-WEIGHT: bold"><a class="lightbox" title="logo" href="http://blog.oosora.net/wp-content/uploads/2009/02/logo.gif" rel="lightbox[240]"><img class="alignnone size-full wp-image-251" title="logo" src="http://blog.oosora.net/wp-content/uploads/2009/02/logo.gif" alt="" width="189" height="75" /></a></span></p>
<p><span style="FONT-WEIGHT: bold">&#8220;<span class="posthilit">TheWorld</span> Browser&#8221;</span></p>
<p>เป็น browser ที่สอดไส้ ie เข้าไป<br />
แต่มี option ต่างๆ<br />
เช่น plugin, download manager, skin, tab ฯลฯ<br />
เหมือนกับ firefox</p>
<p><span id="more-240"></span>ขนาดของตัว install ก็เล็กแสนเล็ก<br />
เพียง 566 KB (version 2.2.0.5)</p>
<p><a class="lightbox" title="images" href="http://blog.oosora.net/wp-content/uploads/2009/02/images.jpg" rel="lightbox[240]"><img class="alignnone size-full wp-image-241" title="images" src="http://blog.oosora.net/wp-content/uploads/2009/02/images.jpg" alt="" width="300" height="404" /></a></p>
<p>มีแบบ zip version ด้วย<br />
สำหรับใครที่ไม่อยาก install ลงเครื่อง<br />
หรืออยากเอาใส่ flash drive น้อยๆ ไปไหนมาไหน<br />
แตกไฟล์มาก็จะได้เป็นแบบนี้</p>
<p><a class="lightbox" title="images1" href="http://blog.oosora.net/wp-content/uploads/2009/02/images1.jpg" rel="lightbox[240]"><img class="alignnone size-full wp-image-242" title="images1" src="http://blog.oosora.net/wp-content/uploads/2009/02/images1.jpg" alt="" width="450" height="347" /></a></p>
<p>ขณะใช้งานก็กิน resource น้อยกว่า ie มากมาย</p>
<p><a class="lightbox" title="images2" href="http://blog.oosora.net/wp-content/uploads/2009/02/images2.jpg" rel="lightbox[240]"><img class="alignnone size-full wp-image-243" title="images2" src="http://blog.oosora.net/wp-content/uploads/2009/02/images2.jpg" alt="" width="300" height="333" /></a></p>
<p>เปรียบเทียบ 3 browser ขณะเริ่มโปรแกรม (ยังไม่ได้เข้าเว็บใดๆ)<br />
<span class="posthilit">theworld</span>, firefox, ie7</p>
<p><a class="lightbox" title="images3" href="http://blog.oosora.net/wp-content/uploads/2009/02/images3.jpg" rel="lightbox[240]"><img class="alignnone size-full wp-image-244" title="images3" src="http://blog.oosora.net/wp-content/uploads/2009/02/images3.jpg" alt="" width="400" height="481" /></a></p>
<p>หน้าตา <span class="posthilit">TheWorld</span> Browser</p>
<p><a class="lightbox" title="images4" href="http://blog.oosora.net/wp-content/uploads/2009/02/images4.jpg" rel="lightbox[240]"><img class="alignnone size-medium wp-image-245" title="images4" src="http://blog.oosora.net/wp-content/uploads/2009/02/images4-480x288.jpg" alt="" width="480" height="288" /></a></p>
<p>หน้าตา <span class="posthilit">TheWorld</span> Browser ขณะใช้งาน</p>
<p><a class="lightbox" title="images5" href="http://blog.oosora.net/wp-content/uploads/2009/02/images5.jpg" rel="lightbox[240]"><img class="alignnone size-medium wp-image-246" title="images5" src="http://blog.oosora.net/wp-content/uploads/2009/02/images5-480x288.jpg" alt="" width="480" height="288" /></a></p>
<p>เวลาดาวน์โหลดไฟล์<br />
ก็มี Download Manager มาช่วยจัดการ<br />
ไม่ต้องพึ่ง idm เลย</p>
<p><a class="lightbox" title="images6" href="http://blog.oosora.net/wp-content/uploads/2009/02/images6.jpg" rel="lightbox[240]"><img class="alignnone size-medium wp-image-247" title="images6" src="http://blog.oosora.net/wp-content/uploads/2009/02/images6-480x288.jpg" alt="" width="480" height="288" /></a></p>
<p>แก้ไขเพิ่มเติม plugin หรือเปลี่ยน skin ได้</p>
<p><a class="lightbox" title="images7" href="http://blog.oosora.net/wp-content/uploads/2009/02/images7.jpg" rel="lightbox[240]"><img class="alignnone size-medium wp-image-248" title="images7" src="http://blog.oosora.net/wp-content/uploads/2009/02/images7-480x288.jpg" alt="" width="480" height="288" /></a></p>
<p>มี plugin ให้เลือกมากมาย</p>
<p><a class="lightbox" title="images8" href="http://blog.oosora.net/wp-content/uploads/2009/02/images8.jpg" rel="lightbox[240]"><img class="alignnone size-medium wp-image-249" title="images8" src="http://blog.oosora.net/wp-content/uploads/2009/02/images8-480x288.jpg" alt="" width="480" height="288" /></a></p>
<p>มี skin ให้เลือกหลากหลาย</p>
<p><a class="lightbox" title="images9" href="http://blog.oosora.net/wp-content/uploads/2009/02/images9.jpg" rel="lightbox[240]"><img class="alignnone size-medium wp-image-250" title="images9" src="http://blog.oosora.net/wp-content/uploads/2009/02/images9-480x288.jpg" alt="" width="480" height="288" /></a></p>
<p>ดาวน์โหลด <a href="http://www.ioage.com/en/download.htm" target="_blank" class="broken_link">TheWorldBrowser</a><br />
ดาวน์โหลด <a href="http://www.ioage.com/en/plugins.htm" target="_blank" class="broken_link">plugin</a><br />
ดาวน์โหลด <a href="http://www.ioage.com/en/skin.htm" target="_blank" class="broken_link">skin</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fblog.oosora.net%2Fit-technology%2Fsoftware%2Ftheworld-browser%2F&amp;title=TheWorld%20Browser%20%E0%B8%88%E0%B8%B4%E0%B9%8B%E0%B8%A7%E0%B9%81%E0%B8%95%E0%B9%88%E0%B9%81%E0%B8%88%E0%B9%8B%E0%B8%A7" id="wpa2a_4"><img src="http://blog.oosora.net/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.oosora.net/it-technology/software/theworld-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

