Monday, August 16, 2010

Save Widget Below of the Header

Few days ago, there are some friends who ask me, “ How to save widget below header exactly? ” Generally, we can’t save widget or element, right in below of header in Blogger template. Usually, we can only put element or widget in top of Post element, but of course width of that element just as wide as ‘post width’. Then maybe you will ask me, “ Do we have some ways, to save widget or element, exactly below the header? ” The answer is…. Of course, we can…. In fact, we have a lot of ways for fix that thing. But, in order that there are limitations of times and places, I can’t write all of the tricks here. I will only give you one way for fix that problem. Ready? Okay then, here we go….

Follow my instructions below:

  1. Login to Blogger with your id.
  2. Click Layout.
  3. Click Page Element tab, look at the structure of your layout template. Usually, the header element will be show like this :

    header elemen

  4. We are going to fix this thing. Let’s begin the party!!!
  5. Just click Edit HTML tab.
  6. Click sentence Download Full Template, you must backup this thing. It’s very important!
  7. Find out codes which like this :

  8. Delete that code and change with this one:

  9. Click Save Template button. Wait ‘till this is done.
  10. Click Page Element tab and your layout template will be like this :

    header-element

  11. Feel please to customize your blog with a new Page Element below the header.
  12. In order to add Page Element, you can click Add Page Element. You can add anything you want. And then, you can drag the new element, below of header elementr, if you already finish your business with your new element.
  13. If your setting was done, just click SAVE in top of that page.
  14. Well done, now see the result.

Happy blogging to all.

Link to this post

Free Tool : Scott Box Shot Maker 2.0

Hello guys! i'm glad to meet you again. Now i will give you a cool free tool, this tool named with Scott Box Shot maker 2.0. What's the function of Scott Box Shot maker 2.0? with Scott Box Shot maker 2.0 you can create an ebook cover very easy. Want to try this tool? click at the button below :


download here!


See you again at my free download tool.

Sunday, August 15, 2010

Free SEO ebook : Search Engine Optimization made easy


free SEO ebook Want to get 1 top ranking at Google Search? Need ton traffic to your site? Optimize your site or blog. Don't know what should be do with your blog? Download this SEO e-book and read how to optimize your blog. The creator of this free e-book is Brad Callen. I'm loving this e-book because very simple but complete, good tips and trick. So, don't waiting untill tomorow, go a head to download this e-book. File size to download is only 1.66 MB. Please click at the image button :



download here!

Free Tool : HTML Color v1.4


HTML color V.1.4 Do you a web designer, blog designer, or hobby to edit your blog template? Maybe you need this tool. The name of this tool is HTML Color v1.4, with HTML Color V1.4 you can get HTML color code with easy method because HTML color v1.4 can record the color from image at your monitor, over you mouse computer at the area of your monitor and HTML color v1.4 will give you the HTML code.

This tool is free tool, i'm has been use this tool from a long time ago to help for design my free blog template. No need install, run only. Download file is 184 KB. Want to try this tool, please click at the link below :

download here!


Thursday, August 12, 2010

Split Header Column Became Two Column

Tomorrow night, one of my blog visitors has been ask to me how to insert search engine at the header blog? Hmmmm... All right... I try to answer this question. To inserting a search engine or everything at the header column, you must split your header column became 2 or 3 column. For example I'm has been split my header column became 2 column.

Much technique to split header column, however I will show you my technique at my free template magazine template 1, so before you exercise to split header column please download template here! And then please create a new blog for practice.

Are you ready to do some action with me? All right.. follow these steps. Go to your page element, and you will find template structure like this :

page element

Now we will change the header column become 2 header columns. Click Edit HTML tab, go to your template code and find the code like this :

/* Header
===================================
*/
#header-wrapper {
width:900px;
margin:0 auto 0px;
background:$bgheadercolor url(http://ahom24.googlepages.com/magazine_01.jpg) no-repeat top center;
height:190px;
}

#header-inner {
width:900px;
background-position: center;
margin-$startSide: auto;
margin-$endSide: auto;
}

#header {
margin: 0px;
text-align: left;
color:$pagetitlecolor;
}

Delete above code and replace with this code ;

/* Header
===================================
*/

#header-wrapper {
width:900px;
margin:0 auto 0px;
background:$bgheadercolor url(http://ahom24.googlepages.com/magazine_01.jpg) no-repeat top center;
height:190px;
}

#head-inner {
width:600px;
background-position: left;
margin-left: auto;
margin-right: auto;
float:left;
}

#header {
margin: 0px;
text-align: left;
color:#ffcc66;
}

#r_head{
width:300px;
float:left;
padding-top:10px;
}

Go to lower side and find the code like this :

<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Test Blog (Header)' type='Header'/>
</b:section>
</div>


Delete above code and replace with this code :

<div id='header-wrapper'>
<div id='head-inner'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Test Blog (Header)' type='Header'/>
</b:section>
</div>
<div id='r_head'>
<b:section class='header' id='header2' preferred='yes'/>
</div>
</div>


Click SAVE CHANGES button and done.

Now click Page Elements tab and you will see your header column become 2 columns :

new page element

OK guys, now you can add anything at the new element in the right header.

If you feel interest with this post, please digg it.

See you next time at my new tutorial.

Make a D'tree at Menu Blog


d'tee menu Did you ever seen Window Explorer? At Window Explorer have a beauty menu likely my left banner. Did you know, you can make that menu at your blog. For example, please checkout my example blog here!, this menu named D'tree menu.
Feel interest to make this menu at your blog? here is the steps to make a d'tree menu :



#Step 1
  1. Click layout.

  2. Click Edit HTML tab.

  3. Click the Download full template link. Save your template (very important)

  4. Go to your template code, and find the code </head> .

  5. Copy and then paste following code above of </head>




  6. Click Save Template button.

  7. Step 1 is done.
#Step 2
  1. Click Add a Page Element to make a element.

  2. Choose for HTML/Javascript.

  3. Copy and paste the following code at the element :




  4. Click SAVE CHANGES button.
  5. Done. Now you have a d'tree menu at your blog.
Notes : Original code is from http://www.destroydrop.com. All of links at this tutorial is my link, you must changing the links with yourself links.

Happy blogging!

Magazine Template 1

This is my new free template, named Magazine Template 1. Bellow is screen shot for Magazine Template 1:



Specifications :

Type : Blogger beta template (XML)

Column type : Multiple columns Template
color : white Background color : black
Template Width : 900 pixels
Sidebar width : 300 pixel
Leftsidebar_1 : width : 280 pixel
leftsidebar_2 : width : 275 pixel
bottombar width : 210 pixel Browser test : IE6, FF3 beta 4, opera 9.25, Netscape 9.0.0.6
Download file : 8kb

Download | Demo

Enjoy your new template

Free Template : Classic Minima Series

Several days ago, somebody told and asked me, how to make minima 3 column, but he want ed at Classic Template. And now I have had classic minima template.

Now I have had classic minima template 3 column series, which are : Classic White Minima 3 column, Classic Blue Minima 3 column, Classic Black Minima 3 column, and Classic Ochre Minima 3 column.

LICENSE

By downloading and using our blogger template, you agree to the following terms:


  1. Don't delete credits link to this blog and this blog.
  2. You may NOT resell the template.
  3. You may modify, translate or distribute all of the template.
  4. You may use the template for personal or commercial projects



Download template

If you feel interested in this template, please feel free to download. Please Click at the button below :


Classic White Minima 3 column





Classic Black Minima 3 column





Classic Blue Minima 3 column





Classic Ochre Minima 3 column




If you have downloaded the templates, please extract with software extractor such as Winzip or Winrar, because the files is still at zip file.

Beside at this blog, you can also download the template at this blog.

If you enjoy this post and want to share with your friends please Digg It!

See you at my other free template.

Tuesday, August 10, 2010

Free Template : Dots Dark 3 column

Several days ago, i was given a free template 3 column, there is Dots 3 Column. Now I will give you other series of Dots template, yea.. it is Dots Dark 3 Column. This is once of original blogger template by Douglas Bowman. Originally have 2 column, and I had modified this template become 3 column. If you are a lover of 3 column template, you can download it for free here.

LICENSE

By downloading and using our blogger template, you agree to the following terms:


  1. Don't delete credits link to this blog and this blog.


  2. You may NOT resell the template.


  3. You may modify, translate or distribute all of the template.


  4. You may use the template for personal or commercial projects


Download template

If you feel interested with this template,please feel free to download. Please Click at the button below :





Installing Template

After you download the Dots dark 3 column template, you must ekstract from zip file to xml file. Remember, ekstract from zip file to xml file before you upload this file to blogger. Before you install this template, don't forget to backup your template and your widgets. please read this post and this post for english version. and for Bahasa Indonesia version, you can read at this post and this post.

for install Dots dark 3 column template, you can read at this post.


See you again at my next post. Wait for my other free template.

If you enjoy with this post please Digg It!

Free Template : Tic Tac Blue 3 column

Meet you again at my free template 3 column, there is Tic Tac blue 3 Column. This is once of original blogger template by Dan Cederholm. Originally have 2 column, and I had modified this template become 3 column. If you are a lover of 3 column template, you can download it for free here.

LICENSE

By downloading and using our blogger template, you agree to the following terms:


  1. Don't delete credits link to this blog.


  2. You may NOT resell the template.


  3. You may modify, translate or distribute all of the template.


  4. You may use the template for personal or commercial projects


Download template

If you feel interested with this template,please feel free to download. Please Click at the button below :


download here!


Installing Template

After you download the Tic Tac Blue 3 column template, you must ekstract from zip file to xml file. Remember, ekstract from zip file to xml file before you upload this file to blogger. Before you install this template, don't forget to backup your template and your widgets. please read this post and this post for english version. and for Bahasa Indonesia version, you can read at this post and this post.

for install Tic Tac Blue 3 column template, you can read at this post.

If you enjoy this post please Digg It!


See you again at my next post. Wait for my other free template. Cheer.

Free Template : Tic Tac 3 column

Today i have new one for free template 3 column, there is Tic Tac 3 Column. This is once of original blogger template by Dan Cederholm. Originally have 2 column, and I had modified this template become 3 column. If you are a lover of 3 column template, you can download it for free here.
LICENSE

By downloading and using our blogger template, you agree to the following terms:


  1. Don't delete credits link to this blog.


  2. You may NOT resell the template.


  3. You may modify, translate or distribute all of the template.


  4. You may use the template for personal or commercial projects


Download template

Click at the button below (6 kb) :

download here!


Installing Template

After you download the Tic Tac 3 column template, you must ekstract from zip file to xml file. Remember, ekstract from zip file to xml file before you upload this file to blogger. Before you install this template, don't forget to backup your template and your widgets. please read this post and this post for english version. and for Bahasa Indonesia version, you can read at this post and this post.

for install Tic Tac 3 column template, you can read at this post.


See you again at my next post. Wait for my other free template.Have a nice day.

Free Template : Dots3 column

I have new one for free template 3 column, there is Dots 3 column template. This is once of original blogger template by Douglas Bowman. Originally have 2 column, and I had modified this template become 3 column. If you are a lover of 3 column template, you can download it for free here.

LICENSE

By downloading and using our blogger template, you agree to the following terms:

  1. Don't delete credits link to this blog.


  2. You may NOT resell the template.


  3. You may modify, translate or distribute all of the template.


  4. You may use the template for personal or commercial projects


Download template

Click at the button below (8 kb) :

download here!

Installing Template

After you download the Dots 3 column template, you must ekstract from zip file to xml file. Remember, ekstract from zip file to xml file before you upload this file to blogger. Before you install this template, don't forget to backup your template and your widgets. please read this post and this post for english version. and for Bahasa Indonesia version, you can read at this post and this post.

for install Dots 3 column template, you can read at this post. See you again at my next post. Wait for my other free template.Cheer.

Wednesday, August 4, 2010

Free Template : Denim 3 column

I have had a 3 column template again, there is denim 3 column template. This is once of original blogger template by Darren Delaye. Originally have 2 column, and I had modified this template become 3 column. If you are a lover of 3 column template, you can download it for free here.

LICENSE

By downloading and using our blogger template, you agree to the following terms:

  1. Don't delete credits link to this blog.


  2. You may NOT resell the template.


  3. You may modify, translate or distribute all of the template.


  4. You may use the template for personal or commercial projects


Download template

Click at the button below (3 KB) :


download here!




Installing Template

After you download the denim 3 column template, you must ekstract from zip file to xml file. Remember, ekstract from zip file to xml file before you upload this file to blogger. Before you install this template, don't forget to backup your template and your widgets. please read this post and this post for english version. and for Bahasa Indonesia version, you can read at this post and this post.

for install denim 3 column template, you can read at this post.


Have a nice day, see you again at my next post. Wait for my other free template.Cheer.

Free Template : Harbor 3 columns template

A have had a 3 columns template for you, there is harbor 3 columns template. This is once of original blogger template by Douglas Bowman. Originally have 2 columns, and I had modified this template become 3 columns. If you are a lover of 3 columns template, you can download it for free here.

Screen shot :

LICENSE

By downloading and using our blogger template, you agree to the following terms:

  1. Don't delete credits link to this blog.
  2. You may NOT resell the template.
  3. You may modify, translate or distribute all of the template.
  4. You may use the template for personal or commercial projects


Download template

Click at the button below (6 kb) :


download here!




Installing Template

After you download the harbor 3 columns template, you must extract from zip file to XML file. Remember, extract from zip file to XML file before you upload this file to blogger. Before you install this template, don't forget to backup your template and your widgets. please read this post and this post for english version. and for Bahasa Indonesia version, you can read at this post and this post.

for install harbor 3 columns template, you can read at this post.


Happy weekend and see you again at my next post. Wait for my other free template.Cheer.

Make A Table of Content

Do you like to read the book? your answer surely will immeasurable, there is to answer to like and there is also to answer don't like. But I sure you have read a book. In a book is be one named by table of contents, with table of contents will make the reader the book easy to find the parts the content of a book wishing in reading. The question possibly emerge is what is his relation between books with blog? there is, do not only a book that can make the table of contents, in a blog even also we can do it,

There is 2 steps to make a Table Of content at the blog :

Step #1

  1. Login to blogger with your ID.
  2. After entering the dashboard page , click Layout.
  3. Then click edit HTML tab.
  4. Click the Download full template link. Save your template.
  5. Please mark the little box beside Expand Widget Templates. Wait for a moment.



  6. Go to your template code, and find the code like this :




  7. Delete above code, and replace with the following code :


  8. Click Save Template button
  9. Done.

Step #2

  1. Click at Page Element tab.
  2. Click at Add a Page element.
  3. After emerging pop up window , Klik add to blog button for the things HTML/JavaScript.
  4. Copy and paste the code below into available column :

    YourBlogName.blogspot.com/search?max-results=200">Show all post »»


  5. Alter YourBlogName with your blog name. Example : my blog name is rohman-freeblogtemplate. Alter 200 with other number, because this is the sum of how much post want to show.
  6. Click save changes
  7. Finish. Please see the result.

Now you have a Table Of Content at your blog.

Source

Monday, August 2, 2010

Free CSS menu : Vertical-1 Menu

Hi brother ! today i want to give you a vertical menu. The name is vertical-1 menu because this is the first vertical menu, his menu is very compatible in placing at sidebar.

below is following the example of vertical-1 menu. Please drop your mouse to the menu :

CSS Library

Feel interest to make vertical-1 menu at your blog? please follow the steps :

Step 1 :
  1. Sign in to blogger with your ID.
  2. Click layout tab.
  3. Click Edit HTML tab.
  4. Click Download Full Template, save your template for backup data.
  5. Copy and paste the code below at above of ]]>




  6. Click Save Template button


Step 2 :

  1. Click Page Element tab
  2. Click Add a Page Element
  3. Click ADD TO BLOG button below Javascript/HTML
  4. Copy and paste the code below in to the element



  5. Click SAVE button

  6. Click and hold the new element and drag to place where you want

  7. Click SAVE button

  8. Finish

Now you have had a beautiful menu, please change his colour with your colour. See you at my next post. Don't miss it

Saturday, July 31, 2010

Free Template : Minima 3 columns Right Sidebar

As my promised at this post, that is i will post the different look for minima template 3 columns. If at minima template 3 columns ago, this template have sidebar on the left and right side. now I have modified this template so that have sidebar both residing in right side.

Screen shot :


minima right sidebar


Default for color is white, but you can change very easy. This the step, go to Layout » Font and Color and choose your color. The file download is at Zip File, so before you upload to blogger you must extract with software extractor such as Winzip software or other software. Don't forget to backup your template and your widget template, for backup your template and widget template please read this post how to backup template and this post how to backup widgets template. For install, please read at this post change the template.

LICENSE

By downloading and using our blogger template, you agree to the following terms:


  1. The template is free to download.
  2. Don't delete credits link to our blog.
  3. You may NOT resell the template
  4. You may modify, translate or distribute all of the template.
  5. You may use the template for personal or commercial projects.


Download

Click at the button below to download (7 kb)!


download here!


All right, next time i will give a different look for this template. Don't miss it.

See you at my next post.

Free Template : Minima Template 3 Column

Such as I have written at my blog description, that is I will give you most of template for free. so, today is the first template able to download for free here. you is surely knew with minima template, minima template is one of the most popular of blogger template. As you know defaultly minima template have two column, along with existence of newly trend that is template with 3 column, so I have modified minima template become 3 column.



Screenshot :


minima template 3 column



Defaultly for color is white, but you can change very easy. This the step, go to Layout » Font and Color and choose your color. The file download is at Zip File, so before you upload to blogger you must exstract with sofware extracter such as Winzip software or other software. Don't forget to backup your template and your widget template, for backup your template and widget template please read this post how to backup template and this post how to backup widgets template. For install, please read at this post change the template.

>LICENSE>

By downloading and using our blogger template, you agree to the following terms:

  1. The template is free to download.
  2. Don't delete credits link to this blog.
  3. You may NOT resell the template
  4. You may modify, translate or distribute all of the template.
  5. You may use the template for personal or commercial projects.


Download

Click at the button below for download (3 kb):

download here!

Next time i will give a different look for this template. Don't miss it.

See you at my next post.

How to change template

At this opportunity, I will discuss about how to change template in blogger.com. First matter to be in considering in changing template is you have to make a backing up your old template, this good for if you feeling not match with your newly template. if you not yet known the way to back up template, please read at the post how to backup template, and also don't forget to back up your widgets (this is very important). For back up your widgets, please read at the post how to backup your widgets.



To change the template, of course you must had a new template to uploaded. If still not yet had, you can download for free template at Bloger templates or at other sites. Have ready for changing your old template with newly template? Please follow the steps below :

  1. Login to blogger with your ID

  2. After entering the dasboard page , click Layout.

  3. Then click edit HTML tab

  4. Click the Download full template link. Save your template:

  5. Click browse... button. Choose your new template. and then click Upload button.


  6. browse button image

  7. Usually go out commemoration that your data in your widgets will be delete forever (so don't forget to backup your widgets).

  8. For example, the image will show like this :



  9. Click at Convirm & Save button.

  10. Finish. Please look he result.


Now you have had the new face. However of course your template is still empty, So next step is inserting your widgets manually through page element menu.

Enjoy your new blog face.

Wednesday, July 28, 2010

Download at rapidshare without the delay-time


Rapidshare.com is a giant free file hosting on the internet at this time because there are millions of files hosted and ready to download. There are two options in order to download any file at Rapidshare, those are Free User and Premium User. If you rarely come there to download and or you only have a small budget, free user is suitable for you. However, if you have a regular download activity there and or you have enough budget, premium user can be your best choice.

The striking differences between free user and premium user are the limitation to the file size to be downloaded each day at free user, the download speed, and the delay-time or waiting time in order to able to download a file so you have to spend much time and have the patience.

download rapidshare

For free user, normally, if you want to download a file, you should wait first for the time that has been determined. Actually, you can use the trick so you can avoid the delay-time as if you are a premium user. You can use the tool, mozilla add-on or userscript for those who use Mozilla Firefox browser.

Rapidshare AutoWait Userscript.

If you are Firefox user, you can try any userscript that can remove the delay-time when you are about to download at Rapidshare. One of the userscripts that I have tried and it works properly is Rapidshare AutoWait.

To install a userscript, you previously have to install the greasemonkey add-on on your firefox, if not yet, please do it first.

greasemonkey

If you have installed the greasemonkey, you can now install the Rapidshare AutoWait.

rapidshare-autowait

To test the function of Rapidshare AutoWait, please download the file below:

http://rapidshare.com/files/304856684/Magazine_R_1.5.rar.html

SkipScreen

This is my favorite Firefox add-on because the skipscreen is not only for Rapidshare but also for any other file hosting such as megaupload, mediafire, 4shared, uploaded, hotfile, etc. You can do a setting in Option Menu.

skipscreen-preferences

Those who want to try the reliability of Skipscreen add-on, please install it on your Firefox.

Rapidshare Mass Downloader

Those who like using the tool, the Rapidshare Mass Downloader may be your choice.

rapidshare mass downloader

If you want to try, please download.

Download Rapidshare Mass Downloader

Besides the above tricks, there must be still many other ways to do.

However, sometime the above ways can be unacceptable because Rapidshare will always try to avoid it, but there will be also any other way to trick.

Friday, June 18, 2010

Software Download for BlackBerry Support


Note:

If you did not purchase BlackBerry directly from Research In Motion (RIM), please contact your service provider to determine if this software has been authorized for use with your handheld.

While BlackBerry Software and associated documentation may be available for download in languages other than English, BlackBerry Technical Support will continue to offer support in English only at this time.

If you are looking for BlackBerry Enterprise Server software, please click here.

To view software for a BlackBerry product, please select a product from the drop down menu and click Select :