Monday, 23 January 2012

In order for your blog can be known by others, then the first step you should do is to promote the blog. As for how to promote your blog, I divide into two, namely how online and offline.

How online promotion

1.through to email
Each time you send an email, do not forget to always include or insert your blog address in it.

2.through to Mailing List
Come and join the mailing list (mailing list), then do not forget to always include your blog address in it.

3.Chatting
Chatting is a good tool for promotion. Try to link your blog and ask them to visit him.

4.Do it Guest Blogging
Often visiting other blogs and comment on it but do not forget to insert your blog address in the comment.

5.Giva for Free Blog Templates
If you are adept at creating a template, then try to create a nice template and paste your blog address in the footer of his, and then share these templates for free at your blog visitors or acquaintances.

6.through Search Engine
Surveys prove that most other people's blogs to know us is through search engines (search engines like Google, Yahoo, MSN, and others). The way for your blog quickly detected by the search engines is that you must register first blog to search engines that you want.

through Banner exchange 7.
You can do a banner exchange with other blogs to promote activities. To make a banner for free can visit the site www.addesigner.com.

8.Through to pairs Banner
If exchange banners are usually free, then install this banner must pay. Usually sites - sites that attract banners cost is very famous and many visitors. Detik.com even just to put banner ads cost reaches millions of dollars per month. If you have rizki excess, may try this one tip.

How to offline promotion

1.Card Name
Never forget to always include your blog address on business card.

2.Through to Stickers
Make a nice sticker and paste your blog address and then distributed for free.

3.Through to Brochure
If you ever make a brochure, then do not forget to insert your blog address.

4.Writing articles in the mass media
If you ever write an article or news in newspapers, magazines or other media, it never hurts to include the address of your blog.

5.Seminar speaker
If you have a chance to speak in public, do not forget to call your name and address of your blog!

Good luck...!!

How to Change a Curser in Blog

Posted by Unknown On 11:00 | No comments
If the cursor is usually a blog is just the same regular arrows with the blog - other blogs, blogs are now the cursor can be changed according to taste. would replace the cursor with icon Naruto weapons can also be (not the same - the same pointy) or would be replaced with bamboo spears can too.


But here I just wanted to love the way only, to search for icons cursors please find your own taste (I love the link you choose yourself) ....

Blogger.com Users
An open blogger Login

2 search Layout and then select Add Gadgets
3 select HTML / JavaScript
4 if it is copy and paste the scripts below into its
<style type="text/css"> body {cursor: url ("http://img1.blogblog.com/img/icon18_wrench_allbkg.png"), default} </ style>

red: it is the original script
blue: you can replace with your image url

Quick image search tips: search any web page, bloggers can right click the image and view image, the browser displays the image and in the address bar is Scip link image

5 when it and save it do not forget
6 for other cursor options can you see with CLICK HERE
7.Save..Please see whether you've changed the cursor blog .......

How to Make a Spoiler For Blogger

Posted by Unknown On 10:58 | 1 comment
Spoiler is a means used to hide a link or a collection of links, a collection of text, images, whole or in part of the blog posts and others by using a combination of html and javascript code. The goal is to save space or space in a post or sidebar. Another advantage of using Spoiler is able to reduce the loading time, the intention is, if we use the spoiler in the picture, then our blog will not be affected by the burden of loading can be burdensome. Spoiler can also be used to hide the video so that loading is not heavy.

For example in the post World's Longest Blog Comments, thereafter the contents of a very long comment I hide a Spoiler, so it can be opened and closed. It is conceivable if the text is displayed as is without spoilers then it will take some space and the entire post will be very long and damage the look of the blog.

How to Make Spoiler:

1. How to make a Spoiler without background color.
<div id="spoiler">
<div>
<input name="button" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'CLOSE'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'LOOK AGAIN'; }" style="font-size: 11px; font-weight: bold; margin: 5px; padding: 0px;" type="button" value="Spoiler Without a Background Sample" /></div>
<div id="show" style="border: 1px solid white; display: none; margin: 5px; padding: 2px; width: 98%;">
<div style="text-align: justify;">
Spoiler in the further understanding that it is a way used to hide a link or a collection of links, a collection of text, images, whole or in part of this blog post and others by using the html code. The goal is to save space or space in a post or sidebar. Another advantage of using Spoiler is able to reduce the loading time, the intention is, if we use the spoiler in the picture, then our blog will not be affected by the burden of loading can be burdensome. Spoiler can also be used to hide the video so that loading is not heavy.</div>
</div>
<div id="hide">
</div>

2.SPOILER WITH BORDER AND BACKGROUND COLORS
<div id="spoiler">
<div><input style="font-size: 11px; font-weight: bold; margin: 5px; padding: 0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'Close'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'Show again'; }" name="button" type="button" value="SPOILER WITH BORDER AND BACKGROUND COLORS" /></div>
<div id="show" style="border: 1px solid white; display: none; margin: 5px; padding: 2px; width: 98%;">
<div style="color: #000000; background: none repeat scroll 0% 0% #ebf3fb; border: 1px solid #aaccee; padding: 7px; margin: 0px;">
<p style="text-align: justify;">Spoiler in the further understanding that it is a way used to hide a link or a collection of links, a collection of text, images, whole or in part of this blog post and others by using the html code. The goal is to save space or space in a post or sidebar. Another advantage of using Spoiler is able to reduce the loading time, the intention is, if we use the spoiler in the picture, then our blog will not be affected by the burden of loading can be burdensome. Spoiler can also be used to hide the video so that loading is not heavy.</p>
</div><div id="hide"></div></div></div>

Description:
<Div style = "color: # 000000; = This is to change the text colorbackground: # EBF3FB; = This is to change the background color border: 1px solid # AACCEE; = This is for size and border color

HTML Colour Code for Blog

Posted by Unknown On 10:56 | No comments
For those of you who like to work especial you may post this blog can help you to change the look of your blog more interesting. Here is a collection of collection of color code, color code is often used to edit the template for the needy `or` widgets please copy and paste the color code it, how to use it, copy and paste text, for example for the color white is # FFFFFF code themselves, please try, and good for use 


And Many More :
#FFFFFF
#FFFFCC
#FFFF99
#FFFF66
#FFFF33
#FFFF00
#FFCCFF
#FFCCCC
#FFCC99
#FFCC66
#FFCC33
#FFCC00
#FF99FF
#FF99CC
#FF9999
#FF9966
#FF9933
#FF9900
#FF66FF
#FF66CC
#FF6699
#FF6666
#FF6633
#FF6600
#FF33FF
#FF33CC
#FF3399
#FF3366
#FF3333
#FF3300
#FF00FF
#FF00CC
#FF0099
#FF0066
#FF0033
#FF0000

2
#CCFFFF
#CCFFCC
#CCFF99
#CCFF66
#CCFF33
#CCFF00
#CCCCFF
#CCCCCC
#CCCC99
#CCCC66
#CCCC33
#CCCC00
#CC99FF
#CC99CC
#CC9999
#CC9966
#CC9933
#CC9900
#CC66FF
#CC66CC
#CC6699
#CC6666
#CC6633
#CC6600
#CC33FF
#CC33CC
#CC3399
#CC3366
#CC3333
#CC3300
#CC00FF
#CC00CC
#CC0099
#CC0066
#CC0033
#CC0000

3
#99FFFF
#99FFCC
#99FF99
#99FF66
#99FF33
#99FF00
#99CCFF
#99CCCC
#99CC99
#99CC66
#99CC33
#99CC00
#9999FF
#9999CC
#999999
#999966
#999933
#999900
#9966FF
#9966CC
#996699
#996666
#996633
#996600
#9933FF
#9933CC
#993399
#993366
#993333
#993300
#9900FF
#9900CC
#990099
#990066
#990033
#990000

4
#66FFFF
#66FFCC
#66FF99
#66FF66
#66FF33
#66FF00
#66CCFF
#66CCCC
#66CC99
#66CC66
#66CC33
#66CC00
#6699FF
#6699CC
#669999
#669966
#669933
#669900
#6666FF
#6666CC
#666699
#666666
#666633
#666600
#6633FF
#6633CC
#663399
#663366
#663333
#663300
#6600FF
#6600CC
#660099
#660066
#660033
#660000

5
#33FFFF
#33FFCC
#33FF99
#33FF66
#33FF33
#33FF00
#33CCFF
#33CCCC
#33CC99
#33CC66
#33CC33
#33CC00
#3399FF
#3399CC
#339999
#339966
#339933
#339900
#3366FF
#3366CC
#336699
#336666
#336633
#336600
#3333FF
#3333CC
#333399
#333366
#333333
#333300
#3300FF
#3300CC
#330099
#330066
#330033
#330000

6
#00FFFF
#00FFCC
#00FF99
#00FF66
#00FF33
#00FF00
#00CCFF
#00CCCC
#00CC99
#00CC66
#00CC33
#00CC00
#0099FF
#0099CC
#009999
#009966
#009933
#009900
#0066FF
#0066CC
#006699
#006666
#006633
#006600
#0033FF
#0033CC
#003399
#003366
#003333
#003300
#0000FF
#0000CC
#000099
#000066
#000033
#000000

7
#465584
#EEF2F7
#3A4F6C
#00D
#434951
#555
#777
#DFE6EF
#345487
#F5F9FD
#3860BB
#BCD0ED
#C2CFDF
#F0F5FA
#D1DCEB
#003
#900
#CCE9FD
#E4EAF2
#4C77B6
#DFE6EF
#EEF2F7


Fan Page

Visitors

free counters