Hello World Apps
Mencoba membuat aplikasi Hello World pada BlackBerry dengan menggunakan HTML 5.
- Buka Eclipse
- Buat project baru
- Pilih File > New > Other ..
- Lalu, pilih General > Project
- Ketikkan nama project WebWorksHelloWorld, simpan di folder locahost anda
- Klik Finish
- Buat File HTML
- Pilih File > New > Other > HTML File
- Klik Next
- Pilih WebWorksHelloWorld sebagai parent folder dan isi File name dengan index.html
- Klik Next
- Pilih Templates New HTML File (5)
- Klik Finish
- Isi file HTML seperti di bawah ini
- Buka browser dengan alamat http://localhost/.../index.html
- Jika berhasil, browser anda akan menampilkan seperti gambar di bawah ini:
- Test dengan Ripple
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Hello World Webworks</title> </head> <body> <p>Hello World!</p></body> </html>
No comments:
Post a Comment