Tampilkan postingan dengan label Blogger Template. Tampilkan semua postingan
Tampilkan postingan dengan label Blogger Template. Tampilkan semua postingan

Download : Sporty Magazine 2 ( Blogger template )

Posted by tris tecno Kamis, 15 Desember 2011 1 komentar
Name : Sporty Magazine 2
Author : Herdiansyah Hamzah
Url Author : Herdiansyah Hamzah
Designer : Borneo Templates
Url Designer : Borneo Templates
Published : Borneo Templates
Url Published : Borneo Templates

Description and Featured :
Sporty Magazine 2 is blogger template with premium looks, professional design, menu navigation dropdwon,
featured slidehow content, news ticker, twitter widget, 3 column main page, 5 column footer page, social bookmark on postpage, all image host on blogger, SEO ready, and time script on top.

Sporty Magazine 2 Privacy Policy : First, do not change the credit link at the bottom of this template. delete or modify this template links, as well as premises did not appreciate my work. Second, this template for free, not for sale. for it is forbidden to sell this template to any company or business without my knowledge, and Third, after you see a live demo of this template, please leave your comment. this is important as an input for me to make a template that is much better in the future.


TUTORIALS HOW TO USE SPORTY MAGAZINE 2

First step, you have to download Sporty Magazine 2 files. After that, follow the instruction below.


Menu Navigation Dropdown

To set this menu, please go to your HTML stukrut page (no need to expand), then scroll down and find the following code : <div id='menuwrapperpic'>
(Notes : for quick search, press the F3 key, type the code above and enter). After this code, you will find menu navigation dropdwon below :
<div id='menuwrapperpic'>
<div id='menuwrapper'>
<ul id='menubar'>
<li class='selected'><a href='/'><img border='0' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJ-qYinlSnMdiVNtu0t2eALK8JYHl-r7QmDZ1ym6JHfYu_EIbClY4I131571NleiMRCwDLbf2TI19kwz56KoOo_q5OPapEKrVs3DCIr5PbpsLhvCs6iNtP05pK5Ag_GoPab0oVQ85jpx8/s1600/home_white.png' style='padding:0px;'/></a></li>
<li class='selected'><a href='#'>About Us</a></li>
<li><a class='trigger' href='#'>Contact Us</a>
<ul>
<li><a href='#'>Herdiansyah Blog</a></li>
<li class='hr'/>
<li><a href='#'>Contact on Facebook</a></li>
<li><a href='#'>Contact on Twitter</a></li>
<li class='hr'/>
<li><a href='#'>Free Template Design</a></li>
</ul>
</li>
<li><a href='#'>Moto GP</a></li>
<li><a href='#'>Football</a></li>
<li><a href='#'>Formula 1</a></li>
<li><a href='#'>Web Design</a></li>
<li><a href='#'>Free Template</a></li>
<li><a href='#'>Videos</a></li>
<li><a href='#'>Image</a></li>
<li><a href='#'>Download</a></li>
<li><a class='trigger' href='#'>More</a>
<ul>
<li><a href='#'>Editorial</a></li>
<li class='hr'/>
<li><a href='#'>Off Topic</a></li>
</ul>
</li>
</ul>
<br class='clearit'/>
</div>
<div style='clear:both;'/>
</div>

Notes : change the code # with your link url address, and name labels with your label or categories.
News Ticker
First step, you have to register your blog to API Google Code and you will see your API code. After that, find this code below on your edit HTML tabs :
<!-- News Ticker -->
<script src='http://www.google.com/jsapi?key=ABQIAAAA4qkT5i26SQ6NmgJd5KQemhRQ_a6zv5_Bim3H_GL4gaueIFZ15xRdt8jcAUk8ZHokIVo-TBZgYVbkzw'/>

Notes : replace the blue code, with yourAPI Key.

Next step, you have to change your url link to make it news ticker appear with your latest post. Find this code below on edit HTML tabs.
<div class='newspic'>
<div class='news'>
<div style='float:left;padding:5px 60px 5px 0;font:bold 14px Arial;color:#333;text-transform:none;'>News Update :</div>
<div style='float:left;width:800px;padding:4px 0; position:relative; overflow:hidden;'>
<script type='text/javascript'>
var cssfeed=new gfeedrssticker(&quot;example1&quot;, &quot;example1class&quot;, 4000, &quot;_new&quot;)
cssfeed.addFeed(&quot;News Update&quot;, &quot;http://sportymagazine2.blogspot.com/feeds/posts/default&quot;) //Specify &quot;label&quot; plus URL to RSS feed
cssfeed.displayoptions(&quot;date&quot;) //show the specified additional fields
cssfeed.setentrycontainer(&quot;div&quot;) //Wrap each entry with a DIV tag
cssfeed.filterfeed(10, &quot;date&quot;) //Show 10 entries, sort by date
cssfeed.entries_per_page(1)
cssfeed.init()
</script>
</div>
</div><div style='clear:both;'/>
</div>

Notes : replace the red code, with your site/blog url link.

Featured Slideshow Content
First step, add new html/java script widget on your page. Put this code below :
<div id='featured'>
<ul class='ui-tabs-nav'>

<!-- 1st Small Image -->
<li class='ui-tabs-nav-item ui-tabs-selected' id='nav-fragment-1'><a href='#fragment-1'><img alt="" src="#" /><span>Post Title</span></a></li>

<!-- 2st Small Image -->
<li class='ui-tabs-nav-item' id='nav-fragment-2'><a href='#fragment-2'><img alt="" src="#" /><span>Post Title</span></a></li>

<!-- 3st Small Image -->
<li class='ui-tabs-nav-item' id='nav-fragment-3'><a href='#fragment-3'><img alt="" src="#" /><span>Post Title</span></a></li>

<!-- 4st Small Image -->
<li class='ui-tabs-nav-item' id='nav-fragment-4'><a href='#fragment-4'><img alt="" src="#" /><span>Post Title</span></a></li>
</ul>

<!-- First Content -->
<div class='ui-tabs-panel' id='fragment-1' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href=' your-url-link '>Post Title</a></h2>
</div></div>

<!-- Second Content -->
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-2' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href=' your-url-link '>Post Title</a></h2>
</div></div>

<!-- Third Content -->
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-3' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href=' your-url-link '>Post Title</a></h2>
</div></div>

<!-- Fourth Content -->
<div class='ui-tabs-panel ui-tabs-hide' id='fragment-4' style=''>
<img alt="" src="#" />
<div class='info'>
<h2><a href='your-url-link'>Post Title</a></h2>
</div></div>
</div>
Notes : replace red code (#) with your image url link, orange code (Post Title) with your post title, and blue code (your-url-link) with your url link post.

Featured Label Categories
First step, open your blog page and add new HTML/Java Script widget. Next step, put this code below :
<script type='text/javascript'>var numposts = 3;var showpostthumbnails = true;var displaymore = false;var displayseparator = false;var showcommentnum = false;var showpostdate = false;var showpostsummary = true;var numchars = 60;</script>

<script type="text/javascript" src="/feeds/posts/default/-/Borneo?orderby=updated&alt=json-in-script&callback=labelthumbs"></script>
Notes : Change orange code (3), with number of post will be appear, and red code (Borneo) with your label or categories.

Twitter Widget (Live Updates)
Open your page elements and put this code below with add new HTML/Java Script.
<div style="background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgOL81w_9l0zdNDL8M8-YDFBUZw7m0FJCHcSX30eqynUYIeANogOM9ImgwwWoRYktTvD8f9bQn-LHBo_cCcuX0fxS6bWcF365tKV9f17Y8lCOkpw1DDl1RHjhC7Safz2gR_6spmgpcj1Cs/s1600/bg_twitter.gif) no-repeat;padding-top:40px;padding-left:5px">
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 3000,
width: 285,
height: 118,
theme: {
shell: {
background: 'transparent',
color: '#000000'
},
tweets: {
background: 'transparent',
color: '#000000',
links: '#B45F04'
}
},
features: {
scrollbar: true,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: false,
behavior: 'default'
}
}).render().setUser('borneotemplates').start();
</script>
</div>
Notes : change orange code (borneotemplates) with your twitter username.

Search Widget
Open your page elements and put this code below with add new HTML/Java Script.
<form name="jksearch" action="http://www.google.com/search" method="get" onsubmit="jksitesearch(this)" target="_blank">

<input id="hiddenquery" type="hidden" name="q" />
<input name="qfront" onfocus="if(this.value==this.defaultValue)this.value=&#39;&#39;;" value="Search on this site..." type="text" onblur="if(this.value==&#39;&#39;)this.value=this.defaultValue;" style="width: 240px;border:none;padding:8px 10px; font:normal 11px arial;color:#666; background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOm6ikH3kgZL5J3In0Bcww5EVehLWSqEKI_8rwV28wdEM7abOyedjVP37SyWix0VFDu1lI5uzwAJbfAj-Euel_lBWm6F4UM9xTcTxcoUkHkGRYB-i8qnpZMSCt_exuHqFRRvnE8ISO1Q4/s1600/search_field.jpg) no-repeat;" /><input type="image" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGW-329rN8rpHo6LdoBRJHuddAVYPZVYqSq7xk2XLKqVlYA7MN2Z2NU6mKfIZ_TCk4nsX4op4vD3JXtnn0csf1qJ08-R3s6ewjJ4bfXPlWWh45Pmv4LfWFKASA2VMmcJat3k3aXxFCafQ/s1600/search_button.jpg" align="top" value="Search"/>

<div style="font: normal 11px Arial;color:#666;padding:2px 0;">
<input name="se" type="radio" checked /> Google
<input name="se" type="radio" /> Yahoo
<input name="se" type="radio" /> Msn
</div>

<script type="text/javascript">

// All-in-one Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use

//Enter domain of site to search.
var domainroot="www.borneotemplates.com"

var searchaction=[ //form action for the 3 search engines
"http://www.google.com/search",
"http://search.yahoo.com/search",
"http://search.msn.com/results.aspx"
]

var queryfieldname=["q","p","q"] //name of hidden query form for the 3 search engines

function switchaction(cur, index){
cur.form.action=searchaction[index]
document.getElementById("hiddenquery").name=queryfieldname[index]
}
function jksitesearch(curobj){
for (i=0; i< document.jksearch.se.length; i++){ //loop through radio to see which is checked
if (document.jksearch.se[i].checked==true)
switchaction(document.jksearch.se[i], i)
}
document.getElementById("hiddenquery").value="site:"+domainroot+" "+curobj.qfront.value
}
</script>
</form>
Notes : change orange code (www.borneotemplates.com) with your twitter username.

Thats it, happy blogging. If you have question about Sporty Magazine 2 Templates, please leave your comment below or contact me via email on mail [at] borneotemplates.com.

Download : Xanadu ( Blogger Template )

Posted by tris tecno Rabu, 14 Desember 2011 0 komentar


* Free Blogger Template for most blogs
* Left sidebar, 2 columns, fixed width, nice slider
* 2 menu bar, search box, social icons, ready
* Premium blogger template for free
 

Download : Lock Heart ( Blogger template )

Posted by tris tecno 0 komentar

Download : Setive ( Blogger Template )

Posted by tris tecno Kamis, 09 Juni 2011 0 komentar
* Dark magazine Blogger Template
* 2 columns, right sidebar, fixed width, footer columns.
* Top drop down menu, slide show, auto posts thumbnails.
* Dark gray colors, social icons ready.
* Free nice magazine blogspot layout.


Live Demo : Click Here

Download :


http://themes-base.blogspot.com/2011/06/download-setive-blogger-template.html

Download : WebPortal ( Blogger Template )

Posted by tris tecno 0 komentar
* Business Blogger Template
* Blue colors, top menu bar, slide show.
* 3 columns, left and right sidebar, fixed width.
* Magazine template for business blogspot blogs.


LIve Demo : Click Here

Download :


http://themes-base.blogspot.com/2011/06/download-webportal-blogger-template.html

Download : Design Bump ( Blogger Template )

Posted by tris tecno 0 komentar
* Vector Blogger Template
* Color full design, Drop down menu, Auto posts thumbnails.
* Footer columns, pages navigation numbers.
* 2 columns, right sidebar, fixed width, ads ready.
* Free blogger template for design, girly, magazine blogs.


Live Demo : Click Here

Download :


http://themes-base.blogspot.com/2011/06/download-design-bump-blogger-template.html

Download : Sonya ( Blogger Template )

Posted by tris tecno 0 komentar

* Free Premium magazine Blogger Templates
* 3 columns, left and right sidebar, fixed width, rounded corners.
* Top navigation menu, ads ready, abstract blue background.
* Auto posts thumbnails, slide show, Rounded corners.
* Awesome Magazine blogger template.


Live Demo : Click Here

Download :


http://themes-base.blogspot.com/2011/06/download-sonya-blogger-template.html

Download : MobileNews (Blogger Template)

Posted by tris tecno Jumat, 19 November 2010 0 komentar

this is fantastic template with a very professional design, search box, two nice navigation bar, slideshow, header image ready.

* Mobiles Blogger Templates
* Red color, Black Background.
* Fixed width, Right sidebar.
* This template Mobiles blogs
* 3 column, 1 sidebar

Live Demo : Click Here

Download : 
 http://themes-base.blogspot.com/2010/11/download-mobilenews-blogger-template.html

Download : iShowcase (Blogger Template)

Posted by tris tecno 0 komentar

this is professional template with a cool design, top navigation bar, search box, 4 columns.


* This template for photography blogs
* Gallery Blogger Templates
* Black color, Dark Background.
* Fixed width, Right sidebar.
* 4 column, 1 sidebar

Live Demo : Click Here

Download :
http://themes-base.blogspot.com/2010/11/download-ishowcase-blogger-template.html

Download : Drakon (Blogger Template)

Posted by tris tecno Selasa, 16 November 2010 0 komentar

this is a professional template with amazing look, two navigation bar, slidshow ready, 4 columns at footer..

* Colorful color, Dark Background.
* Fixed width, Right sidebar.
* Professional Blogger Templates
* This template for most blogs
* 2 column, 1 sidebar

Live Demo : Click Here

Download :
http://themes-base.blogspot.com/2010/11/download-drakon-blogger-template.html

Download : arthemia modifyed (Blogger Template)

Posted by tris tecno 0 komentar

As You all know, Arthemia is one of the most popular template in the blogosphere, even it is blogger or WP.So, The Designer of this theme had updated this for many times, based on the new trends and style.But what about it’s Blogger Version ? It stands still in its older version, Which is not at all a professional one.So, I decided to make a new version of this theme, based on the current WP theme, Which inclucdes all the special widets like featured-post, middle catogary bar etc., which where not there on it’s older versions.

The new theme also had got the style and simplicity of the theme and much more.I had done my best on converting this.So, I can surely say that it’s jut as the wordpress theme michel created.

Live Demo : Click Here

Download : 
http://themes-base.blogspot.com/2010/11/download-arthemia-modifyed-blogger.html

Download : Bubbles (Blogger Template)

Posted by tris tecno 0 komentar

this is a very good template with amazing slideshow, top navigation bar, vector background..


* Magazine Blogger Templates
* This template for magazine blogs
* Dark color, Red Background.
* Fixed width, Right sidebar.
* 2 column, 1 sidebar

Live Demo : Click Here

Download :
http://themes-base.blogspot.com/2010/11/download-bubbles-blogger-template.html 

Download : Premium Gallery (Blogger Template)

Posted by tris tecno 0 komentar

this is amazing theme with a cool navigation bar, 5 columns, 3 footer columns..


* Photography Blogger Templates
* Red color, Gray Background.
* Fixed width, No sidebar.
* 2 column, No sidebar
* This template for photography blogs


Live Demo : Click Here

Download : 
http://themes-base.blogspot.com/2010/11/download-premium-gallery-blogger.html

Download : Work-a-Holic (Blogger templates)

Posted by tris tecno Sabtu, 13 November 2010 0 komentar
Work-a-holic is a free minimalistic two and three column blogger theme that focuses mainly on showcasing portfolios for artists, web designers, photographers and illustrators.And really it is the best theme you would have ever used on blogger.Theme is fully automatic in functionality.No need to take pains in posting , just post as you were you doing before.The template is especially made for photo blogs.The template is completely in magazine style with all blog features working in it including pages by blogger.Three column footer has also been built to give you extra space to add widgets for homepage.

Features Of The Template


  • Featured Section
  • Twitter Widget
  • Fixed Width Template
  • Three Column Blogger Template
  • Right Sidebar
  • Menu Links
  • Three column Footer
  • Magazine Style
  • Photoblog
  • Compatible With Mozilla, Chrome and IE7

Demo : Click Here

Links to download : 
 

http://themes-base.blogspot.com/2010/09/download-work-holic-blogger-templates.html


Download : Photo Gallery (Blogger Template)

Posted by tris tecno 0 komentar
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGnuZ4hK09R52o2Uobgr0PA9QR1mmUwp49kKlYmxtYNZxwqwmJ3YVoeSvpCL2A5Wy0Y2JuXC3AXwxPTwmTkTil63WMrU29-yYAtXpnq6Ei8-jzubtduuyF75vjQZkfTF1SUbNwn_SU_7I/s400/photo_gallery.jpg



It’s elegant gallery template with nice header image, top navigation bar, 3 footer columns..


* Magazine Gallery Blogger Templates
* Fixed width, No sidebar.
* This template for magazine blogs
* Colorful color, White Background.
* 3 column, No sidebar

Live Demo : Click Here

Download :
http://themes-base.blogspot.com/2010/11/download-photo-gallery-blogger-template.html

Download : Platinum Theme (Blogger Template)

Posted by tris tecno Rabu, 10 November 2010 0 komentar



Live Demo : Click Here

Download :

http://www.box.net/shared/jvr6eas98m
http://www.megaupload.com/?d=XQULV260
http://www.easy-share.com/1912511780/Platinum%20Blogger%20Template.zip
http://www.maishare.net/files/0QGGYWAR/

Download : FunkyZine Magazine Style (Blogger Template)

Posted by tris tecno Selasa, 09 November 2010 0 komentar
FunkyZine is a magazine style with stylish background,3 column, widget ready Blogger Template.


This was originally a WordPress theme designed by ChiQ of wpthemedesigner.com and converted to Blogger by http://bloggertricks.com

Live Demo : Click Here

Download 
 http://www.alltemplate.org/wp-content/plugins/download-monitor/download.php?id=17

Download : Celebrity (Blogger Template)

Posted by tris tecno 0 komentar
This template is ideal for celebrity style of blogs. In the rar package are the original header and footer psd files allowing you further individual styling.


To edit blog description find “my blog description” inside edit html mode and change to your blog description.

To edit the navigation find “Navigation” and edit the links on the next few lines.

Live Demo : Click Here

Download

http://www.alltemplate.org/wp-content/plugins/download-monitor/download.php?id=6

Download : Blogger Notes (Blogger Template)

Posted by tris tecno 0 komentar
Bloggger Notes is a uniquely designed two columns WordPress theme that comes with a valid CSS and XHTML. Inspired by the latest hand-drawn and vintage look design trends, this free theme is designed by Padd IT Solutions and was converted to Blogger by ThemeLib.


Main features

* Two columns with left sidebar
* Hand-drawn design
* Built-in RSS feed
* Built-in search box
* Nice navigation tab
* Google Adsense ready (468×60 banner)

Live Demo : Click Here

Download
http://themelib.com/download/36

Download : Exotic (Blogger Template)

Posted by tris tecno Minggu, 07 November 2010 0 komentar

Exotic. Its  blue colored, three column template. The header is highly inspired from the Woork design. Before writing further about new design, lets have a look at the screenshot and demo.

Live Demo : Click Here

Download :
http://www.box.net/shared/12lqslltc4
http://www.4shared.com/file/0jypPdc0/Exotic-Blogger-Template.html
http://www.zshare.net/download/8244009769d060a8/
http://www.fileden.com/files/2010/11/6/3009874//Exotic-Blogger-Template.zip

Features :

1. Three Column

2. Fast Loading Design : As this template does not uses any image except the logo and the blockquote image, this is main
reason why this template loads very fast

3. Built in search engine

4. Three column header to add Recent Comments, Recent Posts and Popular Posts

5. Special space to add your Top 15 categories

6. Neat and simple design

Instructions :

There are few instructions you should follow before usig this template.

How to upload Blogger templates :

1. Log in to your Blogger dashboard and go to Layout > Edit HTML
2. Ensure you back up your old template in case you decide to use it again. To do this, click on the "download full template" link and save the file to your hard drive.
3. Look for the section near the top where you can browse for your XML template:
4. Enter the location of your template and press "upload".
5. The HTML of your new template will now appear in the box below. You can preview your template or simply save to start using it!
6. Enjoy!

After uploading this template to your blogger account,
you can use the following codes to add Recent Post and Recent Comments.

How to add recent comments :

Click on Add Page Element and select Feed option, and enter the following link :

http://Your-Blog-Name.blogspot.com/feeds/comments/default

How to add recent posts :

Click on Add Page Element and select Feed option, and enter the following link :

http://Your-Blog-Name.blogspot.com/feeds/posts/default

How to add Popular posts :

You can manually add popular posts, by clicking on Add Page Element and selecting HTML/Javascript, in it you can use following code
to display your popular post.

<ul>
<li><a href="Your Post Link Here"> Your Post Title Here</a></li>
<li><a href="Your Post Link Here"> Your Post Title Here</a></li>
<li><a href="Your Post Link Here"> Your Post Title Here</a></li>
<li><a href="Your Post Link Here"> Your Post Title Here</a></li>
</ul>

How to change the logo :

Simply search for http://i40.tinypic.com/olehe.png and replace this link to your logo image link. Simple !
If you want to edit the default logo, you can use the the PSD file in the Logo folder. I have used Gram fonts for the logo, you can get it from Fonts folder.
Ping your blog, website, or RSS feed for Free