Prado 3.1.3 Relased!

December 11th, 2008 by wildan

Ya sebenernya sudah lama releasenya, yaitu pada tanggal 3 November 2008, framework PHP yang satu ini sudah berumur 4tahun lho.. :) karirnya dimulai pada tahun 2004, tepatnya bulan agustus, prado ini waktu itu menjadi pemenang zend coding competition (kalo gak salah), sehingga dengan cepat menjadi framework yang populer, dengan banyak sekali kontributor.. nah ini beberapa release notesnya :

WHAT’S NEW IN THIS RELEASE

* Fixed about 25 bugs
* Included about 20 minor enhancements
* Added these new components: TActiveFileUpload, TActiveDatePicker, MessageSource_Databas

COMPATIBILITY INFORMATION

The following changes introduced in this release need particular attention:
* TinyMCE (used by THtmlArea component) has been upgraded to version 3.1.0.1.
Since the 3.X branch of TinyMCE has a different API than 2.X, you should
upgrade your Customs Plugins if you use any.
See http://wiki.moxiecode.com/index.php/TinyMCE:Migration_guide for more information.
* If you use EnableStateEncryption, the PageState of your current user sessions
will no longer be valid, since we optimized the encryption/compression logic.
* You can now use # and $ characters in your SQL statements with SQLMap by
escaping them as ## and $$. That induces that you can’t have consecutive
parameters like #param1##param2# or $param1$$param2$ in your statements anymore.

Happy trying :D

(whiledan)

Posted in Knowledge, News, PHP | No Comments

Tags:  

NetBeans 6.5m1

July 8th, 2008 by wildan

Wah, cepet sekali perkembangan IDE tercinta yang satu ini. :) sekarang sudah memasuki versi 6.5 Milestone 1..

Emm, memang apa yang baru ya?? yang pasti adalah dukungan terhadap bahasa pemrograman PHP (ya PHP!), kemudian mungkin (karena saja juga belum mencoba, masih proses donlot) plugin javafx yang secara default sudah bisa digunakan..

(whiledan)

BAIK (Bahasa Anak Indonesia untuk Komputer)

June 10th, 2008 by feedee

saudara-saudara sebangsa dan setanah air..

ada bahasa pemrograman buatan anak negeri lho, namanya BAIK lihat judul diatas. Bahasa ini termasuk script seperti PHP yang syntaknya berbahasa indonesia. contoh:

### contoh program untuk database ################
alamatdb  = “192.168.xxx.yyy”
pemakai   = “namasaya”
sandi     = “sandisaya”
namadb    = “alamatdb”
nomerport =  3306

### kalimat sql untuk operasi database
sql = “select * from tabel_alamat”

### koneksi ke database
kon = mysql_koneksi alamatdb, pemakai, sandi, namadb, nomerport
hasil = mysql_hasil kon, sql

num = mysql_total hasil
tulis “jumlah data=”, num ,”\n”

### mengambil nama kolom dari suatu Tabel
kolom = mysql_namakolom hasil
besarkolom = panjang kolom
untuk (i=0; ipre>

Silahkan download bahasa BAIK versi 2 di :
http://sourceforge.net/projects/baik/

sumber: http://opensource-indonesia.com
kalo ada kesalahan mohon maaf, soalnya aku sendiri belum nyoba.

(feedee)

Posted in PHP, Uncategorized | 1 Comment