Browsing All posts tagged under »PHP«

generatedata.com – data generator

2008.04.08

1

Generate test data instantly, just clicks. GenerateData.com by Benjamin Keen เอาไว้สร้างข้อมูลเยอะ ๆ สำหรับทดสอบ ใช้ง่ายมาก ๆ เลือกเอาท์พุตได้หลายรูปแบบ – ถ้าอยากเอาไปใช้ออฟไลน์ก็มีซอร์สโค้ดให้ด้วย technorati tags: test, data, generator

PHP IDE for Eclipse

2007.09.27

0

PDT เป็นเครื่องมือพัฒนา PHP บน Eclipse ซึ่งทำงานเชื่อมกับ Web Tools ที่มีอยู่แล้ว เพิ่งออกรุ่น 1.0 มาเมื่อไม่ถึงสองอาทิตย์ก่อน (2007.09.18) ต้องใช้กับ Eclipse 3.3 และ Java 5.0 ขึ้นไปเท่านั้น update url: http://download.eclipse.org/tools/pdt/updates/ NetBeans สำหรับ Java* Eclipse สำหรับที่เหลือ *โดยเฉพาะ Java SE และ Java ME / และถ้า NetBeans 6.0 ออกเมื่อไหร่ ก็เพิ่ม Ruby on Rails ลงไปด้วย technorati tags: PHP, Eclipse, IDE

Ruby on Rails, PHP, and JavaScript in NetBeans 6

2007.01.14

0

From NetBeans 6 Feature Plan: JavaScript JavaScript Editing – syntax coloring, code completion, indentation, navigator… (Milestone 7) Ruby, Ruby on Rails Ruby Editing (Milestone 7) Ruby Project Infrastructure (Milestone 7) Ruby on Rails Support (Milestone 7) Ruby Remote Debugger (Milestone 8) PHP PHP Editing (Milestone 8) PHP Project and Runtime Integration (Milestone 8) น่าใช้มั๊ย ?… [Read more…]

My Eclipse Plug-ins list

2006.02.24

2

จดไว้ กันลืม พักนี้ลงใหม่บ่อย Subversion: http://subclipse.tigris.org/update_1.0.x Web Tools: http://download.eclipse.org/webtools/updates/ *ลงไม่ได้ซักที ติด denpendency เต็มไปหมด Ruby: http://rubyeclipse.sf.net/updatesite Python: http://pydev.sf.net/updates PHP: http://download.pipestone.com/eclipse/updates Perl: http://e-p-i-c.sf.net/updates JavaScript: http://www.interaktonline.com/ *ถ้าลง Web Tools ได้ ก็อาจจะไม่ต้องลงตัวนี้

Webapp kits – SWAT & WASP

2006.01.23

0

SWAT — opensource web widgets (date picker, color picker, etc.) WASP — Web Application Structure for PHP 5 (yet another framework)

Scripting with Eclipse

2005.11.22

1

Eclipse plug-ins for popular scripting languages: Ruby, Python, PHP, and even Perl ! To install any of them to your Eclipse IDE: Click on Help → Software Updates → Find/Install from file menu in Eclipse. Select the radio button labeled, “search for new features to install”. Click on the “New Remote Site” button. Enter a… [Read more…]

PHP Arrays

2005.11.16

0

sample chapter from Programming PHP by Kevin Tatroe and Rasmus Lerdorf.

Charset in MySQL 5

2005.11.14

0

MySQL 5 – Connection Character Sets and Collations มีปัญหา จะใช้ PEAR::MDB2 อ่านข้อความ utf-8 จาก MySQL (โพสต์ไว้ที่ Narisa.com) ปรากฏว่าข้อความ(ภาษาไทย, ภาษา non-Latin1)กลายเป็น ??? หมดเลย หาในเน็ตอยู่นาน ปรากฏว่า ต้องเพิ่มคำสั่งนี้เข้าไปก่อนจะเริ่ม query SELECT $db->query("SET CHARACTER SET utf8"); แต่ทำแบบนี้ก็กลายเป็นว่า ไม่รู้จะใช้ MDB2 (database abstraction layer) ไปทำไม เพราะ query นี้มันมีเฉพาะ MySQL ! มีคนแจ้ง “บั๊ก” (ขอเพิ่มฟีเจอร์) ไว้แล้ว

PHP interpreter for Python

2005.11.14

1

PHPFilter for CherryPy

GeSHi – Generic Syntax Highlighter

2005.11.14

0

GeSHi is a PHP syntax highlighting class. It supports a wide range of popular languages for highlighting (ASP, bash, C+, CSS, Delphi, HTML, Java, JavaScript, etc.). Output format is highly customisable.