>

welcome to my website

nothing other than success begins with failure

impian

Jangan menyerah atas impianmu. Impian memberimu tujuan hidup. Ingatlah, sukses bukan kunci kebahagiaan. Semangat!

pendewasaan

Kesalahan hanya membuatmu dewasa. Senyuman mampu meringankan luka. Sahabat akan selalu ada di saat kamu membutuhkannya.

kesempurnaan

Terkadang, kesulitan harus kamu rasakan terlebih dulu sebelum kebahagiaan yang sempurna datang kepadamu.

kesuksessan

Jangan biarkan orang lain menghalangimu tuk mengejar impianmu. Tetap berjuang, dan percayalah, semua akan indah pada waktunya.

Tampilkan postingan dengan label belajar web. Tampilkan semua postingan
Tampilkan postingan dengan label belajar web. Tampilkan semua postingan

Jumat, 25 November 2011

MEMBUAT LAMPU PADA TULISAN

Nah teman P3B, Apa kabar? semoga anda baik baik saja.. saya tidak pernah update karena sibuk sekolah, sekarang saja saya masih sempat sempatin buat update status untuk anda semua. hehehehehe.
nah sekarang saya ingin mempublikasikan tentang cara memberi lampu pada tulisan. w3ah kayak rumah saja pakek diberi lampu segala. hehehehe
 caranya bisa diikuti dibawah ini
1. masuk ke blog kalian
2. pilih rancangan
3. klik tambah gadget
4. pilih html/java script

copy paste code dibawah ini

<script language="JavaScript1.2">
var message="Tulisan Yang diberi Efek"
var neonbasecolor=""
var neontextcolor="#fd3d3a"
var neontextcolor2="#ff8080"
var flashspeed=50 // kecepatan flashing dalam milliseconds
var flashingletters=5 // jumlah huruf yg di flashing dlm neontextcolor
var flashingletters2=1 // jumlah huruf yg di flashing dlm neontextcolor2 (0 to disable)
var flashpause=0 // pause diantara flash-cycles dlm milliseconds
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script>

membuat menu log in pada web

nah teman P3B sekarang kita akan belajar tentang cara pasang menu login pada blog.bingung ya? maksud saya membuat menu login pada blog adalah agar memudahkan pengunjung untuk masuk ke blog pengunjung tanpa harus pergi ke blogger.com
bagaimana tetarik bukan?
1.masuk ke blog sampeyan
2.pergi ke tataletak
3.pilih tambah gadged terus klik HTML/JavaSripct...

4.copy paste kode dibawah ini

<form action="https://www.google.com/accounts/ServiceLoginBoxAuth" method="post" onsubmit="onlogin()"><input value="http://www.blogger.com/loginz?d=%2Fhome&amp;p=http%3A%2F%2Fwww.blogger.com%2F" name="continue" type="hidden"><input value="blogger" name="service" type="hidden"><input value="8" name="nui" type="hidden"><input value="8" name="naui" type="hidden"><input value="2" name="fpui" type="hidden"><input value="3" name="uilel" type="hidden"><input value="true" name="skipvpage" type="hidden"><input value="false" name="rm" type="hidden"><input value="true" name="alwf" type="hidden"><input value="http://www.blogger.com/login.g" name="roeu" type="hidden"><input value="0" name="alinsu" type="hidden"><input value="WbQ8QiJfUvA" name="GA3T" type="hidden"><div><label for="Email"> <span style="font-weight: bold;">Username</span>:
<input id="Email" tabindex="1" value="" name="Email" size="20" type="text"></label></div><div><label for="Passwd"> <span style="font-weight: bold;">Password</span>: (<a href="https://www.blogger.com/forgot.g" target="_top" title="Forgot your password?">?</a>)
</label><input id="Passwd" tabindex="2" autocomplete="off" name="Passwd" size="20" type="password"></div>
<input id="signin-btn-ns" tabindex="0" value="Sign in" class="ubtn ubtn-block" name="submit" type="submit"></form>

membuat menu melayang pada blog



    1. Login Ke Akun Blog Sobat
    2. Pilih Rancangan -->Tambah Gadget Dan Pilih HTML Java Script
    3. Dan Copy Paste Kode Berikut Tepat Didalamnya



  • <style >
    #msuteja ul li a {position: relative;float: bottom;display: block;width: AUTO;height: 15px;padding: 5px 0 0 0;margin-right: 5px;text-align: center;font-size: 15px;text-decoration: none;color:transparant;font-weight: bold;outline: none;}#msuteja li .current{color: transparant;}#msuteja li a:hover, #msuteja li a:active {background: #4B0082;background: -webkit-gradient(linear, left top, left bottom, from(#4B0082), to(#FF0000)); background: -moz-linear-gradient(top,#4B0082, #FF0000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B0082', endColorstr='#FF0000'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4B0082', endColorstr='#FF0000'); display: inline-block;zoom: 1; *display: inline;border: dotted 1px #555555;padding: 3px 5px;-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0 1px 0px rgba(1,0,0,.1); -moz-box-shadow: 0 1px 0px rgba(0,0,0,.1); box-shadow: 0 1px 0px rgba(0,0,0,.1); -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -webkit-transform:rotate(10deg);-moz-transfo rm:rotate(10deg);-o-transform:rotate(10deg);}color:#ffffff;margin: 0;font-size:18px;padding: 9px 15px 8px;text-decoration: none;}#msuteja {width: auto;float: left;margin: 0;padding: 0;}#msuteja {margin: 0;padding: 0;}#msuteja ul {float: left;list-style: none;margin: 0;padding: 0;}#msuteja li {list-style: none;margin: 0;padding: 0;}#msuteja li a, #msuteja li a:link, #msuteja li a:visited {color: #ffffff;display: block;text-transform: capitalize;margin: 0;padding: 9px 15px 8px;font: Bold 15px Georgia, Arial;}#msuteja li a:hover, #msuteja li a:active {background:transparant;color: #ffffff;margin: 0;font-size:20px;padding: 9px 15px 8px;text-decoration: none;}#msuteja li li a, #msuteja li li a:link, #msuteja li li a:visited {background: #00FFFF;background: -webkit-gradient(linear, left top, left bottom, from(#00FFFF), to(#000000)); background: -moz-linear-gradient(top,#00FFFF, #000000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFF', endColorstr='#000000'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFF', endColorstr='#000000'); width: 250px;color: #E6E6FA;-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; border-style: outset;-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out; -webkit-transform:rotate(10deg);-moz-transfo rm:rotate(10deg);-o-transform:rotate(10deg);float:none;margin: 0;padding: 7px 10px;border-bottom: transparant;border-left: transparant;border-right: transparant;font: bold 14px kristen itc, Arial;}#msuteja li li a:hover, #msuteja li li a:active {background: #FF0000;background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#00FF00)); background: -moz-linear-gradient(top,#FF0000, #00FF00); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#00FF00'); -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0000', endColorstr='#00FF00'); color: #ffffff;font-size:20px;font-family:kristen itc;text-align: center;padding: 7px 10px;}#msuteja li {float: left;padding: 0;}#msuteja li ul {z-index: 9999;position: absolute;left: -999em;height: 20px;width: 170px;margin: 0;padding: 0;}#msuteja li ul a {width: 140px;}#msuteja li ul ul {margin: -32px 0 0 171px;}#msuteja li:hover ul ul, #msuteja li:hover ul ul ul, #msuteja li.sfhover ul ul, #msuteja li.sfhover ul ul ul {left: -999em;}#msuteja li:hover ul, #msuteja li li:hover ul, #msuteja li li li:hover ul, #msuteja li.sfhover ul, #msuteja li li.sfhover ul, #msuteja li li li.sfhover ul {left: auto;}#msuteja li:hover, #msuteja li.sfhover {position: static;}#footer-column-divide {clear:both;}#msuteja{font-family:Comic Sans Ms;background:#000 url(http://4.bp.blogspot.com/_4HKUHirY_2U/Sw ul0XJNShI/AAAAAAAAAT8/0MPzqd2ineY/catmenu.jpg)repeat-x;(0,0,0,0.80);border:1px solid #C0C0C0;padding:2px </style>

    <div id='msuteja'>
    <ul id='msuteja'>
    <li><a href='disini letak link sobat'>Home</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Gambar</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Download</a>
    <ul 'children'>
    <li><a href='disini letak link sobat' target='_blank'>Power Ranger</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Fruit</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Spiderman</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Kendaraan</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Tanaman</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Brother Bear</a></li>
    </ul>
    </li>
    <li><a href='disini letak link sobat' target='_blank'>Video</a>
    <ul 'children'>
    <li><a href='disini letak link sobat' target='_blank'>Cartun</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Tutorial</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Romantis</a></li>
    </ul>
    </li>
    <li><a href='disini letak link sobat' target='_blank'>Tips And Triks</a>
    <ul 'children'>
    <li><a href='disini letak link sobat' target='_blank'>Tips Blogger</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Trik Facebook</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Trik Handpone</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Pernak-pernik Blog</a></li>
    </ul>
    </li>
    <li><a href='disini letak link sobat'>Tutorial</a>
    <ul 'children' target='_blank'>
    <li><a href='disini letak link sobat' target='_blank'>Tutorial Blog</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Tutorial Photosop</a></li>
    </ul>
    </li>
    <li><a href='disini letak link sobat' title='tv online' target='_blank'>Tv Online</a>
    <ul 'children'>
    <li><a href='disini letak link sobat'>Antv</a></li>
    <li><a href='disini letak link sobat' target='_blank'>Tv One</a></li>
    </ul>
    </li>
    <li><a href='disini letak link sobat' target='_blank'><blink>Tukar Link</blink></a></li>
    <li><a href='http://iankmuincs3.blogspot.com' title='htc' target='_blank'><blink>HTC</blink></a></li>
    </ul>
    </div>

    Selamat mencoba semoga bermanfaat untuk melihat hasil menu melayang ente bisa copy script diatas

    Senin, 14 November 2011

    mempercantik blogspot

    Pada tulisan ini saya kembali akan mengulas cara mengganti template blogspot atau blogger dengan cara yang paling ampuh. Paling tidak cara ini adalah cara yang saya lakukan berkali-kali apabila mengalami stuck saat terlalu sering gagal mengganti template blogspot.
    Tulisan ini juga sekaligus menjawab beberapa pertanyaan yang sangat sering saya temui pada tulisan sebelumnya yaitu: Ganti Template Blogspot Anda. Seluruh penanya pada blog ini selalu mendapatkan error saat mengganti template keinginannya. Hal ini umumnya terjadi dikarenakan kurang jelasnya informasi oleh pihak Blogger ataupun Google dimana letak kesalahan secara pasti.
    Pada saat kesalahan terjadi Google hanya akan menampilkan informasi bahwa telah terjadi kesalahan dan perintah Anda tidak dapat dieksukusi dengan baik dan Blogger akan segera memeriksa informasi tersebut dengan mencatatkan sebuah nomor referensi seperti tertera pada gambar berikut ini:
    ganti_template_blogspot
    Hal ini yang sering terjadi dan sangat membuat kesal pada saat ingin mengganti template. Mudah-mudahan cara yang saya berikan pada tulisan ini dapat bermanfaat dan mujarab namun cukup mengandung resiko yang tinggi berupa kehilangan data Anda.

    Kenali Permasalahan Anda

    Pada saat mengganti template Anda akan dihadapkan pada error widget/gadget, hal ini dikarenakan tidak samanya gadget pada template lama dan yang baru. Blogger akan menginformasikan hal tersebut saat menggantinya, contoh warning ataupun peringatan ini akan seperti gambar di bawah ini:
    ganti_template_blogspot_2
    Jangan panik!, hal ini biasa terjadi jika template tidak memiliki gadget yang sama dan hal ini sangat lumrah terjadi karena tiap-tiap desain layout template tidaklah selalu sama. Anda cukup menekan tombol Confirm & Save untuk menyelesaikan permasalahan ini. Ingat bahwa semua gadget yang lama akan hilang, pastikan Anda sudah menyimpan terlebih dahulu file .xml template Anda.
    Sebetulnya ada beberapa bentuk pesan error lainnya, namun karena saya gagal mendapatkan screenshoot error :p jadi mohon maaf gak bisa memberikan gambarnya.

    Solusi Mengganti Template

    Cara paling efektif untuk mengganti template blogspot adalah dengan cara membuang atau menghapus terlebih dahulu semua widget atau gadget lama Anda. Sekali lagi pastikan Anda telah membackupnya terlebih dahulu.
    ganti_template_blogspot_3
    Setelah Anda membackup silakan hapus semua gadget Anda yang terletak pada menu Page Elements. Silakan upload template baru Anda menggunakan menu yang telah tersedia. Lakukan konfirmasi seperti gambar di atas apabila diminta. Jika tidak diminta konfirmasi berarti gadget Anda bisa dikatakan sama.
    Jadi kesimpulan dari tulisan ini adalah menghapus dulu semua gadget Anda adalah cara paling sukses yang pernah saya lakukan berkali-kali saat ingin mengganti template blogspot kesayangan Anda. Selamat mencoba!.

    Free Web Hosting Tips

    Free Web Hosting Tips

    Here are some tips to keep in mind as you look for a free web hosting account online.

    1. Content Ownership – You might not own the space, but it is your content. That means that you should expect some sort of notice if the service is going offline so that you can make alternative arrangements or save your information to your computer.

    2. Tools – Surprisingly many free web hosting accounts come with lots of tools that you can use to enhance your site. The larger the hosting provider or hosting community, the more tools you will have in your control panel.

    3. Free domain names – Usually you are getting a subdomain or even a subfolder for your files. Typically free domain names only come with a paid hosting account. The reasons is that bandwidth is very expensive and no one wants to build up a free web hosting service unless they have access to cheap resources.

    It is not surprising then that the free web hosting market is dominated by companies like Yahoo, Google, and Bravenet. They are large organizations who have figured out ways to balance paid services and free services without going broke.

    4. Search engine optimization – Some free hosting communities are so large and so fluid that it takes some time get new pages into the major search engines. People abandon their pages at such a high rate that is hard to keep up with the live sites versus abandoned real estate.

    Also, any page rank you get goes to the hosting provider and not to you that is one of the perks of having your own domain name.

    5. Tracking – It always helps to know who is coming to your website and how they got there. You might have to search around for some type of free tracking service. This is very important if you plan to make money off your free web hosting account.

    My picks
    Bravenet, Yahoo Geocities and Blogger. I have used all three and I haven’t had the time lately to investigate other services. I will add to the list in the near future.

    Why Free Hosting Isn't Really Free

    Why Free Hosting Isn't Really Free

    I want to yell at someone or give 'em a good poke in the nose for this! How could they do this to me? What gives them the right to blow off my best customers, to rob me of potential business and make my clients angry at me? How dare they do this!! I'm just fuming and ready to explode! Don't get too close to me right now!

    Why I oughtta . . . what? Complain because a free service isn't available? Threaten to sue them for having troubles of their own? Why don't they have backup servers? Well, I guess it's possible that *I* could at least provide a secondary free service to cover my assets. Those clients that planned to spend an hour of their valuable time to chat with me in the first place. Maybe I should have prepared for the worst so I don't have to go apologize to everyone when the free chat services suddenly became unavailable.

    OK, so maybe I ought to upgrade that chat room to the premium version, the one that costs a few bucks a month, the one without the advertising banners, the one with the customer service and support. The one that WORKS when I've invited over 3,000 people to come to a Grassroots Internet Marketing Forum and chat!

    Maybe this will teach me that you can't rely on free services. What does it cost me to fail to deliver on my promises?

    The web has got us all relying on free services to run businesses and expecting those freebies to be trouble free and convenient at all times. I upgraded from the free internet access when I tired of their glaring ads across my web pages. I upgraded from the free autoresponders when they stopped working during a major promotion launched via press releases and direct mail campaigns. *That* cost the good-will of my clients that didn't get responses from me as promised.

    I will now upgrade to the paid version of the chat room with all the additional benefits of a paying customer, including the right to complain and lay blame and threaten the provider because they cost me potential new business and lost me those existing clients.

    Take a look at the free services you use online and analyze them to see how a failure to perform would affect your bottom line.

    How important are those free services you rely on? Are they risks to your business future? Note that 'Terms of Service' on the vast majority of free services online tell you outright that providers have no obligation to serve your needs if there are problems and that you have no recourse should your business fail because the FREE service has it's costs after all.

    We all have a budget to work within to operate a site profitably but would it cost you more if that free web host went down than it would cost to pay for your web hosting? If your email doesn't get delivered because your free email account suffers from a system failure, would it hurt your sales or customer relations? If that online fax service stopped working when you were waiting for a big contract from a new client, would you be better off upgrading to the paid version of the service with more benefits?

    We'll reschedule that chat, now that we've paid for it -- DOUBLE! Whatcha want fer free? GRRRRRRRR!!!

    I want to yell at someone or give 'em a good poke in the nose for this! How could they do this to me? What gives them the right to blow off my best customers, to rob me of potential business and make my clients angry at me? How dare they do this!! I'm just fuming and ready to explode! Don't get too close to me right now!

    Why I oughtta . . . what? Complain because a free service isn't available? Threaten to sue them for having troubles of their own? Why don't they have backup servers? Well, I guess it's possible that *I* could at least provide a secondary free service to cover my assets. Those clients that planned to spend an hour of their valuable time to chat with me in the first place. Maybe I should have prepared for the worst so I don't have to go apologize to everyone when the free chat services suddenly became unavailable.

    OK, so maybe I ought to upgrade that chat room to the premium version, the one that costs a few bucks a month, the one without the advertising banners, the one with the customer service and support. The one that WORKS when I've invited over 3,000 people to come to a Grassroots Internet Marketing Forum and chat!

    Maybe this will teach me that you can't rely on free services. What does it cost me to fail to deliver on my promises?

    The web has got us all relying on free services to run businesses and expecting those freebies to be trouble free and convenient at all times. I upgraded from the free internet access when I tired of their glaring ads across my web pages. I upgraded from the free autoresponders when they stopped working during a major promotion launched via press releases and direct mail campaigns. *That* cost the good-will of my clients that didn't get responses from me as promised.

    I will now upgrade to the paid version of the chat room with all the additional benefits of a paying customer, including the right to complain and lay blame and threaten the provider because they cost me potential new business and lost me those existing clients.

    Take a look at the free services you use online and analyze them to see how a failure to perform would affect your bottom line.

    How important are those free services you rely on? Are they risks to your business future? Note that 'Terms of Service' on the vast majority of free services online tell you outright that providers have no obligation to serve your needs if there are problems and that you have no recourse should your business fail because the FREE service has it's costs after all.

    We all have a budget to work within to operate a site profitably but would it cost you more if that free web host went down than it would cost to pay for your web hosting? If your email doesn't get delivered because your free email account suffers from a system failure, would it hurt your sales or customer relations? If that online fax service stopped working when you were waiting for a big contract from a new client, would you be better off upgrading to the paid version of the service with more benefits?

    We'll reschedule that chat, now that we've paid for it -- DOUBLE! Whatcha want fer free? GRRRRRRRR!!!

    Choosing a Free Web Host for Your Business

    Choosing a Free Web Host for Your Business

    What's On Offer - An Overview

    You are running a business. Perhaps you want to test the waters before shelling out large sums of money to set up your commercial web-site. Or perhaps you simply want to save as much money as possible. Whatever the reason, you have probably at some stage seriously considered using a free web host. If so, then you this overview may go at least some of the way in helping you make your choice.*

    All of the hosts surveyed below offer virtual domain hosting, email, and (approx) 20-40mb storage space, along with some version of online forms processing ability (eg through Frontpage extensions or cgi-scripts). Most require banner advertising be placed on users' web-sites, though they do also allow users to upgrade to banner-free hosting for a fee.

    These, then, are the commonalties. Now to the differences. What sets these hosts apart, and why would you choose one over the other?

    It really depends on your priorities….

    If you are seeking support and the opportunity to network with others, your first choices would probably be hypermart.net or bizland.com

    Hypermart.net is an "all rounder" [www.hypermart.net], which offers a very full range of site hosting features., including cgi and Frontpage support. It also has a wide range of free support facilities and web-tools.

    Bizland.com [www.bizland.com], like hypermart.net, bills itself as a community as well as a web-host. Bizland also provides a free shopping cart.

    If you hold a foreign (non-US) domain, then Netfirms (www.netfirms.com) should probably be your first point of call. Netfirms can host any country specific domain name.

    If your priority is to set up an online shopping cart and merchant account, then look closely at freemerchant.com [www.freemerchant.com] , which specialises in providing shopping carts for small business merchants. Freemerchant.com also allows users to attach free shopping cart functionality to their existing web-sites. It does not require banner ads -- a big plus. On the other hand, the reliance on templates for developing sites can limit the ability to customise the design of one's site

    All of the hosts we have mentioned so far are Unix-based. If you, on the other hand, prefer working in a Windows environment, then atfreeweb.com [www.atfreeweb.com] is seriously worth considering. Notable features include support of Active Server Pages and Frontpage extensions.

    Free Hosting - What to Watch Out For

    We have looked at some of the benefits of using a free host, and listed some of the important players in the free hosting market. In this part we will list of some of the major drawbacks of using a free host for your business.

    1. Limited Support

    Your free host's primary source of income will be their advertisers, and this is where their primary loyalty will lie -- not with the user. In addition to this, many free hosts have lots of users - after all, they need a big user base to support their advertising! So, whatever support services they do offer will probably be thinly spread. These two factors - primary focus on advertising revenue along with a large user base -- mean that you will probably get less support from them than you will get from a host for whom users are the primary revenue source.


    2. Unreliability of Software and Servers

    Servers may be slower due to the numbers of users hosted, or simply because top quality servers are not a high priority. Email may be unreliable. In such cases, you the user will often will have no rights or recourse.


    3. "Fishooks" in the Terms

    Many free hosts will limit your use of their servers in ways that could present problems, and in some cases will even terminate your account if it is not used. As an example, hypermart.net's terms state that:

    "HyperMart-hosted Web sites are subject to removal if there is no activity (hits or edits) on the site for fifteen (15) days. HyperMart reserves the right to delete any site it deems unacceptable for any reason without prior notice. "

    So if no-one visits your site, and you do not edit it, in a 15-day period, tough luck, your account will be removed! This will not do your business any good! And, of course, you have very few rights here - again, the primary loyalty of these free service providers will be the advertiser rather than you, the user.

    So, study the host's terms of service closely!


    4. Limitations on Use of Web-Space

    Most free hosts require that a banner ad be placed at the top of each page on your web-site, and you will have little control over what type of ad is placed. The content of the banner ad may clash with the image your web-site is presenting; and, of course, if obtaining advertising funds of your own is a planned source of revenue, then obviously this banner be a problem for you!

    Free hosts will often rule out certain types of trading altogether. For instance, if you plan to resell web-space, or host a banner exchange, you will not be able to use hypermart.net, as its terms of service rule out these uses of its servers. Similarly, if you plan on gaining a large part of your revenue from affiliate programs, or commissions gained from selling other merchants' products, then freemerchant.com is not for you, as it explicitly rules out creating links to affiliates.


    In conclusion, if you are running a mission-critical site, free hosts are not the best places to go. (But, then, you probably knew that already!) However, if you are simply testing the waters or experimenting with a site to see whether your business idea works before fully committing to it, then by all means, try a free host - but keep your eyes open!


    * Note: Because there is such a huge selection of hosts to choose from, I have been somewhat selective: reviewing only the better-known hosts, or those who can offer something unique which 'sets them apart from the crowd'.

    Data Backup for Beginners

    Data Backup for Beginners

    t's 10pm. Do you know where your data is?

    Data. Small bits of information clustered together to make Word files, documents,pictures, MP3s, HTML etc. We work on our computers every single day never sparing a thought for all those millions of chunks of data spread all over our hard disks. The data is there and it does it's job.

    Until of course the data is not there anymore.

    72 hours ago I suffered from massive data loss. There were no hackers involved. No power surges or lightning strikes. Just wear and tear on my hard disk. 20 Gigabytes of business and personal information gone forever. Passwords, HTML files, ebooks all gone. I didn't lose any sleep though. Why? Simply because this was my secondary hard disk that was only used as a backup drive. All my critically important data is safely stored elsewhere.

    Picture this scenario. You sit at your computer, turn it on and nothing. Dead. You've just lost everything you've worked on for the last 12 months. All your Adwords campaigns, website templates, ebooks, Excel files. Everything. How do you feel? How do you go about recovering?

    70% of companies who suffer serious data loss go out of business within 12 months.

    The truth is that most people never recover from losing all their data.

    What can you do to prevent this happening to you? Backup.Backup. Backup. Use a backup system.

    How do I backup my data?

    You could use a zip drive, a CDR/DVD writer, a USB drive or an secure online storage service. Using any of the above is far better than using nothing at all and hoping for the best.

    Data loss cost US businesses in excess of 18 billion dollars in 2003.

    How often should I backup my data?

    You should backup all important data on your PC at least once a week. An easy way to do this is to use a rotating backup system. Get 4 blank disks . Label these disks Week 1, Week 2, Week 3 and Week 4. At the start of the month make a fresh copy of all your critical data on the Week 1 disk and continue this process on Week 2, 3 and 4. Following this procedure ensures that no matter what happens your stored data will never be more than 1 week old and you'll also have 3 other copies of your data stored away that are less than a month old. Simple. Effective.

    What software do I need?

    Microsoft Windows has its own backup software included. Apple Mac users can take advantage of Apples Backup software and iDisk backup service.

    How soon should I do this?

    Now. Even using floppy disks start the process of backing up your data today. The sooner you start the safer your data is.

    Human error and hardware failure account for 76% of all data loss.

    The cost of recovering from a major hardware failure such as a hard disk crash can be massively reduced by keeping a backup of your data.

    You're worked hard to build up your business. Don't throw all that hard work away by not taking the proper steps to safeguard your critical information.

    Cheap Website Hosting PHP

    Cheap Website Hosting PHP

    I found a lot of PHP web hosting on internet, some cheap some highly expensive. After few research on hosting forums I collected some cheap high quality web hosting for PHP site. Here are the list of Good quality PHP website hosting :

    1. ExclusiveHosting"Best Choice"
    PHP and MySQL support web hosting. Price $2.95/month Free Setup
    + Free Domain Registration, Almost all features included in package.
    - Paid Annually but you have 30 day money guarantee

    2. HostMonster
    PHP and MySQL support hosting. Price $4.95/month Free setup, Free Domain
    + Big Storage (300GB), Accept Multiple Domain (You won't wasted that big space :), 100 MySQL Database

    3. WhipOrbit
    PHP and MySQL support web hosting. Price $1.50/month Free setup
    + 3 MySQL Database, support almost all PHP hosting needs.
    - Not included domain name

    4. SiteFlip
    PHP and MySQL support web hosting. Price $0.99/month Free setup
    + Unlimited MySQL database, Good upgrade option
    - Domain not included, $8.8 domain registration annually

    5. BigBlueHost
    PHP and MySQL support web hosting. Price $3.95/month Free Setup
    + Unlimited MySQL, all features included, one month free if you paid annually.
    - Not included domain name

    Web Hosting Control Panel

    Web Hosting Control Panel

    Control Panel is a graphical web-based web-hosting control panel, designed to make administration of websites easy. Almost all of web hosting include this feature in their hosting plan.

    Features in control panel included Domain Management, DNS Management, FTP/File Management, Database Management, E-mail management, Web Traffic statistic, SubDomain, Script Installation etc.
    You can upload your files for your website from control panel file management. I Think it will simplify your job to upload your website files with control panel rather than with FTP.

    There are a lot of web hosting control panel brand. From the famous one cPanel, SiteBuilder, Lxadmin, DirectAdmin, H-Sphere, ISPConfig, ISPManager, Plesk, HSPComplete, Webmin. Click on the name to try the demo.

    Top Podcast Hosting in blogspot

    Top Podcast Hosting



    Here are list of the best and selected podcast hosting I found on internet, some are free podcast hosting.

    1.Hipcast/Audioblog
    Audio video podcast start from $9.95/month, free trial for 7 days
    2.BlastPodcast
    Free podcast hosting, earn revenue from your podcast
    3.Jellycast
    Actually it is free podcast hosting but require $10 setup fee to avoid abuse from spammer.
    4.Podcast FM
    Has a free plan, and first month free for all plans, starting from £4.95/month
    5.PodKive
    Up to 120GB Storage Space for enterprise podcast solution
    6.Podcast Ready
    Best Free Podcast hosting. Podcast Ready makes finding, managing and delivering podcasts easier.
    7.SwitchPod
    Free 450MB podcast hosting and unmetered bandwidth
    8.PodshowCreator
    Complete Podcast hosting solutions from free to dedicated podcast hosting
    9.Avmypodcast
    Podcast hosting selected by Yamaha Musical Instruments
    10. PodBean
    Best Free Podcast Hosting with complete high-end features.
    11.Godaddy
    Big Hosting company made entry in podcast industry. Affordable with huge space hosting.
    12.Ourmedia
    Free community podcast hosting.
    13.OdeoStudio
    Create and publish podcast for free.
    14.CreativeCommons Publisher
    Tag your audio and video files with information about your license and upload to internet archive for free hosting
    15.Podomatic
    Free with 500MB storage and 15GB/month bandwidth

    How to Create Blog With Domain web.id Using Custom Domains

    Blogger.com
    Blogger.com


    How to Create Blog With Domain web.id Using Custom Domains

    Many teachers friend friends whose blogs using the free service from google that is Blogspot (blogger.com), this time I will share about the way that we have created a blog that could use your own domain, but this time I was more focused use web.id domain (domain Indonesia officially for personal, reasonably priced 25.000, - per year).

    What is Custom Domains in Blogspot?The concept is very simple custom domain. Having a blog on blogspot is very easy and cheap (free actually). But the blog in blogger / blogspot leaves one problem: a very long URL (because diembel embroider. Blogspot.com), looks generic, and seems less pro SEO.


    Therefore, it is custom made domain. The concept is this:, suppose you have a blog on blogspot address at http://namaanda.blogspot.com. but the problem is: the length, looks generic and appear less pro SEO right? Therefore, your domain milikilah http://www.namaanda.web.id. (Sterlihat more manly right) With a custom domain, http://www.namaanda.web.id set to an alias ofhttp://namaanda.blogspot.com.Simply put, custom domain blogger makes http://namaanda.blogspot.com can be accessed at the address http://www.namaanda.web.idExamples of blogs that use Blogger Custom Domain: is http://www.m-edukasi.web.id/Advantages of Using Blogger Custom Domains

        
    Unlike self-hosted wordpress where we need to buy the domain and take care of hosting, with a Custom Domain Blogger we just bought a domain and hosting issues we still use the server Blogger.com
        
    No need to mess around with security because the server is handled by the blogger.com
        
    Visitors who enter the blogger address (ex: http://namaanda.blogspot.com) will remain on the page redirect to your custom domain (ex: http://www.namaanda.web.id)
    Disadvantages Using Blogger Custom Domains

        
    Self Hosted WordPress is still more flexible in function as compared with the addition of custom domain blogger. Just a simple example: setting permalinks.
    The explanation is simple enough right?Jump to step steps only:

        
    Create a blog on blogger.com ('ll be able)


        
    Buy a domain web.id in www.web.id


        
    Configure the domain, set Blogger Custom Domain setting.


        
    Configuring the DNS domain web.id using free dns providers also help http://freedns.afraid.org domain enter www.yourname.web.id select fill with ghs.google.com CNAME


        
    Configure your domain is not immediately fix. Wait some time until the configuration runs perfectly. usually 1 to 1 X 24 hours X 48 hours. because we have to spread the new domain first.
    Well, for details, I also could not write it here, wait for the next article.How do you think menganai blogger custom domain? if you are interested we are ready to stone to your blog settings. Convey your opinion or experience regarding possible Blogger Custom Domain in the comments field.

    Senin, 07 November 2011

    methode SEO AND PAGE

    Many ways you can do to raise the position of blogs in the SERP. Some of them is to apply the method on page seo and seo methods offpage. In this post I will write what can be done with the method. And you should know that this paper is a continuation of the post how to create a blog with seo methods. Can not wait to try this method? Immediately wrote refer to and practice:

        
    META TAG
        
    Enter a keyword in the meta tags like title, description and keywords with a format like this:

            
    <title> blog or article title </ title>
            
    <meta name="description" content="deskripsi of contents halaman" />
            
    <meta name="keywords" content="keywword to halaman, separated by the sign koma" />

        
    Do not repeat keywords too often. Simply enter one or two keywords in meta tag
        
    Use the meta robots on a page that has the exact same content in order to avoid duplicate content. Penulisaanya like this: <META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW">
        
    CONTENT
        
    Enter keywords at the beginning of the paragraph
        
    Bold, italic and underline the word or phrase that menggandung keyword
        
    Use the h1 tag for the blog title and post title
        
    Use h3 tags for subtitles in the post.
        
    Account the keyword density (keyword density) for each page / post
        
    Avoid using flash content, frames, and DHTML.
        
    If the image artifacts, the input keywords on the file name and do not forget to include alternate text. Example <img alt="deskripsi gambar" />
        
    Avoid using text the same color with the background color.
        
    Do not use font sizes less than 8 pixels.
        
    HYPERLINK
        
    give a link (link) on the word / phrase that relates to other pages.
        
    create a sitemap.xml file and the sitemap page for easy search engines and visitors to browse the blog and provide links to all posts
        
    useful life of the navigation breadcrumbs who like sitemap
        
    link to the text would be better than the links that use your images
        
    use the nofollow attribute to link to other websites. Example
        
    <a rel="nofollow" href="http://www.fa-cebok.com"> link name </ a>
        
    Reduce the number of duplicate links superfluous.
        
    Permalink (URL)
        
    wear a permalink structure that favored by search engines. For example: http://yokser.com/postink-pertama.html would be better than http://yokser.com/p1.html
        
    Do not use a permalink that are too long. Just 3 to 5 words.
        
    input keywords in URLs
        
    use canonical url to avoid duplication of content (for users cms like wordpress and blogspot does not need to think this)
        
    do not use underscores (_) or sign (+) as word separators in URLs. use a hyphen sign (-) as recommended by the Matt Cutts.
    Additional
    In addition to the above method, there are many factors that affect SERPs rank such as domain age, Bounce Rate, SERP Click-Through Rate (CTR), etc. that may be I will discuss at another time. That onpage seo tips first learned from me. you want to add?

    cara setting domain co.tv to 000webhost

    untuk melanjutkan tutorial pada posting cara setting domain co.tv, kali ini saya akan membuat panduan cara mengarahkan DNS (Domain name servers) menuju ke 000webhost.com.  berikut langkah langkah nya.
    1. Login ke co.tv
    2. masuk ke Control Panel > My Domain

    3. klik ‘Set Up’ pada domain yang akan digunakan
    4. Pilih Manage DNS

    5. Masukan ns01.000webhost.com dan ns02.000webhost.com pada Name Server 1 dan 2
    6. Jika sudah klik Set UP
    7. login ke akun anda di http://members.000webhost.com/
    8. Kalo udah, buat akun baru dengan menekan tombol ‘Create New’
    9. setelah itu anda akan diminta memasukan data pada kolom ‘Enter Account Details’

    10. masukan nama domain co.tv yang sudah anda daftarkan pada kolom ‘I want to host my own domain’ misal:yokser.co.tv
    11. masukan password paru pada kotak ‘Choose Password:’
    12. klik ‘Setup New account’
    13. selesai. tunggu hingga 1 – 2 hari dan domain anda aktif.
    jika ada masalah, anda bisa bertanya melaui form komentar dibawah ini

    JETPACB FROM WORDPRESS

    In Hollywood films, jetpack is a jet-engined tube tied in the back of the wearer and be able to bring the wearer to fly freely in the air. but in this post instead jetpack that I will discuss.
    but a jetpack by wordpress.com
    Know what it Jetpack

    On 9 March 2011 (today) Jetpack has been launched. Jetpack is a new plugin that works for mengghubungkan auttomatic wordpress.com to blog with wordpress and planted stands on its own hosting.

    background of the creation of jetpack is on hosting your own wordpress users want the features available on wordpress.com every time there is a new feature that dilucurkan.
    As for some of the features of the jetpack for this first version is as follows:

    Gravatar Hovercards - Find out who is commenting on your posts with information that has been perfected for Gravatar (including full name, bio, other web profiles).

    WordPress.com Stats - statistical features from wordpress.com to self hosted WP.

    Twitter Widget - is a simple widget that sync with twitter

    shortcode - accelerate the addition of movies, pictures, etc. to the posts and pages with a single line of code.

    Shortlinks - Automatically makes it easy to copy / paste the mini-url for each post on your site.

    LaTeX - make a mathematical expression with a well-known markup language.

    Sharedaddy - your readers can easily share your posts via email or their favorite social networks.

    After the Deadline: spell correction, style, and grammar.

    for those who are trying the features above, please downlod plugin jetpack in http://wordpress.org/extend/plugins/jetpack/

    how to create short links without plugins


    A short link will be indispensable if you want to get
    traffic from web 2.0 as facebook or twitter. The emergence shorlink itself due to the limitation of the number of words for each time status updates. If not using a shor link, of course, long URLs posted will not fit in the status. To create a short URL, you can try the service free of bit.ly, tinyurl.com or WP.me. For those of you wordpress users who do not want too preoccupied with making shorlink, there can use the following ways to display shortlink automatically.
    HOW TO MAKE A SHORT LINK WITHOUT PLUGIN

    1. Go to dashboard> Appearance> Editor
    2. Open the file single.ph (Single Post)
    3. Enter the code below in the section you want.


         <? php if (function_exists ('wp_get_shortlink')) {?>
         <div> <span> Shortlink:
         <input type = 'text' value = '<? php echo wp_get_shortlink (get_the_ID ());?>' size = '30 'onclick =' this.focus (); this.select (); '/>
         </ span> </ div>
         <? php}?>

    if you want to display just below the post, enter the above code after the function <? php the_content ();?>

    4. click UPDATE FILE!
    5. In order to comply with the themes you're using, open the style.css file and add the code. Shortlink {padding: 0 10px;}
    6. If so, press the button UPDATE FILE. Selasai.

    results will be using the format
    like this: http://yokser.com/?p=123
    In my opinion, such a format better than bit.ly or wp.me because the domain name we will be
    participate promoted.

    Rabu, 02 November 2011

    EDIT HALAMAN WEB DENGAN CSS TEMPLATE

    "Css Template" , inilah yang mungkin akan membuat halaman web kamu akan lebih terlihat indah,cantik dan lebih menarik. Mulanya saya juga masih pusing dengan apa yang namanya css template dan bagaimana cara membuatnya. Semua web yang memuat artikel tentang ini pun aku jelajahi, namun demikian masih saja belum ngerti alias blank.Karena banyaknya web yang telah aku jelajahi, akhirnya aku tarik kesimpulan dan hasilnya web ku pun berubah dengan tampilan css template seperti yang sekarang ini. Nah.... kali ini saya ingin berbagi pengalaman tentang bagaimana cara meng-edit halaman dengan css template di wen.ru.

    Pertama
    Download css template yang masih berbentu file zip disini. Untuk pertama kali cobalah dengan css template dengan tampilan yang yang sederhana, agar kamu mudah untuk mengedit file html nya.
    Kedua
    Biar kamu tidak merasa bingung dan mudah untuk memberikan gambaran, kami sarankan lakukan edit pada sebuah komputer. Ekstrak tema yang telah kamu pilih tadi dan hasilnya ada 4 file yaitu; css,lisensi.txt, images danindex.html. Setelah itu buatlah sebuah folder di wen.ru dengan menamainya sesuai dengan nama tema yang kamu pilih, "sunflower" misalnya. Kemudian Upload file css ( biasanya dinamai "default.css" atau style.css), lisensi.text. Untuk mengupload images ke wen.ru kamu harus buat dulu folder didalam folder "sunflower" tadi dengan menamainya "images" lalu gambar atau foto dari images hasil ekstrak diatas kamu upload satu-persatu ke dalam folder images yg telah kamu buat pada folder "sunflower" pada wen.ru. Untuk " index.html" nya tidak perlu diupload.
    Ketiga
    Untuk mengedit css mulailah dengan membuka file images lalu perhatian dimana images tersebut tersimpan ( alamat url images ). Sebagai contoh css template yang kamu pilih adalah "sunflower".css template. Dan alamat url dari images-nya adalah sebagai berikut;
    • http://apa-maumu.wen.ru/sunflower/images/img.01.gif
    • http://apa-maumu.wen.ru/sunflower/images/img.02.jpg
    dan seterusnya.......
    Keempat
    Langkah selanjutnya adalah adalah "meng-edit CSS". Buka atau klik file default.css atau style.css lalu buka kembali dengan fulltext editor wen.ru perhatikan kembali dimana alamat url default.css atau style.css tersebut berada, contoh;
    • http://apa-maumu.wen.ru/sunflower/sunflower/default.css
    • http://apa-maumu.wen.ru/sunflower/sunflower/style.css
    alamat default.css atau style.css ( ini nantinya akan dimasukan pada tag css sewaktu meng-edit isi dari file "index.html" ), kemudian masukan alamat url image tersebut diatas pada default.css ditempat yang tersedia. contoh;
    Ketika kamu buka default.css akan tampilan sebagai berikut;
    #header {
    width: 680px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: url(http://images/img01.gif) no-repeat 74px 18px;
    }
    Lalu masukkan alamat url images hingga menjadi seperti ini.....
    #header {
    width: 680px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: url(http://apa-maumu.wen.ru/sunflower/images/img.01.gif) no-repeat 74px 18px;
    Kelima
    Setelah selesai "meng-edit CSS", langkah berikutnya adalah "meng-edit index.html". Buka atau klik file "index.html" hasil ekstrak tema diatas, dan kamu bisa memulai pengeditan dengan cara menggantikan atau menambahkan dari html yang ada. Sebaiknya mulailah dari tag html yang paling atas yaitu tag meta keyword, discription, title dan seterusnya hingga tag body. Dan satu hal yang teramat penting yaitu jangan sampai kamu kelewat untuk meng edit "TAG CSS", Isikan alamat url dari css pada tag css tersebut, contoh;
    <link href="default.css" rel="stylesheet" type="text/css" />
    lalu edit menjadi seperti ini ...
    <link href="http://apa-maumu.wen.ru/sunflower/default.css" rel="stylesheet" type="text/css" />
    Setelah pengeditan "index.html" kamu rasa cukup,termasuk isi atau tulisan dari "index.html" telah sesuai dengan yang kamu kehendaki, kemudian copy lau paste pada "index.html" di wen.ru dimana ini akan merupakan halaman muka atau index dari website kamu (http://apa-maumu.wen.ru/
    Untuk membuat halaman file dari website kamu (http://apa-maumu.wen.ru/template-css.html) misalnya, langkahnyapun tidak berbeda cuma tag title, diskripsi dan sebagainya demikian isi dari file tersebut tentunya yang perlu kamu rubah. Apabila serangkaian proses yang kamu buat semuanya benar, maka hasilnyapun akan tampak persis seperti contoh css template yang kamu pilih.

    belajar membuat wapsite mobile

    Langsung aja ya ini ada info menarik bagi ente yang mau belajar bikin wapsite atau website yang bisa diakses secara optimal di browser HP silahkan mencobanya di xtgem.com silahkan signup / daftar dulu di sana kemudian silahkan belajar berkreasi membuat wapsite ente sediri. Oiya untuk melakukan update dan segala fungsi pengaturannya ente bisa juga akses melalui browser HP jadi nggak perlu melalui kompi atawa lepi ente.
    Untuk panduan pengembangannya silahkan googling, bayak tulisan-tulisan yang membahas tentang customisasi wapsite di xtgem. Gimana berani mencoba?????


    Langkah pertama untuk buat wapsite adalah register, silahkan masuk ke http://xtgem.com
    kamu buka via browser standart hp kamu, atau gunakan operamini, jangan lupa set image nya di hidup kan, setelah xtgem.com terbuka, click link *Register* kamu akan menjumpai halaman yg berisi beberapa kotak lengkap dngan pertanyaannya yg kesemuanya harus di isi


    1.) Username (Site name) :
    Masuk kan nama wapsite yg kamu inginkan, ini akan menjadi bagian nama wapsite kamu nanti, jangan menggunakan simbol, masukan huruf atau angka saja, gunakan huruf kecil.


    2.) Domain :
    Pilih domain yg kamu inginkan ada, xtgem.com, hexat.com, mw.lt, jw.lt, wapath.com dll, pilih satu yg kamu inginkan.


    3.) Pasword :
    Masuk kan Pasword atau kata sandi atau kata kunci yg kamu inginkan, sebiknya gunakan huruf kecil, dan dngan kata yg mudah di hafal supaya nanti tidak lupa, jangan gunakan simbol, dan tidak boleh kurang dari 8 huruf.


    4.) Repeat password :

    Ulangi password, harus sama dengan yg atas kalau tidak akan nungsep, eror, atau gagal.


    5.) Enter tex on image :
    Masuk kan huruf atau tex yg ada di gambar, yg terletak di atas kotak, harus sama kalo huruf besar ngisinya juga huruf besar.
    Kalau semua udah di isi dengan benar, kamu click "ok" kalau register kamu berhasil, kamu akan dibawa kehalaman baru disana ada File browser, Templates dll, dan untuk mulai buat wapsite kamu click "Create" atau "file browser".
    bedanya ialah jika kamu klik create nanti kamu bisa langsund edit halaman homepage kamu, sedangkan file browser kamu bisa buat file baru untuk menambah halaman, seperti chat, guestbook, atau download.
    Setelah kamu buka create maka kamus sudah bisa ngisi wap kamu sesuka kamu bisa teks, gambar, link, counter, tanggal, jam, halaman baru, upload file dll.
    Sedangkan caranya ialah dengan pilih tanda '+' untuk menambah sedangkan '-' untuk menghapus, sedangkan 'E' atau gambar pensil untuk mengedit konten yang baru kamu buat,...

    Langsung ke sini