1. ระบบพจนานุกรมไอทีรุ่น 2 ประกอบด้วย 5 โปรแกรมหลัก
|
- Source code : index.php :: ใช้รับ key ที่ต้องการค้นหาในฐานข้อมูล
- Source code : _dic.php :: ใช้เปิดแฟ้มศัพท์แต่ละคำที่ต้องการ เช่น dic.php?key=operation_system
- Source code : _searchdic.php :: ใช้ค้นหาคำจากฐานข้อมูล key.txt ซึ่งมีรูปแบบเป็น CSV(Comma seperated variable)
- Source code : _genkey.php :: ใช้ปรับปรุงแฟ้ม key.txt จากแฟ้มคำศัพท์ทั้งหมด ควรกระทำโดย webmaster เมื่อเพิ่มแฟ้มศัพท์คำใหม่
- Source code : _readme.php :: อธิบายโปรแกรมชุด Information Tecnology Dictionary
|
2. ตัวอย่างข้อมูลในแฟ้ม _key.txt
|
แฟ้มนี้ถูกสร้างขึ้นอัตโนมัติ โดยสั่ง update ด้วยโปรแกรม _genkey.php
ตัวอย่างข้อมูลในแฟ้มนี้
virtual key1,physical key1
virtual key1,physical key2
virtual key1,physical key3
virtual key2,physical key4
virtual key2,physical key3
virtual key3,physical key5
|
3. ตัวอย่างแฟ้มข้อมูล เช่น xxx.htm
|
ศัพท์ 1 คำเก็บ 1 แฟ้ม เช่น operating_system.htm ซึ่งเป็นเนื้อข้อมูลคำศัพท์ สามารถใส่ html tag ได้เต็มที่ แต่ไม่ต้องใส่หลังส่วนของ body
ผู้ดูแลต้องกำหนดให้บรรทัดแรกเป็น key ทั้งบรรทัด โดยตัวแรกต้องเป็นชื่อแฟ้ม แต่ไม่มีนามสกุล และบรรทัดต่อไปเป็นอะไรก็ได้
physical key1,virtual key1,virtual key2,virtual key3
<dd>detail many line by html code .. ยาวเท่าใดก็ได้ หรือจะ link ภาพเข้ามาก็ได้
operating_system,operating system,os,dos,windows
OS ย่อมากจาก Operating System
หมายถึง Software ที่ใช้ควบคุมการทำงานของ Hardware
|
4. แหล่งข้อมูลดิกชันนารี่ (Dictionary Resource)
|
- http://dict.longdo.org/data/longdo_en_th.txt (อังกฤษ เป็นไทย 107 KB)
- http://dict.longdo.org/?page=download (มีหลายภาษาให้ Download)
- http://www.freelang.net/dictionary/thai_online.html (มีศัพท์ 460 words)
- ftp://ftp.cs.washington.edu/pub/thaisys/BBS/ (Thai Resource Software)
- http://www.nextproject.net/Products/AppHLDictionary.aspx (Highlight Dictionary : VB6)
- http://olddreamz.com/alldreamz/dictionary.html (รวม Link พจนานุกรม)
- http://www.kktechnologies.com/download.html (Download Server For Palm)
|
|