Wednesday, April 23, 2008

POWERFULL POWERPOINT (MACRO VBA) .. Bag.1

Oke powerpoint katanya Cuma bisa bikin slide show baik linear atau yg menu. Ternyata dibalik itu kita bisa kendalikan button dengan memasukkan script di dalamnya , bagi yg sudah mahir mohon diskip saja tulisan ini , karena sifatnya for beginners. Maklum sy jg masih belajar ..
  1. Buka Powerpoint (selanjutnya disingkat PP) anda
  2. Tekan Alt+F11 (membuka visual basic)
  3. Tambahkan layer module (Insert : Module)
  4. Nah di dalam modul kita mengetikkan script VB

Contoh membuat input nama,
Scriptnya :

Dim namaSiswa As String
Sub Nama()
Dim sudah As Boolean
sudah = False

While Not sudah

namaSiswa = InputBox(prompt:="Tulis nama anda", Title:="Masukkan Nama")

If namaSiswa = "" Then

sudah = False
Else
sudah = True
End If

Wend


End Sub

Keterangan :
Dim untuk memberi variabel namaSiswa (string)
Sub merupakan prosedur dengan nama .. Nama
Boolean = true dan False
While..Wend : looping hingga kondisi terpenuhi

  1. Coba aja tekan Run, klik Run Sub hasilnya :
  1. Kita kaitkan dengan button yang ada di PP
  2. Klik toolbar view PP
  3. Pada PP input gambar (button terserah lah)
  4. Klik kanan gambar tsb
  5. Klik action Setting
  6. Run macro
  1. Pilih (prosedur Nama), OK
  2. View SlideShow
  3. Tekan button (gambarnya)

Monday, April 21, 2008

Camtasia to make video tutorial

Capek ngajar terus ngulang yang materi itu-itu aja, biasanya saya rekam dulu aktivitas mouse di windows saya menggunakan software bernama camtasia..
Bisa juga rekord (rekam) audio suara anda , Selamat membuat tutorial movie ya...
Try to capture our cursor movement in PC. So we make a tutorial movie, that include sound recording background ?
I use my camtasia version 2.00. (But the latest version is 5.00) . :)
You can push the record button. Then you can save in a movie file. It works well.

If you want some, You can try download it at here (trial)

Screenshot website

Hehe, nih kalo ada yang ingin ngambil gambar website (bagi pembuat modul dsb)
Ok. This extension of mozilla FIRESHOT i found is very usefull to capture screenshot page from a web site.
Especially for me , to make and edit before a tutorial book or module. If You mozilla user , you can try to download extension in this page -> here. After download and install fireshot. To try this .. simply just right click in page, then choose fireShot take screen shoot and save or edit it first..

Tuesday, April 15, 2008

100 top website di-klik org Indonesia (Alexa.com)

This summary is not available. Please click here to view the post.