<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>All About Blog</title><description></description><managingEditor>noreply@blogger.com (Tonci)</managingEditor><pubDate>Fri, 1 Nov 2024 17:33:54 +0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">19</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://toncibro.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>Scheduling Your Post</title><link>http://toncibro.blogspot.com/2008/06/scheduling-your-post.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Sat, 14 Jun 2008 02:40:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-3909180988097182685</guid><description>Sometimes you have many ideas on your head. Flowing to your fingers as you writing your posts. But sometimes too, you are stuck between walls, don't know what to write. You need a way to balance this condition in order to keep posting-continuity of your blog.&lt;br /&gt;&lt;br /&gt;The way to balance this 2 conditions is by scheduling your posts. I have made a post about &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/how-to-manipulate-post-date-on-blogger.html"&gt;how to manipulate your post date&lt;/a&gt; on blogger. By manipulating your post date, you can't only make post date older but also make your post date newer. Blogger calls it scheduling. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Create new post as usual. After everything done, click '&lt;span style="font-weight:bold;"&gt;Post Options&lt;/span&gt;' on low left corner of write area. On 2 rigtf fields; post date and time stamp, change them with future date and time. And then publish your post. Blogger will automatically publish your post on date and at time you entered.&lt;br /&gt;&lt;br /&gt;Within this way, you can write 5 posts at one night and then publish them for next 5 days one by one. This is good for your blog since search engines like fresh and updated blogs.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>How to Change Your Page Icon</title><link>http://toncibro.blogspot.com/2008/06/how-to-change-your-page-icon.html</link><category>Blogger Tips</category><author>noreply@blogger.com (Tonci)</author><pubDate>Fri, 13 Jun 2008 03:50:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-124679704506338944</guid><description>Page icon or Favorite Icon, oftenly only written FaveIcon, is a small picture on address bar or tab bar. See picture below.
&lt;br /&gt;
&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJoxZis7YRPIZ6RmzpWZ5inpNzbnGSs2C4HcMXca0QBfByKPqwbCL6mH3VY7YU6f67adX0igPeJxsY3Uo_9XTyAOTGio9C1ILv30WVhCD_iWLpRxhAMBHFMM0QOX7tK_k3jOjSzqzw8Ail/s1600-h/Favorite+Icon.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJoxZis7YRPIZ6RmzpWZ5inpNzbnGSs2C4HcMXca0QBfByKPqwbCL6mH3VY7YU6f67adX0igPeJxsY3Uo_9XTyAOTGio9C1ILv30WVhCD_iWLpRxhAMBHFMM0QOX7tK_k3jOjSzqzw8Ail/s400/Favorite+Icon.jpg" alt="" id="BLOGGER_PHOTO_ID_5210715853648318418" border="0" /&gt;&lt;/a&gt;
&lt;br /&gt;All 1, 2 and 3 icon on picture above is FaveIcon. Number 1 is default blogger FaveIcon while number 2 and 3 are custom FaveIcon. If you are bored with default blogger FaveIcon, although I think it's a very good icon, you can make your own FaveIcon. It's needed to make your blog more associated with you (personal).
&lt;br /&gt;
&lt;br /&gt;Follow these steps to make your FaveIcon: &lt;span class="fullpost"&gt;
&lt;br /&gt;
&lt;br /&gt;1. Create an image using Adobe Photoshop, Corel Draw or any image creation software. The image should be 16x16 pixels. Save it as .gif or .png.
&lt;br /&gt;
&lt;br /&gt;2. Upload your image to an online storage. For online storage, my favorite is google pages. Read &lt;a target="new" href="http://toncibro.blogspot.com/2008/06/save-your-images-online-on-google-pages.html"&gt;here&lt;/a&gt; how to create a google pages account.
&lt;br /&gt;
&lt;br /&gt;3. Go to your blogger account - Layout - Edit HTML. Find this code (use ctrl+f):
&lt;br /&gt;&lt;textarea rows="2" cols="90"&gt;&lt;title&gt;&lt;data:blog.pagetitle/&gt;&lt;/title&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;4. Add this code right below it:
&lt;br /&gt;&lt;textarea rows="2" cols="90"&gt;&lt;link href="YOUR IMAGE URL HERE" rel="shortcut icon"&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;5. Save template. Preview first if you want to make sure.
&lt;br /&gt;
&lt;br /&gt;Now you have your own FaveIcon. Change it anytime it bores you.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; </description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJoxZis7YRPIZ6RmzpWZ5inpNzbnGSs2C4HcMXca0QBfByKPqwbCL6mH3VY7YU6f67adX0igPeJxsY3Uo_9XTyAOTGio9C1ILv30WVhCD_iWLpRxhAMBHFMM0QOX7tK_k3jOjSzqzw8Ail/s72-c/Favorite+Icon.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Save Your Images Online on Google Pages</title><link>http://toncibro.blogspot.com/2008/06/save-your-images-online-on-google-pages.html</link><category>Blogging Tips</category><author>noreply@blogger.com (Tonci)</author><pubDate>Thu, 12 Jun 2008 03:04:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-9030178186364592661</guid><description>Actually &lt;span style="font-weight: bold;"&gt;google pages&lt;/span&gt; is similar with blogger. Its main function is a blog. You can make your personal blog on google pages. But since it's very limited in visual, design and function, people currently use google pages only for saving files online, mostly image files.&lt;br /&gt;&lt;br /&gt;This is a very reliable storage; big capacity (100 MB), good connection and free. Even if you are using someone's template, default template or custom template, for your blog, you still need to upload all its images to your own google pages. Because if you don't, it may happen "limit bandwidth exceeded" when too many blogs using same template access same image. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;To make a google pages, go to &lt;a target="new" href="https://www.google.com/accounts/ServiceLogin?service=pages&amp;amp;continue=http%3A%2F%2Fpages.google.com%2F&amp;amp;ltmpl=yessignups"&gt;this address&lt;/a&gt;. Sign in using your google account. You can find there menu to upload images. Upload all of your template's images to your account.&lt;br /&gt;&lt;br /&gt;Too access your google pages again, simply type "pages.google.com" at your address bar.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Adding Search Function to Your Blog</title><link>http://toncibro.blogspot.com/2008/06/adding-search-function-to-your-blog.html</link><category>Blogger Tips</category><author>noreply@blogger.com (Tonci)</author><pubDate>Wed, 11 Jun 2008 02:18:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-1947401894684363737</guid><description>One important thing but not yet provided by blogger to page elements/widgets list is &lt;span style="font-weight: bold;"&gt;search function&lt;/span&gt;. This widget is available on wordpress but not on blogger.&lt;br /&gt;&lt;br /&gt;If you use a custom template, this is not a problem since many custom templates has already provided search function button. Like the one this blog is using (see top-right corner). But if you are using default template from blogger, then this is a problem since search function is not available. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Off course you can find this type of widget over the net but if you don't have time, why not make one yourself? If you familiar with coding, you can insert code to HTML layout. I'm not familiar with coding so I'll provide simple code to add to your widget without even touching your HTML layout.&lt;br /&gt;&lt;br /&gt;Simply put this code to your 'text' or 'HTML/JavaScript' page element:&lt;br /&gt;&lt;br /&gt;&lt;textarea rows="3" cols="90"&gt;&lt;div class="Search"&gt;Type and Hit Enter&lt;form action="/search" method="get"&gt;&lt;input class="keyword" name="q" type="text"&gt;&lt;/form&gt;&lt;/div&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;This search function will search all posts within 'word' you enter. Try it here:&lt;br /&gt;&lt;br /&gt;&lt;div class="Search"&gt;Type and Hit Enter&lt;form action="/search" method="get"&gt;&lt;input class="keyword" name="q" type="text"&gt;&lt;/form&gt;&lt;/div&gt;&lt;br /&gt;Keep happy blogging and have a nice day.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Adding Meta Data to Your Blog</title><link>http://toncibro.blogspot.com/2008/06/adding-meta-data-to-your-blog.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Sat, 7 Jun 2008 18:40:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-5679898030810633693</guid><description>As far as I know, &lt;span style="font-weight: bold;"&gt;Meta Data &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;did help&lt;/span&gt; my blog to get more liked by search engine. Meta Data is like a short narration of a blog. It also contain keywords which a blog uses to declare itself.
&lt;br /&gt;
&lt;br /&gt;To put Meta Data into your blog, go to your &lt;span style="font-weight: bold;"&gt;Blogger account&lt;/span&gt;, go to &lt;span style="font-weight: bold;"&gt;Layout&lt;/span&gt; and then click &lt;span style="font-weight: bold;"&gt;Edit HTML&lt;/span&gt;.
&lt;br /&gt;
&lt;br /&gt;Then look for the code below.
&lt;br /&gt;
&lt;br /&gt;&lt;textarea rows="1" cols="90"&gt;&lt;head&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;YOUR META DATA HERE&lt;/span&gt; (directly under head).
&lt;br /&gt;
&lt;br /&gt;&lt;textarea rows="1" cols="90"&gt;&lt;b:include data="blog" name="all-head-content"&gt;&lt;/textarea&gt;&lt;span class="fullpost"&gt;
&lt;br /&gt;
&lt;br /&gt;Now you know where to put Meta Data, copy the following 3 codes into your blog.
&lt;br /&gt;
&lt;br /&gt;This code to invite search engines' robots to visit your blog:
&lt;br /&gt;&lt;textarea rows="1" cols="90"&gt;&lt;meta content="INDEX, FOLLOW" name="robots"&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;This code is a description of your blog:
&lt;br /&gt;&lt;textarea rows="1" cols="90"&gt;&lt;meta content="Your description here" name="description"&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;This code is adding keywords to your blog:
&lt;br /&gt;&lt;textarea rows="2" cols="90"&gt;&lt;meta content="Your keywords here - separate each word with coma (,)" name="keywords"&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;To see the actual implementation of Meta Data, view page source of this blog or any blog you want to know its Meta Data. Just use &lt;span style="font-weight: bold;"&gt;Ctrl+U&lt;/span&gt; if you are using Firefox.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>How to Make Links on Same Page</title><link>http://toncibro.blogspot.com/2008/06/hot-to-make-links-on-same-page.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Fri, 6 Jun 2008 13:16:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-3847622661367323450</guid><description>I'm sure you happened to meet links on same page. Most common text for this is "Back to Top". When you click it, your screen will display top part of page you are viewing. These kind of links also often used on Frequently Asked Questions (FAQ) page. There's menu on top and whole descriptions below it. Another function is when you have footnotes, you can easily make links to your footnotes.&lt;br /&gt;&lt;a name="todo"&gt;&lt;/a&gt;&lt;br /&gt;To do this, follow the steps:&lt;br /&gt;&lt;br /&gt;1. Make an ANCHORNAME like this:&lt;br /&gt;&lt;textarea rows="2" cols="40"&gt;&lt;a name="any name here"&gt;left it blank&lt;/a&gt;&lt;/textarea&gt;&lt;br /&gt;Put that code on top/same line of text you want to point.&lt;br /&gt;&lt;br /&gt;For this example, I will point to words "To do this, follow the steps:"&lt;br /&gt;&lt;textarea rows="2" cols="40"&gt;&lt;a name="todo"&gt;&lt;/a&gt;&lt;/textarea&gt;&lt;br /&gt;So I will put ANCHORNAME on top of those words.&lt;br /&gt;&lt;br /&gt;2. Publish your post. This step to get the permalink/URL page of your post. View your post and copy its address. You're going to use it later. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;3. Edit again your post.&lt;br /&gt;&lt;br /&gt;4. Make a link name point at your anchor name. Here the example:&lt;br /&gt;&lt;textarea rows="2" cols="90"&gt;&lt;a href="http://toncibro.blogspot.com/2008/06/hot-to-make-links-on-same-page.html#todo"&gt;Back to Top&lt;/a&gt;&lt;/textarea&gt;&lt;br /&gt;Link to your ANCHORNAME is &lt;span style="font-weight: bold;"&gt;URL + #anchor name&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Click link below to see how it works.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/2008/06/hot-to-make-links-on-same-page.html#todo"&gt;Back to Top&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Little different code &lt;span style="font-weight: bold;"&gt;works on wordpress but not on blogger&lt;/span&gt; is like this:&lt;br /&gt;&lt;textarea rows="2" cols="90"&gt;&lt;a href="http://toncibro.blogspot.com/2008/06/hot-to-make-links-on-same-page/#todo"&gt;Back to Top&lt;/a&gt;&lt;/textarea&gt;&lt;br /&gt;See the difference, also URL + #anchor name but written with "/" and no ".something".&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: line-through;"&gt;Don't&lt;/span&gt; try this at your home.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How to Make Text Area</title><link>http://toncibro.blogspot.com/2008/05/how-to-make-text-area.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Tue, 20 May 2008 03:25:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-2110913843985941656</guid><description>Some times, you need to embed html codes to your posts. Html codes always begin with "&lt;&gt;" signs. On &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/playing-with-fonts.html"&gt;this post&lt;/a&gt;, I used "()" to make examples of html codes so blogger wouldn't read them as html. There's another way to do it; to show the exact codes without read as html by blogger, by using &lt;span style="font-weight: bold;"&gt;text area&lt;/span&gt;.
&lt;br /&gt;
&lt;br /&gt;This is the example of text area:
&lt;br /&gt;
&lt;br /&gt;&lt;textarea rows="3" cols="25"&gt;&lt;a target="new" href="http://toncibro.blogspot.com"&gt;All About Blog&lt;/a&gt;&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;You see above, all html codes written as they should be without ruining others.
&lt;br /&gt;
&lt;br /&gt;This is what you write to make text area: &lt;span class="fullpost"&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;textarea rows="3" cols="50"&gt;Start with &lt;textarea rows="insert number" cols="insert number"&gt;your words here; close it with &lt;/...&gt;. Change "..." with "textarea". That's how you close every html code. &lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;Text area often used to show your URL to readers like I used on side bar of &lt;a target="new" href="http://toncibro.blogspot.com/"&gt;this blog&lt;/a&gt;. Yes, it often used to exchange links between blog masters.
&lt;br /&gt;
&lt;br /&gt;You can also use text area on any comment of a blog as long as the blog master activate html for comments. Try it on comment here.
&lt;br /&gt;
&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Styling Your Posts</title><link>http://toncibro.blogspot.com/2008/05/playing-with-fonts.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Mon, 19 May 2008 18:41:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-6047906876865080403</guid><description>Most of things to do to post your content I've already described &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/posting-you-contents.html"&gt;here&lt;/a&gt;. Now may be you want to make it more beautiful or just for functional reasons, I will tell some style in writing posts.&lt;br /&gt;&lt;br /&gt;You already knew  &lt;span style="font-weight: bold;"&gt;bold&lt;/span&gt; and &lt;em&gt;italic&lt;/em&gt;, if not, use this step:&lt;br /&gt;&lt;br /&gt;To make bold, use ctrl+b or html code (strong). After that use ctrl+b again or (/strong) to close/back to normal.&lt;br /&gt;To make italic, use ctrl+i or html code (em). Close with ctrl+i again or (/em).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; For actual writing, change all signs ( ) with &lt; &gt;. I don't use &lt; &gt; so you can see codes  used.&lt;br /&gt;&lt;br /&gt;One more style used often is &lt;span style="font-weight: bold;"&gt;line through&lt;/span&gt;. Line through used if you want to update something on your posts so your readers will know the original words of it. See this example: &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;...sadly, the image is not available...&lt;br /&gt;&lt;br /&gt;And then after updated, it's going to be like this:&lt;br /&gt;&lt;br /&gt;...&lt;span style="text-decoration: line-through;"&gt;sadly, the image is not available&lt;/span&gt;...&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Update: The image is available and you can preview it.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To make line through, use html code (span style="text-decoration: line-through;")&lt;span style="font-style: italic;"&gt; your words here&lt;/span&gt; (/span).&lt;br /&gt;&lt;br /&gt;On above example I also used font color to make it more catchy, described &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/posting-you-contents.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;One more thing to use is &lt;span style="font-weight: bold;"&gt;block quote&lt;/span&gt;. It's used to quote sentences from somebody else's book/blog. This is the example:&lt;br /&gt;&lt;br /&gt;Jim wrote:&lt;br /&gt;&lt;blockquote&gt;On Friday April 18, crude oil price hit record $ 117 a barrel. This up of price is caused of an attack on oil pipeline by rebels in Nigeria, Africa's largest oil producer. Supply fears were stoked after Nigerian militants claimed Friday to have sabotaged a major oil pipeline belonging to Anglo-Dutch group Royal Dutch Shell, promising many more similar attacks.&lt;/blockquote&gt;&lt;br /&gt;To make block quote, use this html code (blockquote) &lt;span style="font-style: italic;"&gt;your words here&lt;/span&gt; (/blockquote).&lt;br /&gt;&lt;br /&gt;Usually, block quote will give big quote (") sign before &lt;span style="font-style: italic;"&gt;your words&lt;/span&gt; but not always, depends on the blog template you are using. Quote sign is not from font but from image which is provided by your template, or not.&lt;br /&gt;&lt;br /&gt;Remember, the main reason of these styles are for functional reasons so don't use them too often unless it's necessary and related to what you are writing.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>How to Manipulate Post Date on Blogger</title><link>http://toncibro.blogspot.com/2008/05/how-to-manipulate-post-date-on-blogger.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Fri, 16 May 2008 09:03:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-2844162325240105087</guid><description>Sometimes you need to change post date or time stamp of your posts. May be you just want to insert a post in-between posts or you steal somebody else's content so you don't want to be pointed as copy cat; make it as if your post published earlier.&lt;br /&gt;&lt;br /&gt;If case you want to manipulate post date or time stamp of your posts, here is an easy guide. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Go to 'Edit Post' menu as described &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/editing-your-posts.html"&gt;here&lt;/a&gt;. Pick a post you want to edit. On the bottom of write area, there is a menu '&lt;strong&gt;Post Options&lt;/strong&gt;'. Click it and look for your right. There is a writing '&lt;strong&gt;Post date and time&lt;/strong&gt;' with two field oxes below it. This is it. Those 2 field boxes can be changed with date and time you like.&lt;br /&gt;&lt;br /&gt;Change it according to the format shown. With this way, you can arrange all your posts according to your times.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total></item><item><title>Editing Your Posts</title><link>http://toncibro.blogspot.com/2008/05/editing-your-posts.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Fri, 16 May 2008 08:49:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-2968977126376954167</guid><description>This is the continuity of &lt;a href="http://toncibro.blogspot.com/2008/05/posting-you-contents.html"&gt;&lt;span style="font-weight: bold;"&gt;Posting Your Contents&lt;/span&gt;&lt;/a&gt;. The next menu on posting is 'Edit Posts'. Click it and you will see your posts on it.&lt;br /&gt;&lt;br /&gt;As you can see, you can search your post, how many posts you want to show on it and view all available posts. Mouse over post you want to edit and then click 'Edit'. You will be taken to area just like 'Create' one. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Here you can change part or whole post and do it all over again just like &lt;a href="http://toncibro.blogspot.com/2008/05/posting-you-contents.html"&gt;creating new one&lt;/a&gt;. Here you can change labels and post date too. If you want to insert a post between two post, you can &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/how-to-manipulate-post-date-on-blogger.html"&gt;change the post date&lt;/a&gt;. You can delete comment from specific post here&lt;br /&gt;&lt;br /&gt;You can also delete posts you might regret.&lt;br /&gt;&lt;br /&gt;I think that's it. It's an easy topic.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Posting You Contents</title><link>http://toncibro.blogspot.com/2008/05/posting-you-contents.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Fri, 16 May 2008 07:25:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-2981001321914278813</guid><description>Go to your account and then choose 'Posting'. There are 3 options on it; &lt;span style="font-weight: bold;"&gt;Create&lt;/span&gt;, &lt;span style="font-weight: bold;"&gt;Edit Post&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Moderate Comments&lt;/span&gt;. Related to the topic, I will describe the first two since 'Moderate Comments' will take you to 'Settings' which I have described &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/setting-up-your-blog.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Click 'Create'. This is area where you can post article to your blog.&lt;br /&gt;- Write your title.&lt;br /&gt;- Write you labels. You can read what labels  are &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/layout-for-your-blog.html"&gt;here&lt;/a&gt;.&lt;br /&gt;- Write your post. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;There are two types of writing mode; &lt;span style="font-weight: bold;"&gt;Compose&lt;/span&gt; and &lt;span style="font-weight: bold;"&gt;Edit HTML&lt;/span&gt;. Compose is normal mode like you write on Microsoft Words. Edit HTML is adding HTML code to your post. If you don't know HTML, this is a good place to learn HTML for beginner.&lt;br /&gt;&lt;br /&gt;Firs choose 'Compose' and write your post.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS9GUZm-LlmIdVfEP-XZMANoJlKfqYw6ZYLALIFhWZBkoZizRWFEvuQ2oyA0coWgj1NHobvmMk_PUpU18b-TIBO32w-JNvcRfSSJb74uDl-fHWt201Lts1Zh8LymljwFsOg0Ee6MTLzgzg/s1600-h/Post-Option.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS9GUZm-LlmIdVfEP-XZMANoJlKfqYw6ZYLALIFhWZBkoZizRWFEvuQ2oyA0coWgj1NHobvmMk_PUpU18b-TIBO32w-JNvcRfSSJb74uDl-fHWt201Lts1Zh8LymljwFsOg0Ee6MTLzgzg/s400/Post-Option.jpg" alt="" id="BLOGGER_PHOTO_ID_5200773635984208994" border="0" width="500" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;From the picture above, let's go left-to-right. Most of them like Microsoft Words but here we go:&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Font&lt;/span&gt; choose your desirable font. Better leave it default so it will match your other posts except if you have words you want to highlight then you can use different fonts.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Font Size&lt;/span&gt;, clear enough, same as description on Font.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Bold Font&lt;/span&gt;, this is to bold your words. Use ctrl+b as shortcut key.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Italic&lt;/span&gt;, to make you font &lt;span style="font-style: italic;"&gt;italic&lt;/span&gt;. Use ctrl+i as shorcut key.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Font Color&lt;/span&gt;, click it and choose desirable color for your text.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Link&lt;/span&gt;, this is to input URL link/link from web site.&lt;br /&gt;- The next four icon is your text alignment.&lt;br /&gt;- The next two icon is to make per-point line.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Spelling Check&lt;/span&gt;, this is to check your language spelling. It also gives you recommended words for wrong spelled words. Same like Microsoft Words.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Insert Image&lt;/span&gt;, this button is to insert image to your posts. Click it, choose image alignment and how big your image you want to show then click 'Browse'. After that click 'Upload'. If you're there for the first time, you have to fill check box for TOS with &lt;a target="new" href="http://www.blogger.com/"&gt;Blogger&lt;/a&gt; that you don't infringe copyright for image uploaded.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Add Video&lt;/span&gt;, this is similar with 'Insert Image'. Just browse and upload. Since it will slower loading time for my blog, I rarely use this button.&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Remove Format&lt;/span&gt;, use it to remove any format you've made to your post. Select words or images first then click it.&lt;br /&gt;&lt;br /&gt;Now you're familiar with 'Compose'. It's time to click 'Edit HTML'. If you don't know anything about HTML, you can see HTML codes for any change you made before. &lt;span style="font-style: italic;"&gt;Voila&lt;/span&gt;, you've learned some basic HTML codes.&lt;br /&gt;&lt;br /&gt;On the bottom of write area, there 'Post Option'. Click it and choose personalized comment option for the post. For sensitive post, you can choose 'Don't Allow' but it's no use. Readers can comment on your other posts about any post you made so leave it.&lt;br /&gt;&lt;br /&gt;The other option is 'Post Date and Time'. Read about it &lt;a target="new" href="http://toncibro.blogspot.com/2008/05/how-to-manipulate-post-date-on-blogger.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;After all set, click 'Public Post'. Don't save your post as draft. It's a bad habit. If you're not finish yet, just add "to be continued" on your post. You can always edit publish post on '&lt;a target="new" href="http://toncibro.blogspot.com/2008/05/editing-your-posts.html"&gt;Edit'&lt;/a&gt; menu.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgS9GUZm-LlmIdVfEP-XZMANoJlKfqYw6ZYLALIFhWZBkoZizRWFEvuQ2oyA0coWgj1NHobvmMk_PUpU18b-TIBO32w-JNvcRfSSJb74uDl-fHWt201Lts1Zh8LymljwFsOg0Ee6MTLzgzg/s72-c/Post-Option.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">31</thr:total></item><item><title>Layout for Your Blog</title><link>http://toncibro.blogspot.com/2008/05/layout-for-your-blog.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Sat, 10 May 2008 07:38:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-6553901769790074933</guid><description>Go to your blog account and then click 'Layout'. Now you are on 'Page Elements' menu. As you noticed there are 5 main things on your blog layout: navbar, header, blog posts, side page elements and footer page elements.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Navbar:&lt;/span&gt;&lt;br /&gt;This is a navigation bar on the very top of your blog generated automatically. You can make it disappeared but it will break your Terms of Services (TOS) with Google so let it be there. Click 'Edit' and then choose desired color of your choice then click 'Save'. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Header:&lt;/span&gt;&lt;br /&gt;Click 'Edit'. You see 'Title' and 'Description'. Fill them like you fill on 'Setting' - 'Basic' menu or if you concern about design and don't want any text ruining you header just left it empty. You can also add image for your header. Create a .GIF file first then browse it. Then save it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Blog Posts:&lt;/span&gt;&lt;br /&gt;Most of them have been set up by you on 'Settings'. You can ignore it for now.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Side Page Elements:&lt;/span&gt;&lt;br /&gt;Side page also called side bar or widget bar. This is also a main thing on a blog. This area is for navigation of the blog. Click 'Edit' and see some elements you can add. Add 2 main elements first; 'Blog Archive' and 'Labels'. Blog Archive let your readers view your posts based on months while Labels let your readers view your posts based on categories. When you write a new post, you can add label, write in on right-bottom field. This label will automatically associated with 'Labels' on side bar elements. One post can be on 2 or more labels depend on what you set on that post.&lt;br /&gt;&lt;br /&gt;Two main elements you will deal a lot are 'Text' and 'HTML/JavaScript'. I prefer Text because you can also put HTML/Java Script from third parties on Text.&lt;br /&gt;&lt;br /&gt;You can also add 'Link List'; set of links you like to visit or just your friends' links. I also prefer Text to create list because Link List can't set a link to be opened on a new window/tab. But Link List can order your lists alpabethically while on Text you have to do it manually.&lt;br /&gt;&lt;br /&gt;Those above are important page elements. The rest are just additional. You can try each of them to see if it fits you blog. Don't worry, you can remove it easily.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Footer Page Elements:&lt;/span&gt;&lt;br /&gt;This is exactly same as 'Side Page Elements' only on the bottom of your blog.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Setting up Your Blog</title><link>http://toncibro.blogspot.com/2008/05/setting-up-your-blog.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Sat, 10 May 2008 06:43:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-8338559890027012152</guid><description>I will tell you step by step to set up your blog. Go to your account and then choose menu 'Settings'.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Click 'Basic'.&lt;/span&gt;&lt;br /&gt;Title: Fill with your name or your theme/niche, or anything that will make people know that your blog owned by you.&lt;br /&gt;Description: Fill with description about your blog. This description must have connections with things you will write on your blog.&lt;br /&gt;Add your blog to our listings? Choose 'Yes'.&lt;br /&gt;Let search engines find your blog? Choose 'Yes'.&lt;br /&gt;Show Quick Editing on your Blog? Choose 'Yes'.&lt;br /&gt;Show Email Post links? Choose 'Yes' so your readers can easily email you posts to their friends.&lt;br /&gt;Adult Content? Chose 'No'.&lt;br /&gt;&lt;br /&gt;Ignore Global Settings and then click 'Save Settings'.&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ignore 'Publishing'.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Click 'Formatting'&lt;/span&gt;.&lt;br /&gt;Show: Chose 5 until 7 posts per page. Too many posts will make your blog has longer time to load.&lt;br /&gt;Date Header Format: Choose short like May 10, 2008.&lt;br /&gt;Archive Index Date Format: Choose short like May 2008.&lt;br /&gt;Timestamp Format: Choose short like 6:55 AM.&lt;br /&gt;Time Zone: Choose +x or -x depend on your location.&lt;br /&gt;Language: Choose you desirable language.&lt;br /&gt;Convert line breaks: Choose 'Yes'.&lt;br /&gt;Show Title field: Choose 'Yes'.&lt;br /&gt;Show Link fields: Choose 'Yes'.&lt;br /&gt;Enable float alignment: Choose 'Yes'.&lt;br /&gt;Post Template: Ignore.&lt;br /&gt;&lt;br /&gt;Make sure everything done and click 'Save Settings'.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Click 'Comments'.&lt;/span&gt;&lt;br /&gt;Comments: Choose 'Show'.&lt;br /&gt;Who Can Comment? Choose 'Anyone'.&lt;br /&gt;Comments Default for Posts: Choose 'New Posts Have Comments'.&lt;br /&gt;Backlinks: Choose 'Show'.&lt;br /&gt;Backlinks Default for Posts: Choose 'New Posts Have Backlinks'.&lt;br /&gt;Comments Timestamp Format: Choose short like May 10, 2008.&lt;br /&gt;Show comments in a popup window? Choose 'Yes'.&lt;br /&gt;Enable comment moderation? Choose 'No'. Let your readers write their minds.&lt;br /&gt;Show word verification for comments? Choose 'No'. Don't bothersome your readers.&lt;br /&gt;Show profile images on comments? Choose 'Yes'.&lt;br /&gt;Comment Notification Email: Left it blank.&lt;br /&gt;&lt;br /&gt;Make sure everything done and click 'Save Settings'.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Click 'Archiving'.&lt;/span&gt;&lt;br /&gt;Archive Frequency: Choose 'Monthly'&lt;br /&gt;Enable Post Pages? Choose 'Yes'.&lt;br /&gt;&lt;br /&gt;After that click 'Save Settings'.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Ignore 'Site Feed', 'Email', 'OpenID' and 'Permissions'.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Updating Your Profile on Blogger</title><link>http://toncibro.blogspot.com/2008/05/changing-your-profile-on-blogger.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Sat, 10 May 2008 06:32:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-1593634928837921726</guid><description>You profile will be always shown every time you interact with another blogger users. Go to your dashboard on blogger. If you don't know where you are, click 'Dashboard' on top-right of your screen. After that click 'Edit Profile' on right side.&lt;br /&gt;&lt;br /&gt;Here you can add some information about yourself; your background, your favorites and so on. You can choose you want to share your profile or not. On 'Photograph' you can add your avatar image. Best size is about 2x2 cm or 3x3 cm square.&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Better to share your profile because one of things about blog is socialization. Let other bloggers can view your profile so they can contact your email, give you feed back about your blog's content or just want to socialize with you.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Creating a Blog on Blogger</title><link>http://toncibro.blogspot.com/2008/05/creating-blog-on-blogger.html</link><category>Blogger Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Sat, 10 May 2008 04:23:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-8782274097613401832</guid><description>I love blogger/blogspot. Blogger owned by Google group. I think this is the best free blog around; powerful, coding-friendly, template-friendly and more.&lt;br /&gt;&lt;br /&gt;In order to create a blog on blogger, you have to have a gmail account. Type &lt;a href="http://mail.google.com/"&gt;mail.google.com&lt;/a&gt; and then click button 'Sign Up'. Follow the instruction until you can see you inbox. After that head on to &lt;a href="http://www.blogger.com/"&gt;www.blogger.com&lt;/a&gt; and login using you gmail account. Follow the step, choose desired name and template. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Choose a template which doesn't tire you eyes, eye-friendly. If you want to change template, you can go to menu 'Layout'-'Pick a new template'. Use preview to see what your blog will look  like. Remember, calm tone always work. Your readers need to be comfortable to read your blog. If they're not, they leave.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>Ping After You Post</title><link>http://toncibro.blogspot.com/2008/05/ping-after-you-post.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Tue, 6 May 2008 03:34:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-5446117422406861029</guid><description>Have you seen celebrities on TV speaking to journalists about what they've done, they're doing and they're gonna do? Or a politician make a press conference stating bombastic words? I bet you have. On internet you can do it too. You are a celebrity on your own.&lt;br /&gt;&lt;br /&gt;"How am I gonna do that?" Simple, ping. Ping can be described as narration above. You make a press conference/news about you, in this case, about what you just wrote. By using free ping websites you can send your writing to many news directories. "Will people read it?" That's none your business. Let people decide it. If you wrote superb post, who will miss it anyway? &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Head to &lt;a target="new" href="http://pingomatic.com/"&gt;pingomatic&lt;/a&gt; or &lt;a target="new" href="http://www.pingoat.com/"&gt;pingoat&lt;/a&gt;, they're top 2 ping sites. Put your blog address, select news directory and send it. Remember, be careful if you want to send it to specialized directory. If it's not suitable, readers will flag your blog and off course, it means negative. Safest way is just send it to general directories. Hopefully, when someone see your post, she/he will be interested and heads to your blog. It means positive, traffics for your blog. Again, if your blog has superb contents, she/he will be back later to check for something new.&lt;br /&gt;&lt;br /&gt;Since you need to ping after each time you post, it'll be better if you put ping sites link on your blog widget. Pingoat has beautiful buttons while pingomatic don't so create your own or just use text.&lt;br /&gt;&lt;br /&gt;Make a good post and ping except if you just want to spam, like celebs and politicians do, ping every time you make new post. Check your hit counter and sitemeter to know the result.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total></item><item><title>Tracking your Visitors</title><link>http://toncibro.blogspot.com/2008/04/tracking-your-visitors.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Thu, 24 Apr 2008 19:31:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-428662039747185943</guid><description>After counting your blog visitors, now it's the time for you to track them. Many free web sites will help you to do that. One of top sites that provide good and reliable information on visitors tracking is &lt;a target="new" href="http://sitemeter.com/"&gt;sitemeter&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Sitemeter will give you a code you need to paste it on your text/html widget. Once it's done, a small icon will appear on your blog. You can check it anytime by clicking it and directly go to your account on simeter site. I also use that on this blog. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;You can also customize you sitemeter; make it private for your eyes only, ignore you own visit and set the statistic shown from higher number. Set any number you like.&lt;br /&gt;&lt;br /&gt;Unfortunately for wordpress users, this tracker will not work in full capability because wordpress can't execute java script. For blogger/blogspot and other java script enabled blogs, this tool will give big help. You can track from which country you visitors are, which language, and you can even view IPs and referer sites.&lt;br /&gt;&lt;br /&gt;You can also check who's on, viewing your blog. Sitemeter provide click prediction for your blog in the next, hour, day, week and month based on previous visits. It's only prediction though, don't get a big head yet since it's too kind in predicting the traffic.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Counting your Visitors</title><link>http://toncibro.blogspot.com/2008/04/counting-your-visitors.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Thu, 24 Apr 2008 10:00:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-351495754033621990</guid><description>If you want to know how many time your blog was visited/clicked, you can add a simple widget on your blog page. There are 2 types of click counter; unique visitors counter and page views counter.&lt;br /&gt;&lt;br /&gt;Unique visitor is a unique IP address that visit your blog from. Unique visitor only counted once per day so. While page view is anytime your blog and any page of your blog visited, it's counted. Page view counter doesn't care about the visitor. 1 visitor can make thousands page views. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;I recommend you 2 sites that give free counter, no email and no registration. You can choose whether you want to count unique counter or you want to count page view or both.&lt;br /&gt;1. &lt;a target="new" href="http://www.e-zeeinternet.com/"&gt;e-zeeinternet&lt;/a&gt;&lt;br /&gt;2. &lt;a target="new" href="http://www.free-easy-counters.com/"&gt;free easy counters&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;After you get the code from the site, just copy it to your text/html widget.&lt;br /&gt;&lt;br /&gt;If you have a high pride, you can also set from which number that counter start. You can start the counter from 100 or any number so when someone visits your blog, at least it's not so obvious that your blog has a few visitors.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Registering your Blog(s) to Tens of Search Engine</title><link>http://toncibro.blogspot.com/2008/04/registering-your-blogs-to-tens-of.html</link><category>Blogging Tutorial</category><author>noreply@blogger.com (Tonci)</author><pubDate>Thu, 24 Apr 2008 09:07:00 +0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1836044118499832137.post-8018153589009096034</guid><description>Although in setting of your blog, there is an option for search engine visibility, your blog will not be visible automatically. In order to get your blog indexed by search engine, you have to register it manually. First, register it to top three search engines; Google, Yahoo and MSN.&lt;br /&gt;&lt;br /&gt;To register to Google click &lt;a target="new" href="http://www.google.com/addurl/"&gt;here&lt;/a&gt;.&lt;br /&gt;To register to Yahoo click &lt;a target="new" href="https://siteexplorer.search.yahoo.com/submit"&gt;here&lt;/a&gt; (must have a Yahoo mail).&lt;br /&gt;To register to MSN click &lt;a target="new" href="http://ie.search.msn.com/docs/submit.aspx?FORM=WSDD2"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;And then, you can also submit you blog URL to more than 50 search engines, bigs and smalls, for free. &lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;I know 2 free URL submissions which provide fast respond and result. Both are quite reliable.&lt;br /&gt;1. &lt;a target="new" href="http://freewebsubmission.com/"&gt;freewebsubmission&lt;/a&gt;&lt;br /&gt;2. &lt;a target="new" href="http://www.submitexpress.com/"&gt;submitexpress&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Register your blog to both of them and see the results.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://toncibro.blogspot.com/"&gt;Back to Home&lt;/a&gt; &lt;/span&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>