ก๊วนซอฟท์แวร์ </softganz> SoftGang (Gang Software)

Web &amp; Software Developer Gang.

603 items|« First « Prev 56 57 (58/61) 59 60 Next » Last »|
โดย Little Bear on 1 ก.ค. 50 22:20

    MySQL is no longer enabled by default, so the      phpmysql.dll DLL must be enabled inside of      php.ini. Also, PHP needs access to the MySQL client library. A file    named libmysql.dll is included in the Windows PHP      distribution and in order for PHP to talk to MySQL this file needs to be      available to the Windows systems PATH. See the FAQ    titled "How do I add my PHP      directory to the PATH on Windows" for information on how to do    this. Although copying libmysql.dll to the Windows    system directory also works (because the system directory is by default in      the system's PATH), it's not recommended.   

    As with enabling any PHP extension (such as      phpmysql.dll), the PHP directive      extensiondir should be set to      the directory where the PHP extensions are located. See also the      Manual Windows Installation    Instructions. An example extensiondir value for PHP 5 is    c:\php\ext   

โดย Little Bear on 29 พ.ค. 50 10:23

วันนี้กลับเข้ามาเช็คข้อมูลที่สถาบันทักษิณคดีศึกษา เกาะยอ ได้กลับมานั่งทำงานในเครื่องเดิมที่เคยมานั่งพัฒนาฐานข้อมูลให้ทางสถาบันเมื่อปีที่แล้ว เครื่องที่ใช้เป็น HP ใช้ LCD Monitor ของ HP รุ่น HP vs19e มีความรู้สึกว่าภาพและตัวอักษรมีความคมชัดมากกว่า Samsung Monitor ที่บ้านเยอะมากเลย

แต่ว่า ราคาก็คงต่างกันหลายเหมือนกันสินะ. 

โดย Little Bear on 6 ธ.ค. 49 10:15

วันนี้ได้ไปอ่านกระทู้ ทำไม ip ต้องเป็น 192.168.1.x คะ เห็นว่าเป็นเรื่องน่าสนใจ ผมก็สงสัยเหมือนกัน เลยเอามาลงเก็บไว้ เป็นอ้างอิงวันเลังได้ครับ.

โดย Little Bear on 12 ก.ย. 49 16:52

ผมเพิ่งได้ AirCard อันแรกในชีวิตมาใช้งานเมื่อสัก 2 เดือนมาแล้ว เป็นของ CAT CDMA ที่ยังไม่ได้เปิดใช้งานเป็นทางการ (เรียกว่าเส้นใหญ่ เอามาใช้ก่อน) CAT CDMA เป็นเครือข่าย 3G แห่งแรกในประเทศไทยกระมัง สามารถทำงานได้ 2 ระบบ คือ

  1. 1xCDMA ความเร็วประมาณ 100 kbps กว่า

  2. EVDO ความเร็วตามสเปคระบุไว้ที่ 1mbps แต่ผมลองใช้งานจริงได้ประมาณ 4-500 kbps

โดย Little Bear on 28 ส.ค. 49 20:53

ถาม: ผมซื้อจอแอลซีดีจากร้านค้าแถวบ้านมาใช้ได้ประมาณ 3 เดือนกว่าๆ แล้ว แต่เพิ่งจะสังเกตเห็นว่า มันมี 3 - 4จุดบริเวณกลางหน้าจอเป็นจุดสีแดงค้างเติ่งอยู่อย่างนั้น ผมกลุ้มใจมาก ยกไปเปลี่ยนทางร้านก็ไม่สามารถจัดการอะไรให้ได้แล้ว พอจะมีคำแนะนำบ้างไหมครับ

โดย Little Bear on 28 ส.ค. 49 20:49

กำลังอยู่ในช่วงศึกษาวิธีการติดตั้งเครือข่าย VPN ลองไปค้นหาบทความจากแหล่งต่าง ๆ ก็ไปเจอเอาวิธีการติดตั้งเครือข่าย VPN จากบทความในเว็บไซท์ของ ARiP.co.th หรือ pcmagthailand.com ก็เลยเอาลิงค์มาแปะไว้ก่อนนะครับ

ตามลิงค์ ติดตั้งเครือข่าย VPN งานง่ายๆ สำหรับวินโดวส์ เอ็กซ์พี

นะครับ 

โดย Little Bear on 24 ส.ค. 49 16:32

I have received a few inquiries into my configuration of the Sierra 580 EvDO wireless card under Linux, so here is my tutorial on how to get that done. Enjoy!

I got the card working under Debian Sarge (3.1) with little modification. This method should work with all linux distributions with little or no modification. (Some of the following information was gleaned from other sites as I scanned the net for resources, so you may see bits and pieces of the following information across several sites on the net.)

Follow the steps as shown, and you should be able to connect just fine...

There is an initial assumption that the wireless card has already been activated by sprint (and probably used in windows at some point to verify that it works.)

1. Insert your wireless card and be sure that your computer recognizes it as a USB device. Look in dmesg for it. Once you have verified that it is recognized by your system, proceed to step 2.

2. Issue the following commands (you will need to sudo or su to do this)

# modprobe usbserial vendor=0x1199 product=0x0112

# mknod /dev/ttyUSB0 c 188 0

Next is the configuration of PPPD and the scripts needed.

3. Create a file named '1xevdo' with the following text, and place it in the '/etc/ppp/peers/' directory

lcp-echo-interval 0
-detach
ttyUSB0
115200
debug
noauth
defaultroute
usepeerdns
user 210xxxxxxx@sprintpcs.com
show-password
crtscts
lock
connect '/usr/sbin/chat -v -t3 -f /etc/ppp/peers/1xevdochat'

Be sure to replace '210xxxxxxx' with your wireless card's area code and 7 digit phone number.

4. Create another file, named '1xevdo
chat' with the text below and place in the ' /etc/ppp/peers/' directory.

'' 'AT'
'OK' 'ATE0V1&F&D2&C1&C2S0=0'
'OK' 'ATE0V1'
'OK' 'ATS7=60'
'OK' 'ATDT#777'

5. Use your text editor of choice (we all know it's vi) to add the following line to '/etc/ppp/pap-secrets'

210xxxxxxx@sprintpcs.com * zzzz

where '210xxxxxxx' is the phone number assigned to your card, and 'zzzz' is the password for your wireless card account (typically the last 4 digits of the phone number).

6. as root, issue the following command to connect to the internet

# pppd call 1xevdo

--------

That's all the instructions for the process, and hopefully it will work for you. here are some observations I have:

If you get a 'connect script failed' type of error, and you are sure that you followed the instructions, remove the wireless card and reinsert it. This is what I had to do to get my card to work properly.

The modprobe and mknod commands will need to be re issued every time you reboot. You will not need to recreate the files and scripts. You can automate the scripts for modprobe and mknod if you wish. I will post more on the automation later.

You will get two types of output when your attempt to run the script. Either you will get an error (failed connection script), or you will get a long output similar to the following:

serial connection established.
using channel 2
Using interface ppp1
Connect: ppp1 <--> /dev/ttyUSB0
sent [LCP ConfReq id=0x1 ]
rcvd [LCP ConfReq id=0x0 ]
sent [LCP ConfAck id=0x0 ]
rcvd [LCP ConfReq id=0x1 ]
sent [LCP ConfAck id=0x1 ]
sent [LCP ConfReq id=0x1 ]
rcvd [LCP ConfAck id=0x1 ]
sent [LCP EchoReq id=0x0 magic=0xeda0c264]
sent [CCP ConfReq id=0x1 ]
sent [IPCP ConfReq id=0x1 < ms-dns3 0.0.0.0>]
rcvd [LCP DiscReq id=0x2 magic=0xee74136c]
rcvd [LCP EchoRep id=0x0 magic=0xee74136c ed a0 c2 64]
rcvd [IPCP ConfReq id=0x3 ]
sent [IPCP ConfAck id=0x3 ]
rcvd [LCP ProtRej id=0x4 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
rcvd [IPCP ConfRej id=0x1 ]
sent [IPCP ConfReq id=0x2 ]
rcvd [IPCP ConfNak id=0x2 ]
sent [IPCP ConfReq id=0x3 ]
rcvd [IPCP ConfAck id=0x3 ]
not replacing default route to ppp0 [10.5.250.5]
Cannot determine ethernet address for proxy ARP
local IP address xx.x.xx.xx
remote IP address xx.xx.xxx.xx
primary DNS address xx.xx.xxx.xx
secondary DNS address xx.xx.xxx.xx
Script /etc/ppp/ip-up started (pid 4273)
Script /etc/ppp/ip-up finished (pid 4273), status = 0x0



Once you are connected, by seeing the above information in your terminal window, open a web browser and try to view some pages. If your browser cannot serve pages, you may need to edit your resolve.conf file manually and add the DNS servers that you see in the above output. This should get you on the road to full connectivity in linux!

If you have any questions, feel free to e-mail me at dryicezero [a-t] gmail.com.

//Ernest

ที่มา : http://dryicezero.blogspot.com/2005/12/sprint-sierra-580-evdo-card-linux.html

โดย Little Bear on 22 ส.ค. 49 14:12

นอกจากการคัดเลือกบุคคลแห่งปีที่มีอิทธิพลต่อความคิดของผู้อ่านสูงแล้ว นิตยสารไทม์ยังคัดเลือกเว็บไซต์แห่งปี 2006 ด้วย โดยในปีนี้

ไทม์รายงานเว็บไซต์ที่มีความน่าสนใจในหลากหลายรูปแบบและเนื้อหาจำนวน 50 เว็บไซต์เช่นเดิม

แมรี่แอน เมอร์เรย์-เบิร์ชเนอร์ ผู้สื่อข่าวของนิตยสารไทม์กล่าวว่า "เราคัดเลือกมาจากหลายร้อยเว็บไซต์ตามความน่าสนใจ บางคนผู้อ่านก็แนะนำมา หรือไม่ก็เพื่อนของเราแนะนำมา รวมถึงการลองเสิร์ชด้วยตนเองอีกนับครั้งไม่ถ้วน"

ทั้งนี้ ไทม์เริ่มจัดเว็บไซต์แห่งปีมาตั้งแต่ปี 2003 โดยในครั้งแรกที่จัดนั้นมีเว็บไซต์ยอดนิยมของนักท่องเน็ตทั่วโลกติดโผมามาก มาย ทั้ง Ebay, Hotmail, Paypal และ Google

เป็นที่น่าสังเกตว่า เว็บไซต์แห่งปี 2006 นี้เกือบทั้ง 50 เว็บไซต์ส่วนใหญ่ใช้เทคโนโลยี web 2.0 sites ซึ่งเป็นเว็บไซต์ที่เปิดพื้นที่ให้ผู้ใช้สามารถสร้างสรรค์และแชร์เนื้อหา ออนไลน์ได้ แตกต่างจากเว็บไซต์ดั้งเดิมที่เปิดให้เข้าชมเนื้อหาเพียงอย่างเดียว

"เว็บไซต์ในยุคใหม่เป็นการเปลี่ยนแปลงความบันเทิงและความรู้ในรูปแบบ ใหม่ เป็นแหล่งรวมเนื้อหาที่ผู้ใช้สามารถดู สร้างสรรค์ แบ่งปัน หรือพูดคุยได้ทุกรูปแบบ ตั้งแต่การโพส blog ไปจนถึงวิดีโอคลิป" แมรี่แอนเขียนไว้ในไทม์

สำหรับเว็บไซต์แห่งปีทั้ง 50 เว็บนั้น ไทม์แบ่งออกเป็น 7 หมวดหมู่ได้แก่

1.บันเทิง ศิลปะและสื่อ

หมวดนี้มีทั้งหมด 9 เว็บไซต์ คือ Drawn!, Jumpcut, Sundance Splinks, Wolfgang's vault, Photo Muse, Podcast Pickle, Pandora, The 9 และ Youtube สำหรับหมวดนี้ที่น่าสนใจที่สุดก็คือ Pandora ซึ่งไทม์ระบุว่า สามารถสร้างสถานีวิทยุส่วนตัวของตนเองได้ รวมถึง Youtube แหล่งรวมคลิปวิดีโอ ที่ว่ากันว่าเยอะที่สุดและมีหลายคลิปที่หายากที่สุดในเวลานี้

2.ช็อปปิ้ง ไลฟ์สไตล์ และงานอดิเรก

หมวดนี้มี 7 เว็บไซต์ ได้แก่ Zunafish, Delicious Days, Mighty Goods, Not Martha, Kids-In-Mind, Phone Scoop และ Shop Intuition หมวดนี้ ใครชื่นชอบเทคโนโลยีมือถือ ลองแวะเข้าชมที่ Phone Scoop อ่านบทวิจารณ์โทรศัพท์มือถือแต่ละรุ่น หรือไม่ก็ Kids-In-Mind ที่วิพากษ์ภาพยนตร์ชนโรงในแง่มุมที่เกี่ยวกับเซ็กส์และความรุนแรง พ่อแม่ผู้ปกครองที่มีบุตรหลานควรเข้าชม

3.ข้อมูลข่าวสาร

มีทั้งหมด 8 เว็บไซต์ Digg, Footnoted, The Morning News, Charity Navigator, Deadspin, Kevin Sites in the Hot Zone, The Human Clock และ Tailrank สำหรับคนที่ติดตามข่าวสารจากทั่วโลกไม่ควรพลาด The Morning News ที่มีทั้งข่าวหนัก ข่าวเบา และข่าวแปลกประหลาดรอบโลกให้เลือกอ่าน ขณะที่เว็บไซต์ The Human Clock ก็มีภาพสวยๆ จากทุกมุมโลก โดยช่างภาพทั้งสมัครเล่นและมืออาชีพให้ชมกัน พร้อมอัพเดตทุกนาที

4.สังคม

เว็บไซต์สำหรับการติดต่อสื่อสารมีทั้งหมด 5 เว็บไซต์ Dodgeball, MySpace, Meebo, SingShot และ Google Spreadsheets ที่น่าจะคุ้นหูคุ้นตาคนไทยมากที่สุดก็คือ MySpace แหล่งรวมผู้คนจากทั่วโลกที่มีสมาชิกกว่า 100 ล้านคน มีทั้งเนื้อหาส่วนตัวหลากหลายรูปแบบ และการติดต่อสื่อสารเพื่อ "หาเพื่อน" ออนไลน์ สำหรับ Google Spreadsheets ก็เป็นอีกหนึ่งบริการของกูเกิลที่เจาะตลาดธุรกิจขนาดเล็ก เป็นโปรแกรมจัดการข้อมูลคล้ายกับ excel ของวินโดวส์

5.ฆ่าเวลา

เว็บไซต์สำหรับการผ่อนคลายมีทั้งหมด 6 เว็บไซต์ ได้แก่ Number Logic, TMZ, Cute Overload, Jackson Pollock by Miltos Manetas, Shockwave และ Yu-Gi-Oh Groove คนที่สนใจบันเทิงต่างประเทศลองแวะเข้าชมที่ TMZ หรือถ้าอยากฆ่าเวลาไปอย่างเพลิดเพลิน ก็ลองเล่นเกมแฟลชที่มีให้เลือกหลากหลายรูปแบบใน Shockwave

6.ท่องเที่ยวและอสังหาริมทรัพย์

หมวดนี้ประกอบไปด้วย 7 เว็บไซต์ คือ Yelp, Zipcar, Kayak, Zillow, Central Park, Farecast และ Hop Stop สำหรับหมวดนี้ดูจะไม่ค่อยเหมาะกับคนไทยเท่าใดนัก เว้นแต่ว่าใครมีโปรแกรมบินไปท่องเที่ยวในสหรัฐ โดยเฉพาะรัฐทางตะวันตกอย่างนิวยอร์กและวอชิงตัน

7.เว็บเสิร์ช

หมวดสุดท้ายมีทั้งหมด 8 เว็บไซต์ Snap, Seamless Web, Accoona, Pixsy, Argali White & Yellow, Kosmix, Blurb และ McAfee SiteAdvisor ว่ากันว่า เว็บเสิร์ช Snap จะก้าวขึ้นมาเป็นคู่แข่งสำคัญของกูเกิล ด้วยระบบการค้นหาที่แม่นยำ ละเอียดและรวดเร็ว ขณะที่ Pixsy เป็นเว็บไซต์สำหรับการค้นหาภาพที่คุณต้องการ

ใครที่ต้องการเข้าสุดยอดเว็บไซต์ของไทม์เหล่านี้ อย่าลืมพิมพ์ชื่อลงในเว็บเสิร์ชก่อนนะครับ เพื่อหาแอดเดรสของแต่ละเว็บไซต์อย่างเป็นทางการ.

ข่าว : ไทยโพสต์

โดย Little Bear on 10 พ.ย. 49 17:04

หยุดพัฒนาเว็บ bookgang.net : ก๊วนปาร์ตี้ มานานนับเดือน ได้ฤกษ์ปรับปรุงให้เรียบร้อยเสียที เพราะกำลังจะมีโครงการศิลปะที่อาจได้ใช้เว็บนี้ให้เป็นประโยชน์

อยากใช้รูปแบบใหม่ เปลี่ยน link ให้เป็น clean url แต่โปรแกรมชุดใหม่ยังเขียนได้ไม่ถึงไหน เลยต้องปรับบางอย่างให้เป็น clean url เพื่อไว้ก่อน เช่นการอ่านบทความให้เป็น /topic/topic_id หรือ /blog/username เพื่อว่าพอปรับเป็นรุ่นใหม่จะได้ไม่ต้องเปลี่ยน url

โดย Little Bear on 5 พ.ย. 49 11:44

5 พย. 49 นัดคุยกันเรื่องการพัฒนาโครงการประเด็นสื่อ เพื่อเป้าหมายสร้างการก้าวเดินไปสู่แผนสร้างสุขภาวะของคนสงขลา

สื่อที่เข้าร่วมจากแขนงต่างๆ คือ

  • วิทยุกระแสหลัก
  • วิทยุชุมชน
  • หนังสือพิมพ์ท้องถิ่น
  • อินเตอร์เน็ต

การสร้างเนื้อหาสำหรับสื่อ เก็บไว้ที่ศูนย์กลาง และสื่อแต่ละแห่งสามารถเข้าถึงและนำไปปรับใช้ให้เหมาะสมกับลักษณะของสื่อ

603 items|« First « Prev 56 57 (58/61) 59 60 Next » Last »|