errorhandlingvb2008.blogspot.com
error handling vb2008
http://errorhandlingvb2008.blogspot.com/2009/02/visual-basic-2008-tutorial-lesson-20.html
Senin, 02 Februari 2009. Visual Basic 2008 Tutorial. Lesson 20: Errors Handling. Error handling is an essential procedure in Visual Basic 2008 programming because it can help make the program error-free. An error-free program can run smoothly and efficiently, and the user does not have to face all sorts of problems such as program crash or system hang. 202 Using On Error GoTo Syantax. Visual Basic 2008 still supports the VB6 errors handling syntax, that is the On Error GoTo program label structure. A...
merubah-pswdroot.blogspot.com
merubah pwd root
http://merubah-pswdroot.blogspot.com/2009/01/caution-newbie-only-home-profile.html
Rabu, 28 Januari 2009. Merubah Password ‘root’ di MySQL. Buat ngerubah password root di mysql :. 1) Login ke MySQL sebagai root di konsole dengan perintah. Mysql -h host -u root -p. Untuk masuk ke mysql server, misal. Mysql -h localhost -u root -p. 2) di mysql server, ketik perintah ini :. Mysql USE mysql;. Mysql UPDATE user SET password=PASSWORD(’passwordbaru’) WHERE user=’root’. Ketik perintah di konsole:. Mysqladmin -u ‘namauser’ -p ‘passwordlama’ ‘passwordbaru’. Langganan: Poskan Komentar (Atom).
managingdatavb2008.blogspot.com
managing data vb 2008: Februari 2009
http://managingdatavb2008.blogspot.com/2009_02_01_archive.html
Managing data vb 2008. Rabu, 04 Februari 2009. Visual Basic 2008 Tutorial. Lesson 6: Managing VB2008 Data. 61 Visual Basic 2008 Data Types. Visual Basic 2008 classifies the information mentioned above into two major data types, they are the numeric data types and the non-numeric data types. 611 Numeric Data Types. Table 6.1: Numeric Data Types. 32,768 to 32,767. 2,147,483,648 to 2,147,483,648. 3402823E 38 to -1.401298E-45 for negative values. 1401298E-45 to 3.402823E 38 for positive values. In addition, ...
explorervb2008.blogspot.com
explorer vb 2008: Februari 2009
http://explorervb2008.blogspot.com/2009_02_01_archive.html
Senin, 02 Februari 2009. Visual Basic 2008 Tutorial. Lesson 19: Creating A Simple Web Browser. Basically everyone have to navigate the Internet using commercially produced web browsers such the Internet Explorer produced by Microsoft or those open source browsers designed by the experts such FireFox , Opera and the latest Chrome created by Google. However, isn't it cool that if we can create our very own web browser that we can customize to our own taste? Figure 19.2: The Runtime Interface. Trik Preventi...
domaincheckerphpscript.blogspot.com
DomainCheckerPHPScript
http://domaincheckerphpscript.blogspot.com/2009/02/php-tutorial-domain-name-availability.html
Senin, 02 Februari 2009. PHP Tutorial: Domain Name Availability Checker PHP Script. Domain name availability checker php script shown below is a very easy to install script if your webserver is php enabled. The domain availability checker also checks bulk domain names in just a single click. Just input the desired domain name in the text box and click "check domain availability" button to get the results on the fly. Set time limit(0);. Com' = array('whois.crsnic.net','No match for'),. Ws' = array('whois&...
mengecek-karakter.blogspot.com
mengecek karakter: Januari 2009
http://mengecek-karakter.blogspot.com/2009_01_01_archive.html
Rabu, 28 Januari 2009. Posted By; Anggi. Mengecek Karakter dengan Regular Expressions. 05-07-2007 18:14:59 Halaman Ini dibaca 310 kali. Anda mau membuat system check karakter dengan menggunakan Regular Expressions? Berikut ada script sederhana yang mungkin bisa menjadi inspirasi anda:. Line = "ilmuwebsite";. If (eregi (" [a-z] $", $line) {. Fungsi if : saya kira anda sudah tahu. Fungsi eregi : ini adalah fungsi untuk membandingkan. Sedangkan [a-z] $ : ini adalah Regular Expressions. Xdigit:] The set of h...