Tech & Tips

1.ติดการติดต่อพยากรณ์อากาศบนเว็บ



วิธีการทำ
1.เข้าไปในเว็บ http://www.sknetcenter.tht.in/code.html
2.copy โค้ดที่กำหนด
3.มา paste โค้ดใน body ตั้งที่ตามต้องการ





2.ติด search google บนเว็บ



วิธีการทำ
1. ให้คุณทำการ copy code ดังต่อไปนี้  ไปวางไว้ยัง webpage ของคุณ
!-- SiteSearch Google -->
<form method=GET action="
http://www.google.com/search">
<input type=hidden name=ie value=tis-620>
<table bgcolor="#FFFFFF"><tr><td>
<a HREF="
http://www.google.com/">
<IMG SRC="
http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google"></a><br>
<INPUT TYPE=text name=q size=21 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search ">
<input type=hidden name=domains value='YourDomain'><br><input type=radio name=sitesearch value=""> WWW <br><input type=radio name=sitesearch value='YourDomain' checked> YourDomain
</td></tr></table></form>
<!-- SiteSearch Google -->
2. ทำการแก้ไข Code ข้างต้นดังนี้
 - YourDomain ให้ทำการเปลี่ยนเป็น Domain ของคุณเอง เช่น เปลี่ยนจาก YourDomain เป็น
www.dwthai.com เป็นต้น
3. จากนั้นให้ทำการ UpLoad ขึ้นไปไว้ยัง Server ของคุณ แล้วทำการทดสอบการค้นหา..






3. วิธีใส่เพลงลงเว็บแบบเปิดทันที
วิธีหลักๆที่ค้นหา Code มาเจอก็มี 2 คำสั่งนะครับ
คำสั่งแบบที่ 1
<embed src="File เพลง" width=100 height=24 loop="true" autostart="true">

คำสั่งแบบที่ 2
<object id="MediaPlayer1" width=100 height=24 classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<param name="URL" value="File เพลง">
<param name="autoplay" value="true" />
</object>