Dr. Watcharin’s Digital Academy
Welcome to the personal blog of Dr. Watcharin Sarachai, a passionate educator in the Information Technology division at Maejo University. This blog is your gateway to a world of knowledge, covering a variety of subjects from classroom lectures and hands-on labs to trending innovations in technology. Whether you’re looking to master programming techniques, find step-by-step solutions to technical challenges, or simply stay updated with the latest developments in IT, you’ll find valuable insights here. With a focus on practical application and creative problem-solving, this space is designed to inspire and empower tech learners of all levels.
Latest Posts

Git Basic Commands
เริ่มต้นทำงานกับ Git Repository การสร้างทำให้ Directory เป็น Git Repository สร้าง directory ชื่อ shopping สร้าง git repo ใหม่ในไดเรกทอรี่ Shopping (อย่าลืมไดเรกทอรี่ Shopping จะต้องไม่อยู่ใน…

IT241 Lab #09
การใช้ Form Plugin โดยการติดตั้ง Popup Plugin หลังจากติดตั้งจะปรากฎเมนู Popup Maker ใน Dashboard Menu ให้นักศึกษาเลือก All Popups จะปรากฎหน้าจอดังแสดง ให้คลิ๊กปุ่ม “Create New Popup”…

IT241 – Lab06 ความรู้เบื้องต้นเกี่ยวกับ WordPress
บทนำ แบบฝึกหัดบทเรียนนี้จะทำความรู้จักกับ WordPress และการตั้งค่าต่าง ๆ ที่จำเป็นเบื้องต้น เพื่อให้นักศึกษาเข้าใจและสามารถใช้งานได้ และรวมถึงการสร้างเว็บที่ประกอบไปด้วย posts, pages, และการทำเมนู Pre-Lab ให้นักศึกษาเปิดโปรแกรม Docker โดยโปรแกรมจะแสดงหน้าจอดังแสดงต่อไปนี้ การตั้งค่าที่จำเป็นสำหรับ WordPress จัดการ Profile ของ…

Git Basic: Branching
Branching Exercise 1. สร้างไดเรกทอรี่ใหม่ชื่อ patronus2. สร้าง git repo ใหม่ในไดเรกทอรี่นี้3. สร้างไฟล์ใหม่ชื่อ patronus.txt (ในไฟล์เป็นไฟล์ว่างยังไม่ต้องพิมพ์อะไร)4. ทำการ add และ commit ไฟล์ว่างนี้ด้วยข้อคยาม “add empty patronus…

วิธีแก้ปัญหา WordPress ไม่สามารถ Crop Image ได้บน XAMPP local server
ในกรณีที่เราติดตั้ง WordPress และทดสอบบนเครื่องแบบ localhost ซึ่งส่วนใหญ่เป็นการพัฒนาและทดสอบก่อนการนำเอา WordPress เว็บไปใช้งานจริง ซึ่งจะมีขั้นตอนหนึ่งคือการ upload รูปภาพและเพื่อให้สอดคล้องกับ template ที่กำลังทำการตั้งค่าจำเป็นต้องทำการ crop รูปภาพให้มีขนาดตามต้องการ แต่พบว่าไม่สามารถทำได้มีข้อความแจ้งผิดพลาด “There has been an error…

Java build tools in VS Code
บทความนี้เป็นภาพรวมของวิธีการทำงานกับ Java build tools ใน Visual Studio Code โดยจะครอบคลุมส่วนของขยาย Maven for Java และ Gradle for Java รวมถึงเครื่องมืออื่น ๆ ด้วย Maven…