Showing posts with label programing. Show all posts
Showing posts with label programing. Show all posts

Download Ebook : Belajar PHP dan MySQL yang Gratis

PHP MYSql

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.(php.net)


Kalo menurut wiki ID
PHP adalah bahasa pemrograman script yang paling banyak dipakai saat ini. PHP banyak dipakai untuk memrogram situs web dinamis, walaupun tidak tertutup kemungkinan digunakan untuk pemakaian lain.

Contoh terkenal dari aplikasi PHP adalah phpBB dan MediaWiki (software di belakang Wikipedia). PHP juga dapat dilihat sebagai pilihan lain dari ASP.NET/C#/VB.NET Microsoft, ColdFusion Macromedia, JSP/Java Sun Microsystems, dan CGI/Perl. Contoh aplikasi lain yang lebih kompleks berupa CMS yang dibangun menggunakan PHP adalah Mambo, Joomla!, Postnuke, Xaraya, dan lain-lain.



Beberapa hari ga sempet posting, lagi sibuk belajar PHP dan MySQL, yang ga mudeng-mudeng soale' uteke (baca : otaknya) kurang cerdas.

Buat yang mau belajar bareng saya bisa download ebook Pdf gratis
1. dasar-dasar php dan mysql
2. dasar pemrograman php dan mysql

Kedua buku (e-book) diatas menurut saya sangat pas buat yang baru mulai belajar PeHaPe include ("me.php");

Met Belajar PHP MySQL

<?php

if($berhasil >= 70)
{
echo ("Anda Berhasil");
}
else
{
echo ("Anda Gagal");
}

?>

Baca Selengkapnya - Download Ebook : Belajar PHP dan MySQL yang Gratis

Software Interface (GUI) Test Automation with iTestBot

New technology and information now is support with follow increase of programmer at computer. So many program are building by script from programming language. If you come as programmer, you also know that script programming must can be run for testing your listing script. Many kind how to run this script like automated testing or executed one by one.

I have read about iTestBot. iTestBot is an interface automation testing software with the support of Pascal-like syntax. Many programer usually use this software. This tool is for software testers and quality assurance specialists (helps to solve interface automation testing task), unlike other tools it doesn't record mouse moves and click, user can design GUI test scripting using image patterns.

iTestBot does not just emulate mouse clicks or button clicks, the iTestBot allows user to specify some image sample to be found n the screen and do some action with this sample. For instance, it can find image sample and then focus mouse on it or move the mouse relatively. Example automated test script

The script text is:


Execute('C:\WINDOWS\system32\calc.exe');
MouseFocuse('2button.bmp',10000);
MouseClick;
MouseFocuse('multbutton.bmp',10000);
MouseClick;
MouseFocuse('5button.bmp',10000);
MouseClick;
MouseFocuse('equalbutton.bmp',10000);
MouseClick;
MouseFocuse('multresult.bmp',10000);
KillProcess('C:\WINDOWS\system32\calc.exe');



  1. The script runs run cacl.exe
  2. The script searches for the image of "2" button and clicks this button
  3. The script searches for the image of "*" button and clicks this button
  4. The script searches for the image of "5" button and clicks this button.
  5. The script searches for the image of "=" button and clicks this button.
  6. The script searches for the resulted image, if found - execution successful if not found then execution failed.
  7. The script kills the calc.exe process.

To execute this script you should pass its name as a parameter to the Interpreter.exe. iTestBot can generate the batch file with necessary parameters automatically, here is how the calc-button-click.bat looks like:



"C:\Program Files\iTestBot\Interpreter.exe" "C:\Program Files\iTestBot\Samples\WinCalc\calc-button-click.zip" -MessagesFile "C:\Program Files\iTestBot\Samples\WinCalc\res1.txt" -SuccessMessage "PASSED" -SuccessWithWarningsMessage "PASSED with warnings" -ErrorMessage "FAILED" -Warnings "ON" -LogFile "Log.txt"



For me, it exactly for programer and the software is powerful enough as it use Pascal syntax inside, this means that user can create scripts with variables, cycles (for, until), procedures and functions, include external unit.

Baca Selengkapnya - Software Interface (GUI) Test Automation with iTestBot

Welcome to Ubuntu 7.10 part 1

Alhamdulillah...
Akhirnya setelah beberapa kali mencoba menginstall Ubuntu 7.10 g berhasil-berhasil. Yang pertama download iso dari kambing.ui.edu filenya gede banget terus di burning eh g cukup di cd. Di intall error (CD corrupted, Kayak Pejabat aja korupsi. hehehe). terus coba minta cd langsung dari ubuntu di http://www.ubuntu-id.org/ubuntu/shipit hampir 1 bulan datang juga tuh cd. terus di instal ternyata pesannya sama juga. sedih deh. kemaren browsing and buka webnya kak Harid ada tutorial cara ngecek md5 sum ubuntu. baru tau gw. setelah gw cek iso dari kambing.ui.edu ternyata ga sama. pantesan. cara ngeceknya bisa liat di sini.
Akhirnya karena sudah pusing g berhasil coba download dariubuntunya langsung www.ubuntu.com/GetUbuntu/download download pake IDA (Internet Download Accelator) pas sore jam 5 terus tinggal pulang ke kosan. Butuh waktu 10 jam buat downloadnya dengan kecepatan rata2nya 19,87 kbps. Siang sepulang kuliah mampir lagi ke lab ICT sambil bawa cd kosong buat burning. selesai burning langsung install...
tengeteng berhasil (tapi sebelum gw burning cek dulu md5 sumnya. kalo sekarang dah cocok)
Kemudian langsung searcing2 di google cara updatenya dapetdeh di
http://wiki.ubuntu-id.org/PanduanUbuntu walaupun itu buat versi sebelumnya tapi ga jauh beda kayaknya.

karena di unila inherent dengan ui maka saya coba update ke kambing.ui.edu

Repositori Kambing (UI -- Telkom, Indosat, OpenIXP, INHERENT)

Informasi situs: http://kambing.ui.edu

### sources.list.kambing
### Repository dengan menggunakan server mirror kambing.ui.edu
### Untuk rilis lain selain gutsy silakan ganti semua kata gutsy
### dengan misalnya dapper atau feisty dsb

## REPOSITORY UTAMA
deb http://kambing.ui.edu/ubuntu gutsy main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu gutsy main restricted universe multiverse

## INI UNTUK MAJOR BUG FIX UPDATES
deb http://kambing.ui.edu/ubuntu gutsy-updates main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu gutsy-updates main restricted universe multiverse

## INI UNTUK UBUNTU SECURITY UPDATES
deb http://kambing.ui.edu/ubuntu gutsy-security main restricted universe multiverse
deb-src http://kambing.ui.edu/ubuntu gutsy-security main restricted universe multiverse

Cara penggunaan:

wget http://arsip.ubuntu-id.org/berkas/sources.list.kambing
sudo mv /etc/apt/sources.list /etc/apt/sources.list.original
sudo cp sources.list.kambing /etc/apt/sources.list
sudo apt-get update

hasilnya

bembenk@bembenk-desktop:~$ sudo mv /etc/apt/sources.list /etc/apt/sources.list.original
bembenk@bembenk-desktop:~$ sudo cp sources.list.kambing /etc/apt/sources.list
bembenk@bembenk-desktop:~$ sudo apt-get update
Get:1 http://kambing.ui.edu gutsy Release.gpg [191B]
Ign http://kambing.ui.edu gutsy/main Translation-id
Ign http://kambing.ui.edu gutsy/restricted Translation-id
Ign http://kambing.ui.edu gutsy/universe Translation-id
Ign http://kambing.ui.edu gutsy/multiverse Translation-id
Get:2 http://kambing.ui.edu gutsy-updates Release.gpg [191B]
Ign http://kambing.ui.edu gutsy-updates/main Translation-id
Ign http://kambing.ui.edu gutsy-updates/restricted Translation-id
Ign http://kambing.ui.edu gutsy-updates/universe Translation-id
Ign http://kambing.ui.edu gutsy-updates/multiverse Translation-id
Get:3 http://kambing.ui.edu gutsy-security Release.gpg [191B]
Ign http://kambing.ui.edu gutsy-security/main Translation-id
Ign http://kambing.ui.edu gutsy-security/restricted Translation-id
Ign http://kambing.ui.edu gutsy-security/universe Translation-id
Ign http://kambing.ui.edu gutsy-security/multiverse Translation-id
Get:4 http://kambing.ui.edu gutsy Release [65,9kB]
Get:5 http://kambing.ui.edu gutsy-updates Release [58,5kB]
Get:6 http://kambing.ui.edu gutsy-security Release [51,2kB]
Get:7 http://kambing.ui.edu gutsy/main Packages [1075kB]
Get:8 http://kambing.ui.edu gutsy/restricted Packages [7664B]
Get:9 http://kambing.ui.edu gutsy/universe Packages [4065kB]
Get:10 http://kambing.ui.edu gutsy/multiverse Packages [158kB]
Get:11 http://kambing.ui.edu gutsy/main Sources [306kB]
Get:12 http://kambing.ui.edu gutsy/restricted Sources [2120B]
Get:13 http://kambing.ui.edu gutsy/universe Sources [1226kB]
Get:14 http://kambing.ui.edu gutsy/multiverse Sources [56,8kB]
Get:15 http://kambing.ui.edu gutsy-updates/main Packages [254kB]
Get:16 http://kambing.ui.edu gutsy-updates/restricted Packages [4263B]
Get:17 http://kambing.ui.edu gutsy-updates/universe Packages [79,2kB]
Get:18 http://kambing.ui.edu gutsy-updates/multiverse Packages [9949B]
Get:19 http://kambing.ui.edu gutsy-updates/main Sources [70,4kB]
Get:20 http://kambing.ui.edu gutsy-updates/restricted Sources [937B]
Get:21 http://kambing.ui.edu gutsy-updates/universe Sources [12,7kB]
Get:22 http://kambing.ui.edu gutsy-updates/multiverse Sources [1878B]
Get:23 http://kambing.ui.edu gutsy-security/main Packages [80,4kB]
Get:24 http://kambing.ui.edu gutsy-security/restricted Packages [14B]
Get:25 http://kambing.ui.edu gutsy-security/universe Packages [56,6kB]
Get:26 http://kambing.ui.edu gutsy-security/multiverse Packages [2884B]
Get:27 http://kambing.ui.edu gutsy-security/main Sources [15,0kB]
Get:28 http://kambing.ui.edu gutsy-security/restricted Sources [14B]
Get:29 http://kambing.ui.edu gutsy-security/universe Sources [8134B]
Get:30 http://kambing.ui.edu gutsy-security/multiverse Sources [812B]
Fetched 7670kB in 1m37s (79,0kB/s)
Reading package lists... Done
bembenk@bembenk-desktop:~$







Thanks......By : Bembenk

Baca Selengkapnya - Welcome to Ubuntu 7.10 part 1

Membuat Portable Photoshop CS 2 Sendiri 26 MB



Tutorial ini di ambil dari Portable Aplications


As seen here at Adidap.com, is a link giving details on how to create a Portable Photoshop that can be taken with you on a thumbdrive. The drive does need to have 26 MB of space.

Here is the synopsis

1. Install Adobe Photoshop CS2, enter your serial registration, and activate the product.

2. Locate the directory in which Adobe Photoshop CS2 was installed.

3.Create a new directory called PCS2, on your computer and copy the following necessary files for Adobe Photoshop CS2 & Adobe ImageReady CS2 to operate:

\Program Files\Adobe\Photoshop CS2\ ->
ACE.dll
AdobeLM.dll
Adobelmsvc Installer.dll
AdobeUpdater.dll (generates error, program runs)
AdobeXMP.dll
agldt28l.dll
AGM.dll
asneu.dll
AXE8SharedExpat.dll
Bib.dll
BIBUtils.dll
CoolType.dll
epic_regs.dll (generates error, program runs, goodbye shortcuts)
FileInfo.dll (program runs, error on File>File Info)
libagluc28.dll
pdfsettings.dll
persresen_US.dll
Photoshop.dll
Plugin.dll
PSArt.dll
PSViews.dll
Tw10122.dat
VersionCue.dll
VersionCueUI.dll
\Program Files\Adobe\Photoshop CS2\\Activation\(your language/country)\tw12216.dat
\Program Files\Adobe\Photoshop CS2\\Required\*.*
\Documents & Settings\All Users\Application Data\Adobe Systems\Product licenses\B2B86000.dat

4. Go to the command prompt (Start -> Run -> Cmd) and copy paste the following command: (di Gunakan Untuk Mengambil File Registry Photshop ke dalam folder)

regedit /e c:\cs2.reg HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0409-1E257A25E34D}

5. Copy the file just created from c:\CS2.reg to the PCS2 folder created above.

6. Create a batch file called RunCs2.bat containing the following and save it is the PCS2 folder created above.


@echo off
@regedit /S CS2.reg
@md “%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses”
@copy B2B86000.dat “%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses”
@rem replace photoshop.exe by ImageReady.exe if you want to run image ready
@start Photoshop.exe

7. Create a file called UnCs2.reg and paste in it the following and save it is the PCS2 folder created above.


Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{236BB7C4-4419-42FD-0409-1E257A25E34D}]

8. Finally create another batch file CleanCs2.bat containing the following and save it is the PCS2 folder created above.


@echo off
@regedit /S unCS2.reg
@del “%ALLUSERSPROFILE%\Application Data\Adobe Systems\Product licenses\B2B86000.dat”

Now when you want to run Adobe Photoshop CS2, just plug your thumb drive and run the batch file you have created RunCs2.bat

Also make sure to run CleanCs2.bat to clear all personal info from the computer after you finish using Adope Photoshop CS2.


Thanks......By : Bembenk

Baca Selengkapnya - Membuat Portable Photoshop CS 2 Sendiri 26 MB

Free Web Hosting 100% Free (Gratis)

Free Web Hosting

B

250 MB of Disk Space
Enough free disk space for your files and email

100 GB Bandwidth!
Lots of free data transfer for your website

Host your own domain
We can host www.yourdomain.com or you can chose our free subdomain.

cPanel Powered Hosting
Most advanced hosting control panel is ready for you. cPanel has features like: Webmail, File Manger, Backups, Password Protect Directories, Subdomains, Redirects, phpMyAdmin and much more... see demo

Host unlimited domains!
Our unique members area allows you to create unlimited physical cPanel accounts. Have full control - Host as much accounts and domains as you need.

Over 500 website templates
High quality website templates are available for download. Create your own unique web presence using pre-made designs and templates of the highest quality. Templates, logos and banners are available in Photoshop and HTML format - totally free.

Free POP3 Email Box
Enjoy unrestricted POP3 email

Webmail access

FTP and Web based File Manager access

Unrestricted PHP with MySQL





... and much much more that comes with cPanel, see DEMO





Our hosting service is totally free, you will never be charged. We guarantee absolutely no advertising!



Great news: Since 2007-12-01 we do no require phone number verification by SMS message. Now everyone can register and start using our services in 5 minutes!

000webhost.com is making a revolution in web hosting industry. Look what we offer totally free: 250 MB disk space, 100 GB data transfer, cPanel access, full domain hosting allowed, backups, end user support and much much more.. With 000webhost.com your website will load lightning fast, and we have lots of features, sometimes even more you can get with paid hosting. Choose the new generation of free hosting!

No ads of any kind
Our promise to you - no catches, no setup fees, no forced advertising, no banners, no popups, no posting required and no hidden charges. Only totally free hosting service. We will never ask you to pay anything, you get everything for $0.00 - that is why we are called 000 webhost.

PHP and MySQL supported hosting
Unlike other free webhosts we do support PHP and MySQL with no restrictions. With 000webhost you get full access to the latest version of PHP (v5) and MySQL (v5).

cPanel control panel
We offer you unique service that no one else can give you free - cPanel hosting control panel. cPanel is the most popular panel among paid hosting providers, but 000webhost gives you it absolutely free! Enjoy the power of your hosting account with us. You can see cPanel demo here.

Real user support
No we will not leave you alone. If you have any questions or need help with your website feel free to submit help ticket any time. We are here to help you 24/7. Also if something will happen with server where your account is hosted, we will not leave you sit in the dark - in members area you will see status report what exactly is happening with server.

Finally.. what are your guarantees?
1. We own all servers. No one can shut down or reload any server with your data.
2. Bandwidth will never run out, we have dedicated 10mbit connection on each server.
3. All accounts are backed up every 30 days and stored on remote server. Also you can generate and download your account backup from cPanel 24 hours a day, 365 days a year.

Thanks......By : Bembenk

Baca Selengkapnya - Free Web Hosting 100% Free (Gratis)

Pelatihan DreamWeaver

Tanggal 29 desember 2007, Pramuka Unila ngadain pelatihan pembuatan web dengan Dreamweaver 8. Pelatihan ini ditujukan buat anak-anak perwakilan pramuka dari SMA se-Lampung sebanyak 48 orang peserta. Pelatihan diadakan selama 2 hari. Saya sebagai Tentor (pemateri) Pusing banget. Ada peserta yang dari daerah belum pernah yang namanya megang komputer. hehe. Ngajarinnya capek banget Pokonya. Tapi itung-itung belajar sambil nyari pahala. Amiiin.

Thanks......By : Bembenk
Baca Selengkapnya - Pelatihan DreamWeaver

Belajar C++ Yuk !!!




http://www.cppreference.com/index.html

Thanks......
Baca Selengkapnya - Belajar C++ Yuk !!!
 

Copyright Harga HP Terbaru © 2010 - All right reserved. Powered by Wordpress Hostgator Hosting whos online