Computer Hardware Chart … for your inner-geek. Everyone has an inner-geek, I believe. ;)
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
เครื่องช่วยนอน
A simple but quite informative graphic to help you decide how to take your coffee.
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.
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
เห็นในอีเมลว่า THNIC ไปเสนอจด .ไทย เป็น top-level domain กับ ICANN โดยเค้าบอกว่า จะให้บริการฟรีคู่ไปกับ .th ส่วนตัวก็เห็นว่า มันเยอะไปหน่อย ผลออกมาก็จะคล้าย ๆ กับ email ให้คนไทยทุกคน ที่ตอนนี้ยังใช้งานได้อยู่รึเปล่าก็ไม่รู้
ในแบบสอบถามที่ THNIC ให้ไปร่วมตอบ มี 2 ส่วน ส่วนแรกคงถามว่าจะให้ใครดูแล (สนับสนุน) .ไทย กดเข้าไปเจอคำถามแรกว่า เห็นควรให้ THNIC ดูแลไหม ก็เลิกตอบ เพราะถ้าไม่เห็นด้วยให้มี ก็คงไม่เห็นด้วยว่าใครจะดูแล
แบบสอบถามส่วนที่ 2 ถามว่า จะเทียบเคียงชื่อโดเมนภาษาอังกฤษ เป็นคำว่าอะไรดีในภาษาไทย เช่น
อันนั้นเป็นตัวอย่าง พูดจริง ๆ ครับ พิมพ์แค่นี้ยังลำบากเลย คิดเอาเองว่าคงจะมีเพื่อให้รู้ว่ามี ซะมากกว่า
กลายเป็นว่า ไม่ได้ทำแบบสอบถามทั้ง 2 อัน :P
[video]