Mobile Web Development

เมษายน 12, 2010

Mobile Web Design Trends For 2009
http://www.smashingmagazine.com/2009/01/13/mobile-web-design-trends-2009/

Designing for the Mobile Web
http://articles.sitepoint.com/article/designing-for-mobile-web

XHTML Mobile Website Templates
http://mobiforge.com/starting/story/xhtml-mobile-website-templates

Google Mobile Browser
http://www.google.com/gwt/n

Detect Mobile Browser
http://detectmobilebrowser.com/

Make WP printable by WP-Print Plugin

พฤศจิกายน 24, 2008

ทำให้ WordPress สามารถ print ได้ง่ายๆ ด้วยการลง Plug-in ที่ชื่อ WP-Print

http://lesterchan.net/wordpress/readme/wp-print.html

แล้วเพิ่มโค้ดส่วนนี้

<?php if(function_exists(‘wp_print’)) { print_link(); } ?>

ลงในไฟล์ index.php ของ template เช่น

<?php get_header(); ?>

<!– Start of Two Column Fixed Body –>
<div id=”main”>
<div id=”right”>
<?php include(TEMPLATEPATH . ‘/showposts.php’);?>
<?php if(function_exists(‘wp_print’)) { print_link(); } ?>
</div><!– End of Column Left –>

<div id=”left”>
<?php get_sidebar(); ?>
</div><!– End of Column Right –>
<div style=”clear:both”></div>
<!– End of Two Column Fixed Body –>
</div>
<?php get_footer(); ?>

Grub Boot Menu (Ubuntu vs Windows)

ตุลาคม 22, 2008

Examples
————–

title Microsoft Windows Vista Platinum.
root (hd0,1)
savedefault
makeactive
chainloader +1

title Ubuntu, kernel 2.6.20-17-generic
root (hd0,6)
kernel /boot/vmlinuz-2.6.20-17-generic root=UUID=2f005047-d7c1-4df4-83c7-6ef0d3949993 ro quiet splash
initrd /boot/initrd.img-2.6.20-17-generic
quiet
savedefault

Install ATI vga driver for Ubuntu

ตุลาคม 21, 2008

for solving driver problem in Acer Aspire 4710G, ATI Radeon HD2300.

Download ATI driver from [http://ati.amd.com/support/driver.HTML]

Setup driver by [sudo ./ati-driver-installer-<version>.run]

and Restart the system. (^^)

Intro 2008

ตุลาคม 13, 2008

วอร์มอัพการเปิดใช้ WordPress บนสาธารณะเป็นครั้งแรก

ปกติใช้แต่บนเวบของตัวเอง แอบเขินเล็กๆ (^^)

ตั้งใจว่าจะใช้พื้นที่นี้เอาไว้เก็บข้อมูล ที่เป็นประโยชน์

ไม่ว่าจะเป็น ข้อมูล เทคนิค หรือข่าวสารที่น่าสนใจ

เผื่อที่วันหลังจะได้เอาไว้ทบทวนหรืออ้างอิงได้ (^^)


Reference: http://www.youtube.com/watch?v=6gmP4nk0EOE

Follow

Get every new post delivered to your Inbox.