Thursday, October 21, 2010

Penggunaan Shortcut key III

# RIGHT ARROW (Move to the right or to the beginning of the next line)
# LEFT ARROW (Move to the left or to the end of the previous line)
# UP ARROW (Move up one row)
# DOWN ARROW (Move down one row)
# PAGE UP (Move up one screen at a time)
# PAGE DOWN (Move down one screen at a time)
# HOME (Move to the beginning of the line)
# END (Move to the end of the line)
# CTRL+HOME (Move to the first character)
# CTRL+END (Move to the last character)
# SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)
# CTRL+O (Open a saved console)
# CTRL+N (Open a new console)
# CTRL+S (Save the open console)
# CTRL+M (Add or remove a console item)
# CTRL+W (Open a new window)
# F5 key (Update the content of all console windows)
# ALT+SPACEBAR (Display the MMC window menu)
# ALT+F4 (Close the console)
# ALT+A (Display the Action menu)
# ALT+V (Display the View menu)
# ALT+F (Display the File menu)
# ALT+O (Display the Favorites menu)
# MMC Console Window Keyboard Shortcuts
# CTRL+P (Print the current page or active pane)
# ALT+Minus sign (-) (Display the window menu for the active console window)
# SHIFT+F10 (Display the Action shortcut menu for the selected item)
# F1 key (Open the Help topic, if any, for the selected item)
# F5 key (Update the content of all console windows)
# CTRL+F10 (Maximize the active console window)

Penggunaan Shortcut key II

# CTRL+SHIFT+TAB (Move backward through the tabs)
# TAB (Move forward through the options)
# SHIFT+TAB (Move backward through the options)
# ALT+Underlined letter (Perform the corresponding command or select the corresponding option)
# ENTER (Perform the command for the active option or button)
# SPACEBAR (Select or clear the check box if the active option is a check box)
# Arrow keys (Select a button if the active option is a group of option buttons)
# F1 key (Display Help)
# F4 key (Display the items in the active list)
# BACKSPACE (Open a folder one level up if a folder is selected in the
# Windows Logo (Display or hide the Start menu)
# Windows Logo+BREAK (Display the System Properties dialog box)
# Windows Logo+D (Display the desktop)
# Windows Logo+M (Minimize all of the windows)
# Windows Logo+SHIFT+M (Restore the minimized windows)
# Windows Logo+E (Open My Computer)
# Windows Logo+F (Search for a file or a folder)
# CTRL+Windows Logo+F (Search for computers)
# Windows Logo+F1 (Display Windows Help)
# Windows Logo+ L (Lock the keyboard)
# Windows Logo+R (Open the Run dialog box)
# Windows Logo+U (Open Utility Manager) Accessibility Keyboard Shortcuts
# Right SHIFT for eight seconds (Switch FilterKeys either on or off)
# Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)
# Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)
# SHIFT five times (Switch the StickyKeys either on or off)
# NUM LOCK for five seconds (Switch the ToggleKeys either on or off)
# Windows Logo +U (Open Utility Manager)
# END (Display the bottom of the active window)
# HOME (Display the top of the active window)
# NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)
# NUM LOCK+Plus sign (+) (Display the contents of the selected folder)
# NUM LOCK+Minus sign (-) (Collapse the selected folder)
# LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)
# RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)

Penggunaan Shortcut key I

# CTRL+C (Copy)
# CTRL+X (Cut)
# CTRL+V (Paste)
# CTRL+Z (Undo)
# DELETE (Delete)SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)
# CTRL+SHIFT while dragging an item (Create a shortcut to the selecteditem)
# F2 key (Rename the selected item)
# CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)
# CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)
# CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)
# CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)
# CTRL+SHIFT with any of the arrow keys (Highlight a block of text)
# CTRL+A (Select all)
# F3 key (Search for a file or a folder)
# ALT+ENTER (View the properties for the selected item)
# ALT+F4 (Close the active item, or quit the active program)
# ALT+ENTER (Display the properties of the selected object)
# ALT+SPACEBAR (Open the shortcut menu for the active window)
# CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously)
# ALT+TAB (Switch between the open items)
# ALT+ESC (Cycle through items in the order that they had been opened)
# F6 key (Cycle through the screen elements in a window or on the desktop)
# F4 key (Display the Address bar list in My Computer or Windows Explorer)
# SHIFT+F10 (Display the shortcut menu for the selected item)
# ALT+SPACEBAR (Display the System menu for the active window)
# CTRL+ESC (Display the Start menu)
# ALT+Underlined letter in a menu name (Display the corresponding menu)
# F10 key (Activate the menu bar in the active program)
# RIGHT ARROW (Open the next menu to the right, or open a submenu)
# LEFT ARROW (Open the next menu to the left, or close a submenu)
# F5 key (Update the active window)
# BACKSPACE (View the folder one level up in My Computer or Windows Explorer)
# ESC (Cancel the current task)
# SHIFT when you insert a CD-ROM into the CDROM drive (Prevent the CD-ROM from automatically playing)
# CTRL+TAB (Move forward through the tabs)

Monday, October 18, 2010

Struktur Dasar HTML

HTML adalah singkatan dari HyperText Markup Language adalah salah
satu bahasa pemprograman web desaign dan juga biasa di sebut script untuk
menyusun dokumen-dokumen Web. Dokumen HTML disimpan dalam format
teks reguler dan mengandung tag-tag yang memerintahkan web browser untuk
mengeksekusi perintah-perintah yang dispesifikasikan
Struktur dasar HTML adalah sebagai berikut:

,

Judul Dokumen HTML


penulisan informasi Web



Dari struktur dasar HTML di atas dapat dijelaskan sebagai berikut:
a. Tag
Adalah teks khusus (markup) berupa dua karakter "<" dan ">", sebagai
contoh adalah tag dengan nama body.

Tag harus ditulis secara berpasangan, yang terdiri atas tag pembuka dan tag
penutup (ditambahkan karakter "/" setelah karakter "<"),
sebagai contoh ini adalah tag pembuka isi dokumen HTML, dan
ini adalah tag penutup isi dokumen HTML.

b. Element
Element terdiri atas tiga bagian, yaitu tag pembuka, isi, dan tag penutup.
Sebagai contoh untuk menampilkan judul dokumen HTML pada web
browser digunakan element title, dimana:
ini adalah tag pembuka judul dokumen HTML <br />Judul Dokumen HTML ini adalah isi judul dari dokumen HTML <br /> ini adalah tag penutup judul dokumen HTML
Tag-tag yang ditulis secara berpasangan pada suatu element HTML, tidak
boleh saling tumpang tindih dengan pasangan tag-tag lainnya.
Contoh penulisan tag-tag yang benar





Catatan : Jika penulisan script salah, maka script tidak terbaca sempurna
( Eror ) sehingga dapat mengganggu penampilan dan dinamika web itu sendiri

c. Attribute
Attribute mendefinisikan property dari suatu element HTML, yang terdiri atas
nama dan nilai. Penulisannya adalah sebagai berikut:

nama-attr="nilai-attr"
nama-attr="nilai-attr"
>


Secara umum nilai attribute harus berada dalam tanda petik satu atau dua.
Sebagai contoh, untuk membuat warna teks menjadi kuning dan latarbelakang
halaman web menjadi hitam, penulisannya adalah text="yellow">

d. Element HTML
Menyatakan pada browser bahwa dokumen Web yang digunakan adalah
HTML.
Sintaks:




e. Element HEAD
Merupakan kepala dari dokumen HTML. Tag dan tag terletak
di antara tag dan tag .
Sintaks:



f. Element TITLE
Merupakan judul dari dokumen HTML yang ditampilkan pada judul jendela
browser. Tag dan tag terletak di antara tag dan tag
.
Sintaks:
<br />

g. Element BODY
Element ini untuk menampilkan isi dokumen HTML. Tag dan tag
terletak di bawah tag dan tag .
Element BODY mempunyai attribute-attribute yang menspesifikasikan
khususnya warna dan latarbelakang dokumen yang akan ditampilkan pada
browser.
Sintaks:



text :memberikan warna pada teks
bgcolor :memberikan warna pada latarbelakang dokumen HTML
background :memberikan latarbelakang dokumen HTML dalam bentuk
gambar
link :memberikan warna untuk link
alink :memberikan warna untuk link yang sedang aktif
vlink :memberikan warna untuk link yang telah dikunjungi.
Catatan : Jika attribute bgcolor dan background keduanya dispesifikasikan
maka attribute background yang akan digunakan, akan tetapi jika nilai attribute
background (gambar) tidak ditemukan pada dokumen HTML maka attribute bgcolor
yang akan digunakan.

Followers

English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified


  © Blogger template 'A Click Apart' by Ourblogtemplates.com 2008

Back to TOP