April 9, 2008
PHP
1 Comment
(166 views)
ลองเล่นแปลกๆ กันดูกับตัวแปรใน PHP
$DeliveryType = "Mail";
#$DeliveryType = "Messenger";
$MailCharge = 10;
$MessengerCharge = 50;
echo ${$DeliveryType."Charge"};
ผลลัพท์ ของ script ด้านบนจะเป็น
Read the rest...
April 8, 2008
VB.Net & Aspx
No Comments
(104 views)
Dim myXmlDoc As XmlDocument = New XmlDocument()
'myXmlDoc.LoadXml(strXml) ' load from string
'myXmlDoc.Load(Server.MapPath("path/to/xml.xml"))
myXmlDoc.Load("http://domain/xml.xml")
Dim UserIdNode As XmlNodeList = myXmlDoc.GetElementsByTagName("UserId")
Dim FirstNameNode As XmlNodeList = myXmlDoc.GetElementsByTagName("FirstName")
Dim UserId As String = Convert.ToString(UserIdNode(0).InnerText)
Dim FirstName As String = Convert.ToString(FirstNameNode(0).InnerText)
Read the rest...
April 8, 2008
Memo
No Comments
(93 views)
ในบางครั้งใช้ windows xp ไปนานๆ แล้วมีปัญหา icon เริ่มแปลกๆ หรือเป็น icon อันอื่นมาแทน icon ของ program ที่ควรจะเป็น วิธีแก้แบบง่ายๆ คือให้ลบไฟล์ icon cache ทิ้งโดยที่อยู่ของไฟล์อยู่ตามนี้
C:/Documents and Settings/***Username***/Local Settings/Application Data/IconCache.db
March 31, 2008
Software
No Comments
(278 views)
ทำงานกับ computer เรื่องการ backup นั้นสำคัญ แปรผันตามความสำคัญของข้อมูล ผมว่าทุกคนล้วนแต่อยากจะ backup หรือ สำรองข้อมูลทุกครั้งที่คิดได้ แต่รู้อะไรไหม พอคิดว่าจะ backup แต่ละทีต้องมาเลือก folder บ้างเลือก drive บ้างมันช่างเสียเวลาเหลือเกิน
Read the rest...
March 21, 2008
Memo
1 Comment
(148 views)
สร้าง Shortcut เปิด IE full screen
คลิกขวา เลือก New -> Shortcut
"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -K http://sixhead.com