<?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>Private: Code &#38; Script Snippet &#187; Tip &amp; Trick</title>
	<atom:link href="http://dev.kratik.net/index.php/category/tip-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://dev.kratik.net</link>
	<description>Every thing you imagin, study it - know it - use it</description>
	<lastBuildDate>Thu, 24 Jun 2010 08:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Things to do to make web sites faster</title>
		<link>http://dev.kratik.net/index.php/2007/06/15/things-to-do-to-make-web-sites-faster/</link>
		<comments>http://dev.kratik.net/index.php/2007/06/15/things-to-do-to-make-web-sites-faster/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 02:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tip & Trick]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/2007/06/15/things-to-do-to-make-web-sites-faster/</guid>
		<description><![CDATA[<p>There are some well-known general best practices you can follow to overcome some of these technical and human factors and ensure a quick response web site:</p>

Optimize all the HTML and dependencies as much as you can without losing quality (this can include stripping the HTML documents of any comments and superfluous linebreaks, which should be [...]]]></description>
			<content:encoded><![CDATA[<p>There are some well-known general best practices you can follow to overcome some of these technical and human factors and ensure a quick response web site:</p>
<ul>
<li>Optimize all the HTML and dependencies as much as you can without losing quality (this can include stripping the HTML documents of any comments and superfluous linebreaks, which should be part of the publication process. In order to keep sites maintainable you still need those in the source documents)</li>
<li>Reduce dependencies by using the least amount of file includes (collate several scripts into one include, use CSS sprite techniques to load all images at once)</li>
<li>Make sure that you don’t include third-party content from their servers: set up a script that caches RSS feeds locally and use that one instead. The benefit is not only that you don’t have to deal with the DNS server delays but you are also independent of the other server should it go down.</li>
<li>If possible, define dimensions for images and their container elements. This will ensure that the first rendering of the page will be correct and there won’t be any “jumping around” when the images are loading.</li>
<li>Include large dependencies such as massive scripts at the end of the document, as this means that the rest of the page gets shown before the browser loads them. Large JavaScript includes in the head of the document mean that the browser waits with rendering until they are loaded.</li>
</ul>
<p>ref: <a href="http://www.thinkvitamin.com/features/dev/enhance-your-page-performance">http://www.thinkvitamin.com/features/dev/enhance-your-page-performance</a></p>
<p>ref: <a href="http://www.ejeliot.com/blog/72">http://www.ejeliot.com/blog/72</a></p>
<p>ref: <a href="http://www.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/">http://www.smashingmagazine.com/2007/06/12/tooltips-scripts-ajax-javascript-css-dhtml/</a></p>
<p>ref: <a href="http://www.askthecssguy.com/2007/03/form_field_hints_with_css_and.html">http://www.askthecssguy.com/2007/03/form_field_hints_with_css_and.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2007/06/15/things-to-do-to-make-web-sites-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool สำหรับ แปลง C# -&gt; VB.NET และ VB.NET -&gt; C#</title>
		<link>http://dev.kratik.net/index.php/2007/05/14/tool-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87-c-vbnet-%e0%b9%81%e0%b8%a5%e0%b8%b0-vbnet-c/</link>
		<comments>http://dev.kratik.net/index.php/2007/05/14/tool-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87-c-vbnet-%e0%b9%81%e0%b8%a5%e0%b8%b0-vbnet-c/#comments</comments>
		<pubDate>Mon, 14 May 2007 03:15:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Tip & Trick]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/2007/05/14/tool-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87-c-vbnet-%e0%b9%81%e0%b8%a5%e0%b8%b0-vbnet-c/</guid>
		<description><![CDATA[<p>ลากเฉพาะ โค้ด C# เพื่อแปลงเป็น VB.Net  หรือ VB.Net to C# เท่านั้นนะครับ HTML ไม่น่าจะได้ครับ
ลองใช้แล้วครับ คิดว่า แปลงได้ 95% ครับ จะมีผิดพลาดบ้างครับ  แต่ก็ผ่อนแรงไปเยอะครับ ลองใช้ดูนะครับ

http://www.carlosag.net/Tools/CodeTranslator/Default.aspx</p>
]]></description>
			<content:encoded><![CDATA[<p>ลากเฉพาะ โค้ด C# เพื่อแปลงเป็น VB.Net  หรือ VB.Net to C# เท่านั้นนะครับ HTML ไม่น่าจะได้ครับ<br />
ลองใช้แล้วครับ คิดว่า แปลงได้ 95% ครับ จะมีผิดพลาดบ้างครับ  แต่ก็ผ่อนแรงไปเยอะครับ ลองใช้ดูนะครับ<br />
<br />
<a href="http://www.carlosag.net/Tools/CodeTranslator/Default.aspx"><font size="2" color="#000000">http://www.carlosag.net/Tools/CodeTranslator/Default.aspx</font></a></p>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2007/05/14/tool-%e0%b8%aa%e0%b8%b3%e0%b8%ab%e0%b8%a3%e0%b8%b1%e0%b8%9a-%e0%b9%81%e0%b8%9b%e0%b8%a5%e0%b8%87-c-vbnet-%e0%b9%81%e0%b8%a5%e0%b8%b0-vbnet-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Search Tip.</title>
		<link>http://dev.kratik.net/index.php/2007/05/14/google-search-tip/</link>
		<comments>http://dev.kratik.net/index.php/2007/05/14/google-search-tip/#comments</comments>
		<pubDate>Mon, 14 May 2007 02:54:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tip & Trick]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/2007/05/14/google-search-tip/</guid>
		<description><![CDATA[<p>เราสามารถค้นหาข้อมูลภายใน Narisa.com จาก google โดยระบุ site:www.narisa.com ใน SEARCH BOX เช่นคุณต้องการค้นหาข้อมูลที่เกี่ยวข้องกับ mysql, jsp และ  jdbc   ดังนั้นใน SEARCH BOX ควรระบุดังนี้ &#8221; mysql jsp jdbc  site:www.narisa.com &#8221;
นอกจากนั้น คุณสามารถเทคนิคการค้นหาข้อมูลด้วย google เพิ่มเติมได้จาก &#8221; http://www.googleguide.com/toc.html &#8220;</p>
]]></description>
			<content:encoded><![CDATA[<p>เราสามารถค้นหาข้อมูลภายใน Narisa.com จาก google โดยระบุ site:www.narisa.com ใน SEARCH BOX เช่นคุณต้องการค้นหาข้อมูลที่เกี่ยวข้องกับ mysql, jsp และ  jdbc   ดังนั้นใน SEARCH BOX ควรระบุดังนี้ &#8221; mysql jsp jdbc  site:www.narisa.com &#8221;<br />
นอกจากนั้น คุณสามารถเทคนิคการค้นหาข้อมูลด้วย google เพิ่มเติมได้จาก &#8221; <a href="http://www.googleguide.com/toc.html">http://www.googleguide.com/toc.html</a> &#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2007/05/14/google-search-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ขึ้นบันทัดใหม่</title>
		<link>http://dev.kratik.net/index.php/2007/04/22/%e0%b8%82%e0%b8%b6%e0%b9%89%e0%b8%99%e0%b8%9a%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b1%e0%b8%94%e0%b9%83%e0%b8%ab%e0%b8%a1%e0%b9%88/</link>
		<comments>http://dev.kratik.net/index.php/2007/04/22/%e0%b8%82%e0%b8%b6%e0%b9%89%e0%b8%99%e0%b8%9a%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b1%e0%b8%94%e0%b9%83%e0%b8%ab%e0%b8%a1%e0%b9%88/#comments</comments>
		<pubDate>Sun, 22 Apr 2007 06:47:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tip & Trick]]></category>

		<guid isPermaLink="false">http://dev1.wordpress.com/2007/04/22/%e0%b8%82%e0%b8%b6%e0%b9%89%e0%b8%99%e0%b8%9a%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b1%e0%b8%94%e0%b9%83%e0%b8%ab%e0%b8%a1%e0%b9%88/</guid>
		<description><![CDATA[<p>msg.Body = TextBox5.Text &#38; chr(13) &#38; chr(10) &#38; _</p>
<p>Label2.Text &#38; &#8221; = &#8221; &#38; TxtName.Text &#38; chr(13) &#38;
chr(10) &#38; _</p>
<p>Label1.Text &#38; &#8221; = &#8221; &#38; TxtAdd.Text + &#8221; &#8221; +
TxtCity.Text</p>
<p>\\&#8211; \r\n</p>
]]></description>
			<content:encoded><![CDATA[<p>msg.Body = TextBox5.Text &amp; chr(13) &amp; chr(10) &amp; _</p>
<p>Label2.Text &amp; &#8221; = &#8221; &amp; TxtName.Text &amp; chr(13) &amp;<br />
chr(10) &amp; _</p>
<p>Label1.Text &amp; &#8221; = &#8221; &amp; TxtAdd.Text + &#8221; &#8221; +<br />
TxtCity.Text</p>
<p>\\&#8211; \r\n</p>
]]></content:encoded>
			<wfw:commentRss>http://dev.kratik.net/index.php/2007/04/22/%e0%b8%82%e0%b8%b6%e0%b9%89%e0%b8%99%e0%b8%9a%e0%b8%b1%e0%b8%99%e0%b8%97%e0%b8%b1%e0%b8%94%e0%b9%83%e0%b8%ab%e0%b8%a1%e0%b9%88/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
