Avira Premium Security Suite 2008 7.06.00.468


Avira Premium Security Suite 2008 7.06.00.468The repeatedly awarded and worldwide used virus and malware protection by over 30 million usersnow also with WebGuard!New look: The Avira Premium Security Suite with more functionality like WebGuard for proactive surfing protection!Viruses, worms, Trojans and countless advertisements and spyware (Ad-/Spyware) complicate the lives of users of personal computers, and more recently still, and the holders of handheld computers and smartphones. In our time is becoming increasingly important reliable protection.Avira Premium Security Suite complements the capabilities of protective systems Classic versions of important functions that provide an enhanced level of safety and comfort, adding confidence when you find the net.Your advantages:* Complete security package with virus scanner, AntiAdware, AntiSpyware, AntiDialer, email protection (POP3), Personal Firewall, AntiSpam and proactive AntiPhishing.* Very easy to install* One click configuration with individual selection between standard and expert configuration* Extremely high performance and detection capacity by using the latest standards (AHeAD technology)* Extremely small program and signature updates make sure that the protection against attackers is always up-to-date* Rootkit protection* Virus check of every file and archive access* Protection of active processes against undesired breakups* Perfect for game tasks through the "Game mode"* WebGuard to surf and download safely* Also available as a family license for 3 PCsPremium Features:Built-detection system espionage and advertising programsAdditional protection of the mail traffic (POP3)Special dedicated file server for fast uploads dataInstallable user intervals updatesAbility to examine the selected directoryPremium Protection:* AntiVir* AntiAdware* AntiSpyware* AntiDialer* AntiPhishing* Rootkit protection* EmailScanner* FireWallHighlights from the WebGuard:* Checks Internet downloads against viruses* Recognizes defective files before they are loaded on your computer* Affected websites can be blocked, isolated or ignored* Specific files and URLs can be excluded from the examination* Works independently from the browser you are using


Homepage


Download: (Size: 18,6 MB) RapidShare

Read More..

Status Changer dengan Y!M with winamp plugin

1. Pastikan komputer sudah terinstal Yahoo! Messenger dan Winamp. Bagi yang belum memiliki silakan download disini :

- Yahoo! Messenger 8.1 download disini
- Winamp 5.52

download disini

2. Download winamp plugin for yahoo messenger download disini
3. Matikan / nonaktifkan dulu winamp maupun yahoo messengernya sebelum menginstal plugin.
4.Install plugin winamp [YMS_Status_Changer.exe] tersebut dan biarkan proses instalasi berjalan otomatis sampai selesai.
5. Jalankan winamp player dan tekan CTRL+P atau klik menu Options - Preferences maka akan muncul jendela pengaturan [Winamp Preferences] seperti dibawah ini :

6. Pada jendela Winamp Preferences pilih menu Plug-ins - General Purpose kemudian klik dua kali pada pilihan Y!MS Status Changer v0.7 maka akan keluar jendela configuration
7. Pada menu General aktifkan opsi Enable plugin. Kolom isian "The status message format:" isikan sesuai yang terdapat pada "Basic usage:"


- Sample di atas berarti hanya akan menunjukkan nomor urutan dan judul lagu yang tertera pada winamp
- Jika ingin melihat tampilannya klik Preview
- Pada pilihan "Advance:" jika opsi Scroll status text diaktifkan maka akan memberikan tampilan text yang berjalan pada status di YM

8. Setelah selesai klik OK.
9. Hapus custom status message yang ada pada Yahoo! Messenger kamu. Custom status message maksudnya adalah status-status yang kamu buat sendiri yang dilakukan dari New Status Message...

10. Untuk tutorial menghapus custom message silakan klik disini.
11. Jalankan Yahoo! Messenger kamu dan mainkan salah satu lagu yang terdapat pada winamp maka otomatis status pada YM akan menjadi list lagu yang sedang Anda mainkan.

12. Untuk menonaktifkan plugin, kembali ke Y!MS Status Changer Configuration dan nonaktifkan opsi Enable plugin.

Read More..

mendeteksi status id Y!M online/offline


Invisible fitur di yahoo messenger salah satu fitur yang menarik dengan fitur itu kita online di Yahoo Messenger dalam bentuk invisible atau tidak terlihat oleh orang lain. Fitur ini mungkin berguna ketika sedang sibuk atau hanya ingin bicara serius dengan user tertentu saja dan tidak ingin diganggu oleh user lain.

Xeeber bisa membantu untuk memeriksa apakah seorang user invisible atau bener-benar offline. Anda tidak perlu menginstall apapun di komputer anda, karena xeeber bekerja secara online.


Read More..

Jika kita membuat blog baru maka mempunyai sebuah Header section , Sidebar-section, main-section dan Footer-section didalam section inilah blogger meletakkan widgets, yang merupakan page elements yang bisa dipilih dari tab template seperti terlihat pada gambar berikut ini:

ntuk lebih memahami setiap bagiannya saya menyertakan juga code untuk masing-masing bagian diatas. Untuk bisa melihat code itu, sebelumnya harus login dulu ke blogger, pilih blognya, layout, template, edit html.

Body – adalah seluruh bagian yang tampil pada browser termasuk Blogger Navbar, pada gambar diatas ditandai dengan warna merah.

body {
background:$bgcolor;
margin:0;
color:$textcolor;
font:x-small Georgia Serif;
font-size/* */:/**/small;
font-size: /**/small;
text-align: center;
}

Outer Wrapper – adalah berisi semua bagian dari blog, bagian ini ditandai dengan warna pink

#outer-wrapper {
width: 660px;
margin:0 auto;
padding:10px;
text-align:left;
font: $bodyfont;
}

Header Wrapper – adalah bagian paling atas biasanya berisi deskripsi dari blog, bagian ini ditandai dengan warna kuning.

#header-wrapper {
width:660px;
margin:0 auto 10px;
}
#header {
margin: 5px;
text-align: center;
color:$pagetitlecolor;
}

The Main Column – Bagian ini berisi postingan dan biasanya paling luas, pada gambar diatas ditandai dengan warna biru.

#main-wrapper {
width: 410px;
float: left;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}

The Sidebar/s – adalah bagian yang berada disisi dari The Main Column/postingan, untuk template 3-column biasanya berada disisi kanan dan kiri. Pada gambar diatas ditandai dengan warna hijau.

#sidebar-wrapper {
width: 220px;
float: right;
word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden; /* fix for long non-text content breaking IE sidebar float */
}


The Footer – Posisinya berada dibagian paling bawah sejajar dengan Header Wrapper, ditandai dengan warna ungu.

#footer {
width:660px;
height:50px;
clear:both;
margin:0 auto;
padding-top:15px;
line-height: 1.6em;
text-transform:uppercase;
letter-spacing:.1em;
text-align: center;
}

Nah, sekarang kita sudah bisa mengerti dan memahami bagian-bagian utama dari blog kita, untuk selanjutnya akan dibahas mengenai cara membuat template 3-column. Saya sangat mengharapkan kritik, saran dari rekan-rekan yang sudah master dalam hal mengutak-atik template blogger.

source gambar : http://betabloggerfordummies.blogspot.com/

Read More..

promosi blog lewat search engine

cara mendapatkan traffic, Anda perlu promosi blog. jalan yang harus anda gunakan untuk mempromosikan blog Anda adalah melalui registrasi pada search engine. berikut ini adalah daftar search engine yang dapat Anda gunakan untuk promosi blog/site :

Adnet
http://www.theadnet.com

Ah-ha
http://www.ah-ha.com/addurl

Alldeal
http://www.alldeal.com/add_site

Altavista
http://www.altavista.com/cgi-bin/query?pg=addurl

Arkesini
http://www.arkesini.com/links/links.htm

Anzwers
http://www.anzwer.com/cgi-bin/print_addurl.pl?

Asiaco
http://www.search.asiaco/cgi-bin/addurl.cgi
Asiannet
http://www.asiannet.com/joinus.html

Asia Search
http://expatsinasia.safeshopper.com/

Batavianet
http://www.batavianet.co.id/addurl.html

Canada.com
http://www.canada.com/search/web/addurl.asp

Claymont
http://www.claymont.com/cgi-bin/addurlsform.pl

Crawler
http://www.crawler.com/

Direct Hit
http://www.directhit.com/util/addurl.html

DMOZ
http://dmoz.org/add.html

Euroferret
http://www.euroferret.com/addurl.html

Excite
http://www.excite.com/info/add url.html

Funkycat
http://www.funky-cat.com/webmastera.asp

G.O.D
http://www.god.co.uk/add.htm

Go
http://www.go.com/AddUrl?&pg=SubmitUrl.html

Go2Net
http://www.go2net.com/help/faQ/add-url.html

Google
http://www.google.com/addurl.html

GottaBounce
http://www.gottabounce.com/cgi-bin/links/add.cgi

HotBot
http://www.hotbot.com/addurl.asp

Indo Center
http://www.indocenter.co.id/add.html

Indoseek
http://www.indoseek.co.id/add.html

Info Tiger
http://www.infotiger.com/addurl.html

Infohiway
http://www.infohiway.com/isn/addurl.html

Infoseek
http://infoseek.go.com/AddUrl?pg=SubmitUrl.html

Lycos
http://www.lycos.com/addasite.html

Magellan
http://magellan.excite.com/info/add_url/

MSN.com
http://search.msn.com/addurl.asp

Mugomilk
http://www.mugomilk.freeserve.co.uk/html/addsite.html

National Directory
http://www.nationaldirectory.com/cgi-bin/addurl

Nerd World
http://www.nerdworld.com/nwadd.html

Net Announce!
http://www.ersoros.com/net-announce/content.phtml

NetBreach
http://www.netbreach.com/addurl/

Netfind.aol.com
http://netfind.aol.com/add.adp

NetSearch
http://198.80.94.66/cgi-bin/search.pl?AddSite=prompt

Northern Light
http://www.northernlight.com/docs/regurl_help.html

Peekaboo
http://www.peekaboo.net/index1.html

Power Crawler
http://www.powercrawler.com/addurl.cfm

Project Cool
http://www.projectcool.com/sightings/submit.html

Profusion
http://www.profusion.com/users.sitesee.html

Proteus
http://www.thrall.org/proteus/urlsub.htm

PureSearch
http://www.puresearch.com/addsite.html

Scrub The Web
http://www.scrubtheweb.com/addurl.html

Search Hound
http://www.searchhound.com/pages/submit.htm

Search King
http://www.searchking.com/add.htm

Serach Spot
http://www.searchspot.com/info/suggest_site.htm

Search UK
http://www.url.searchuk.com

Searching 4 U
http://www.searching4u.com/links/link.htm

Site @ Hack
http://www.sitehack.com/submit.htm

Spider Hog
http://www.spiderhog.com/addurl.htm

Shop Internet
http://www.ro.com/shopinternet/submit.html

Super Snooper
http://www.supersnoopel.com/addurl.htm

Surfgopher
http://www.surfghoper.com/addurl.htm

Teledom
http://www.teledom.net/add.shtml

Voila
http://www.voila.com/info/addsite.html

WebCrawler
http://www.webcrawler.com/help/getlisted/addurls.html

Webmaster Network
http://www.wmn.linkopp.net/cgi-bin/add.cgi

World Light
http://www.worldlight.com/addsite.html

Yahoo
http://www.yahoo.com/info/suggest/

Read More..