byway

Jul 26

Computer Hardware Chart … for your inner-geek. Everyone has an inner-geek, I believe. ;)

Computer Hardware Chart … for your inner-geek. Everyone has an inner-geek, I believe. ;)

Jul 25

User Interface Design Framework via Webalys -

UI Palettes for Illustrator - free for personal and commercial use, with attribution.

(via idesk)

This would definitely be overkilled for me but I would definitely love to have this set up. :P

(via idesk)

This would definitely be overkilled for me but I would definitely love to have this set up. :P

Jul 17

เครื่องช่วยนอน

เครื่องช่วยนอน

Jul 16

The Perfect Pour -

A simple but quite informative graphic to help you decide how to take your coffee.

Jul 15

Jul 13

WordPress: Rewrite Rules for Custom Post Types

Note to self: When added a product custom post type, WP will display /product/item in the URL. To display /brand/item instead of /product/item, simply do …

function owl_add_rewrites() {
    global $wp_rewrite;

    $owl_nwpr = array(
        'brand1/([^/]+)' => 'index.php?product=$1',
        'brand2/([^/]+)' => 'index.php?product=$1'
    );

    $wp_rewrite->non_wp_rules = $owl_nwpr + $wp_rewrite->non_wp_rules;
}

function owl_flush_rewrites() {
    global $wp_rewrite;

    $wp_rewrite->flush_rules();
}

add_action('generate_rewrite_rules', 'owl_add_rewrites');
add_action('admin_init', 'owl_flush_rewrites');

Everyday comes with new things to add to this tiny brain.

Jul 11

“Love the Lord your God with all your heart and with all your soul and with all your strength and with all your mind. And love your neighbor as yourself.” — Luke 10:27

Jul 07

โดเมน .ไทย

เห็นในอีเมลว่า THNIC ไปเสนอจด .ไทย เป็น top-level domain กับ ICANN โดยเค้าบอกว่า จะให้บริการฟรีคู่ไปกับ .th ส่วนตัวก็เห็นว่า มันเยอะไปหน่อย ผลออกมาก็จะคล้าย ๆ กับ email ให้คนไทยทุกคน ที่ตอนนี้ยังใช้งานได้อยู่รึเปล่าก็ไม่รู้

ในแบบสอบถามที่ THNIC ให้ไปร่วมตอบ มี 2 ส่วน ส่วนแรกคงถามว่าจะให้ใครดูแล (สนับสนุน) .ไทย กดเข้าไปเจอคำถามแรกว่า เห็นควรให้ THNIC ดูแลไหม ก็เลิกตอบ เพราะถ้าไม่เห็นด้วยให้มี ก็คงไม่เห็นด้วยว่าใครจะดูแล

แบบสอบถามส่วนที่ 2 ถามว่า จะเทียบเคียงชื่อโดเมนภาษาอังกฤษ เป็นคำว่าอะไรดีในภาษาไทย เช่น

  1. .co.th จะเรียกเป็น .พานิชย์.ไทย หรือ .พณ.ไทย หรือ .ธุรกิจ.ไทย
  2. .ac.th จะเรียกเป็น .ศึกษา.ไทย หรือ .ศธ.ไทย หรือ .ศ.ไทย
  3. .go.th จะเรียกเป็น .รัฐบาล.ไทย หรือ .รัฐ.ไทย หรือ .รบ.ไทย
  4. .mi.th จะเรียกเป็น .ทหาร.ไทย หรือ .ทห.ไทย หรือ .ท.ไทย
  5. .or.th จะเรียกเป็น .องค์การพัฒนา.ไทย หรือ .องค์กร.ไทย หรือ .อ.ไทย
  6. .net.th จะเรียกเป็น .เครือข่าย.ไทย หรือ .เน็ต.ไทย หรือ .ค.ไทย

อันนั้นเป็นตัวอย่าง พูดจริง ๆ ครับ พิมพ์แค่นี้ยังลำบากเลย คิดเอาเองว่าคงจะมีเพื่อให้รู้ว่ามี ซะมากกว่า

กลายเป็นว่า ไม่ได้ทำแบบสอบถามทั้ง 2 อัน :P

Jul 05

[video]