Create a Snow Effect, Foliage, and Falling Star in Blogger

A wide range of widgets and gadgets are widely used to decorate the walls of the blog page. Effect Snow, leaves, and star-studded and fall is often used. Just like in the spring with the beautiful fall leaves. How to Create a Snow Effect, Foliage, and falling star is actually easy in blogging /blogspot. The scattered widget will make visitors become bored visiting our page.

Create a Snow Effect, Foliage, and Falling Star in Blogger
Create scattered snow effects / falling:
1. Log in to Blogger.com
2. Click on your blog name.
3. Then select Template.
4. Then Edit HTML and Check the Expand Widget Templates
5. Copy the code below and place it on above code </ head>
<script src='http://misbahudin-dcaesga.googlecode.com/files/efek-salju.js'/>

6. Save Template.

Effect Leaves falling on the Blog:
Is the same as steps 1 to 4 above.
Then copy this code above the code </ head>
<script src='http://misbahudin.googlecode.com/files/daun%20gugur.js'/>

How to Install a falling star effect on the Blog:
Copy the code below and place it above the </ head>
1. src="http://sites.google.com/site/amatullah83/js-indahnyaberbagi/bintang.hijau.js" <script type="text/javascript"> </ script>
2. <script type="text/javascript" src="http://naughtyric.googlecode.com/files/jrRain.js"> </ script>

New Blogger Template HTML Editor Interface

For New Blogger Template HTML Editor Interface guide in blogspot, When we go to the Edit HTML in Blogger Template, then you will see HTML code editing, CSS, and Javascript latest. In the edit html we will see some new tools such as the Back button, Save Template, Jump To Widgets, Edit Template, Templates Preview, Format Template, Change Revert, Revert widget tempate to default
There you will find new features which was not in previous HTML Editor, You can easily use it> Go to Blogger Dashboard > Template > Edit in HTML.

Jump to widget Button

You can simply jump to any widget without wasting your time for search and then simply edit it as per your requirement. It will show you complete gadgets which are installed in your Blog as well as Blogger Builin Gadget such as Blog1 or Navebar.

Preview Template

Before whenever you edit anything HTML you have and you asking for preview it was shown in a new window, but now it has been upgraded with new awesome feature, which can show preview in below there it means you don’t have to go in new window.

Format Template

In previous version of HTML there was a check box for Expand Widget Template but now it has been replace with Format Template option. So now if you find for Check Box on Expand Widget Template in any tutorial then you have to click on “Format Template”


Expand Hide Code Section

It has also introduced another facility for hide and expanding codes of difference section. It means if you are working in HTML you can hide contents which are not in use.

Line Number for Finding any Error

Before if we edit any thing in HTML and if we have mistake anywhere its shows that we have not closed any code or something else in the line No. but in new interface we don’t have to worry about that I have introduce line number for getting exact location of error.


How to Install MP3 Music Widget in Blogger

A wide range of widgets and gadgets can be installed on the blog. Ranging from Music, MP3, Radio Online, Chat Box, Floating Widget, Calendar, Animation, Game and others. Installation was hanging with some gadget blog owner's needs. To your users blog using blogger / blogspot, all widgets can be installed easily. Blogger Tutorial this time will be discuss How to Install MP3 Music Widget in Blogger. Many who have learned how to autoplay music is fitting, because just by adding script HTML / Javascript simple.


How to Install Widget Music / MP3 in Blog :
1. Log in to Blogger.com
2. Choose the blog you want to install MP3 gadgets.
3. Click Layout, and then select Add a Gadget / Add a Gadget on your blog element.
           Here you can set it as you wish. Can be placed in the right sidebar or left sidebar.
4. Choose HTML / Javascript.
5. Enter the code MP3 music which you can find at:
     Gadgets MP3 Music Blogger, Widgetbox Media Player
For the Widgetbox please do register to register first.

6. You can also use the code below the song if you like it for example
<a href="http://divine-music.info" target="_blank"><img src="http://divine-music.info/images/dmmusicbar.gif" border="0" alt="Get Free Music at www.divine-music.info"></a><br>
<a href="http://divine-music.info" target="_blank"><img src="http://divine-music.info/images/dmlogo.gif" border="0" alt="Get Free Music at www.divine-music.info"></a>
<br><br><b>
<a target="_blank" title="Get Free Music at www.divine-music.info" href="http://www.divine-music.info">Free Music</a> at divine-music.info</b><br>
<EMBED SRC="http://divine-music.info/musicfiles/01 Give Me Everything (feat. Ne-Yo,.swf" AUTOSTART="TRUE" LOOP="TRUE" WIDTH="1" HEIGHT="1" ALIGN="CENTER"></EMBED>


Another How to Install Music / Songs AutoPlay on Blog :
1. To get the code you want a good song that song Indonesian, Western, Malay, K-POP, and so on. Please enter 4shared.com.
2. Write down and then find the song you want to install.
3. Download the song, and then click Pause. Copy the song link and enter the code red here.
<object data="http://static.4shared.com/flash/player/5.10/player.swf?file=http://dc280.4shared.com/img/3579932921/5703126b/dlink__2Fdownload_2FKjiZNVMe_3Ftsid_3D20130501-163924-ad3a3999_26dsid_3D3n6018.8e0f260b8292b888fbe862a91bd91ef3/preview.mp3&repeat=no&autostart=true" width="0" height="0" type="application/x-shockwave-flash"></object>

4. Keep all the above code and place it on your widget. Same way as adding widgets as above.

How To Create Horizontal DropDown Menu in Blog

How To Create Horizontal DropDown Menu in Blog, Dropdown menu is the menu that if we hover over the menu will display another submenu that extends down menu. For example, you can see the drop down menu which is located at this blog. Sub Menu is part of a super menu above. So you have to adapt and integrate what is appropriate categories and fit between the super menu with sub menus. Here you can do your own settings by providing name, url links, table of contents and title on the menu.

In the previous stage is How to Install Menu Playlist Music MP3 blog, Dropdown Menus must be placed in the template editing is not a widget. How, do you understand what is meant by the drop down menu ?  I assume you already know and understand what I mean.

Step by Step for Create Horizontal Dropdown Menu in Blog
1. Login a your blogger account
2. Click menu Template and Find code ]]></b:skin>
3. After that, paste this CSS code at above ]]></b:skin>

#cssmenu ul,#cssmenu li,#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 35px;
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=&#039;#32323a&#039;, EndColorStr=&#039;#141414&#039;, GradientType=0);
  border-bottom: 2px solid #ff4500;
}
#cssmenu:after,
#cssmenu ul:after {
  content: &#039;&#039;;
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=&#039;#32323a&#039;, EndColorStr=&#039;#141414&#039;, GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: Domine, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 35px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu &gt; ul {
  float: left;
}
#cssmenu &gt; ul &gt; li {
  float: left;
}
#cssmenu &gt; ul &gt; li:hover:after {
  content: &#039;&#039;;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff4500;
  margin-left: -10px;
}
#cssmenu &gt; ul &gt; li:first-child &gt; a {
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#cssmenu &gt; ul &gt; li:last-child &gt; a {
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;
}
#cssmenu &gt; ul &gt; li.active &gt; a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=&#039;#26262c&#039;, EndColorStr=&#039;#070707&#039;, GradientType=0);
}
#cssmenu &gt; ul &gt; li:hover &gt; a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=&#039;#26262c&#039;, EndColorStr=&#039;#070707&#039;, GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover &gt; ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #ff4500;
  border-bottom: 1px solid #aad06d;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #ff0000;
}
#cssmenu .has-sub .has-sub:hover &gt; ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #ff0000;
  border-bottom: 1px solid #97b36b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #345105;
.breadcrumbs{padding:0 5px 5px 0;margin:0 0 5px;font-size:11px;border-bottom:1px double #696969;font-weight:normal}
}


4. Next search code </header>
5. Thereafter the put "copy-paste" CSS code under </header>

<div id='cssmenu'>
<ul>
<li class='active '><a href='/'><span>Home</span></a></li>
<li class='has-sub '><a href='http://onlinedig.blogspot.com/'><span>Blog</span></a>
<ul>
<li>
<a href='http://onlinedig.blogspot.com/'><span>Tutorial Blog</span></a></li>
<li><a href='http://onlinedig.blogspot.com/search/label/Tips%20and%20Trick/'><span>Tips Menu Dropdown</span></a></li></ul></li>
<li class='has-sub '><a href='http://onlinedig.blogspot.com/'><span>SEO</span></a>
<ul>
<li><a href='http://onlinedig.blogspot.com/search/label/SEO%20Friendly'><span>SEO Friendly</span></a></li>
<li><a href='http://onlinedig.blogspot.com/search/label/Download%20Template'><span>Template SEO</span></a></li>
</ul>
</li>
<li><a href='http://onlinedig.blogspot.com/'><span>Contact Us</span></a></li>
</ul>
</div>

Notes :
Replace the HTML code (green color) with the url of your blog. Replace the red code with your Menu Title Name List.

Increase CPC With Google Adsense Filter

For a publisher, we can also increase the revenue of the best PPC such as google adsense, media, Chitika can increase revenue from high click. For the value of each click from any high paid advertising, we have filtered the each advertiser / advertisers that have paid lower.


For Filter Blocked Network Ads in Google Adsense :
1. Login your account google ads
2. Click menu Allow & Block Ads

3. Add list URL site and click button Block URL


Examples list of sites that have a low click value Google Adsense (Update May 2013) :

10bonusringtones.com
12-bestsites.com
12-topsites.com
17173pic.com
1click.com
1st-home-business.net
2000ringtones.com
2020ok.com
4321.co.il
50webs.com
8-topwebsites.com
8bestsites.com
8k.com/AR/
8topsites.com
9starresearch.com
9topsites.com
aavalue.com
advancedwebsearch.info
adventpod.com
agematch.com
ahamsual.com
aish.com
alibaba.com
all-free-info.com
all4download.blogspot.com
allcoolmusic.com
allinformationabout.com
allpspgames.com
alltheautomotive.com
alltheindustrials.com
almaseeh2020.com
amazon.co.uk
amazon.com
anaktimor-17.blogspot.com
anrdoezrs.net
apparelplace.net
aprido.com
aradaz.blogspot.com
arc99.com
arcaderockstar.com
archiveknowledge.com
ardice.com
articlescafe.com
asianhotgirls.blogspot.com
ask.com
assortedinternet.com
asynloving.blogspot.com
atdmt.com
audioblog.com
automationanywhere.com
bayardweb.com
best-price.com
best3websites.com
best4sites.net
best4solutions.com
best7sites.com
best8sites.org
bestcomputingsites.com
besthomegardensites.com
bestringdownloads.com
bestwebdiscounts.com
bestwebpix.com
bestwebpix.net
betterbusinessreviews.org
betterbusinessreviewsonline.org
big.com
bigpoint.com
bigpoint.ru
bittorrentsoftwaredownload.com
bleach-video-series.blogspot.com
blinkbits.com
blog-software-blog.com
blog.co.uk
blogdojeguebr.blogspot.com
blogexplosion.com
bloggercrab.com
blogging-bonanza.com
bloggingbiz.com
bloggingequalizer.com
bloggingsecrets.com
blogharbor.com
blogidentity.com
blogigo.com
blogit.com
blogizm.com
blogjet.com
blogmysite.com
blogomonster.com
blogpulse.com
blogster.com
blogstogo.com
blogstream.com
blogware.com
buymp3music.info
buzzmetrics.com
canaca.com
cardgas.net
cbtclips.com
cc-dt.com
cerado.com
chat-land.org
cheaptravelnetwork.com
cheblogs.com
child-support-laws-state-by-state.com
chosenresult.com
chrisabraham.com
cjb.net
clear0.com
clickbank.net
clobo.com
cnsale.com
co.cc
cohit.com
comparisonwarehouse.com
computer-offer.com
computerweekly.com
consumerincentivepromotions.com
consumersearch.com
coolringtones.com
coolstartpages.com
corda.com
creative-weblogging.com
cro-forumer.com
crosswayradio.com
csimiamiweekend.com
cucirca.com
cv2006.biz
dbmoz.biz
dbmoz.com
dbmoz.net
dealtime.co.uk
dexigner.com
didakutz.com
digg4it.com
digitalearning.com
digitaljuice.com
direct-tones.com
dirkw.com
discussit.biz
domaindirect.com
download-it-free.com
download.com
downloadlegal.com
downloadrings.com
downtown-internet.com
dpbolvw.net
dpdigest.com
dreamhost.com
drift-kings.com
dropshots.com
dwg-radio.net
e-isn.com
e-nternet.com
e-softwaresource.com
eanimationschools.com
earnings-splits-ipo.com
easyeart.co.uk
ebay.co.uk
ebay.com
ebay.com.au
ebay.com.my
ebay.de
ebay.in
ebay.it
ebay.ph
ebosa.com
editionscharrue.com
editme.com
editorskeys.com
edmunds.com
egoweblog.com
elmassihfitunis.com
elmassihfitunis.info
elmassihfitunis.net
elmassihfitunis.org
emotivationalvideos.com
enewsblog.com
ephotoalbum.net
esnips.com
etraveldiary.com
ettariq.net
everyclick.com
everyrule.com
ewoss.info
ewossnewsbar.com
ewossuk.com
excelsiorweddingservices.com
expert-expert.com
extreme-rides.com
ez-tracks.com
ez4search.com
ezsgblog.com
faces.com
factguide.org
fairfaxchristianschool.com
family-offer.com
familytravelfun.com
fastcoolrides.com
faster-results.com
feedzilla.com
fieldinfocus.co.uk
filthyrichtips.com
finditonline.ws
findmyringtones.com
fored.co.uk
free-pictures-photos.com
free-ringtones-4all.net
free-ringtones-4u.net
free-ringtones-now.net
freeforex.org
freehostia.com
freeipodplayers.com
freelancerprojects.com
freelanceworkexchange.com
freemusiq.com
freewebs.com
friendcircles.com
fs126.go3.icpcn.com
funtripguides.com
gametap.com
geekbidder.com
getanysong.com
getmusicfree-jump.com
getsongsnow.com
getworldpassport.com
giantexplorer.com
globalsources.com
go.com
go27.com
goodbookforyou.com
googlepages.com
gothomepages.com
gotrinigo.com
gowholesale.com
gr8info.net
greatinfo.biz
growinglifestyle.com
gubaara.com
guideya.com
guildwars-hispano.com
haohao99.com
healthline.com
hiphopruckus.com
holyland-pilgrimage.org
homocon.com
hot4sites.com
iact.ie
idesktopwallpaper.net
igossip.com
imusic-downloads.com
imusicsearch.com
incentiveleader.com
incentiverewardcenter.com
indeed.com
info-on.biz
info.com
infoforyourhealth.com
infoscouts.com
infosearch4u.com
infoworld.com
inhunt.com
innsurance.us
internet-downloads.net
invent-pro.com
isontheweb.co.uk
ittoolbox.com
ivillage.com
ivue.com
jesus.net
jesus.net/widget/free_tool
jesus2020.com
jesus2020francais.com
journalhome.com
journallog.com
jumptv.com
justanswer.com
k-litetk.com
kagakribet.com
keepmedia.com
knowledgestorm.com
lagreenteam.com
latesttvdownloads.com
ldsplanet.com
lesbianconnect.com
lifeagapeeg.org
links-4-you.com
linxbest.com
livrespourtous.com
local.com
logmein.com
logo-lites.com
lu8.org
maarifa.net
maarifatallah.com
mahabbatallah.org
mail.ru
majorscripts.com
makepropaganda.com
mamma.com
managedxll.com
marketingwithsafelists.com
marriageandgod.com/
maseeheyat.com
massi7e.com
masud.atbhost.net
mediabyslice.com
mediaplex.com
mediataskmaster.com
megasearch.biz
miego.com
mobifun.fr
monstermarketplace.com
moretoblog.com
morpheusultra.com
movieadvanced.com
movies-all-free.com
mpfree.com
mqsearch.co.uk
musicvideosunlimited.net
mybasement.org
mykindaplace.com
mylot.cc
mylot.com
net-vids.net
nextag.com
nourmajjani.com
oasisoutreach.org
oemji.com
offthehook-ringtones.com
onpointhealth.com
paltalk.com
perrymarshall.com
phpwebhosting.com
pictures88.com
picturetoplist.com
pimpingyourspace.com
pimpmyride.com
plentyoffish.com
pluck.com
popularq.com
powerfulmoney.info
precious-articles.com
preisvergleich.de
pricegrabber.com
professionaladvices.com
profilevideos.net
pronto.com
prosperall.com
proxyexplorer.co.cc
purchasepro.org
purebusiness.com
puredirectory.com
qckjmp.com
ratedsolutions.com
ratherbecreative.com
rayslist.com
rebrandsoftware.com
registryonwindows.com
reviewsbykrystal.com
ringringmobile.com
ringtonemusic.info
rocketinfo.com
schtuff.com
screensavers.com
searchignite.com
searchinaflash.com
secretsatellite.com
selfhelprefer.com
serdakowski.com
shafi1.blospot.com
shopica.com
shopo.tv
shopping.com
shoppingare.blogspot.com
shopzilla.com
sitesell.com
smarter.com
smartsharing.net
smartsontap.com
spiritualear.org
starware.com
stylinonline.com
successuniversity.com
superpages.com
symtrax.com
tethyssolutions.com
thinktarget.com
tips2info.com
tntdownloads.com
tools4myspace.com
top-10sites.com
top-3-sites.com
topbestsites.org
topsecrettraining.com
toptensites.org
toseeka.com
toy-offer.com
tractionsoftware.com
tradernick.net
traffictransit.com
travelblog.org
travelpod.com
travelpost.com
travian.com
travian.de
tribalddb.co.in
trimdontimes.co.uk
truelocal.com
typepad.com
usefulfaqs.com
utestify.net
valourtv.com
viralshock.com
vivajordan.net
volanthosting.com
vortexhost.com
wareareyou.com

After it, allow up to 1-2 days to process and customize the theme and content of your site article.

How to create a Privacy Policy, Terms of Use, Disclaimer on blogspot


for this article I will discuss the importance of the Privacy Policy, Terms of Service and Disclaimer blogs. This calls you have to do if you want to establish cooperation with all leading PPC services like Google Adsense, Chitika, which requires Media.net blog or site that is used as a publisher has a Privacy Policy which can be accessed by anyone.

Privacy Policy not only for Adsense alone, Privacy Policy Admin also show who can be contacted if you want to ask about the site, tell you about the Log File your blog or website, regulate the use of articles and others.

A website or blog is recommended to use the policies and rules of the site users. This policy is usually poured into the courtyard Privacy Policy, Disclaimer, Terms of Use and the others. You can make it online using the free generator in many sites on the internet. Infodari will provide information about Making Disclaimer and Privacy Online Generator for Blog or Website are free. But before Infodari will give a brief explanation of these policies.


Privacy Policy
is a statement or a legal document (privacy law) that reveal some or all of the way to collect, use, disclose and manage customer or client data. Personal information can be anything that can be used to identify an individual, including without limitation, your name, address, date of birth, marital status, contact information, issue ID and expiry dates, financial records, credit information, medical history, where where you visit, and intention to acquire goods and services. In business it is often the case that states the party's policy statement on how to collect, store, and provide personal information that is collected. This tells the client what specific information is collected, and whether it is confidential, to partners, or sold to another company or companies. (Source: translate from http://en.wikipedia.org/wiki/Privacy_policy)

Privacy policy is also frequently posted on the blog. There's even a WordPress plugin to automatically create a privacy policy. But in my opinion for a personal blog, the privacy policy is not necessary. Unlike the case if you make some sort of social networking site or a kind of forum, this privacy policy is necessary. The following is excerpted from infodari.com explanation:


Disclaimer
Such a warning is given by the auditor. Disclaimer or denial statement for the purpose of protection given to the website owner or the site as a conduit of information. Readers of a site is considered automatically accept the terms and conditions that apply to the site, including the disclaimer clauses.


Terms of Use
(Commonly abbreviated as TOS) and also known as the Terms of Use, Terms & Conditions) which rules must be agreed to abide to use the service. Terms of Service can also be referred to as Terms of Use or sometimes just denial, especially regarding the use of the website. (Source: http://en.wikipedia.org/wiki/Terms_of_service)

Many sites that provide manufacturing or disclaimer privacy policy or terms of service, whether paid or free. If you would like to make a disclaimer or privacy policy or terms of service for your website or blog instantly, you can use some of them sites mentioned below.

Here are some websites Disclaimer and Privacy Policy Online Free Generator you can use:
1. privacypolicyonline.com

2. serprank.com

3. freeprivacypolicy.com

4. PriorityDigital.com

How to Create a Banner and Logo Blog

we often see the banner and logo in the blog blog, because the banner and logo has more value in a blog than a blog that has no banner and logo. Banner is one of the media to promote a product. While the logo is an image that reflects reality or label name published. Examples of its use is when we do a link exchange, many who use blogs as a symbol and banner promoting your blog. Banner that will attract more visitors likeable.
banner more often used to create an ad. Do not be surprised if you see a lot of banners are mounted on both the above blog, header, sidebar, footer, post and so on. In addition to advertising, banner also been used to increase the backlinks. The bloggers immediately chase the amount of traffic a link to a website known for high pagerank. Then, if your blog by the method will be favored by the search engines?

Before stepping into a more detailed discussion, we need to know how to create a simple banner is to utilize a website that provides tools banner maker.
Creating a Logo or Banner in Cooltext:
1. Please visit www.cooltext.com
2. Select the type of writing or logo you want to create. and compensation and Write Your blog name in the text field provided.
3. Select the setting and size of text and other characters. and also insert the background image which you have prepared in your computer.
4. Select an image file format that will be downloaded. Select the type of PNG / JPEG so that the result is good.
5. Click the Create Logo
6. Download Image logo or banner.

After you download, you can upload it to the header section by going to blogger.com and select Layout >> Design. Click the Header. Then insert the logo image that you have downloaded earlier. Select the second option on the placement of the blog title and description. Then Save.
In addition you can also upload at www.photobucket.com

How to Create a Sitemap Using PHP

Sometimes to create a website, one easy way to get our site indexed by search enggine is using sitemap. A sitemap is a systematic one stage used by webmasters or web-based application developers to notify or inform the search engines like Google on the page that has been made ​​to trace or index.

Understanding simple, sitemap inform that we have to write something on the web or blog. Sitemap contains a list of urls that exist in a web with metadata about the article when it was made, how often it's updated posts, how important writing was to be traced and others.

How to Create Sitemap able to use PHP, HTML, and use the free service sitemap maker. The process is usually to Google Webmaster Tools to submit to the search engines may take 1-3 days. So, you have to be patient so that your website can be indexed quickly as expected.

How to Create a Sitemap Using PHP

There is a manual method that we can use, that is to develop a sitemap using xml file type. The steps can you see in www.sitemaps.org. For those of you who like to use tools that have been developed by a particular community, can try the tools below.

Enarion phpSitemapsNG
XML Sitemap Generator
Outil en PHP
SiteMap XML Dynamic Sitemap Generator

I suggest using the Simple Sitemaps for complete installation guide and not overly complicated than others. Or you can also use the facilities that support XML Sitemap Generator with Google.