By Kulyakorn
e-Tester เป็นเครื่องมือที่ใช้ในการตรวจสอบ ทดสอบการทำงานของ Application หรือ ฟังก์ชั่นต่าง ๆ บนเว็บ หรือที่เรียกว่า Functional Testing
มีขั้นตอนการใช้งานตามเอกสารแนบ
สำนักบริการคอมพิวเตอร์ มหาวิทยาลัยเกษตรศาสตร์
By Kulyakorn
e-Tester เป็นเครื่องมือที่ใช้ในการตรวจสอบ ทดสอบการทำงานของ Application หรือ ฟังก์ชั่นต่าง ๆ บนเว็บ หรือที่เรียกว่า Functional Testing
มีขั้นตอนการใช้งานตามเอกสารแนบ
By Pichaya
§ เปรียบเทียบการใช้ฟังก์ชัน ora_ และ oci_
§ ตัวอย่างโปรแกรม php ที่เรียกใช้ฟังก์ชัน ora_
§ แนวทางแก้ไขโค้ดอย่างรวดเร็ว
โดย ดร.ศศิพร อุษณวศิน
Ø Principles of Software Engineering
Ø Software Engineer Roles and Responsibilities
Ø Software Development Process and Standards
Ø Software Quality Assurance (SQA)
Ø Configuration Management
Ø Change Management
Ø Software Project Management
by Tharathorn
Extensive Markup Language
เป็นภาษาที่ใช้อธิบายรายละเอียดเกี่ยวกับข้อมูลและ การจัดโครงสร้างข้อมูล
เป็นตัวกลางที่ในการแลกเปลี่ยนข้อมูลโดยการแลกเปลี่ยนข้อมูลนี้จะไม่ขึ้นอยู่กับแพลตฟอร์มใด
By ManU
ก่อนอื่นเราต้องมี source code ดังนี้
1. thaipdfclass.php สามารถโหลดได้ที่ http://web.banphan.com/libthaipdf.rar
(ลิงค์เสียไปแล้ว)
2. เมื่อเราโหลดโปรแกรมมาแล้วจะได้ ไฟล์ที่ชื่อ libthaipdf.rar แตกไฟล์ rar ออกมาก็จะได้ thaipdf.php โฟล์เดอร์ font
3. นำไฟล์ที่ได้นี้ไปไว้ที่เว็บไซต์ที่เราจะสร้างไฟล์ pdf
4. หลังจากนั้นเราจะมาสร้างไฟล์ php เพื่อสร้างไฟล์ pdf กัน
พิมพ์ตามเอกสารแนบเลยครับ …
Server2Go is a Webserver that runs out of the box without any installation and on write protected media. This means that web applications based on Server2Go can be used directly from cdrom, a usb stick or from any folder on a hard disk without the hassle of configuring Apache, PHP or MySQL.
Server2Go allows you to create a standalone working web site or PHP application on a CD-ROM. There are many examples of its possible useses such as catalogue software, calculation programmes, image campaigns (CMS-based), computer based training lessons or other applicatons. Most PHP-Software such as the content management system Joomla or the computer based training software Moodle can be used from CD-ROM with the help of Server2Go.
Server2Go was developed in the first instance for use on CD-ROM but there is no problem in using it from other drives too. Using a web browser, a user can run php programs as well as view html files on the CD-ROM. He only needs to insert a CD with Server2Go. The server software starts automatically and a browser is opened with the Website of the CD-ROM.
Server2Go was built in the first place to replace other CD-ROM webservers such as WampOnCD or Microweb that lacked some important features or are not being actively developed.
ปล. ข้างบนเป็นรายละเอียดและความสามารถของ server2go
ตอนนี้ ผม config เพิ่มเติมให้ apache สามารถรองรับการทำงานแบบ rewrite mode, ldap, oci และ pdo_oci แล้ว ซึ่งสามารถนำใช้เป็น server สำหรับเขียนโปรแกรมแบบ zend framework ได้ สามารถโหลดได้จาก ที่นี่
ดาว์นโหลด zend framework 1.9.6
เอกสารบรรยาย
PHP-OOP chapter 1
PHP-OOP chapter 2
PHP-OOP chapter 3
PHP-OOP chapter 4
ตัวอย่าง code php mailer
link php mailer :
http://www.askapache.com/php/phpfreaks‐eric‐rosebrocks‐phpmailer-tutorial.html
http://orangsetya.wordpress.com/2007/09/12/send-mail-using-smtp-authentication-phpmailer-script/
http://phpmailer.worxware.com/index.php?pg=tutorial
คือแอพที่ออกแบบและพัฒนาขึ้นมา เพื่อสนับสนุนการแลกเปลี่ยนข้อมูลระหว่างเครื่องคอมพิวเตอร์
ที่ไม่จำเป็นต้องอยู่บนแพลตฟอร์มเดียวกัน ผ่านระบบเครือข่าย
โดยภาษาที่ใช้ในการสื่อสารระหว่างเครื่องคอมพิวเตอร์นี้ คือภาษาเอ็กซ์เอ็มแอล (XML) ซึ่งถูกกำหนดให้เป็นมาตรฐานที่ชื่อว่า SOAP
รายละเอียดตามลิงค์ Web Service