Showing posts with label artikel. Show all posts
Showing posts with label artikel. Show all posts

update kasper cara bego

selesai download file update kAV 7 ....waktunya update secara manual.. tp sebaiknya exit dulu kaspernya,selanjutnya show hiden file n folders cz tmpt database kasper d hiden sich..




lo udah,tinggal ekstrak file update yg udah d download dr web kasper..dan DELETE 2 file yg nama filenya black.lst and blst.




setelah itu copas di bases[tempat database kasper] .



lo udah tinggal jalanin aja kaspernya...akhirnya jd juga n g blacklist kan..lo g bisa copas databasenya .bisa lewat safemode . pas copas database ke folder bernama BASES

READ MORE - update kasper cara bego

Windows Explorer Shortcuts:

Code:
ALT+SPACEBAR - Display the current window’s system menu
SHIFT+F10 - Display the item's context menu
CTRL+ESC - Display the Start menu
ALT+TAB - Switch to the window you last used
ALT+F4 - Close the current window or quit
CTRL+A - Select all items
CTRL+X - Cut selected item(s)
CTRL+C - Copy selected item(s)
CTRL+V - Paste item(s)
CTRL+Z - Undo last action
CTRL+(+) - Automatically resize the columns in the right hand pane
TAB - Move forward through options
ALT+RIGHT ARROW - Move forward to a previous view
ALT+LEFT ARROW - Move backward to a previous view
SHIFT+DELETE - Delete an item immediately
BACKSPACE - View the folder one level up
ALT+ENTER - View an item’s properties
F10 - Activate the menu bar in programs
F6 - Switch between left and right panes
F5 - Refresh window contents
F3 - Display Find application
F2 - Rename selected item
READ MORE - Windows Explorer Shortcuts:

Windows XP Shortcuts

Code:
ALT+- (ALT+hyphen) Displays the Multiple Document Interface (MDI) child window's System menu
ALT+ENTER View properties for the selected item
ALT+ESC Cycle through items in the order they were opened
ALT+F4 Close the active item, or quit the active program
ALT+SPACEBAR Display the System menu for the active window
ALT+TAB Switch between open items
ALT+Underlined letter Display the corresponding menu
BACKSPACE View the folder one level up in My Computer or Windows Explorer
CTRL+A Select all
CTRL+B Bold
CTRL+C Copy
CTRL+I Italics
CTRL+O Open an item
CTRL+U Underline
CTRL+V Paste
CTRL+X Cut
CTRL+Z Undo
CTRL+F4 Close the active document
CTRL while dragging Copy selected item
CTRL+SHIFT while dragging Create shortcut to 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
SHIFT+DELETE Delete selected item permanently without placing the item in the Recycle Bin
ESC Cancel the current task
F1 Displays Help
F2 Rename selected item
F3 Search for a file or folder
F4 Display the Address bar list in My Computer or Windows Explorer
F5 Refresh the active window
F6 Cycle through screen elements in a window or on the desktop
F10 Activate the menu bar in the active program
SHIFT+F10 Display the shortcut menu for the selected item
CTRL+ESC Display the Start menu
SHIFT+CTRL+ESC Launches Task Manager
SHIFT when you insert a CD Prevent the CD from automatically playing
WIN Display or hide the Start menu
WIN+BREAK Display the System Properties dialog box
WIN+D Minimizes all Windows and shows the Desktop
WIN+E Open Windows Explorer
WIN+F Search for a file or folder
WIN+F+CTRL Search for computers
WIN+L Locks the desktop
WIN+M Minimize or restore all windows
WIN+R Open the Run dialog box
WIN+TAB Switch between open items
READ MORE - Windows XP Shortcuts

komentar blog tampilan wordpress

Dialog komentar secara default tampil sebagai popup pada Blogger. Sedangkan pada Wordpress, mereka tertampil langsung di halaman tersebut. Itu kelebihan Wordpress.
Langsung saja kita backup template kita terlebih dahulu lalu langsung saja centang Expand Widget Templates.

Dalam kotak templates cari tag ini:
</head>

Setelah itu, kopikan kode berikut tepat di bawahnya:

<!-- www.jackbook.com -->
<!-- this to hide and show el -->
<script languange='javascript'>function showcomment(a,b){var jackbookdotcom = document.getElementById(a);jackbookdotcom.style.display = 'none';jackbookdotcom = document.getElementById(b);jackbookdotcom.style.display = 'block';}</script>
<!--- www.jackbook.com -->

Lalu cari kode HTML ini:

<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentsLabelPlural/>:
</b:if>
</h4>

<dl id='comments-block'>
<b:loop values='data-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>

<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>

<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>

<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnClick'><data:postCommentsMsg/></a>
</p>
</b:if>

<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + "_backlinks-container"'>
<b:if cond='data:post.showBackLinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</div>
</b:includable>

Dan ubah semua kode di atas dengan kode berikut:

<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>

<!-- jackbook.com part 1 start -->
<!--
<h4>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>
</b:if>
</h4>

<dl id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt class='comment-author' expr:id='"comment-" + data:comment.id'>
<a expr:name='"comment-" + data:comment.id'/>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl'
rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>

<dd class='comment-body'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p><data:comment.body/></p>
</b:if>
</dd>

<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='"#comment-" + data:comment.id' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>

<p class='comment-footer'>
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnClick'><data:postCommentMsg/></a>
</p>
-->
<!-- jackbook.com part 1 ends -->
<!-- actually i almost do nothing with your template, just add that comment, you did it :) -->

<div id='comment-parent' onmouseover='showcomment("hoverme", "comment-child");'>
<h3 id='hoverme' style='display:block;'>
<img alt='YourcOmment"s Here! Hover Your cUrsOr to leave a cOmment.'scr='http://lifewg.googlepages.com/html-code-leave-comment.gif' title='Your cOmment"s Here! Hover Your cUrsOr to leave acomment.'/>
</h3>

<!-- this iframe below is your comment form. you can change the height, or add more style property into it -->
<div id='comment-child' style='display:none; background:#edf5fa; height:400px; border: 1px solid #FCO; height:700px;'>
<iframe expr:scr='data:post.addCommentUrl' height='100%' scrolling='yes' width='100%'/>
</div>
<!-- end of iframe -->
</div>
</b:if>
<div id='backlinks-container'>
<div expr:id='data:widget.instancedId + "_backlinks-container"'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</div>
</b:includable>
READ MORE - komentar blog tampilan wordpress

merubah-halaman-web-menjadi-pdf

Apakah ANda pernah melihat ebuah website menarik atau artikel menarik dan ingin menyimpan website tersebut dalam format PDF?!Dan pernahkan anda kesulitan untuk mengubahnya?!jika iya sekarang ada cara mudah dengan membuka website : http://www.html-pdf-converter.com/
Ada tak perlu membeli sebuah software khusus da anda tidak perlu menginstall software ersbut di komputer anda,Anda tinggal memasukkan alamat website yang anda ingin simpen dalam format PDF lalu tungggulah beberapa saat sehingga muncul tombol save,
lalu klik save dan anda bisa simpan halaman website yang anda sukai dalam format PDF
mudah banget bukan?!

READ MORE - merubah-halaman-web-menjadi-pdf

Read More Automatic untuk new blogger

Memiliki Sebuah Fung Read More Automatis Tentu Lebih Nyaman Dari Pada Dengan Fungsi Read More Manual,Karena Dengan Menggunakan FUngsi Read More Automatis maka anda tak perlu repot dengan kode div atau span pada setiap akan melakukan posting di blog.Membuat Fungsi Read More Automatis Sebenarnya tidak susah.
1. Pergi Ke "Layout" click "Edit HTML"
2. Centang"Expand Widget Templates"
3. cari Kode </head>
4. Taruh Javacript Ini Diatas Kode </head>
<script type='text/javascript'>
var thumbnail_mode = &quot;float&quot; ;
summary_noimg = 300;
summary_img = 250;
img_thumb_height = 120;
img_thumb_width = 120;
</script>
<script src='http://www.hotlinkfiles.com/files/2638945_kpp0l/a.JS' type='text/javascript'/>
NB:
summary_noimg = 430; Jumlah huruf Postingan Tanpa Gmbar
summary_img = 340; Jumlah Huruf Postingan Dengan Gambar
img_thumb_height = 100; Tinggi Thumbnail Gambar
img_thumb_width = 120; Lebar Thumbnail Gambar
5.Setelah Selesai Menaruh JavaScript Silahkan Anda Mencari Kode Yang Ada ID Bawah Ini :

<data:post.body/>
6. Ganti Kode Tersebut Dengan Kode Ini

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'> read more &#8220;<data:post.title/>&#8221;</a></span>

</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
7.Terakhir Klik Save
READ MORE - Read More Automatic untuk new blogger

domain gratis

Disini terdapat beberapa domain gratis yang bisa Anda gunakan...

.co.cc
Bisa dilihat diatas. Intinya kalo nama domain anda pake ini, dibelakangnya ditambahin .co.cc, misalnya menjadi www.mysite.co.cc

.tk
Situs yang akan memberikan anda domain gratis dengan akhiran .tk , contoh www.mysite.tk. Simpel kan???

.uni.cc
Free domain yang akan memberikan akhiran domain anda .uni.cc, contoh www.mysite.uni.cc.

.co.nr
Situs ini gratis, unik, akan memberikan akhiran .co.nr pada domain anda, contoh www.mysite.co.nr

4-all.org
Lagi-lagi terlihat seperti situs berbayar, ya .com, hanya saja ada 4free. Contoh www.mysite-4free.com

www.byethost.com
byethost dengan kapasitas hosting 250MB, dynamic, PHP mode ON, bandwith 5GB, sudah cukup besar untuktempat hosting gratisan. Cara upload nya cukup mudah, bisa melalui FTP Client, atau langsung dari browser juga bisa. transfer data upload juga lumayan cepat untuk koneksi internet standart. Selain itu anda juga bisa membuat subdomain di dalamnya, misalnya www.tekkom.totalh.com, www.tekkom.isgreat.org, www.tekkom.isfun.net, dsb

www.freehostia.com
Hampir sama dengan byethost, cuma kendalanya adalah ketika anda harus meng-upload data sekitar 3MB atau lebih, akan terasa sangaaaat lama, dan anda harus bersyukur apabila file yang anda upload itu berhasil, karena kadang-kadang sudah ditunggu lama tapi gak berhasil.

www.5gbfree.com
untuk anda yang membutuhkan ruang hosting besar, namun tetap ingin free, 5gbfree.com menyediakan untuk anda. Hanya saja ada syarat - syarat tertentu, yaitu :
- Tidak boleh meng-upload software ilegal
- Tidak boleh meng-upload gambar, atau film yang mengandung unsur pornografi.

maksimum upload dari situs ini cukup besar, 8MB.

www.ripway.com
Domain gratisan ini hanya memberikan jatah 30MB. Gak gede sih, tapi lumayan buat bikin website statik. Mudah kok caranya, gak rumit, hanya saja jika account anda sudah 1bulan diabaikan, maka server akan mengapus data-data anda beserta account anda tanpa pemberitahuan atau peringatan terlebih dahulu.

www.000webhost.com
tempat hosting yang ini sebenarnya enak, kapasitas 250MB, support PHP dan MySql, dan sebagainya. Namun yang paling ribet dari tempat hosting gratisan ini adalah kode verifikasi dikirim melalui nomor telepon handphone. Sedangkan saya hanya mempunyai HP CDMA, ya gak bisa...kudu yang GSM. itu juga kadang-kadang gak ke kirim.....aga lama juga ngirim kode nya.

Sebenarnya masih banyak lagi jasa hosting gratis, seperti www.cjb.net, dan lain-lain. Namun 5 diatas ini yang menurut saya paling layak untuk dilirik… Jika saya menemukan domain gratis atau tempat hosting gratis dengan kapasistas yang cukup besar, akan saya edit ulang tulisan ini. Atau jika anda mengetahui jasa hosting gratis yang memiliki ruang besar, silahkan kasih komentar disini. Sebaiknya pilih tempat hosting gratis yang dynamic dan PHP safe mode harus ON,yang fungsinya untuk melindungi data anda sendiri dari serangan hacker.
READ MORE - domain gratis