ช่วงสองสัปดาห์ที่ผ่านมา ไปสอนการใช้งานอินเตอร์เนต โดยหยิบเอาผลิตภัณฑ์ต่างๆ ของ Google มาแนะนำ ซึ่งมีหลายคนที่ตื่นตาตื่นใจ แต่ก็มีอีกหลายคน (เยอะกว่ากลุ่มแรก) ตามไม่ทันชนิดต้องอธิบายกันเยอะ และกว่าจะถึงบางอ้อ ก็ต้องพากันคลิกไปจนถึงหน้าสุดท้ายกันเลยทีเดียว
ผมแนะนำให้ใช้งานอยู่ 3-4 อย่าง ซึ่งเป็นของพื้นฐานทั่วไป เช่น
- Google Accounts (เอาอีเมลอื่นมาใช้งานกับบัญชีของ Google) (วิธีการสมัคร)
- Gmail สำหรับคนที่ไม่เคยมีอีเมล
- Blogger
- Picasa web album
- YouTube
- Google Video
- Google groups
อ่านเรื่องเก่าๆ ที่ผมเขียนถึง Google - (คลิกที่นี่)
Remark: Google said don't be evil
Poakpong's Blog | Add New Comments
• Drupal API - http://api.drupal.org/api/5 (This training base on Drupal 5)
Day 2 - Theme Development
- Themeable function
- includes/theme.inc
- themes/engine/phptemplate/ (page.tpl.php, node.tpl.php etc.)
- themes/engines/phptemplate/phptemplate.engine
- themes/[theme name]/template.php
- files in each theme ( style.css, page.tpl.php, node.tpl.php, page-front.tpl.php etc.)
... end.
Big Thanks to @sugree, and @kengggg.

Poakpong's Blog | Add New Comments
• Drupal API - http://api.drupal.org/api/5 (This training base on Drupal 5)
Day 1 - Modules Development
• Modules information (my_example.info)
name = My Example
description = my example description
package = BootCamp Hardcore Dev
version = 5.7
• Modules install function (my_example.install)
- hook_install
- hook_enable
- hook_disable
- hook_uninstall
- hook_update_N
• Modules most function (my_example.module)
- hook_help
- hook_menu
- hook_form
- hook_validate
- hook_submit
- db_query
- pager_query
- tablesort_sql
- db_query_range
- db_fetch_object
- hook_block
- hook_filter_tips
- hook_filter
- hook_node_info
- hook_access
- hook_perm
- hook_insert
- hook_update
- hook_nodeapi
- hook_delete
- hook_load
- hook_view
- theme_node
... to be continue.
POAKPONG.com,
Update to 2008.
This work is licensed under a Creative Commons Attribution 3.0 License.