Tuesday, April 21, 2009

Hiding Taskbar

The taskbar can be hidden by doing the following steps:
  1. Right-click the taskbar.
  2. Click Properties.
  3. Check Auto-hide the taskbar.
  4. Click OK.


If you want to display the taskbar again, just put the mouse pointer on the hidden taskbar or press the Windows button on the keyboard.

Monday, April 20, 2009

Creating a System Restore Point

Creating a restore point can be useful any time you anticipate making changes to your computer that are risky or might make your computer unstable.

To create a restore point, follow these steps:
  1. Click Start - Run.
  2. Type "msconfig".
  3. Click Launch System Restore.
  4. On the Welcome to System Restore screen, choose Create a restore point.
  5. Click Next.
  6. On the Restore point description, type any name or words you like.
  7. Click Create.
  8. Click Close.
  9. Click OK.
  10. Restart your computer.

Friday, April 17, 2009

HTML: Heading

Dalam HTML dikenal tag h1, h2, h3, h4, h5, dan h6 untuk heading. Tag h1 memiliki ukuran heading terbesar, tag h2 ukurannya lebih kecil, tag h3 lebih kecil lagi, dan begitu selanjutnya. Untuk berlatih menggunakan tag heading ini, bukalah program Notepad Anda dan ketikkan kode-kode seperti pada gambar berikut.


Maka, setelah file ini Anda simpan dalam format .htm atau .html, hasilnya dapat Anda lihat dalam browser Anda.

Monday, April 6, 2009

HTML: Membuat Isi Halaman Website

Untuk membuat isi halaman website, kita dapat menggunakan tag body. Seperti biasa, bukalah program Notepad dari Start - All Programs - Accessories - Notepad. Lalu ketikkan perintah seperti pada gambar di bawah ini.


Jika sudah selesai, simpanlah file itu dengan ekstensi .htm atau .html. Kemudian bukalah dengan browser Anda.

Saturday, April 4, 2009

Hiding Icons on the System Tray

There are usually several icons on the system trays. If you don't like to see them, you can hide the icons from your system tray.

Follow these steps to hide them:
  1. Click Start - Run.
  2. Type "regedit".
  3. Go to HKEY_CURRENT USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer.
  4. On the right window of registry editor, right-click the empty space.
  5. Choose New - DWORD Value.
  6. Type the value name "NoTrayItemsDisplay" and press Enter.
  7. Right-click the new key you've made and choose Modify.
  8. On the Value Data type the number "1" to hide the icons.
  9. Press OK.
  10. Restart your computer.

Wednesday, April 1, 2009

HTML: Membuat Judul Halaman Web

Untuk membuat judul halaman web dengan HTML, bukalah program NotePad Anda. Lalu ketikkan perintah atau kode-kode tag seperti pada gambar berikut.


Simpanlah dengan format .htm atau .html. Bukalah dengan browser Anda (Mozilla Firefox, Internet Explorer, dll.). Maka pada bagian kiri atas jendela browser akan tertera judul halaman web yang telah Anda buat.