Jesri Site

I dedicate my heart to You Lord, sincere and honest!

Archive for the 'Web' Category

Javascript running in Internet Explorer, not run on Mozilla Firefox

Recently I had a little experience makes me tired. Why not, more than 2 days I have not got javascript error in my web program  In ASP.Net, I use a script, which calculates the number of characters from a text box. After the run, the program can work well, both on IE and Mozilla. With [...]

7 October 2009 at 11:25 - Comments
bisa di copy-paste scriptnya disini ?
16 December 09 at 20:27
hery
thx a lot, GBU
1 July 10 at 09:55

Koneksi mySQL lokal dan di web hosting

Ada perbedaan koneksi di web server lokal dan di web hosting: Contoh koneksi di local : <? $db=mysql_connect(“localhost”,”username”,”password”); mysql_select_db(“database”, $db); ?> Contoh : <? $db=mysql_connect(“localhost”,”root”,””); mysql_select_db(“alamat”, $db); ?> Ketika mengakses di web hosting, maka koneksi menjadi : <? $db=mysql_connect(“localhost”,”username”,”password”); mysql_select_db(“username_namadb”, $db); ?> Sebagai contoh, apabila dari hosting anda mendapatkan user : begu, dan password anda [...]

7 October 2008 at 14:17 - Comments
Terima kasih pak jes, sangat membantu bagi saya yang newbie. GBU.
7 October 08 at 15:14

Mengatur Permalink pada WordPress

s

9 October 2001 at 09:27 - Comments