Tuesday, December 23, 2008

TIPS / TRICKS Accelerating WINDOWS XP

I. Turn off the Indexing Service Facilities

1. Open Windows Explorer
2. Right-click the hard drive icon and select Properties
3.
At the bottom of this window you will see "Allow Indexing Service
to index this disk for faster searches ". Well, turn off this feature
by not ticking the box provided
4. Click the OK button
5.
A window will appear. You should choose the options offered.
If you want to get the goal should be optimal, choose options Apply
change to c: \, sublfoders and files.
6. Click the OK button

with
In this way, indexing services do not run on a single hard drive alone.
if you intend to stop the indexing servies for all
hard drive, do the following manner:

1. Buakalah control panel
2. click add / remove programs.
3. click add / remove windows components
4. do not check (uncheck) the option indexing serices.
5. click the Next button
6. click the Finish button


II. Without Wallpaper

It turns out
take a number of wallpaper on your desktop computer RAM memory at us.
As a result, our computers run more slowly. (Richness of this ga
ngaruh2 huh) ... Turn off the wallpaper easy way to know it .. males gw
typing


III. Turn off Automatic Update

1. Open the control panel
2. click the System icon
3. click the Automatic Updates tab
4. click Turn Off Automatic Updates
5. click the OK button


IV. Optimize Pagefile

In
standard, windows xp set pagefile size is 1.5 times that of
kapastias physical RAM. example, if your computer RAM is 256 MB then
XP will fix the pagefile size to 384 MB. This benchmark is not
always optimal.

Benchmarks pagefile is 1.5 times as much of the RAM only
suitable if the RAM on your computer under 512 MB. the greater the pagefile
tdak means will provide a better view of performance, why? because
transfer data much more done to the hard disk rather than to RAM.
whereas a direct transfer to RAM is faster than transfer to
hard disk.

if the RAM in your computer more ato-sized 512MB
great again, the comparison is right for pagefile is 1:1. If RAM
512 MB then you had best pagefilenya 512 MB. 1 GB of RAM if you so
Your pagefile should also be 1 GB

This STEP 2 to change the pagefile settings:

1. open windows explorer
2. click the My Computer icon with the right mouse button
3. select Properties
4. select the Advanced tab
5. In the Performance section, click the Settings button. will muncuk Performance Options dialog box
6. Select the Advanced tab
7. click the Change button in the Virtual Memory section
8. select the drive containing the pagefile
9. equate size with a maximum initial value with a standard size that has been discussed above
10. click the Set button
11-13. click the OK button
14. If asked to restart your computer press the Yes button


V. Turn off unused port

1. open control panel
2. click the System icon
3. click the Hardware tab
4. click the device manager
5. Browselah the Port, and right-click the port that you want to switch off
6. select Disable obsi
7. dialog box will appear. click the Yes button

Thursday, December 4, 2008

Tutorial pemogaman web
Pengenalan HTML kode

Buka program notepad, tulislah seperti ini

< html >
< head >
< title > < /title >
< /head >
< body >

< /body >
< /html >


Keterangan
-Dokumen HTML selalu diawali dengan tag pembuka < html > dan diakhiri dengan < /html >
-Pada elemen < body > digunakan untuk menuliskan keterangan tentang document html
-Element < body > < /body > berisi tag tag untuk tamppilan situs anda /isi (layout)

Tag adalah kode yang digunakan untuk memoles teks ASCII menjadi file html seperti kode-kode diatas.
Secara garis besar bentuk umum tag adalah <tag.awal> <tag.akhir> teks tapi ada juga tag tak perlu penutup seperti <br>, <img>, <p>, dll.

Kemudian isi document html seperti di bawah ini

< html >
< head >
< title > < /title >
< /head >
< body >
HTML itu gampang banget bos!
< /body >
< /html >


kemudian simpanlah file diatas, klik menu file lalu save as. pada kotak dialog klik anak panah kecil di ujung kanan kotak save as type kemudian pilih All files. Isilah kotak file name dengan nama yang anda inginkan contohnya latih1.htm (jangan lupa .htm dibelakang nama file) lalu save.
Tutuplah program notepad. Sekarang bukalah program browser (internet explorer) klik menu file lalu open. Pdaa kotak dialog klik browse cari file latih1.htm dan pilih lalu klik open. Maka hasilnya


HTML itu gampang banget bos!


Membuat warna latar belakang dan warna Tulisan
Membuat warna latar belakng dan warna tulisan dari halaman web dengan penambahan atribut ke dalam tag body

< html >
< body bgcolor=&quotgreen&quot text=&quotblue&quot >
HTML itu gampang banget bos!
< /body >
< /html >

Simpan kembali file (klik file lalu save as) dan beri nama latih2.htm kemudian buka program browser dan open latih2.htm (file lalu open latih2.htm) hasilnya

HTML itu gampang banget bos!