Archive for the Uncategorized Category

More picture from the meeting

Posted on Friday, November 5th, 2004 at 2:12 pm

More picture from the meeting

View full size image

meeting with Nut and Neng

Posted on Friday, November 5th, 2004 at 2:10 pm

View full size image

new phone for Chang

Posted on Wednesday, November 3rd, 2004 at 7:06 pm

new phone for Chang

View full size image

moblog time!

Posted on Wednesday, November 3rd, 2004 at 5:20 pm

moblog time!

View full size image

Posted on Sunday, October 10th, 2004 at 2:08 am

After hour after hour of optimising, I’m giving up. Now we have this

SELECT count(enrollment_status) as student_count, enrollment_status,

section.section_id, section.section_code, subject.subject_code, subject_name

FROM enrollment left join section using (section_id) left join subject using

(subject_code) left join section_instructor on section.section_id =

section_instructor.section_id where

section_instructor.instructor_id=’$instructor_id’ GROUP BY enrollment_status,

section_id ORDER BY section_id , enrollment_status

And it’s ALL * eq_ref * eq_ref * ALL relationship, with 60millions row combintion to search, plus a couple temp-table. I may have to consider re-arranging the table layout. The probelm is, the requirement that never be sattled before the project’s started. So, I’m giving up and will spend some more time in the not so close future to re-arrange them. -_-”’

Posted on Saturday, April 17th, 2004 at 12:29 pm

I Can’t Stop Thinking! – #1 June 2000 – Good read for web design, and they’re more than one!!

Posted on Monday, April 12th, 2004 at 2:16 pm

Blog, Blog, and Blog!!! preaw, puiii, nungning, nok

Posted on Monday, April 12th, 2004 at 9:06 am

IOTR: Institute of Thai Researchers – Interesting.

Posted on Sunday, April 11th, 2004 at 9:55 pm

Tutorial: Setting Up Samba 3.x – OSNews.com – Can we use this with our LAB ?

Posted on Wednesday, April 7th, 2004 at 11:17 pm

Desktop Guerrilla Tactics: a Portable Thin Client Approach – Interesting, we may use it in CPE, the problem is client number.