Tuesday, June 21, 2005

Speed up Firefox

Bikin cepat firefox, browser bikinan ABG yang akan menggantikan IE Oom Bill
versi bahasa
inggris ada di http://forevergeek.com/open_source/make_firefox_faster.php :

Cara u/ mempercepat donlot halaman situs di firefox(hanya dapat digunakan oleh
pengguna broadband);
1. ketik "about:config" di address bar brwoser, enter
2. cari "network.http.pipelining", dan ganti nilainya menjadi "true" dengan
double click.
3. cari "network.http.proxy.pipelining" dan ganti nilainya menjadi "true"
4. cari "network.http.pipelining.maxrequests" dan ganti nilainya menjadi 30
5. klik kanan dimanapun, trus pilih New->Integer, trus isi dengan
"nglayout.initialpaint.delay" ->OK->isi nilainya dgn 0.

segini aja dulu ya, selamat belajar buat anak semester 4 yang mau UTS hari jumat
:D

--
Terima Kasih,


Heru :)
Private Sub Text1_KeyPress(KeyAscii As Integer)
If Not (KeyAscii >= Asc("0") & Chr(13) _ And KeyAscii <= Asc("9") & Chr(13) _ Or KeyAscii = vbKeyBack _ Or KeyAscii = vbKeyDelete _ Or KeyAscii = vbKeySpace) Then Beep KeyAscii = 0 End If
End Sub
Private Sub Text2_KeyPress(KeyAscii As Integer)
If Not (KeyAscii >= Asc("0") & Chr(13) _ And KeyAscii <= Asc("9") & Chr(13) _ Or KeyAscii = vbKeyBack _ Or KeyAscii = vbKeyDelete _ Or KeyAscii = vbKeySpace) Then Beep KeyAscii = 0 End If
End Sub
'If user paste the character which is no ' t 'numeric character, Text1 will ignore it ' . Private Sub Text1_Change()
If Not IsNumeric(Text1.Text) Then Text1.Text = "" End If
End Sub
'Try Paste some character which is not n ' umeric 'to Text1 and Text2 control (copy alpha ' character 'from another file, paste it to those te ' xtboxes). 'See the difference between Text1 and Te ' xt2!!! 'So, don't forget to add the code in eve ' nt 'procedure Change belongs to the textbox ' if 'you want your textbox control avoid the ' character 'which is not numeric. This is often we ' forgot

No comments: