<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DEAFQnk6fyp7ImA9WhRRFE4.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266</id><updated>2011-11-28T02:31:53.717+03:00</updated><category term="Software" /><category term="Mobile Phone" /><category term="Hardware" /><category term="Portable Media Player" /><category term="Audio" /><category term="Digital Camera" /><category term="Mobile Application" /><category term="Blog" /><category term="Computer" /><title>Hendibudi</title><subtitle type="html" /><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://hendibudi.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>52</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/hendibudi" /><feedburner:info uri="hendibudi" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;CE8ERXo4fCp7ImA9Wx9SFEk.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-2343011505497121273</id><published>2009-09-19T22:01:00.010+03:00</published><updated>2010-12-04T09:06:44.434+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-04T09:06:44.434+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blog" /><title>Page Number Navigation For Blogger</title><content type="html">&lt;div style="text-align: justify;"&gt;Blogger uses a pretty limited navigation features that only display “Older Posts” or “Newer Posts” link to let readers navigate and browse to other pages on homepage, archive, category and label pages.&lt;/div&gt;&lt;br /&gt;
However, it’s still possible to change and replace to the Page Number Navigation, as illustrated in figure by using a CSS and JavaScript hack wrote by &lt;a href="http://www.techieblogger.com/"&gt;Mohamed Rias&lt;/a&gt; and recenly js was updated by &lt;a href="http://www.abu-farhan.com/"&gt;Abu Farhan&lt;/a&gt;.&lt;br /&gt;
Thanks to Mohamed Rias and Abu Farhan.&lt;br /&gt;
&lt;br /&gt;
To add the “new” navigation link with Page Number Navigation to Blogger,&lt;br /&gt;
follow the guide below:&lt;br /&gt;
Login to Blogger account Dashboard.&lt;br /&gt;
Click on the Layout link for the blog that you want to modify (if you’re viewing the blog and logged in to Blogger or Google Account, just Click on Customize on the Next Blog toolbar).&lt;br /&gt;
Go to Edit HTML tab (there is no need to expand widget templates).&lt;br /&gt;
Search for the following line:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Copy the following CSS code and paste or append the code above the line:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;.showpageArea {padding: 0 2px;margin-bottom:10px;margin-top:10px;&lt;br /&gt;
}&lt;br /&gt;
.showpageArea a {border: 1px solid #505050;&lt;br /&gt;
color: #000000;font-weight:normal;&lt;br /&gt;
padding: 3px 6px !important;&lt;br /&gt;
padding: 1px 4px ;margin:0px 4px;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.showpageArea a:hover {&lt;br /&gt;
font-size:11px;&lt;br /&gt;
border: 1px solid #333;&lt;br /&gt;
color: #000000;&lt;br /&gt;
background-color: #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
.showpageNum a {border: 1px solid #505050;&lt;br /&gt;
color: #000000;font-weight:normal;&lt;br /&gt;
padding: 3px 6px !important;&lt;br /&gt;
padding: 1px 4px ;margin:0px 4px;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
.showpageNum a:hover {&lt;br /&gt;
font-size:11px;&lt;br /&gt;
border: 1px solid #333;&lt;br /&gt;
color: #000000;&lt;br /&gt;
background-color: #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
.showpagePoint {font-size:11px;&lt;br /&gt;
padding: 2px 4px 2px 4px;&lt;br /&gt;
margin: 2px;&lt;br /&gt;
font-weight: bold;&lt;br /&gt;
border: 1px solid #333;&lt;br /&gt;
color: #fff;&lt;br /&gt;
background-color: #000000;&lt;br /&gt;
}&lt;br /&gt;
.showpage a:hover {font-size:11px;&lt;br /&gt;
border: 1px solid #333;&lt;br /&gt;
color: #000000;&lt;br /&gt;
background-color: #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
.showpageNum a:link,.showpage a:link {&lt;br /&gt;
font-size:11px;&lt;br /&gt;
padding: 2px 4px 2px 4px;&lt;br /&gt;
margin: 2px;&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
border: 1px solid #0066cc;&lt;br /&gt;
color: #0066cc;&lt;br /&gt;
background-color: #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
.showpageNum a:hover {font-size:11px;&lt;br /&gt;
border: 1px solid #333;&lt;br /&gt;
color: #000000;&lt;br /&gt;
background-color: #FFFFFF;&lt;br /&gt;
}&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Next, search for the following line of code in the template’s HTML code:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;b:section class='main' id='main' showaddelement='no'&amp;gt;&lt;br /&gt;
&amp;lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/&amp;gt;&lt;br /&gt;
&amp;lt;/b:section&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Add and append the following JavaScript code right after the &lt;span style="color: red;"&gt;&amp;lt;/b:section&amp;gt;&lt;/span&gt; line:&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
var home_page_url = location.href;&lt;br /&gt;
&lt;br /&gt;
var pageCount=7;&lt;br /&gt;
var displayPageNum=5;&lt;br /&gt;
var upPageWord ='Previous';&lt;br /&gt;
var downPageWord ='Next';&lt;br /&gt;
&lt;br /&gt;
function showpageCount(json) {&lt;br /&gt;
var thisUrl = home_page_url;&lt;br /&gt;
var htmlMap = new Array();&lt;br /&gt;
var thisNum = 1;&lt;br /&gt;
var postNum=1;&lt;br /&gt;
var itemCount = 0;&lt;br /&gt;
var fFlag = 0;&lt;br /&gt;
var eFlag = 0;&lt;br /&gt;
var html= '';&lt;br /&gt;
var upPageHtml ='';&lt;br /&gt;
var downPageHtml ='';&lt;br /&gt;
&lt;br /&gt;
for(var i=0, post; post = json.feed.entry[i]; i++) {&lt;br /&gt;
&lt;br /&gt;
var timestamp1 = post.published.$t.substring(0,19)+post.published.$t.substring(23,29);&lt;br /&gt;
timestamp = encodeURIComponent(timestamp1);&lt;br /&gt;
&lt;br /&gt;
var title = post.title.$t;&lt;br /&gt;
&lt;br /&gt;
if(title!=''){&lt;br /&gt;
if(itemCount==0 (itemCount % pageCount ==(pageCount-1))){&lt;br /&gt;
if(thisUrl.indexOf(timestamp)!=-1 ){&lt;br /&gt;
thisNum = postNum;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(title!='') postNum++;&lt;br /&gt;
htmlMap[htmlMap.length] = '/search?updated-max='+timestamp+'&amp;amp;amp;max-results='+pageCount;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
itemCount++;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
for(var p =0;p&amp;amp;lt; htmlMap.length;p++){&lt;br /&gt;
if(p&amp;amp;gt;=(thisNum-displayPageNum-1) &amp;amp;amp;&amp;amp;amp; p&amp;amp;lt;(thisNum+displayPageNum)){&lt;br /&gt;
if(fFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum-2){&lt;br /&gt;
if(thisNum==2){&lt;br /&gt;
upPageHtml = '&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;/&amp;amp;quot;&amp;amp;gt;'+ upPageWord +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}else{&lt;br /&gt;
upPageHtml = '&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;'+htmlMap[p]+'&amp;amp;quot;&amp;amp;gt;'+ upPageWord +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
fFlag++;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(p==(thisNum-1)){&lt;br /&gt;
html += '&amp;amp;lt;span class=&amp;amp;quot;showpagePoint&amp;amp;quot;&amp;amp;gt;'+thisNum+'&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}else{&lt;br /&gt;
if(p==0){&lt;br /&gt;
html += '&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;/&amp;amp;quot;&amp;amp;gt;1&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
&lt;br /&gt;
}else{&lt;br /&gt;
html += '&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;'+htmlMap[p]+'&amp;amp;quot;&amp;amp;gt;'+ (p+1) +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(eFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum){&lt;br /&gt;
downPageHtml = '&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;amp;quot;'+htmlMap[p]+'&amp;amp;quot;&amp;amp;gt;'+ downPageWord +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
eFlag++;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(thisNum&amp;amp;gt;1){&lt;br /&gt;
html = ''+upPageHtml+' '+html +' ';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html = '&amp;amp;lt;div class=&amp;amp;quot;showpageArea&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span style=&amp;amp;quot;COLOR: #000;&amp;amp;quot; class=&amp;amp;quot;showpageOf&amp;amp;quot;&amp;amp;gt; Pages ('+(postNum-1)+')&amp;amp;lt;/span&amp;amp;gt;'+html;&lt;br /&gt;
&lt;br /&gt;
if(thisNum&amp;amp;lt;(postNum-1)){&lt;br /&gt;
html += downPageHtml;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(postNum==1) postNum++;&lt;br /&gt;
html += '&amp;amp;lt;/div&amp;amp;gt;';&lt;br /&gt;
&lt;br /&gt;
var pageArea = document.getElementsByName(&amp;amp;quot;pageArea&amp;amp;quot;);&lt;br /&gt;
var blogPager = document.getElementById(&amp;amp;quot;blog-pager&amp;amp;quot;);&lt;br /&gt;
&lt;br /&gt;
if(postNum &amp;amp;lt;= 2){&lt;br /&gt;
html ='';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
for(var p =0;p&amp;amp;lt; pageArea.length;p++){&lt;br /&gt;
pageArea[p].innerHTML = html;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(pageArea&amp;amp;amp;&amp;amp;amp;pageArea.length&amp;amp;gt;0){&lt;br /&gt;
html ='';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(blogPager){&lt;br /&gt;
blogPager.innerHTML = html;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
function showpageCount2(json) {&lt;br /&gt;
&lt;br /&gt;
var thisUrl = home_page_url;&lt;br /&gt;
var htmlMap = new Array();&lt;br /&gt;
var isLablePage = thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)!=-1;&lt;br /&gt;
var thisLable = isLablePage ? thisUrl.substr(thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)+14,thisUrl.length) : &amp;amp;quot;&amp;amp;quot;;&lt;br /&gt;
thisLable = thisLable.indexOf(&amp;amp;quot;?&amp;amp;quot;)!=-1 ? thisLable.substr(0,thisLable.indexOf(&amp;amp;quot;?&amp;amp;quot;)) : thisLable;&lt;br /&gt;
var thisNum = 1;&lt;br /&gt;
var postNum=1;&lt;br /&gt;
var itemCount = 0;&lt;br /&gt;
var fFlag = 0;&lt;br /&gt;
var eFlag = 0;&lt;br /&gt;
var html= '';&lt;br /&gt;
var upPageHtml ='';&lt;br /&gt;
var downPageHtml ='';&lt;br /&gt;
&lt;br /&gt;
var labelHtml = '&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;/search/label/'+thisLable+'?&amp;amp;amp;max-results='+pageCount+'&amp;amp;quot;&amp;amp;gt;';&lt;br /&gt;
var thisUrl = home_page_url;&lt;br /&gt;
&lt;br /&gt;
for(var i=0, post; post = json.feed.entry[i]; i++) {&lt;br /&gt;
&lt;br /&gt;
var timestamp1 = post.published.$t.substring(0,19)+post.published.$t.substring(23,29);&lt;br /&gt;
timestamp = encodeURIComponent(timestamp1);&lt;br /&gt;
&lt;br /&gt;
var title = post.title.$t;&lt;br /&gt;
&lt;br /&gt;
if(title!=''){&lt;br /&gt;
if(itemCount==0 (itemCount % pageCount ==(pageCount-1))){&lt;br /&gt;
if(thisUrl.indexOf(timestamp)!=-1 ){&lt;br /&gt;
thisNum = postNum;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(title!='') postNum++;&lt;br /&gt;
htmlMap[htmlMap.length] = '/search/label/'+thisLable+'?updated-max='+timestamp+'&amp;amp;amp;max-results='+pageCount;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
itemCount++;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
for(var p =0;p&amp;amp;lt; htmlMap.length;p++){&lt;br /&gt;
if(p&amp;amp;gt;=(thisNum-displayPageNum-1) &amp;amp;amp;&amp;amp;amp; p&amp;amp;lt;(thisNum+displayPageNum)){&lt;br /&gt;
if(fFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum-2){&lt;br /&gt;
if(thisNum==2){&lt;br /&gt;
upPageHtml = labelHtml + upPageWord +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}else{&lt;br /&gt;
upPageHtml = '&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;'+htmlMap[p]+'&amp;amp;quot;&amp;amp;gt;'+ upPageWord +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
fFlag++;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(p==(thisNum-1)){&lt;br /&gt;
html += '&amp;amp;lt;span class=&amp;amp;quot;showpagePoint&amp;amp;quot;&amp;amp;gt;'+thisNum+'&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}else{&lt;br /&gt;
if(p==0){&lt;br /&gt;
html = labelHtml+'1&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}else{&lt;br /&gt;
html += '&amp;amp;lt;span class=&amp;amp;quot;showpageNum&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;'+htmlMap[p]+'&amp;amp;quot;&amp;amp;gt;'+ (p+1) +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(eFlag ==0 &amp;amp;amp;&amp;amp;amp; p == thisNum){&lt;br /&gt;
downPageHtml = '&amp;amp;lt;span class=&amp;amp;quot;showpage&amp;amp;quot;&amp;amp;gt; &amp;amp;lt;a href=&amp;amp;quot;'+htmlMap[p]+'&amp;amp;quot;&amp;amp;gt;'+ downPageWord +'&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;';&lt;br /&gt;
eFlag++;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(thisNum&amp;amp;gt;1){&lt;br /&gt;
if(!isLablePage){&lt;br /&gt;
html = ''+upPageHtml+' '+html +' ';&lt;br /&gt;
}else{&lt;br /&gt;
html = ''+upPageHtml+' '+html +' ';&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
html = '&amp;amp;lt;div class=&amp;amp;quot;showpageArea&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span style=&amp;amp;quot;COLOR: #000;&amp;amp;quot; class=&amp;amp;quot;showpageOf&amp;amp;quot;&amp;amp;gt; Pages ('+(postNum-1)+')&amp;amp;lt;/span&amp;amp;gt;'+html;&lt;br /&gt;
&lt;br /&gt;
if(thisNum&amp;amp;lt;(postNum-1)){&lt;br /&gt;
html += downPageHtml;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(postNum==1) postNum++;&lt;br /&gt;
html += '&amp;amp;lt;/div&amp;amp;gt;';&lt;br /&gt;
&lt;br /&gt;
var pageArea = document.getElementsByName(&amp;amp;quot;pageArea&amp;amp;quot;);&lt;br /&gt;
var blogPager = document.getElementById(&amp;amp;quot;blog-pager&amp;amp;quot;);&lt;br /&gt;
&lt;br /&gt;
if(postNum &amp;amp;lt;= 2){&lt;br /&gt;
html ='';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
for(var p =0;p&amp;amp;lt; pageArea.length;p++){&lt;br /&gt;
pageArea[p].innerHTML = html;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(pageArea&amp;amp;amp;&amp;amp;amp;pageArea.length&amp;amp;gt;0){&lt;br /&gt;
html ='';&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
if(blogPager){&lt;br /&gt;
blogPager.innerHTML = html;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
&lt;br /&gt;
var thisUrl = home_page_url;&lt;br /&gt;
if (thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)!=-1){&lt;br /&gt;
if (thisUrl.indexOf(&amp;amp;quot;?updated-max&amp;amp;quot;)!=-1){&lt;br /&gt;
var lblname1 = thisUrl.substring(thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)+14,thisUrl.indexOf(&amp;amp;quot;?updated-max&amp;amp;quot;));&lt;br /&gt;
}else{&lt;br /&gt;
var lblname1 = thisUrl.substring(thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)+14,thisUrl.indexOf(&amp;amp;quot;?&amp;amp;amp;max&amp;amp;quot;));&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
var home_page = &amp;amp;quot;/&amp;amp;quot;;&lt;br /&gt;
if (thisUrl.indexOf(&amp;amp;quot;?q=&amp;amp;quot;)==-1 &amp;amp;amp;&amp;amp;amp; thisUrl.indexOf(&amp;amp;quot;.html&amp;amp;quot;)==-1){&lt;br /&gt;
if (thisUrl.indexOf(&amp;amp;quot;/search/label/&amp;amp;quot;)==-1){&lt;br /&gt;
document.write('&amp;amp;lt;script src=&amp;amp;quot;'+home_page+'feeds/posts/summary?alt=json-in-script&amp;amp;amp;callback=showpageCount&amp;amp;amp;max-results=99999&amp;amp;quot; &amp;amp;gt;&amp;amp;lt;\/script&amp;amp;gt;')&lt;br /&gt;
}else{document.write('&amp;amp;lt;script src=&amp;amp;quot;'+home_page+'feeds/posts/full/-/'+lblname1+'?alt=json-in-script&amp;amp;amp;callback=showpageCount2&amp;amp;amp;max-results=99999&amp;amp;quot; &amp;amp;gt;&amp;amp;lt;\/script&amp;amp;gt;')&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
In the code above you can edit this line only :&lt;br /&gt;
var pageCount=7;&lt;br /&gt;
var displayPageNum=5;&lt;br /&gt;
&lt;br /&gt;
1 : var pageCount=7;&lt;br /&gt;
The Pagecount represents number of posts to be shown in single page. Change the digit to show as many pages you want.&lt;br /&gt;
&lt;br /&gt;
2 : var displayPageNum=5;&lt;br /&gt;
The digit represents number of pages to be listed.&lt;br /&gt;
Modification Step for Label :&lt;br /&gt;
Add Label Gadget (Layout –&amp;gt; page elements –&amp;gt; Add Gadget –&amp;gt; Select Labels)&lt;br /&gt;
From Layout –&amp;gt; Edit HTML . Don’t Forget to backup your template (Download Full Template)&lt;br /&gt;
Search this code&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;a expr:dir=’data:blog.languageDirection’ expr:href=’data:label.url’&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Change to this code&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
var lblname = &amp;amp;quot;&amp;lt;data:label.name/&amp;gt;&amp;amp;quot;;&lt;br /&gt;
lblname2 = encodeURIComponent(lblname);&lt;br /&gt;
var feedlink = &amp;amp;#39;/search/label/&amp;amp;#39; + lblname2+&amp;amp;#39;?&amp;amp;amp;max-results=7&amp;amp;#39;;&lt;br /&gt;
document.write(&amp;amp;#39;&amp;amp;lt;a href=&amp;amp;quot;&amp;amp;#39; + feedlink + &amp;amp;#39;&amp;amp;quot;&amp;amp;gt;&amp;amp;#39;+lblname+&amp;amp;#39;&amp;amp;lt;/a&amp;amp;gt;&amp;amp;#39;); &amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
Click on Preview button to ensure that no code error been found. No effect on the navigation hack can be seen though.&lt;br /&gt;
Click on Save Template to save the change.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-2343011505497121273?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/FEmCq9pWxPQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/2343011505497121273/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/page-number-navigation-for-blogger.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/2343011505497121273?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/2343011505497121273?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/FEmCq9pWxPQ/page-number-navigation-for-blogger.html" title="Page Number Navigation For Blogger" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/page-number-navigation-for-blogger.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMCSX8-fip7ImA9Wx9RGU0.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-4473779071462018772</id><published>2009-09-14T23:43:00.005+03:00</published><updated>2010-12-21T06:51:08.156+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-21T06:51:08.156+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Application" /><title>MSDict Oxford Concise Medical Dictionary v3.01 S60v3</title><content type="html">&lt;div style="text-align: justify;"&gt;This dictionary provides full coverage of all the important terms and concepts used in medicine today. Written by distinguished practicing specialists and medical writers, it is intended primarily for workers in the paramedical fields: pharmacists, physiotherapists, speech therapists, social workers, hospital secretaries, administrators, technicians, and so on.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://www.mobisystems.com/images/S60_3rd/Medical_3rd_1.jpg"&gt;&lt;img style="margin: 0px auto 10px; text-align: center; width: 240px; display: block; height: 320px;" alt="" src="http://www.mobisystems.com/images/S60_3rd/Medical_3rd_1.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;It will also be invaluable for medical students and practicing doctors. Each entry contains a basic definition, followed- where appropriate- by a more detailed explanation or description. A feature of the dictionary is that the articles are written in clear and concise English without the use of unnecessary technical jargon. For this reason the book will also be of both interest and value to the general reader who needs a home medical dictionary.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/6506557/MSDictOxfordConciseMedicalDictionaryv3.01.rar.html"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Download Now&lt;/span&gt; &lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-4473779071462018772?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/rcZacnd0itI" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/4473779071462018772/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/msdict-oxford-concise-medical.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/4473779071462018772?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/4473779071462018772?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/rcZacnd0itI/msdict-oxford-concise-medical.html" title="MSDict Oxford Concise Medical Dictionary v3.01 S60v3" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/msdict-oxford-concise-medical.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CUMCSX8-fyp7ImA9Wx9RGU0.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-4886063253445874733</id><published>2009-09-14T22:35:00.009+03:00</published><updated>2010-12-21T06:51:08.157+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-21T06:51:08.157+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Application" /><title>SymTorrent Nokia Application</title><content type="html">SymTorrent is the first full-featured and complete BitTorrent client for Symbian OS. It supports downloading multiple torrent files at the same time, is capable of both downloading and uploading and can save the status of your unfinished torrents, so you can resume the downloads after restarting the application. You can also check the status of each file inside a torrent along with several other statistics and properties during download.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.aut.bme.hu/portal/symtorrent/images/symtorrent_main.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 200px; DISPLAY: block; HEIGHT: 236px; CURSOR: hand" border="0" alt="" src="http://www.aut.bme.hu/portal/symtorrent/images/symtorrent_main.jpg" /&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt;&lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/a3COl3FcSc8&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/a3COl3FcSc8&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350" height="250"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;Currently, it is available for mobile devices based on the S60 Platform 3rd and 2nd edition. Supported phone models include all Symbian OS-based Nokia Nseries/Eseries devices and many older models as well.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.ziddu.com/download/6506226/SymTorrent_S60-3rd_1.30_2007-10-08.zip.html"&gt;&lt;span style="color:#ff0000;"&gt;Download Now&lt;/span&gt;&lt;/a&gt; &lt;p&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-4886063253445874733?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/PyxS50LFEKE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/4886063253445874733/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/symtorrent-nokia-application.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/4886063253445874733?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/4886063253445874733?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/PyxS50LFEKE/symtorrent-nokia-application.html" title="SymTorrent Nokia Application" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/symtorrent-nokia-application.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8ERXo4fSp7ImA9Wx9SFEk.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-1224349450334030813</id><published>2009-09-10T11:24:00.001+03:00</published><updated>2010-12-04T09:06:44.435+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-04T09:06:44.435+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blog" /><title>Show related posts below each blogger post</title><content type="html">Its essential tactic to show related Posts in Blogger, to improve usage statics and page views. If a definite number of related articles are shown at the bottom of each posts, there is chance for the reader to click on those links and head over to the next page. Related posts widget on Blogger depends on how you name your post labels .&lt;br /&gt;
&lt;br /&gt;
1. Open your Blogger template's Layout and select Edit HTML .&lt;br /&gt;
2. Download full template for future use .&lt;br /&gt;
3. Click on expand widgets templates.&lt;br /&gt;
4. Press Cntrl+F and search for&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;/head&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
and insert the following script above that line&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;style&amp;gt;&lt;br /&gt;
#related-posts {&lt;br /&gt;
float : left;&lt;br /&gt;
width : 500px;&lt;br /&gt;
margin-top:10px;&lt;br /&gt;
margin-left : 0px;&lt;br /&gt;
margin-bottom:15px;&lt;br /&gt;
margin-bottom:10px;&lt;br /&gt;
}&lt;br /&gt;
#related-posts .widget {&lt;br /&gt;
list-style-type : none;&lt;br /&gt;
margin : 5px 0px 5px 0px;&lt;br /&gt;
padding : 0px;&lt;br /&gt;
}&lt;br /&gt;
#related-posts .widget h2, #related-posts h2 {&lt;br /&gt;
color : #333333;&lt;br /&gt;
font-size : 13px;&lt;br /&gt;
font-weight : bold;&lt;br /&gt;
margin : 3px 0px 3px 0px;&lt;br /&gt;
padding : 0px 0px 0px 0px;&lt;br /&gt;
}&lt;br /&gt;
#related-posts ul {&lt;br /&gt;
border : medium none;&lt;br /&gt;
margin : 0px;&lt;br /&gt;
padding : 0px;&lt;br /&gt;
}&lt;br /&gt;
#related-posts ul li {&lt;br /&gt;
display : block;&lt;br /&gt;
margin : 0px;&lt;br /&gt;
padding-top : 0px;&lt;br /&gt;
padding-right : 0px;&lt;br /&gt;
padding-bottom : 1px;&lt;br /&gt;
padding-left : 0px;&lt;br /&gt;
margin-bottom : 0px;&lt;br /&gt;
line-height : 2em;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;
//&amp;lt;![CDATA[&lt;br /&gt;
var relatedTitles = new Array();&lt;br /&gt;
var relatedTitlesNum = 0;&lt;br /&gt;
var relatedUrls = new Array();&lt;br /&gt;
function related_results_labels(json) {&lt;br /&gt;
for (var i = 0; i &amp;lt; json.feed.entry.length; i++) {&lt;br /&gt;
var entry = json.feed.entry[i];&lt;br /&gt;
relatedTitles[relatedTitlesNum] = entry.title.$t;&lt;br /&gt;
for (var k = 0; k &amp;lt; entry.link.length; k++) {&lt;br /&gt;
if (entry.link[k].rel == 'alternate') {&lt;br /&gt;
relatedUrls[relatedTitlesNum] = entry.link[k].href;&lt;br /&gt;
relatedTitlesNum++;&lt;br /&gt;
break;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
function removeRelatedDuplicates() {&lt;br /&gt;
var tmp = new Array(0);&lt;br /&gt;
var tmp2 = new Array(0);&lt;br /&gt;
for(var i = 0; i &amp;lt; relatedUrls.length; i++) {&lt;br /&gt;
if(!contains(tmp, relatedUrls[i])) {&lt;br /&gt;
tmp.length += 1;&lt;br /&gt;
tmp[tmp.length - 1] = relatedUrls[i];&lt;br /&gt;
tmp2.length += 1;&lt;br /&gt;
tmp2[tmp2.length - 1] = relatedTitles[i];&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
relatedTitles = tmp2;&lt;br /&gt;
relatedUrls = tmp;&lt;br /&gt;
}&lt;br /&gt;
function contains(a, e) {&lt;br /&gt;
for(var j = 0; j &amp;lt; a.length; j++) if (a[j]==e) return true;&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
function printRelatedLabels() {&lt;br /&gt;
var r = Math.floor((relatedTitles.length - 1) * Math.random());&lt;br /&gt;
var i = 0;&lt;br /&gt;
document.write('&amp;lt;ul&amp;gt;');&lt;br /&gt;
while (i &amp;lt; relatedTitles.length &amp;amp;&amp;amp; i &amp;lt; 20) {&lt;br /&gt;
document.write('&amp;lt;li&amp;gt;&amp;lt;a href="' + relatedUrls[r] + '"&amp;gt;' + relatedTitles[r] + '&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;');&lt;br /&gt;
if (r &amp;lt; relatedTitles.length - 1) {&lt;br /&gt;
r++;&lt;br /&gt;
} else {&lt;br /&gt;
r = 0;&lt;br /&gt;
}&lt;br /&gt;
i++;&lt;br /&gt;
}&lt;br /&gt;
document.write('&amp;lt;/ul&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
//]]&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
5. Similar to step 4, find out section&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Anything you post under this line would appear at end of each posts. &lt;br /&gt;
6. Now paste the following code below that line.&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: red;"&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;
&amp;lt;div id="related-posts"&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Other Related Posts on &amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;b:if cond='data:label.isLast != &amp;amp;quot;true&amp;amp;quot;'&amp;gt;,&amp;lt;/b:if&amp;gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;br /&gt;
&amp;lt;script expr:src='&amp;amp;quot;/feeds/posts/default/-/&amp;amp;quot; + data:label.name + &amp;amp;quot;?alt=json-in-script&amp;amp;amp;callback=related_results_labels&amp;amp;amp;max-results=5&amp;amp;quot;' type='text/javascript'/&amp;gt;&amp;lt;/b:if&amp;gt;&amp;lt;/b:loop&amp;gt; &amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;script type='text/javascript'&amp;gt; removeRelatedDuplicates(); printRelatedLabels(); &amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Now if everything went fine, your post pages would show related articles depending on the applied label. You can customize the color and font size of the widget by editing the bold elements in the CSS code.&lt;br /&gt;
&lt;br /&gt;
#related-posts .widget h2, #related-posts h2 {&lt;br /&gt;
color : #333333;&lt;br /&gt;
font-size : 13px;&lt;br /&gt;
font-weight : normal;&lt;br /&gt;
margin : 5px 7px 0;&lt;br /&gt;
padding : 0 0 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
The default number of related posts are 5 as set on the code. You change it by editing max-results=5 in the JavaScript &amp;nbsp;code to a suitable value.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-1224349450334030813?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/7OZXf1rTIHw" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/1224349450334030813/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/show-related-posts-below-each-blogger.html#comment-form" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1224349450334030813?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1224349450334030813?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/7OZXf1rTIHw/show-related-posts-below-each-blogger.html" title="Show related posts below each blogger post" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>7</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/show-related-posts-below-each-blogger.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8ERXo4fip7ImA9Wx9SFEk.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-889520278591658141</id><published>2009-09-10T11:18:00.001+03:00</published><updated>2010-12-04T09:06:44.436+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-04T09:06:44.436+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blog" /><title>Limit number of posts displayed in label page blogger</title><content type="html">&lt;div style="text-align: left;"&gt;By default, readers can only read the recent 20 posts on a Blogger blog label before clicking on "Older posts" to read the rest in case of this label with more than 20.&lt;br /&gt;If you do not like to see them at the same time you can limit the number of posts for each label by reading the instructions below.&lt;br /&gt;&lt;/div&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Log in your Dashboard blog, click Layout tab | Edit HTML and check the "Expand Widget Templates" box. Please backup your template before any change. Now, pay attention to the gadget labelIDs. If you have only one label on the blog layout, this is a keyword "id='Label1'" for finding it out (Use Ctrl + F to show the search box):&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:widget id='Label1' locked='false' title='Label Title' type='Label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:includable id='main'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;b:if cond='data:title'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;h2&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;div class='widget-content'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;b:loop values='data:labels' var='label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;     &amp;lt;li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;b:if cond='data:blog.url == data:label.url'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;         &amp;lt;span expr:dir='data:blog.languageDirection'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;span dir='ltr'&amp;gt;(&amp;lt;data:label.count/&amp;gt;)&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;     &amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;/b:loop&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:include name='quickedit'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;When you have found, replace with code as below:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:widget id='Label1' locked='false' title='Labels' type='Label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:includable id='main'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;b:if cond='data:title'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;h2&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;div class='widget-content'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;b:loop values='data:labels' var='label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;     &amp;lt;li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;b:if cond='data:blog.url == data:label.url'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;         &amp;lt;span expr:dir='data:blog.languageDirection'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;         &amp;lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url + "?&lt;/span&gt;&lt;span style="color: rgb(51, 0, 0);"&gt;&lt;span style="color:#ff0000;"&gt;max-results=10&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;"'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;       &amp;lt;span dir='ltr'&amp;gt;(&amp;lt;data:label.count/&amp;gt;)&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;     &amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;/b:loop&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;   &amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:include name='quickedit'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; &amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Finally, save your template.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-889520278591658141?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/cZWAlnrsFv8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/889520278591658141/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/limit-number-of-posts-displayed-in.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/889520278591658141?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/889520278591658141?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/cZWAlnrsFv8/limit-number-of-posts-displayed-in.html" title="Limit number of posts displayed in label page blogger" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/limit-number-of-posts-displayed-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkQGR3c9cSp7ImA9WxNREks.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-8204644273620827709</id><published>2009-09-06T20:05:00.001+03:00</published><updated>2009-09-06T22:12:06.969+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-06T22:12:06.969+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computer" /><title>Apple Mac Pro</title><content type="html">&lt;span class="fullpost"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://tech2.in.com/media/images/2009/Mar/img_126792_apple-mac-pro.jpg"&gt;&lt;img src="http://tech2.in.com/media/images/2009/Mar/img_126792_apple-mac-pro.jpg" alt="" border="0" style="margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; display: block; text-align: center; cursor: pointer; width: 381px; height: 285px; " /&gt;&lt;/a&gt;Next-generation Intel architecture.&lt;br /&gt;With four cores on one die and an integrated memory controller, the new Quad-Core Intel Xeon “Nehalem” processor boosts performance nearly 2x.&lt;br /&gt;&lt;br /&gt;Redesigned interior. Easier expansion.&lt;br /&gt;A completely new interior makes it even easier to add up to 32GB of memory, four PCI Express expansion cards, and up to 4TB of hard drive storage.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Faster, more flexible graphics.&lt;br /&gt;Powerful AMD and NVIDIA graphics cards provide the fastest-ever Mac graphics, while a new Mini DisplayPort gives you more display options.&lt;br /&gt;&lt;br /&gt;The most powerful operating system.&lt;br /&gt;Mac OS X Leopard is optimized to take full advantage of the advanced architecture and multicore processors in the Mac Pro.&lt;br /&gt;&lt;br /&gt;Configuration Options&lt;br /&gt;Processor 2.66GHz Quad-Core Intel Xeon&lt;br /&gt;Cache 8MB fully shared L3 cache&lt;br /&gt;Memory 3GB (three 1GB DIMMs) of 1066MHz DDR3 ECC SDRAM&lt;br /&gt;PCI Express 2.0 graphics NVIDIA GeForce GT 120 with 512MB GDDR3 memory, Mini DisplayPort, and dual-link DVI video output&lt;br /&gt;Hard disk drive 640GB Serial ATA (3Gb/s); 7200 rpm&lt;br /&gt;Optical drive 18x SuperDrive with double-layer support (DVD±R DL/DVD±RW/CD-RW)&lt;br /&gt;Wireless Built-in Bluetooth 2.1 + EDR (Enhanced Data Rate)&lt;br /&gt;PCI Express Three open full-length PCI Express 2.0 expansion slots with mechanical support for 16-lane cards; 300W combined maximum for all PCI Express slots&lt;br /&gt;&lt;br /&gt;Build-to-Order Options&lt;br /&gt;&lt;br /&gt;* 2.93GHz Quad-Core Intel Xeon&lt;br /&gt;* 6GB memory (three 2GB DIMMs)&lt;br /&gt;* 8GB memory (four 2GB DIMMs)&lt;br /&gt;* ATI Radeon HD 4870 with 512MB GDDR5&lt;br /&gt;* Two NVIDIA GeForce GT 120&lt;br /&gt;* Three NVIDIA GeForce GT 120&lt;br /&gt;* Four NVIDIA GeForce GT 120&lt;br /&gt;* Hard drive bays 1-4: 640GB Serial ATA 3Gb/s (7200 rpm) or 1TB Serial ATA 3Gb/s (7200 rpm)3&lt;br /&gt;* Mac Pro RAID Card&lt;br /&gt;* Two 18x SuperDrive optical drives&lt;br /&gt;* AirPort Extreme Wi-Fi card with 802.11n2&lt;br /&gt;* Apple Keyboard&lt;br /&gt;* Apple Wireless Keyboard&lt;br /&gt;* Wireless Mighty Mouse&lt;br /&gt;* Dual-Channel 4Gb Fibre Channel card&lt;br /&gt;* Quad-Channel 4Gb Fibre Channel card&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-8204644273620827709?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/_ZiQYclgchY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/8204644273620827709/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/apple-mac-pro_06.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/8204644273620827709?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/8204644273620827709?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/_ZiQYclgchY/apple-mac-pro_06.html" title="Apple Mac Pro" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/apple-mac-pro_06.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CU4CQnw7cSp7ImA9WxNXEk0.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-6778505252550595455</id><published>2009-09-05T10:11:00.018+03:00</published><updated>2009-09-29T08:59:23.209+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-29T08:59:23.209+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computer" /><title>Nokia Booklet 3G Mini Laptop</title><content type="html">&lt;a href="http://images.tothetech.com/2009/08/Nokia-Booklet-3G-camera.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 383px; DISPLAY: block; HEIGHT: 446px; CURSOR: hand" border="0" alt="" src="http://images.tothetech.com/2009/08/Nokia-Booklet-3G-camera.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;center&gt;&lt;br /&gt; &lt;/center&gt;&lt;center&gt;&lt;br /&gt;&lt;/center&gt;&lt;center&gt;&lt;br /&gt;&lt;/center&gt;&lt;center&gt;&lt;object width="260" height="140"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PBNnv8jeLlY&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;br /&gt;&lt;embed src="http://www.youtube.com/v/PBNnv8jeLlY&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350" height="250"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;center&gt;&lt;br /&gt;&lt;/center&gt;&lt;br /&gt;The new Nokia Booklet 3G mini laptop comes with built-in 3G and Wi-Fi and offers up to 12 hours of battery life to keep you connected all day long.&lt;br /&gt;&lt;br /&gt;Features&lt;br /&gt;&lt;br /&gt;Windows 7&lt;br /&gt;Avoid desktop clutter with simple yet powerful tools that help you manage all your open windows at the same time.&lt;br /&gt;Multitask with the new and improved taskbar that lets you switch between webpages, documents, and running videos.&lt;br /&gt;Add gadgets - popular mini applications introduced in Windows Vista – directly to your desktop.&lt;br /&gt;Go directly to a specific document, photo, song, or website by creating jump lists for your favourites.&lt;br /&gt;&lt;br /&gt;Design&lt;br /&gt;Indulge in design at its finest, with the sleek aluminium body and premium gloss finish.&lt;br /&gt;Travel from place to place with confidence – the highly durable body is constructed from a single piece of aluminium that’s built to last.&lt;br /&gt;Hold this ultrathin and compact mini laptop comfortably in one hand – it measures less than 2 cm in thickness.&lt;br /&gt;See everything more clearly on the HD-ready 10.1” glass display with an integrated anti-glare foil for optimal visibility.&lt;br /&gt;&lt;br /&gt;Performance&lt;br /&gt;Discover what Windows 7 has to offer with thousands of features designed to make everyday computing faster, simpler, and easier.&lt;br /&gt;Keep all your work files and personal media stored on the 120 GB internal memory.&lt;br /&gt;Use your mini laptop for up to 12 hours straight after only one charge.&lt;br /&gt;Enjoy the peace and quiet: the fanless design gives off minimal background noise.&lt;br /&gt;Get the latest software and application updates automatically.&lt;br /&gt;&lt;br /&gt;Internet&lt;br /&gt;Experience the internet at high speed from virtually anywhere via a quick and reliable 3.5G or Wi-Fi connection.&lt;br /&gt;Access the best the web has to offer with the new and improved Internet Explorer 8 - one of the fastest, safest, and easiest browsers around.&lt;br /&gt;&lt;br /&gt;SMS and GPS&lt;br /&gt;Send and receive SMSs with a dedicated mini application that sits directly on your desktop.&lt;br /&gt;Explore your surroundings with the built-in Assisted-GPS receiver.&lt;br /&gt;&lt;br /&gt;Connectivity&lt;br /&gt;Get online from virtually anywhere via a fast and reliable 3G connection.&lt;br /&gt;Browse the internet via a high-speed Wi-Fi connection whenever you come across an available hotspot.&lt;br /&gt;See your exact position and explore new places on the map quickly and easily with the built-in GPS receiver.&lt;br /&gt;Connect wirelessly to cameras, mobile phones, stereo headsets, speakers and other devices via a Bluetooth connection.&lt;br /&gt;&lt;br /&gt;Applications&lt;br /&gt;Get real-time notifications from social networks and exchange SMSs on your desktop with the preloaded Social Hub.&lt;br /&gt;Create Word, Excel, and PowerPoint documents with a 60-day free trial of MS Office 2010.&lt;br /&gt;See exactly where you are – the dedicated maps gadget sits conveniently on your desktop for easy access.&lt;br /&gt;Listen to your favourite tracks, create playlists, and import music from your personal collection with the Nokia Music Player.&lt;br /&gt;Sync your music, photos, calendar, and contacts – your compatible Nokia device works seamlessly with your mini laptop via the preloaded Ovi Suite.&lt;br /&gt;&lt;br /&gt;Ovi services&lt;br /&gt;Explore your world and discover interesting new places with Ovi Maps.&lt;br /&gt;Access the Ovi Store with just a couple of clicks and then choose from a wide selection of great applications, games, wallpapers, and themes.&lt;br /&gt;Discover and purchase new music from the world’s leading artists with quick access to the Nokia Music Store from your desktop.&lt;br /&gt;&lt;br /&gt;Multimedia&lt;br /&gt;Watch high-definition content by connecting your mini laptop to an HD receiver via an HDMI cable.&lt;br /&gt;Store and manage your entire music collection, and listen while you're on the go with the Nokia Music Player.&lt;br /&gt;Capture images and video or have a 2-way video call over the internet with the built-in camera.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-6778505252550595455?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/pdrbzdrx4x0" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/6778505252550595455/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/nokia-booklet-3g-mini-laptop.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6778505252550595455?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6778505252550595455?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/pdrbzdrx4x0/nokia-booklet-3g-mini-laptop.html" title="Nokia Booklet 3G Mini Laptop" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/nokia-booklet-3g-mini-laptop.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CE8ERXo4fyp7ImA9Wx9SFEk.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-8177008196529620213</id><published>2009-09-04T13:08:00.006+03:00</published><updated>2010-12-04T09:06:44.437+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-04T09:06:44.437+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blog" /><title>125  Blogger Templates</title><content type="html">&lt;h3&gt;Colorful/Elaborate Designs&lt;/h3&gt;This selection of free Blogger templates are colorful, beautiful or ornate and are guaranteed to make your blog have a strong visual impact from Amanda Blogger Buster.&lt;br /&gt;
&lt;br /&gt;
1. &lt;a href="http://bloggertricks.com/2008/08/3-column-vector-blogger-template.htm"&gt;Butterfly (Vector Three Column) by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;&lt;/h3&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiuRfBuZOI/AAAAAAAAB_M/1ZtwnIgJOas/s1600-h/Butterfly.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiuRfBuZOI/AAAAAAAAB_M/ypWW1SMYNIg/s400-R/Butterfly.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;Based on the original theme by Templates4all.com.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://butterfly-demo.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/08/3-column-vector-blogger-template.html"&gt;Download &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
2&lt;a href="http://bloggertricks.com/2008/05/japanese-fleur-blogger-template-free.html"&gt;. Japanese Fleur by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJYrCIH-jfI/AAAAAAAABx4/76gM5_tqYhY/s1600-h/japanese-fleur.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJYrCIH-jfI/AAAAAAAABx4/Uz_roeCnCns/s400-R/japanese-fleur.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;A simply stunning Wordpress conversion from the original design by &lt;a href="http://www.toptut.com/"&gt;Lorelei&lt;/a&gt;.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://japanesefleur.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/05/japanese-fleur-blogger-template-free.html"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
3. &lt;a href="http://www.template-godown.com/2008/02/chasmogamous-now-available-in-blogger.html"&gt;Chasmogamous by Template Godown&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJYtb7x6z1I/AAAAAAAAByA/ZVbvXzQqfKg/s1600-h/chasmagamous.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJYtb7x6z1I/AAAAAAAAByA/nXrjmxfkLi8/s400-R/chasmagamous.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;A simple but effective template with a left-hand sidebar.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://chasmo-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.template-godown.com/2008/02/chasmogamous-now-available-in-blogger.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
4. &lt;a href="http://www.gosublogger.com/2008/03/new-3-columns-blogger-xml-template.html"&gt;New Morning by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmDxDWxc0I/AAAAAAAACAs/R1cj6CESrJ0/s1600-h/new-morning.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmDxDWxc0I/AAAAAAAACAs/ecPAFthbFug/s400-R/new-morning.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A fresh and lively theme, converted from the original design by &lt;a href="http://www.wpfreethemes.com/"&gt;WP Free Themes&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.gosublogger.com/2008/03/new-3-columns-blogger-xml-template.html"&gt;Details and download&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
5. &lt;a href="http://www.gosublogger.com/2008/06/blogger-xml-template-freedom-wall.html"&gt;Freedom Wall by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJbCeOaKrvI/AAAAAAAABzg/xPLl-xTKHMU/s1600-h/freedom-wall.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJbCeOaKrvI/AAAAAAAABzg/M1OVehhqxP4/s400-R/freedom-wall.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This distinctive two column template features integrated navigation tabs and a unique calendar style.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://24saatdizi.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/06/blogger-xml-template-freedom-wall.html"&gt;Download &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
6. &lt;a href="http://jackbook.com/blogger-templates-gallery/three-columns-art-blogger-template/"&gt;Art Imagination by Jackbook&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJbEvF8Cg3I/AAAAAAAABzo/kchyTE1rEwc/s1600-h/art-imagination.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJbEvF8Cg3I/AAAAAAAABzo/jQhrtAFMQyk/s400-R/art-imagination.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This vivid three column template was converted from the original &lt;a href="http://www.wpthemesfree.com/"&gt;Wordpress Theme&lt;/a&gt; and features a beautiful background image which would be ideal for artistic or feminine blogs.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://art-imagination.blogspot.com/2008/05/happy-family.html"&gt;Demo&lt;/a&gt; | &lt;a href="http://jackbook.com/blogger-templates-gallery/three-columns-art-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
7. &lt;a href="http://themelib.com/2008/08/astro-colorful-blogger-template/"&gt;Astro by ThemeLib&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJdLcmNS_VI/AAAAAAAAB1c/oK2XjY_6GJI/s1600-h/Astro.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJdLcmNS_VI/AAAAAAAAB1c/Q0l8NrCeSho/s400-R/Astro.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A colorful and beautifully stylized template with an ethereal theme. Converted from the original WP theme which was designed by &lt;a href="http://unodesignstudio.com/"&gt;UnoDesignStudio&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://astro-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://themelib.com/2008/08/astro-colorful-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
8.&lt;a href="http://btemplates.com/2008/03/11/glass/"&gt; Glass by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmH5FUc1uI/AAAAAAAACBM/w1nJhbYMGuw/s1600-h/Blogy+glass.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmH5FUc1uI/AAAAAAAACBM/ruTMYlA_Xuo/s400-R/Blogy+glass.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A subtle two column theme, based on the original design by &lt;a href="http://www.freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogy-glass.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/03/11/glass/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
9. &lt;a href="http://jackbook.com/blogger-templates-gallery/lemon-blogger-template/"&gt;Lemon Twist by Jackbook&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJZC1wk_vjI/AAAAAAAABzY/Ay66EC7HXX8/s1600-h/lemon-twist.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJZC1wk_vjI/AAAAAAAABzY/nBtYadb664I/s400-R/lemon-twist.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This is a truly awesome template with many sections in the footer and stylized throughout. Converted from the original WP theme by Far From Fearless.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://lemon-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://jackbook.com/blogger-templates-gallery/lemon-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
10. &lt;a href="http://btemplates.com/2008/07/25/agenda-02/"&gt;Agenda 02 by Blogs Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJhTY4R4ZcI/AAAAAAAAB6E/E6PfiDIxkGs/s1600-h/Agenda+02.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJhTY4R4ZcI/AAAAAAAAB6E/0QJUxk56M2c/s400-R/Agenda+02.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A three column template with a notepad style appearance.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://agenda02-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/25/agenda-02/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
11. &lt;a href="http://btemplates.com/2008/07/25/agenda-03/"&gt;Agenda 03 by Blogs Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhUDwAZQcI/AAAAAAAAB6M/qjSY1Ym9rAY/s1600-h/Agenda+03.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhUDwAZQcI/AAAAAAAAB6M/HhXi1YyJ56g/s400-R/Agenda+03.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This template is styled like an artist's desk and is a wide two column layout.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://agenda03-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/25/agenda-03/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
12. &lt;a href="http://btemplates.com/2008/07/23/agenda-04/"&gt;Agenda 04 by Blogs Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhVw1wpWaI/AAAAAAAAB6c/7e1WhpMBp2w/s1600-h/Agenda+04.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhVw1wpWaI/AAAAAAAAB6c/TnawGWsMHzc/s400-R/Agenda+04.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This rustic theme is a two column design with a beautiful header image.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://agenda04-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/23/agenda-04/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
13. &lt;a href="http://btemplates.com/2008/05/26/made-in-spain/"&gt;Made in Spain by Blogs Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhb0_0XTHI/AAAAAAAAB7E/aenGDeCXv84/s1600-h/Made+in+Spain.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhb0_0XTHI/AAAAAAAAB7E/oDs_ZDKgelg/s400-R/Made+in+Spain.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Of all the notebook style templates I've seen, this is my favorite one of all :)&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://madeinspain-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/05/26/made-in-spain/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
14. &lt;a href="http://layout4all.blogspot.com/2008/04/jonga-blogger-template.html"&gt;Jonga by Layout for All&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhc1qIM1OI/AAAAAAAAB7M/Eke5aZxqth8/s1600-h/Jonga_blogger_template.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhc1qIM1OI/AAAAAAAAB7M/qKNLVoxXqxU/s400-R/Jonga_blogger_template.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This two column template has an orange color scheme. Sorry there's no demo blog for this one, but from the screenshots it looks very good.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://draft.blogger.com/goog_1217925239696"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
15. &lt;a href="http://elblogdelui.blogspot.com/2007/09/plantilla-snowcrystals-de-lui.html"&gt;Snow Crystals by El Blog de Lui&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJmS1Gin9OI/AAAAAAAACB8/1UvXyByNT7U/s1600-h/PLANTILLA+SnowCrystals+DE+LUI.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJmS1Gin9OI/AAAAAAAACB8/Ks_NcybqHew/s400-R/PLANTILLA+SnowCrystals+DE+LUI.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An unusual design with beautiful vector snowflakes, adapted from the template design by &lt;a href="http://www.freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantillasnowcrystalsdelui.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://elblogdelui.blogspot.com/2007/09/plantilla-snowcrystals-de-lui.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://layout4all.blogspot.com/2008/04/jonga-blogger-template.html"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
16. &lt;a href="http://templatesparanovoblogger.blogspot.com/2008/02/mais-um-tema-do-wordpress.html"&gt;Vintage Style by Templates Para Novo Blogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJheJbKAmVI/AAAAAAAAB7U/bikKIjANQEQ/s1600-h/Vintage+Style.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJheJbKAmVI/AAAAAAAAB7U/TIei0le5a74/s400-R/Vintage+Style.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This tasteful theme is in hues of dark red.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://vintagestyle-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://templatesparanovoblogger.blogspot.com/2008/02/mais-um-tema-do-wordpress.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
17. &lt;a href="http://www.template-godown.com/2008/05/capung-new-xml-blogger-template.html"&gt;Capung by Template Godown&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJd9aqBDEtI/AAAAAAAAB28/mH-BoCEzFyQ/s1600-h/capungdikembang.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJd9aqBDEtI/AAAAAAAAB28/cLXQtuVNIgk/s400-R/capungdikembang.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This single column template has a feminine appeal and is perfect for photobloggers. It includes a widgetized footer section for ads and other content, also a navigation bar for your important links.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://capungdikembang.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.template-godown.com/2008/05/capung-new-xml-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
18. &lt;a href="http://bloggertricks.com/2008/05/flora-scent-blogger-template-free.html"&gt;Florascent by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJgXks44omI/AAAAAAAAB3U/jP9lXVqClo0/s1600-h/Florascent.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJgXks44omI/AAAAAAAAB3U/zyRNgUMxq6c/s400-R/Florascent.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A beautiful blue toned theme with one sidebar to the left and floral design in the header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://florascent-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/05/flora-scent-blogger-template-free.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
19. &lt;a href="http://bloggertemplates.itmag.org/2007/11/blogger-template-hobbit.html"&gt;The Hobbit by Blogger Templates (Itmag)&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJi3FfeBGtI/AAAAAAAAB_s/GKncyO3EXdA/s1600-h/hobbit.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJi3FfeBGtI/AAAAAAAAB_s/kQGpezkatIw/s400-R/hobbit.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This beautiful template has an ethereal presence.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://hobbitdemo.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertemplates.itmag.org/2007/11/blogger-template-hobbit.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
20. &lt;a href="http://emporiumdigital.blogspot.com/2008/07/template-blogger-xml-galera-curtindo.html"&gt;Galera Curtindo by Emporium Digital&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmVbn7SiaI/AAAAAAAACCM/1DBgLuK4-ew/s1600-h/Galera+Curtindo.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmVbn7SiaI/AAAAAAAACCM/_Kz2jwcVKrw/s400-R/Galera+Curtindo.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A bold three column theme with centralized navigation buttons beneath the header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://templategaleracurtindo.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://emporiumdigital.blogspot.com/2008/07/template-blogger-xml-galera-curtindo.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
21. &lt;a href="http://scrutinyground.blogspot.com/2008/06/new-blogger-interface-bronzed.html"&gt;Bronzed by Testing Ground&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJmV4ioAmYI/AAAAAAAACCU/F5kcp-wfK4s/s1600-h/bronzee.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJmV4ioAmYI/AAAAAAAACCU/Gda_t5U8I48/s400-R/bronzee.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An elaborate and original two column design.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://scrutinyground.blogspot.com/2008/06/new-blogger-interface-bronzed.html"&gt;Details and Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
22. &lt;a href="http://bloggertricks.com/2008/06/field-of-dreams-blogger-template.html"&gt;Field of Dreams by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJguB4bJ4OI/AAAAAAAAB4k/V53Qc3Ndmdc/s1600-h/Field+of+Dreams.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJguB4bJ4OI/AAAAAAAAB4k/Sjn8SRdH4gE/s400-R/Field+of+Dreams.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A truly stunning and colorful design with tabbed navigation in the header and a built in search function. Originally designed by &lt;a href="http://notsoboringlife.com/"&gt;NotSoBoringLife&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fieldofdreams-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/field-of-dreams-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
23. &lt;a href="http://www.ourblogtemplates.com/2008/04/blogger-template-totally-lost.html"&gt;Totally Lost by Our Blog Templates&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJirRzklBRI/AAAAAAAAB-8/FoLMNaSRSLU/s1600-h/Totally-lost.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJirRzklBRI/AAAAAAAAB-8/3ge_--WeNR4/s400-R/Totally-lost.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Here is a great example of how beautiful imagery in the header can totally transform a basic design.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ourblogtemplates.com/2008/04/blogger-template-totally-lost.html"&gt;Details and Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
24. &lt;a href="http://scrutinyground.blogspot.com/2008/02/new-blogger-templete-maldivian.html"&gt;The Maldivian by Testing Ground&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJnDEwZ7IvI/AAAAAAAACCk/iE6jdzR0_i0/s1600-h/the-maldavian.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJnDEwZ7IvI/AAAAAAAACCk/veEeLS93f3A/s400-R/the-maldavian.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An elaborate fantasy theme with two sidebars to the right.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://scrutinyground.blogspot.com/2008/02/new-blogger-templete-maldivian.html"&gt;Details and download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
25. &lt;a href="http://www.template-godown.com/2008/07/snail-xml-blogger-template.html"&gt;Snail Blogger by Template Godown&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJgaWHQ8FhI/AAAAAAAAB3s/gidpzvqikLE/s1600-h/snail+blogger.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJgaWHQ8FhI/AAAAAAAAB3s/Fc8kKJ-nTG0/s400-R/snail+blogger.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Snail is an invigorating theme with split columns in the right hand sidebar. Converted with permission from the original design by &lt;a href="http://cinila.com/2008/04/18/new-face-stitches-theme/"&gt;Cinila&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://snailblogger.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.template-godown.com/2008/07/snail-xml-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
26. &lt;a href="http://scrutinyground.blogspot.com/2008/03/cairo-concept-blogger-theme.html"&gt;Cairo Concept by Testing Ground&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJnCZ5aqmpI/AAAAAAAACCc/6lS4f28KKxk/s1600-h/cairo+concept.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJnCZ5aqmpI/AAAAAAAACCc/vmc5NO7dyQc/s400-R/cairo+concept.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A narrow, two column theme with a vivid header image.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://cairoconcept.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://scrutinyground.blogspot.com/2008/03/cairo-concept-blogger-theme.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
27. &lt;a href="http://themelib.com/2008/07/sad-fish-blogger-template/"&gt;Sad Fish by ThemeLib&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgWeYce2qI/AAAAAAAAB3M/oLz3aujeIkQ/s1600-h/Sad+Fish.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgWeYce2qI/AAAAAAAAB3M/CfLlLukWXAA/s400-R/Sad+Fish.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A simple two column theme with an aquatic feel.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://sad-fish-blogger-template.blogspot.com/"&gt;Demo &lt;/a&gt;| &lt;a href="http://themelib.com/2008/07/sad-fish-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
28.&lt;a href="http://bloggertricks.com/2008/06/releasing-wonderful-blogger-template.html"&gt; Creation by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJge7-rX59I/AAAAAAAAB4M/mw6ScN_bI9I/s1600-h/Creation.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJge7-rX59I/AAAAAAAAB4M/kWqm92aPc50/s400-R/Creation.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A beautiful theme which includes an integrated navigation bar and calendar icons. Based on the design originally by &lt;a href="http://ophelianicholson.com/"&gt;Ophelia Nicholson&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://creation-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/releasing-wonderful-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
29. &lt;a href="http://blogandweb.com/plantillas-blogger/vectorlover/"&gt;Vector Lover by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJg2oJHrDCI/AAAAAAAAB5M/WWBNbVPDyB0/s1600-h/VectorLover.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJg2oJHrDCI/AAAAAAAAB5M/SzqGwbzGOmM/s400-R/VectorLover.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
How stylish is this theme? It features a two column layout with integrated search function, and is converted from the original template by &lt;a href="http://www.styleshout.com/"&gt;Styleshout&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://vectorlover-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://blogandweb.com/plantillas-blogger/vectorlover/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
30. &lt;a href="http://www.jackbook.com/blogger-templates-gallery/rainbow-garden-blogger-template"&gt;Rainbow Garden by Jackbook&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJnHxZhyYkI/AAAAAAAACC8/15BsASS_MX4/s1600-h/flowers+template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJnHxZhyYkI/AAAAAAAACC8/RxH_9m6G9Bs/s400-R/flowers+template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An ornate and colorful three column template, based on the original design by &lt;a href="http://webhostinggeeks.com/"&gt;Web Hosting Geeks&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://flowers-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.jackbook.com/blogger-templates-gallery/rainbow-garden-blogger-template"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
31. &lt;a href="http://btemplates.com/2008/07/28/assassins/"&gt;Assassins by Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhMyajTugI/AAAAAAAAB5c/Mgv6DSJittM/s1600-h/Assassins.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhMyajTugI/AAAAAAAAB5c/WxL-DTItG24/s400-R/Assassins.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A two column template themed on the popular video game, Assasin's Creed.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://assassins-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/28/assassins/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
32. &lt;a href="http://www.srtamirage.com/2008/02/plantilla-blogger-dh-theme.html"&gt;DH Theme for Blogger by STRA Mirage&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhsYzBqIBI/AAAAAAAAB78/ugMPL9gCgeU/s1600-h/dh.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhsYzBqIBI/AAAAAAAAB78/iPL_oHPVJ20/s400-R/dh.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A stunning template which was converted from the original WP theme.&lt;br /&gt;
&lt;br /&gt;
Demo | &lt;a href="http://www.srtamirage.com/2008/02/plantilla-blogger-dh-theme.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Dark Templates&lt;/h3&gt;This selection of Blogger templates use a dark color scheme.&lt;br /&gt;
&lt;br /&gt;
33. &lt;a href="http://www.jackbook.com/blogger-templates-gallery/dreamwork-redux-blogger-template"&gt;Dreamwork Redux by Jackbook&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJjDjq3w6rI/AAAAAAAAB_0/HOPdUxV6_QM/s1600-h/dreamwork+redux.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJjDjq3w6rI/AAAAAAAAB_0/oMbFrTTxHLg/s400-R/dreamwork+redux.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Stunning use of color and many great features make this one of the best dark Blogger templates I've ever seen. Based on the original design by &lt;a href="http://www.quickiepc.info/"&gt;Vinh Le&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://dreamwork-redux.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.jackbook.com/blogger-templates-gallery/dreamwork-redux-blogger-template"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
34. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-graydient"&gt;Graydient by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiADegBmaI/AAAAAAAAB80/QfZIeBYKQRI/s1600-h/Graydient.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiADegBmaI/AAAAAAAAB80/pWlJRim1e0M/s400-R/Graydient.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A smooth dark design with pale area for the main blog content. I love the contrasting colors in the header logo which really sets this theme alight. Converted from the WP theme by &lt;a href="http://freewordpresslayouts.com/"&gt;Free WP Layouts&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-graydient.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-graydient"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
35. &lt;a href="http://bloggertricks.com/2008/07/professional-magazine-style-blogger.html"&gt;Funky Zine by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJmUrRd1UuI/AAAAAAAACCE/p8kCQVzUELo/s1600-h/Funky+Zine.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJmUrRd1UuI/AAAAAAAACCE/9R8CTfPMJvY/s400-R/Funky+Zine.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Adapted from the Wordpress theme by &lt;a href="http://www.wpthemedesigner.com/"&gt;Chiq Montes&lt;/a&gt;, this dark design features a wide sidebar and integrated navigation links.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://funkyzine-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/07/professional-magazine-style-blogger.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
36. &lt;a href="http://randomnessf1.blogspot.com/2008/08/template-renewed.html"&gt;Renewed by Ramdomness&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiLts0o4WI/AAAAAAAAB9c/skTqft3lmwI/s1600-h/%5BTEMPLATE%5D+Renewed.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiLts0o4WI/AAAAAAAAB9c/Am5S_SQVKM0/s400-R/%5BTEMPLATE%5D+Renewed.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This dark theme is based on the Minima template, but includes a much wider area for posts. Sidebar titles are highlighted in red, and the layout is hugely customizable.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://renewedtemplatetest.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://randomnessf1.blogspot.com/2008/08/template-renewed.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
37. &lt;a href="http://www.bloggerbuster.com/2008/07/new-blogger-xml-template-bt-dark-green.html"&gt;BT Dark Green by Blogger Buster and Blogging Tips&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJnKJY9gdSI/AAAAAAAACDM/EUihtB7nQkU/s1600-h/bt-dark-green-screenshot.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJnKJY9gdSI/AAAAAAAACDM/usyQm9vfD-8/s400-R/bt-dark-green-screenshot.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A wide two column theme with integrated navigation and search, plus mouseover effects in the sidebar. Converted from the Wordpress theme by &lt;a href="http://www.bloggingtips.com/"&gt;Blogging Tips&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://bt-dark-green-demo.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.bloggerbuster.com/2008/07/new-blogger-xml-template-bt-dark-green.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
38. &lt;a href="http://www.ourblogtemplates.com/2008/05/blue-greens.html"&gt;Blue Greens by Our Blog Templates&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJigopQQ36I/AAAAAAAAB-k/g3E__52lOrY/s1600-h/Blue-greens.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJigopQQ36I/AAAAAAAAB-k/8GpWm-U488k/s400-R/Blue-greens.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This template makes stunning use of color contrasts and has a segmented footer for extra widgets.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ourblogtemplates.com/2008/05/blue-greens.html"&gt;Details and download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
39. &lt;a href="http://akoogle.blogspot.com/2008/03/dark-world-2-column-blogger-template.html"&gt;Dark World by akOOgle&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmBkr-eyQI/AAAAAAAACAc/E-Ecid6dSoY/s1600-h/Dark+World+Blogger+Template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmBkr-eyQI/AAAAAAAACAc/9VQfeUj7kNI/s400-R/Dark+World+Blogger+Template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A simple but professional dark template, ported from the original design by &lt;a href="http://www.thehivedesigns.com/"&gt;Hive Designs&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://darkworld-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://akoogle.blogspot.com/2008/03/dark-world-2-column-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
40. &lt;a href="http://bloggertricks.com/2008/06/charcoal-blogger-template.html"&gt;Charcoal by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJgvnXOTn4I/AAAAAAAAB4s/EXX_LVYgQIQ/s1600-h/Charcoal.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJgvnXOTn4I/AAAAAAAAB4s/NdrsVRG2s1Y/s400-R/Charcoal.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A stunning conversion from &lt;a href="http://web2feel.com/"&gt;the original WP theme by Jinsona&lt;/a&gt;. Includes a navigation bar, built in feed and bookmark icons, and a wide posting column. Also available in three column format.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://charcoal-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/charcoal-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
41. &lt;a href="http://www.suckmylolly.com/2008/06/whale-of-time-free-xml-blogger-template.html"&gt;Whale of a Time by Suck My Lolly&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJnG_bFwviI/AAAAAAAACC0/QNsiX43wrTk/s1600-h/Whale+of+a+Time.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJnG_bFwviI/AAAAAAAACC0/_P_75UQ-IKk/s400-R/Whale+of+a+Time.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An original design with two column layout.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fsabd107.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.suckmylolly.com/2008/06/whale-of-time-free-xml-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
42. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-wiremesh"&gt;Wiremesh by Abboregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhuI-Li4ZI/AAAAAAAAB8M/xjJZzD3lnFw/s1600-h/Wiremesh.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhuI-Li4ZI/AAAAAAAAB8M/fz6sJWYDJ8c/s400-R/Wiremesh.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This dark two column theme highlights sidebar and title headings in vivid colors. Based on a design by &lt;a href="http://freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-wiremesh.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-wiremesh"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
43. &lt;a href="http://themelib.com/2008/07/macbook-pro-blogger-template/"&gt;Macbook Pro by ThemeLib&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJg3gcR1bNI/AAAAAAAAB5U/6Svk2SF-DZQ/s1600-h/MacBook+Pro.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJg3gcR1bNI/AAAAAAAAB5U/Qefhx1_0YSA/s400-R/MacBook+Pro.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A stylish dark template with three columns which is converted from the theme by &lt;a href="http://qualitywordpress.com/"&gt;Quality Wordpress&lt;/a&gt;. Perfect for Apple lovers!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://macbook-pro-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://themelib.com/2008/07/macbook-pro-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
44. &lt;a href="http://bloggertricks.com/2008/06/another-gorgeous-blogger-template.html"&gt;Zanblue by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJdyglGf45I/AAAAAAAAB2c/0d3ty1MrsSo/s1600-h/Zanblue+Template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJdyglGf45I/AAAAAAAAB2c/Cjae_FfNqj0/s400-R/Zanblue+Template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A delicious dark theme with mouseover effects and stylish widgets. Based on the WP theme by&lt;a href="http://ophelianicholson.com/"&gt;Ophelia Nicholson&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://zanblue-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/another-gorgeous-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
45. &lt;a href="http://www.blogmundi.com/2007/04/13/elegant-nueva-plantilla-para-blogger/"&gt;Elegant by Blogmundi&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJiX4qmyoLI/AAAAAAAAB90/rMRP1vePnBE/s1600-h/Elegant.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJiX4qmyoLI/AAAAAAAAB90/m7x9tObDak0/s400-R/Elegant.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This three column layout is enhanced by the choices of color.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://elegant-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogmundi.com/2007/04/13/elegant-nueva-plantilla-para-blogger/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
46. &lt;a href="http://bloggertricks.com/2008/06/3-column-blogger-template-pepper.html"&gt;Pepper by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJd0WScSJOI/AAAAAAAAB2k/DkeTLGXlnEM/s1600-h/Pepper.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJd0WScSJOI/AAAAAAAAB2k/8Z4XU9ZwCdw/s400-R/Pepper.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Kranthi has done an excellent job of converting this beautiful dark theme. It features an integrated search function and feed icon in the header, with spaces for ads and two sidebars on the right. Converted from the original design by &lt;a href="http://web2feel.com/"&gt;Jinsona&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://pepper-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/3-column-blogger-template-pepper.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
46. &lt;a href="http://themelib.com/2008/06/green-magic-blogger-template/"&gt;Green Magic by ThemeLib&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhWaJYERyI/AAAAAAAAB6k/920ipmIELL4/s1600-h/Green+Magic.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhWaJYERyI/AAAAAAAAB6k/moeK-300d7U/s400-R/Green+Magic.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This two column template is very easy on the eyes, and includes navigation links and calendar widgets for post dates. Based on the original design by &lt;a href="http://www.themes.iwebnet.org/"&gt;iWebNet&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://green-magic-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://themelib.com/2008/06/green-magic-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
47. Architect by &lt;a href="http://arhitektonas.blogspot.com/"&gt;George Petsagourakis&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhZkDJR8lI/AAAAAAAAB60/8-QqPEsO_FM/s1600-h/Arhitektonas.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhZkDJR8lI/AAAAAAAAB60/sahK-64fwKI/s400-R/Arhitektonas.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An unassuming theme with plenty of options for customization.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://arhitektonas-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/06/19/architect-dark/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
48. &lt;a href="http://www.gosublogger.com/2008/05/new-blogger-xml-template-dfire.html"&gt;DFire by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJd160wGJEI/AAAAAAAAB2s/eZ8IhO0rzz0/s1600-h/DFire+template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJd160wGJEI/AAAAAAAAB2s/v8yEhSCJwEs/s400-R/DFire+template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This narrow two column theme is remarkable. It features a great color scheme and stylized sidebar headings. Converted by the original theme by &lt;a href="http://www.darkfaerytale.com/"&gt;Dark Faery Tale&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://dfire-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/05/new-blogger-xml-template-dfire.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
49. Signus by &lt;a href="http://templatesparanovoblogger.blogspot.com/"&gt;Templates Para Novo Blogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhe2HZF6oI/AAAAAAAAB7c/Ayxedy9NQNU/s1600-h/Signus.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhe2HZF6oI/AAAAAAAAB7c/D9YD8SRTCRo/s400-R/Signus.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;In shades of gray with a vector style background.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://signus-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/05/12/signus/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
50. &lt;a href="http://bloggertricks.com/2008/07/another-3d-blogger-template-graffiti.html"&gt;Graffiti Art by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJdPCYKVfTI/AAAAAAAAB1s/pp_WuSEsZN8/s1600-h/Graffiti+Art.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJdPCYKVfTI/AAAAAAAAB1s/QOK1168XFZ4/s400-R/Graffiti+Art.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An outstanding two column template with plenty of color. Ported for Blogger from the original design by &lt;a href="http://wpgalaxy.com/"&gt;WPGalaxy&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://graffitiart-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/07/another-3d-blogger-template-graffiti.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
51. &lt;a href="http://templatesparanovoblogger.blogspot.com/2008/06/template-rs10.html"&gt;Template RS10 by Templates Novo Blogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJdUFGjEuAI/AAAAAAAAB10/HgPp8IyWHS0/s1600-h/Template+RS10.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJdUFGjEuAI/AAAAAAAAB10/MkYpO15FoqU/s400-R/Template+RS10.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A dark themed template with well styled navigation and segmented columns in the footer. Converted from the original design by &lt;a href="http://themelab.com/"&gt;ThemeLab&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://asdeespadas.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://templatesparanovoblogger.blogspot.com/2008/06/template-rs10.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
52. &lt;a href="http://bloggertricks.com/2008/06/nice-3-column-blogger-template-clean.html"&gt;Clean Dark by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJgeG3G_YsI/AAAAAAAAB4E/e9k2W9A7R0s/s1600-h/Clean+Dark.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJgeG3G_YsI/AAAAAAAAB4E/FqVAQuuuEE0/s400-R/Clean+Dark.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A three column template whcih features a highlighted sidebar to draw attention to important content.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://cleandark-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/nice-3-column-blogger-template-clean.html"&gt;Download &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
53. &lt;a href="http://btemplates.com/2008/08/02/urbanartist/"&gt;Urban Artist by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY8-3seNyI/AAAAAAAABzA/-YC6xp42k0M/s1600-h/urban-artist.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY8-3seNyI/AAAAAAAABzA/IeCWQrEZFiQ/s400-R/urban-artist.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A delicious dark theme with a wide sidebar and many built in features.Based on the original template by &lt;a href="http://www.styleshout.com/"&gt;Styleshout&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://urbanartist-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/08/02/urbanartist/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
54. &lt;a href="http://bloggertricks.com/2008/06/wonderful-blogger-template-connexion.html"&gt;Connexion by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgtXRLsOfI/AAAAAAAAB4c/oSQOiI0lz3o/s1600-h/Connexion.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgtXRLsOfI/AAAAAAAAB4c/7sZd2QCTRzo/s400-R/Connexion.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A stylish cityscape theme with integrated navigation beneath the header. Based on the original theme for WP by Jinsona.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://connexion-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/wonderful-blogger-template-connexion.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
55. Gabfire Maq by GosuBlogger&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY3vNIRNrI/AAAAAAAAByg/pPPJj9yyjsQ/s1600-h/gabfire-maq.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY3vNIRNrI/AAAAAAAAByg/3JOgemkGzJw/s400-R/gabfire-maq.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A three column theme with plenty of space for ads. Based on the original theme by &lt;a href="http://www.gabfire.com/"&gt;Gabfire&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://gabfiremaq.blogspot.com/2008_07_01_archive.html"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/07/gabfire-maq-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
56. &lt;a href="http://themelib.com/2008/06/windows-vista-blogger-template/"&gt;Windows Vista by ThemeLib&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJYx84fUblI/AAAAAAAAByI/5NhriZ5JqCk/s1600-h/windows-vista.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJYx84fUblI/AAAAAAAAByI/xPTGM8XkugI/s400-R/windows-vista.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;A stunning dark two column template, converted from the original WP theme by &lt;a href="http://themebin.com/"&gt;Themebin&lt;/a&gt;.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://windows-vista-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://themelib.com/2008/06/windows-vista-blogger-template/"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;h3&gt;Minimalist Templates&lt;/h3&gt;This style of template offers a simple, clean appearance with few (if any) images.&lt;br /&gt;
&lt;br /&gt;
57. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-honest-expresions"&gt;Honest Expressions by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiB33MAJoI/AAAAAAAAB9E/YXR3O6Ysntg/s1600-h/Honest+expresions.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiB33MAJoI/AAAAAAAAB9E/oHC7mPeFuyY/s400-R/Honest+expresions.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A professional style theme with two sidebars to the right of the main posts section. Based on a theme designed by &lt;a href="http://freewordpresslayouts.com/"&gt;Free WP Layouts&lt;/a&gt;.&lt;br /&gt;
&lt;a href="http://draft.blogger.com/goog_1217954207372"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://plantilla-honestexpresions.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-honest-expresions"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
58. &lt;a href="http://usuariocompulsivo.blogspot.com/2008/05/template-compulsivo-blogger-addicted.html"&gt;Addicted by Usario Compulsivo&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJmJ0WtS1NI/AAAAAAAACBc/kse9upMEEiw/s1600-h/blogger+addicted.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJmJ0WtS1NI/AAAAAAAACBc/uQARqRmW_8g/s400-R/blogger+addicted.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A fresh inviting theme with three columns. Converted from the original theme by &lt;a href="http://www.darrendelaye.com/"&gt;Darren Delaye&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://bloggeraddicted.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://usuariocompulsivo.blogspot.com/2008/05/template-compulsivo-blogger-addicted.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
59. &lt;a href="http://www.ourblogtemplates.com/2008/04/blogger-template-minimalist-e.html"&gt;Minimalist E by Our Blog Templates&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJiqpm3buyI/AAAAAAAAB-0/yQVip0kNAjc/s1600-h/Minimalist-poppy.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJiqpm3buyI/AAAAAAAAB-0/YDeIuA8ze_A/s400-R/Minimalist-poppy.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
While this template may have a minimalist layout, I think the overall design is beautiful.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ourblogtemplates.com/2008/04/blogger-template-minimalist-e.html"&gt;Details and download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
60. &lt;a href="http://www.blogcrowds.com/resources/view_template.php/_55"&gt;Cool Calm Collected by BlogCrowds&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmGsURUHJI/AAAAAAAACBE/8ir_udMg6xU/s1600-h/cool.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmGsURUHJI/AAAAAAAACBE/rGNtOalMqmY/s400-R/cool.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
The epitomy of minimalistic blog design!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://cool-calm-collected-xml.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogcrowds.com/resources/view_template.php/_55"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
61. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-complimentary"&gt;Complimentary by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhwA-O-nwI/AAAAAAAAB8U/18TmjOTp-oc/s1600-h/Complimentary.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhwA-O-nwI/AAAAAAAAB8U/QRnn3sy-Qmw/s400-R/Complimentary.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An exquisite template with mouseover effects.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-complimentary.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-complimentary"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
62. &lt;a href="http://www.blogmundi.com/2007/04/01/is_simple-plantilla-para-blogger/"&gt;is_Simple by Blogmundi&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJiXNgBuQmI/AAAAAAAAB9s/N-95AuWUk_s/s1600-h/is_Simple.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJiXNgBuQmI/AAAAAAAAB9s/Cm_InY7PULM/s400-R/is_Simple.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A basic canvas on which you can impress your own customizations. This layout includes two sidebars to the right of the main column, and is very easy to use.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://is-simple-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogmundi.com/2007/04/01/is_simple-plantilla-para-blogger/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
63. &lt;a href="http://btemplates.com/2008/07/11/statement/"&gt;Statement by Zona Cerebral&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhX9VQdDyI/AAAAAAAAB6s/VFxEA0dvtio/s1600-h/Statement.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhX9VQdDyI/AAAAAAAAB6s/4yQuyYVA888/s400-R/Statement.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A fuss-free three column template with iconized links and integrated search function. Based on the original design by &lt;a href="http://www.blogohblog.com/"&gt;BlogOhBlog&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Note: Many pages on Zona Cerebral are currently unavailable, so I have linked to the mirror download location on BTemplates until the links are fixed.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://statement-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/11/statement/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
64. &lt;a href="http://all-blogspot-templates.blogspot.com/2008/08/blogy-enlight-blogger-template.html"&gt;Enlight by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJg1orP84SI/AAAAAAAAB5E/SJrUIs1s4n8/s1600-h/Blogy-Enlight.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJg1orP84SI/AAAAAAAAB5E/nuIncDZpyNE/s400-R/Blogy-Enlight.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A fresh two column template with integrated navigation links.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogy-enlight.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://all-blogspot-templates.blogspot.com/2008/08/blogy-enlight-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
65. &lt;a href="http://jackbook.com/blogger-templates-gallery/red-planet-blogger-template/"&gt;Red Planet by Jackbook&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhapGFZ_aI/AAAAAAAAB68/HHmJR3xsqts/s1600-h/redplanet.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhapGFZ_aI/AAAAAAAAB68/r2FJQhCnCEY/s400-R/redplanet.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This minimalist design features an excellent choice of typography. It includes navigation links and an integrated search function. Based on the original theme by &lt;a href="http://www.freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://redplanet-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://jackbook.com/blogger-templates-gallery/red-planet-blogger-template/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
66. &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-xml-template-facebooked.html"&gt;Facebooked by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgwkGvZGZI/AAAAAAAAB40/gy-7xDKn13U/s1600-h/oz-facebooked+template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgwkGvZGZI/AAAAAAAAB40/SSha3BxlaeY/s400-R/oz-facebooked+template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Based on &lt;a href="http://justintadlock.com/"&gt;Justin Tadlock's&lt;/a&gt; excellent theme, Facebooked is a three column template in the style of this popular social networking site.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://oz-facebooktemplate.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-xml-template-facebooked.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
68. &lt;a href="http://www.template-godown.com/2008/04/sederhana-new-xml-blogger-template.html"&gt;Sederhana (Oh My Grid) by Template Godown&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgY6yOOGHI/AAAAAAAAB3k/AqwTNKbe0lw/s1600-h/sederhana.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgY6yOOGHI/AAAAAAAAB3k/11oWVgT0Kis/s400-R/sederhana.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
I love this three column, grid based theme which is based on &lt;a href="http://orangescale.net/"&gt;Oh My Grid by Thomas at Orangescale&lt;/a&gt;. While using only monochrome colors for the overall layout, it becomes incredibly functional with the unique header layout, ads section and search function below the header. Be sure to check this one out for a truly professional and unique appearance for your blog!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://template-sederhana.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://orangescale.net/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
69. &lt;a href="http://www.gosublogger.com/2008/07/new-blogger-genkit-template.html"&gt;Genkit by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJZA3idjYQI/AAAAAAAABzQ/_KvF6RXDbgM/s1600-h/genkit.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJZA3idjYQI/AAAAAAAABzQ/tLWLfmW03Lw/s400-R/genkit.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This clean template has a fluid main posts column and a unique sliding tabbed navigation widget in the left hand side. Converted from the original theme by &lt;a href="http://ericulous.com/"&gt;Ericulous&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://googlelivelyblog.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/07/new-blogger-genkit-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
70. &lt;a href="http://www.gosublogger.com/2008/06/blogger-clarity-xml-template.html"&gt;Clarity by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJdtkKXn4aI/AAAAAAAAB2M/G3b1Rmq9cIk/s1600-h/Clarity+Theme-+Blogger+Theme.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJdtkKXn4aI/AAAAAAAAB2M/I62nouVB3B0/s400-R/Clarity+Theme-+Blogger+Theme.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Beautifully simple, this theme features a fluid layout which expands to fit the size of the reader's browser.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://claritytheme.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/06/blogger-clarity-xml-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Feminine Designs&lt;/h3&gt;Here is a selection of pretty feminine designs in various colors and styles.&lt;br /&gt;
&lt;br /&gt;
71. We Heart Stuff by &lt;a href="http://srtamirage.com/"&gt;STRA Mirage&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhtQAxaR8I/AAAAAAAAB8E/kcN_HYVByDg/s1600-h/weheartstuff.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhtQAxaR8I/AAAAAAAAB8E/Ic0aHaQ3OUs/s400-R/weheartstuff.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Feminine and flirty, this pink toned theme includes two columns with navigation beneath the header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://weheartstuff-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/04/10/we-heart-stuff/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
72. &lt;a href="http://emporiumdigital.blogspot.com/2008/07/template-blogger-xml-me-mulher.html"&gt;Mae Mulher by Emporium Digital&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY-VEtJiAI/AAAAAAAABzI/p2VIiRxuM1A/s1600-h/mae-mulher.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY-VEtJiAI/AAAAAAAABzI/IocvXhQOGp0/s400-R/mae-mulher.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A beautifully designed feminine theme with a two column layout.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://templatemaemulher.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://emporiumdigital.blogspot.com/search/label/Templates%20Blogger"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
73. &lt;a href="http://www.suckmylolly.com/2008/07/heart-attack-free-xml-blogger-template.html"&gt;Heart Attack by Suck My Lolly&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJnD9_TMpwI/AAAAAAAACCs/hX9ilFflIV4/s1600-h/Heart+Attack.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJnD9_TMpwI/AAAAAAAACCs/5ja6ucIOhvM/s400-R/Heart+Attack.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A simple blue theme with elaborate header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fsabd113.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.suckmylolly.com/2008/07/heart-attack-free-xml-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
74. &lt;a href="http://www.gosublogger.com/2008/04/new-blogger-xml-template-thoughtlog.html"&gt;Thoughtlog by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmCgZqI6vI/AAAAAAAACAk/AXMMy2LoOfU/s1600-h/Thoughtlog.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmCgZqI6vI/AAAAAAAACAk/qySwZ4Ten1M/s400-R/Thoughtlog.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A three column design in shades of lilac. Converted from the Wordpress theme designed by&lt;a href="http://scribblescratch.com/"&gt;Scribble Scratch&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://gosu-thoughtlog.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/04/new-blogger-xml-template-thoughtlog.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
75. Marco by &lt;a href="http://templatesparanovoblogger.blogspot.com/"&gt;Templates Novo Blogger &lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJmOgI6PQlI/AAAAAAAACBk/W81zezgrot8/s1600-h/Mar%C3%A7o.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJmOgI6PQlI/AAAAAAAACBk/zxUkuwTzChY/s400-R/Mar%C3%A7o.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A simple, professional and feminine theme.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://marco-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/05/07/marco/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
76. &lt;a href="http://www.blogcrowds.com/resources/view_template.php/_49"&gt;Summer Love by Blog Crowds&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJl_4EVOPcI/AAAAAAAACAU/bs24E7Mifh4/s1600-h/summer-love.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJl_4EVOPcI/AAAAAAAACAU/k_OvIDCGhYk/s400-R/summer-love.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A beautiful two column template with a subtle floral theme.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://summer-love-xml.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogcrowds.com/resources/view_template.php/_49"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
77. &lt;a href="http://www.suckmylolly.com/2008/05/mode-parisienne-free-xml-blogger.html"&gt;Mode Parisienne by Suck My Lolly&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJdxnJOdTPI/AAAAAAAAB2U/Fh_DSNtJPyQ/s1600-h/Mode+Parisienne.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJdxnJOdTPI/AAAAAAAAB2U/IGr2AteH88k/s400-R/Mode+Parisienne.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A fresh feminine theme in pale blue.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fsabd104.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.suckmylolly.com/2008/05/mode-parisienne-free-xml-blogger.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
78. &lt;a href="http://bloggertemplates.itmag.org/2007/11/blogger-template-celebrity.html"&gt;Celebrity Blog by Blogger Templates (Itmag)&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJi2ElOIB3I/AAAAAAAAB_k/VVJan-a_BlU/s1600-h/celebrity-blog.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJi2ElOIB3I/AAAAAAAAB_k/qDGcWlAwlxk/s400-R/celebrity-blog.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An excellent template for celebrity bloggers, though this could also be adapted for any feminine themes blog. Converted from the original theme by &lt;a href="http://www.redplanetmedia.org/"&gt;Red Planet Media&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://celebritytest.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertemplates.itmag.org/2007/11/blogger-template-celebrity.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
79. Isabella by &lt;a href="http://templatesparanovoblogger.blogspot.com/search/label/Templates"&gt;Templates Para Novo Blogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJhgj0nc4DI/AAAAAAAAB7s/j50hoLuPiFE/s1600-h/Isabela.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJhgj0nc4DI/AAAAAAAAB7s/WjBMgC2XyzI/s400-R/Isabela.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
The sidebars in this feminine layout are aligned beneath the vector image on the left.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://isabela-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/05/05/isabela/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
80. &lt;a href="http://randomnessf1.blogspot.com/2008/07/template-shoe-fetish.html"&gt;Shoe Fetish by Randomness&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJicyD3xXvI/AAAAAAAAB-M/-29OcOqVQ2M/s1600-h/%5BTEMPLATE%5D+Shoe+Fetish.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJicyD3xXvI/AAAAAAAAB-M/CymomYqV48I/s400-R/%5BTEMPLATE%5D+Shoe+Fetish.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Pink and girly, this template would suit any shoe-lover! Converted from the Wordpress theme by &lt;a href="http://betterinpink.com/"&gt;Better in Pink&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://testshoesfetish.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://randomnessf1.blogspot.com/2008/07/template-shoe-fetish.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
81. Bordados 01 by &lt;a href="http://www.blogsmadeinspain.blogspot.com/"&gt;Blogs Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJitLqFMAsI/AAAAAAAAB_E/dJ94v4sxII8/s1600-h/Bordados+01.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJitLqFMAsI/AAAAAAAAB_E/ydc5VsVQ7g8/s400-R/Bordados+01.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An embroidery style template with pretty flowers and a butterfly in the header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://bordados01-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/08/05/bordados-01/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Professional/Corporate Themes&lt;/h3&gt;Clean lines and effective layouts make these designs suitable for business and technical blogs.&lt;br /&gt;
&lt;br /&gt;
82. &lt;a href="http://blogandweb.com/plantillas-blogger/techjunkie/"&gt;TechJunkie by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJYzT2Oi-7I/AAAAAAAAByQ/7R7COlxiJm8/s1600-h/techjunkie.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJYzT2Oi-7I/AAAAAAAAByQ/1vB4j1yoVlQ/s400-R/techjunkie.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;Simple and elegant, this template was converted from the original theme by &lt;a href="http://www.styleshout.com/"&gt;StyleShout&lt;/a&gt;.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://techjunkie-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://blogandweb.com/plantillas-blogger/techjunkie/"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;83. &lt;a href="http://btemplates.com/2008/03/11/acuerdo/"&gt;Acuerdo by Blog and Web&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmFE0_OfiI/AAAAAAAACA0/0ztykV83ooM/s1600-h/Blogy+Acuerdo.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmFE0_OfiI/AAAAAAAACA0/_SCgfCK1Teo/s400-R/Blogy+Acuerdo.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
An elegant two column theme with contrasting sidebar. Ported from the original theme by &lt;a href="http://justskins.com/"&gt;Just Skins&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogy-acuerdo.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/03/11/acuerdo/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
84. &lt;a href="http://zonacerebral.com/2008/05/plantilla-para-blogger-blue-blog.html"&gt;Blue Blog by Zona Cerebral&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJYkXT--EOI/AAAAAAAABxw/IexrdiP2gGM/s1600-h/blue-blog.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJYkXT--EOI/AAAAAAAABxw/lEfxs25u1CA/s400-R/blue-blog.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;A wide two column template with calendar widget and integrated search function. Converted from the original Wordpress theme by &lt;a href="http://kailoon.com/"&gt;Kailoon&lt;/a&gt;.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;a href="http://blueblogzc.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://feeds.feedburner.com/~r/ZonaCerebral/~3/291038016/plantilla-para-blogger-blue-blog.html"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
85. &lt;a href="http://bloggertricks.com/2008/07/stylish-3-column-blogger-template.html"&gt;Techlure by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJY16jNGljI/AAAAAAAAByY/2iMHLawEyyA/s1600-h/techlure.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJY16jNGljI/AAAAAAAAByY/0YAQp2IkvkQ/s400-R/techlure.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;Based on the original theme by &lt;a href="http://www.paddsolutions.com/"&gt;Padd IT Solutions&lt;/a&gt;, this three column template offers a fresh professional layout which is ideal for technology related blogs.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;a href="http://techlure-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/07/stylish-3-column-blogger-template.html"&gt;Download&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
86. &lt;a href="http://www.template-godown.com/2008/05/adspress-new-xml-blogger-template.html"&gt;Adspress by Template Godown&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJgYPEvaQ_I/AAAAAAAAB3c/zllQAMwk6nI/s1600-h/adspress.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJgYPEvaQ_I/AAAAAAAAB3c/4GOfqA_DB7Y/s400-R/adspress.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A simple and professional theme with a built in navigation and search bar.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://adspress.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.template-godown.com/2008/05/adspress-new-xml-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
87. &lt;a href="http://www.gosublogger.com/2008/04/new-blogger-xml-template-indomagz.html"&gt;Indomagz by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgbtsFBS0I/AAAAAAAAB30/B9p_yWjDkyQ/s1600-h/Indomag+Blogger+Template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgbtsFBS0I/AAAAAAAAB30/zDMAZ3FT23k/s400-R/Indomag+Blogger+Template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This professional magazine style theme is based on the premium theme by &lt;a href="http://www.magznetwork.com/"&gt;Magznetwork&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://indomag.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.magznetwork.com/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
88. &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-template-business-blue.html"&gt;Business Blue by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhNziWnu6I/AAAAAAAAB5k/elyJD_zKDOk/s1600-h/business-blue.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhNziWnu6I/AAAAAAAAB5k/-UxLwvyzkqQ/s400-R/business-blue.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This three column theme is ideal for a technical or business blog. It includes integrated navigation links and a themed feed icon beneath the header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://skypemobilephone.blogspot.com/"&gt;Demo &lt;/a&gt;| &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-template-business-blue.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
89. &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-xml-template-love-blog.html"&gt;Love Blog by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhQCe7IZcI/AAAAAAAAB50/YNOFmlX7m3k/s1600-h/Love+Blog.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhQCe7IZcI/AAAAAAAAB50/syNkuX_qA8w/s400-R/Love+Blog.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
I like the modest style fo this wide two column theme which includes a navigation bar and integrated search. Based on the theme originally designed by &lt;a href="http://www.thaslayer.com/"&gt;ThaSlayer&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://lovebloggerr.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-xml-template-love-blog.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
90. &lt;a href="http://b-themes.blogspot.com/2007/10/softlight-blogger-template.html"&gt;Softlight by B-Themes&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhR0CZ6CeI/AAAAAAAAB58/BC2qqkSJVO4/s1600-h/Softlight+blogger+template-+What+is+a+blog.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhR0CZ6CeI/AAAAAAAAB58/VCTKP0YqN-E/s400-R/Softlight+blogger+template-+What+is+a+blog.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This graceful template uses a two column layout with tabs for important navigation links. Based on the WP design by &lt;a href="http://www.makequick.com/"&gt;MakeQuick&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://softlight-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://b-themes.blogspot.com/2007/10/softlight-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
91. &lt;a href="http://btemplates.com/2008/07/25/techno/"&gt;Techno by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhVKDGwwcI/AAAAAAAAB6U/fdcPBsXYk7c/s1600-h/Techno.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhVKDGwwcI/AAAAAAAAB6U/NLC1FKSiozM/s400-R/Techno.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
This blue toned three column template has a technical feel. Based on the CSS template by &lt;a href="http://www.freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://techno-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/25/techno/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
92. Naranjo by &lt;a href="http://templatesparanovoblogger.blogspot.com/"&gt;Templates Para Novo Blogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhfyS-v9LI/AAAAAAAAB7k/ZuRath3BDSQ/s1600-h/Naranjo.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJhfyS-v9LI/AAAAAAAAB7k/YkQF14YPorQ/s400-R/Naranjo.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
With rounded corners and a three column layout, this beautiful template is sure to be useful for any blog niche.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://naranjo-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/05/07/naranjo/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
93. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-advanced-tech"&gt;Advanced Tech by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJiA9xOaQ6I/AAAAAAAAB88/NtSQYCBBdR8/s1600-h/Advanced+tech.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJiA9xOaQ6I/AAAAAAAAB88/34n_qTtvrrM/s400-R/Advanced+tech.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A vibrant two column template converted from a theme by &lt;a href="http://freewordpresslayouts.com/"&gt;Free WP Layouts&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-advancedtech.blogspot.com/"&gt;Demo&lt;/a&gt; |&lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-advanced-tech"&gt; Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
94. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-altruism"&gt;Altruism by Abboregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJiCtXxIEHI/AAAAAAAAB9M/ViUjLH_Arng/s1600-h/Altruism.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJiCtXxIEHI/AAAAAAAAB9M/_Cn9bKs7-Gg/s400-R/Altruism.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This simple two column layout is designed in hints of green. Based on the original design by&lt;a href="http://www.nodethirtythree.com/"&gt;Node33.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://altruism-aborregate.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-altruism"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
95. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-numerology"&gt;Numerology by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiJl9qjQHI/AAAAAAAAB9U/DlgDVzMiebM/s1600-h/numerology.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiJl9qjQHI/AAAAAAAAB9U/BXFiuu9FvGA/s400-R/numerology.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A jaw-dropping design with oversized header and great color scheme. Converted from a theme designed by &lt;a href="http://www.freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-numerology.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-numerology"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
96. &lt;a href="http://www.template-godown.com/2008/07/new-blogger-template-keesheep.html"&gt;Keepsheep by Template Godown&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJdrv3WHrdI/AAAAAAAAB2E/qQrzSZKQ2so/s1600-h/Keesheep.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJdrv3WHrdI/AAAAAAAAB2E/im97MNd2B1w/s400-R/Keesheep.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This stylish two column layout includes an integrated search function and navigation bar. Based on the original design by Keedie.net.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://nowinblogger.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.template-godown.com/2008/07/new-blogger-template-keesheep.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
97. &lt;a href="http://www.eblogtemplates.com/passion-duo-green-blogger/"&gt;PassionDuo for Blogger by eBlog Templates&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiMRVYBvrI/AAAAAAAAB9k/5wlbHpH9mZw/s1600-h/PassionDuo+Green+Blogger.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJiMRVYBvrI/AAAAAAAAB9k/-WUQxqbTyPs/s400-R/PassionDuo+Green+Blogger.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This ad-ready theme was originally designed by &lt;a href="http://designsaurus.com/"&gt;DesignSaurus&lt;/a&gt; for &lt;a href="http://www.dailyblogtips.com/"&gt;Daily Blog Tips&lt;/a&gt;, and has been converted for Blogger by eBlog Templates.&lt;br /&gt;
&lt;br /&gt;
This theme features many spaces for ads and banners, and is fully widgetized. Please note: you must register a free account with eBlog Templates before you are able to download this theme.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://passionduo-green.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.eblogtemplates.com/passion-duo-green-blogger/"&gt;Details&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
98. &lt;a href="http://www.blogmundi.com/2007/05/12/happie-plantilla-para-blogger/"&gt;Happie by Blog Mundi&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJiZFMSEluI/AAAAAAAAB-E/-NFcy_pepzU/s1600-h/Happie.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJiZFMSEluI/AAAAAAAAB-E/k3DDhjiy9Ac/s400-R/Happie.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Bright colors help this three column theme to stand out.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://happie-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogmundi.com/2007/05/12/happie-plantilla-para-blogger/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
99. &lt;a href="http://dicasblogger.blogspot.com/2008/07/template-dicas-blogger-10.html"&gt;Dicas Blogger by Dicas&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJY5CaGmR3I/AAAAAAAAByo/u40S0sSFu6Q/s1600-h/dicas-blogger.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJY5CaGmR3I/AAAAAAAAByo/qff8NpXbTzE/s400-R/dicas-blogger.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Simple but so functional, this template has a wide area and two columns below in the right hand sidebar.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://templatedicasblogger.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://dicasblogger.blogspot.com/2008/07/template-dicas-blogger-10.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Magazine Style&lt;/h3&gt;The recent web design trend for magazine style layouts has found its place in the realm of Blogger template design. Here is a selection of some magazine style templates for Blogger.&lt;br /&gt;
&lt;br /&gt;
100. &lt;a href="http://bloggertemplates.itmag.org/2008/06/blogger-templates-visionary-reloaded.html"&gt;Visionary Reloaded by Blogger Templates (Itmag)&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJi1LfSk7UI/AAAAAAAAB_c/Sdna0mt1yr0/s1600-h/Visionary+Reloaded.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJi1LfSk7UI/AAAAAAAAB_c/QcNiz8UVJ9Y/s400-R/Visionary+Reloaded.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Here is another template which will wow you! Based on &lt;a href="http://justintadlock.com/"&gt;Justin Tadlock's&lt;/a&gt; fabulous theme for Wordpress, this Blogger conversion includes everything you could expect from a magazine style template. To say I am impressed is an understatement!&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://visionaryreloaded.blogspot.com/"&gt;Demo &lt;/a&gt;| &lt;a href="http://bloggertemplates.itmag.org/2008/06/blogger-templates-visionary-reloaded.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
101. &lt;a href="http://templatesparavoce.blogspot.com/2008/03/template-tabs-01.html"&gt;Template Tabs by Templates Para Voce&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhrOw9mAZI/AAAAAAAAB70/uDMOfqhNEvA/s1600-h/TEMPLATE+TABS.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJhrOw9mAZI/AAAAAAAAB70/dJIy-U8-Few/s400-R/TEMPLATE+TABS.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This layout features many different areas for widgets and comes complete with tabbed navigation in the wide sidebar.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://tpvtabs.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://templatesparavoce.blogspot.com/search/label/3COLUNAS"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
102. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-tipo-revista-revolution"&gt;Revolution by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJh3TnLYDcI/AAAAAAAAB8c/YMiOGkIqHjU/s1600-h/Revolution+theme.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJh3TnLYDcI/AAAAAAAAB8c/t9bQicXjSvM/s400-R/Revolution+theme.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
If you're at all interested in theme and web design, chances are you will have heard the name&lt;a href="http://www.briangardner.com/"&gt;Brian Gardner&lt;/a&gt; before. This Blogger template is based on one of Gardner's most famous templates for Wordpress: Revolution. It includes a magazine style layout and translates almost perfectly for Blogger! Certainly a professional style theme to check out.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-revolution.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-tipo-revista-revolution"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
103. &lt;a href="http://themelib.com/2008/07/personal-mag-magazine-blogger-template/"&gt;Personal Mag by ThemeLib&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJY559hhBVI/AAAAAAAAByw/RwZPhD0GgIU/s1600-h/personal-mag.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJY559hhBVI/AAAAAAAAByw/Zc82D2oLrzg/s400-R/personal-mag.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Converted by the beautiful theme designed by WP Theme Designer, this excellent template features a wide layout with two sidebars on the right.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://personal-mag-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://personal-mag-blogger-template.blogspot.com/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
104. &lt;a href="http://www.gosublogger.com/2008/04/new-blogger-xml-template-langit.html"&gt;Langit by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJg0YInMw3I/AAAAAAAAB48/acNJkuBvpXk/s1600-h/Langit+Blogger+Demo.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJg0YInMw3I/AAAAAAAAB48/zs7uJRvcwIM/s400-R/Langit+Blogger+Demo.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
GosuBlogger uses this template for his own blog which proves this is an excellent design to use. I consider this a magazine style template as it includes many different areas for widgets and includes a navigation bar in the header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://langit-blogger.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/04/new-blogger-xml-template-langit.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
105. Nice! by &lt;a href="http://templatesparavoce.blogspot.com/"&gt;Templates Para Voce &lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmQXQu_yvI/AAAAAAAACBs/vdCCmxbDask/s1600-h/Nice-magazine-style.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmQXQu_yvI/AAAAAAAACBs/7U0rTE89e0c/s400-R/Nice-magazine-style.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A simple magazine style theme with tabbed navigation above the main posts section.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://nice-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/04/21/nice/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Landscape/Cityscape&lt;/h3&gt;These Blogger templates feature a landscape or cityscape image in the header: an increasingly common trend in blog template design.&lt;br /&gt;
&lt;br /&gt;
106. &lt;a href="http://www.ourblogtemplates.com/2008/04/blogger-template-isolation.html"&gt;Isolation by Our Blog Templates&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJipmgW-g8I/AAAAAAAAB-s/cTvKPlunV8w/s1600-h/Isolation-half.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJipmgW-g8I/AAAAAAAAB-s/Lf3xmvQi4oY/s400-R/Isolation-half.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A striking landscape design with a wide sidebar to the right and integrated navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ourblogtemplates.com/2008/04/blogger-template-isolation.html"&gt;Details and download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
107. &lt;a href="http://btemplates.com/2008/03/11/greenery/"&gt;Greenery by Blog and Web&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmF0-C2urI/AAAAAAAACA8/BBuQ68_DI-o/s1600-h/Blogy+Greenery.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJmF0-C2urI/AAAAAAAACA8/-NNRFufWfPI/s400-R/Blogy+Greenery.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A two column theme in shades of green. Ported from the original design by &lt;a href="http://www.ilemoned.com/"&gt;LEMONed&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogy-greenery.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/03/11/greenery/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
108. &lt;a href="http://randomnessf1.blogspot.com/2008/07/template-city-scape-theme-convertida.html"&gt;City Scape Theme by Randomness&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJieF3psCTI/AAAAAAAAB-U/fyF5M6KhhPc/s1600-h/cityscape.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJieF3psCTI/AAAAAAAAB-U/owW8TZfCQa4/s400-R/cityscape.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This outstanding dark theme features a sidebar to the left of the main column and stylized CSS for block quotations. Converted from the original theme by &lt;a href="http://http//tutorialblog.com"&gt;Tutorial Blog&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://testcityscape.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://randomnessf1.blogspot.com/2008/07/template-city-scape-theme-convertida.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
109. &lt;a href="http://www.jackbook.com/blogger-templates-gallery/grassy-sunset-blogger-template"&gt;Grassy Sunset by Jackbook&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJmI69FbdSI/AAAAAAAACBU/6EovTXNrhw4/s1600-h/Grassy+Sunset.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJmI69FbdSI/AAAAAAAACBU/aAThl_ljgV0/s400-R/Grassy+Sunset.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A narrow two column template with a beautiful header.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://grassysunset.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.jackbook.com/blogger-templates-gallery/grassy-sunset-blogger-template"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
110. &lt;a href="http://elblogdelui.blogspot.com/2007/08/plantilla-la-vegas-de-lui.html"&gt;Las Vegas by El Blog de Lui&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmRknjy5RI/AAAAAAAACB0/xtTQ_1VdTBo/s1600-h/LAS+VEGAS.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJmRknjy5RI/AAAAAAAACB0/CaL0YEIBU20/s400-R/LAS+VEGAS.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Features a stylish cityscape of Las Vegas beside the narrow header title. Adapted from a template by &lt;a href="http://www.freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://lasvegasdelui.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://elblogdelui.blogspot.com/2007/08/plantilla-la-vegas-de-lui.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
111. &lt;a href="http://bloggertricks.com/2008/06/3-column-blogger-template-nitelife.html"&gt;Nitelife by Blogger Tricks&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgdIXsExRI/AAAAAAAAB38/y_zk07T4Ng0/s1600-h/Nite+life.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJgdIXsExRI/AAAAAAAAB38/etF5qIuT8BY/s400-R/Nite+life.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This urban theme is based on a design by &lt;a href="http://ophelianicholson.com/"&gt;Ophelia Nicholson&lt;/a&gt;, and features three columns with a stunning header image.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://nitelife-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertricks.com/2008/06/3-column-blogger-template-nitelife.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
112. &lt;a href="http://www.bloggerbuster.com/2008/05/new-day-blogger-xml-template-download.html"&gt;A New Day by Blogger Buster&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJnJVyl_wjI/AAAAAAAACDE/wh91xNJjzkk/s1600-h/a-new-day-screenshot.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJnJVyl_wjI/AAAAAAAACDE/HzK4y7dPP8I/s400-R/a-new-day-screenshot.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A wide two column theme with transparency across the header image.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://a-new-day-blogger-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.bloggerbuster.com/2008/05/new-day-blogger-xml-template-download.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
113. &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-midnight"&gt;Midnight by Aborregate&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJh_HHi_P2I/AAAAAAAAB8s/nul_bi_7QOQ/s1600-h/MIdnight.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJh_HHi_P2I/AAAAAAAAB8s/1ZBYUZqE1hE/s400-R/MIdnight.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A dark yet colorful cityscape theme, adapted from a design by &lt;a href="http://freecsstemplates.org/"&gt;Free CSS Templates&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://plantilla-midnight.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.aborregate.com/blogger/plantillas-blogger/plantilla-para-blogger-midnight"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
114. &lt;a href="http://www.ourblogtemplates.com/2008/07/blogger-template-external.html"&gt;External by Our Blog Templates&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgQsMBD8eI/AAAAAAAAB3E/XAPSCA1PJGM/s1600-h/External.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgQsMBD8eI/AAAAAAAAB3E/BIgZ90vXaM8/s400-R/External.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A classic two column theme with three columns in the footer. Sorry there is no demo blog available for this template, but you can see the full layout on the download page in a full length screenshot.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.ourblogtemplates.com/2008/07/blogger-template-external.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;h3&gt;Miscellaneous Designs&lt;/h3&gt;While these templates don't fit neatly into any of the other groups above, all are remarkable designs and deserve their place on this list!&lt;br /&gt;
&lt;br /&gt;
115. &lt;a href="http://www.blogmundi.com/2007/04/01/grungy-theme-para-blogger/"&gt;Grungy by Blogmundi&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiYb3xIQBI/AAAAAAAAB98/JpKEzdzswv8/s1600-h/Grungy.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiYb3xIQBI/AAAAAAAAB98/nHrKOr1EZj8/s400-R/Grungy.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
The grunge style of modern web design is toned down in hues of blue.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://grungy-template.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.blogmundi.com/2007/04/01/grungy-theme-para-blogger/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
116. &lt;a href="http://randomnessf1.blogspot.com/2008/07/template-birds-on-wire-convertida.html"&gt;Birds on a Wire by Randomness&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJifiR1v2mI/AAAAAAAAB-c/_KhQnXmhyBo/s1600-h/birds-on-a-wire.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJifiR1v2mI/AAAAAAAAB-c/xaBZMNUShcI/s400-R/birds-on-a-wire.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A fresh and simple theme which was converted from the WP template by &lt;a href="http://betterinpink.com/"&gt;Better In Pink&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://birdsonawirebbeta.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://randomnessf1.blogspot.com/2008/07/template-birds-on-wire-convertida.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
117. &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-xml-template-natural.html"&gt;Natural Essence by GosuBlogger&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhOmvvs1dI/AAAAAAAAB5s/5B_HDY2xB9s/s1600-h/Natural+Essence+Blogger.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJhOmvvs1dI/AAAAAAAAB5s/3r4ht3i0rDg/s400-R/Natural+Essence+Blogger.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This earthy toned design is simple and elegant.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://simpleblogtemplate.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/03/new-blogger-xml-template-natural.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
118. &lt;a href="http://bloggertemplates.itmag.org/2008/04/blogger-template-vistered-multi-style.html"&gt;Vista Multi Style by Blogger Templates (Itmag)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJizeBL96-I/AAAAAAAAB_U/ssJuNIjzvPw/s1600-h/Vistered+multy+style+template+demo.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://4.bp.blogspot.com/_xn2gmPb9TfM/SJizeBL96-I/AAAAAAAAB_U/9yOXEpm8AEQ/s400-R/Vistered+multy+style+template+demo.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Here is another jaw-dropping template which really must be seen in action.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://vistered.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://bloggertemplates.itmag.org/2008/04/blogger-template-vistered-multi-style.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
119.&lt;a href="http://iblocktemplate.blogspot.com/"&gt; iBlock Template (for iPhone) by iBlock&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY7nYfMDTI/AAAAAAAABy4/gMTV2FqfZUM/s1600-h/iblock.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJY7nYfMDTI/AAAAAAAABy4/lppJvqnow3g/s400-R/iblock.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This remarkable design is the first Blogger template specifically designed for viewing on the iPhone (or other handheld devices). There is also CSS for viewing in a desktop browser which can be downloaded from the iBlock site.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://iblocktemplatedemo1.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://iblocktemplate.blogspot.com/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
120. &lt;a href="http://btemplates.com/2008/07/31/blanco-negro-01/"&gt;Blanco Negro by Blogs Made in Spain&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJdOFJrHssI/AAAAAAAAB1k/qXIM-ZNK7d8/s1600-h/Blanco+Negro+01.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJdOFJrHssI/AAAAAAAAB1k/iTQHIXieCAY/s400-R/Blanco+Negro+01.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A striking black and white template with two sidebars on the right.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blanconegro01-btemplates.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://btemplates.com/2008/07/31/blanco-negro-01/"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
121. &lt;a href="http://www.suckmylolly.com/2008/07/book-smarts-free-xml-blogger-template.html"&gt;BookSmarts by Suck my Lolly&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJdVqbaISgI/AAAAAAAAB18/-yQt18yqJBg/s1600-h/Book+Smarts.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJdVqbaISgI/AAAAAAAAB18/wxkV3UK4otw/s400-R/Book+Smarts.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This simple three column template features a beautiful header image and sidebars to either side of the main posts column.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://fsabd114.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.suckmylolly.com/2008/07/book-smarts-free-xml-blogger-template.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
122. Twitter Theme by GosuBlogger&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJd4weeMwBI/AAAAAAAAB20/MjAT2Bkv-6g/s1600-h/Blogger+Twitter+Themes+v2.0.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJd4weeMwBI/AAAAAAAAB20/EDWgPfUjm-4/s400-R/Blogger+Twitter+Themes+v2.0.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Perfectly styled, this Twitter theme offers a clean and funky way to present your blog.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://blogger-twitter.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.gosublogger.com/2008/04/new-blogger-xml-template-twitter-v2.html"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
123. &lt;a href="http://www.infocreek.com/webdesign/freewordpressthemes"&gt;Jeans Three Column by InfoCreek&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJl-HIO3Y7I/AAAAAAAACAM/JJMD-EgC89g/s1600-h/Jeans+3+Column+Blogger+Template.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://3.bp.blogspot.com/_xn2gmPb9TfM/SJl-HIO3Y7I/AAAAAAAACAM/BEkEGuGz6jY/s400-R/Jeans+3+Column+Blogger+Template.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A three column template with a denim style background and stylish headings.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://jeans3c.blogspot.com/"&gt;Demo&lt;/a&gt; | &lt;a href="http://www.infocreek.com/webdesign/freewordpressthemes"&gt;Download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
124. Photoblog by Our Blogger Templates&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJrCGpnSx5I/AAAAAAAACDw/-FBqVr6WGn4/s1600-h/photoblog.jpg" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://1.bp.blogspot.com/_xn2gmPb9TfM/SJrCGpnSx5I/AAAAAAAACDw/L_lqGS87fRM/s400-R/photoblog.jpg" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
A beautiful one column theme which is ideal for wide images.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://bloggerblogtemplates.blogspot.com/2008/08/photoblog-one-column-blogger-template.html"&gt;Details and download&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
125. Communist by Blogger Tricks&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgiSHZ3F5I/AAAAAAAAB4U/nJ_PbRuVCBw/s1600-h/Communist.png" imageanchor="1" style="background-color: transparent; border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt; margin-left: 1em; margin-right: 1em;"&gt;&lt;img src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJgiSHZ3F5I/AAAAAAAAB4U/Yf6nKvowQjI/s400-R/Communist.png" style="border-bottom: 0pt; border-left: 0pt; border-right: 0pt; border-top: 0pt;" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Kranthi describes this as a niche template, though with a slight change to the image in the header, I'm sure this could be made suitable for almost any style of blog. I love the color scheme (red is one of my favorites to be seen in web design) and the clean lines make for a professional appearance. This template is based on the original design by &lt;a href="http://web2feel.com/"&gt;Jinsona&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://communist-template.blogspot.com/"&gt;Demo&lt;/a&gt; |&lt;a href="http://bloggertricks.com/2008/06/download-furniture-niche-based-blogger.html"&gt; Download&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-8177008196529620213?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/VgEOnOZhHQA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/8177008196529620213/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/125-blogger-templates.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/8177008196529620213?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/8177008196529620213?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/VgEOnOZhHQA/125-blogger-templates.html" title="125  Blogger Templates" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_xn2gmPb9TfM/SJiuRfBuZOI/AAAAAAAAB_M/ypWW1SMYNIg/s72-Rc/Butterfly.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/125-blogger-templates.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkQMRH4ycCp7ImA9WxNSGEw.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-2463114264033708358</id><published>2009-09-01T16:06:00.001+03:00</published><updated>2009-09-01T16:06:25.098+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-01T16:06:25.098+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Antivirus AVG Free Edition 8.5.374</title><content type="html">&lt;span class="fullpost"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; "&gt;&lt;div style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: auto; font: normal normal normal 100%/normal Georgia, serif; text-align: left; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.ignitiasolutions.com/support/images/avg.png"&gt;&lt;img src="http://www.ignitiasolutions.com/support/images/avg.png" alt="" border="0" style="margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; display: block; text-align: center; cursor: pointer; width: 298px; height: 137px; " /&gt;&lt;/a&gt;AVG Anti-Virus Free Edition is trusted antivirus and antispyware protection for Windows available to download for free. In addition, the new included LinkScanner® Active Surf-Shield checks web pages for threats at the only time that matters – when you're about to click that link.&lt;br /&gt;AVG Anti-Virus Free has these following features:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Award-winning antivirus and antispyware&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Real-time safe internet surfing and searching&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Quality proven by 80 million of users&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Easy to download, install and use&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Protection against viruses and spyware&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Compatible with Windows 7, Windows Vista and Windows XP&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;AVG Anti-Virus Free Edition is only available for single computer use for home and non commercial use.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="fullpost"&gt;Technical&lt;br /&gt;Title: AVG Free Edition 8.5.374&lt;br /&gt;Filename: avg_free_stf_en_85_374a1564.exe&lt;br /&gt;File size: 63.15MB (66,216,864 bytes)&lt;br /&gt;Requirements: Windows 2000/XP/Vista/XP64/Vista64&lt;br /&gt;License: Freeware&lt;br /&gt;Date added: June 17, 2009&lt;br /&gt;Author: Grisoft Inc&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.filehippo.com/download_avg_antivirus/download/83deab74c63f2050921f580da38898ef/"&gt;Download Now&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-2463114264033708358?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/iANtKo3jIhE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/2463114264033708358/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/antivirus-avg-free-edition-85374.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/2463114264033708358?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/2463114264033708358?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/iANtKo3jIhE/antivirus-avg-free-edition-85374.html" title="Antivirus AVG Free Edition 8.5.374" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/antivirus-avg-free-edition-85374.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkYCQnk-fyp7ImA9WxNSGEw.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-7800362665869455531</id><published>2009-09-01T16:02:00.001+03:00</published><updated>2009-09-01T16:02:43.757+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-01T16:02:43.757+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Antivirus BitDefender 10 Free Edition</title><content type="html">&lt;span class="fullpost"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; "&gt;&lt;div style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: auto; font: normal normal normal 100%/normal Georgia, serif; text-align: left; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.editions-profil.fr/support/Boite-Images/BD10IS.jpg.gif"&gt;&lt;img src="http://www.editions-profil.fr/support/Boite-Images/BD10IS.jpg.gif" alt="" border="0" style="margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; display: block; text-align: center; cursor: pointer; width: 225px; height: 287px; " /&gt;&lt;/a&gt;BitDefender Free Edition is your chance to use one of the world's most effective antivirus engines for free!&lt;br /&gt;BitDefender Free Edition uses the same ICSA Labs certified scanning engines found in other BitDefender products, allowing you to enjoy basic virus protection for no cost at all.&lt;br /&gt;BitDefender Free Edition is an on-demand virus scanner, which is best used in a system recovery or forensics role.&lt;br /&gt;&lt;span class="fullpost"&gt;Features and benefits include:&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Virus scanning and removal&lt;/span&gt;&lt;/li&gt;&lt;li&gt;On demand scanning - Powerful scan engines ensure detection and removal of all viruses in the wild every time you need it.&lt;/li&gt;&lt;li&gt;Scheduled scanning - The Scheduler lets you plan ahead, and schedule full system/drive scans in the off hours, when you won't be using your computer.&lt;/li&gt;&lt;li&gt;Immediate scanning - With just a right click you can check your files and folders.&lt;/li&gt;&lt;li&gt;Skinable interface - You can express yourself, designing new interfaces, or you can use those drawn by others.&lt;/li&gt;&lt;li&gt;Quarantine - By isolating the infected files in quarantine, the risk of getting infected diminishes. You also have the possibility to send these files for further analysis to BitDefender Labs.&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Reports - When launching a scan you may choose to create a report file where you can see statistics about the scan process.&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="fullpost"&gt;Technical&lt;br /&gt;Title: BitDefender 10 Free Edition&lt;br /&gt;Filename: bitdefender_free_v10.exe&lt;br /&gt;File size: 21.08MB (22,103,392 bytes)&lt;br /&gt;Requirements: Windows 9x/2000/XP&lt;br /&gt;License: Freeware&lt;br /&gt;Date added: August 23, 2007&lt;br /&gt;Author: BitDefender.com&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.filehippo.com/download_bitdefender/download/d97903eac02976352e770e636c17564b/"&gt;Download Now&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-7800362665869455531?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/PkrlYWEDA30" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/7800362665869455531/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/antivirus-bitdefender-10-free-edition.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7800362665869455531?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7800362665869455531?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/PkrlYWEDA30/antivirus-bitdefender-10-free-edition.html" title="Antivirus BitDefender 10 Free Edition" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/antivirus-bitdefender-10-free-edition.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUYARHkzfSp7ImA9WxNSGE0.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-8132729701187011712</id><published>2009-09-01T15:11:00.000+03:00</published><updated>2009-09-01T15:12:25.785+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-01T15:12:25.785+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>ClamWin 0.95.2 Free Antivirus</title><content type="html">&lt;span class="fullpost"&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; "&gt;&lt;div style="border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: auto; font: normal normal normal 100%/normal Georgia, serif; text-align: left; "&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://i42.tinypic.com/szg36b.png"&gt;&lt;img src="http://i42.tinypic.com/szg36b.png" alt="" border="0" style="margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; display: block; text-align: center; cursor: pointer; width: 275px; height: 211px; " /&gt;&lt;/a&gt;&lt;br /&gt;ClamWin is a Free Antivirus program for Microsoft Windows 98/Me/2000/XP/2003 and Vista. ClamWin Free Antivirus comes with an easy installer and open source code. You may download and use it absolutely free of charge.&lt;br /&gt;&lt;span class="fullpost"&gt;features:&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="fullpost"&gt;High detection rates for viruses and spyware;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Scanning Scheduler;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Automatic downloads of regularly updated Virus Database;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Standalone virus scanner and right-click menu integration to Microsoft Windows Explorer;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Addin to Microsoft Outlook to remove virus-infected attachments automatically.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Please note that ClamWin Free Antivirus does not include an on-access real-time scanner. You need to manually scan a file in order to detect a virus or spyware.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="fullpost"&gt;Title: ClamWin 0.95.2&lt;br /&gt;Filename: clamwin-0.95.2-setup.exe&lt;br /&gt;File size: 27.40MB (28,733,755 bytes)&lt;br /&gt;Requirements: Windows (All Versions)&lt;br /&gt;License: Open Source&lt;br /&gt;Date added: June 12, 2009&lt;br /&gt;Author: ClamWin&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.filehippo.com/download_clamwin/download/e7772cd231aad2cd6c95e2ed7e73b070/"&gt;Download Now&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-8132729701187011712?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/5_PnaMXk8SA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/8132729701187011712/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/clamwin-0952-free-antivirus.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/8132729701187011712?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/8132729701187011712?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/5_PnaMXk8SA/clamwin-0952-free-antivirus.html" title="ClamWin 0.95.2 Free Antivirus" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://i42.tinypic.com/szg36b_th.png" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/clamwin-0952-free-antivirus.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UBRXc6fSp7ImA9Wx9TF0s.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-6361783748058951840</id><published>2009-09-01T14:44:00.003+03:00</published><updated>2010-11-26T12:54:14.915+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-26T12:54:14.915+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><title>Avira AntiVir Personal 9.0.0.403</title><content type="html">&lt;span class="fullpost"&gt;&lt;div&gt;&lt;span style="font-size: small;"&gt;Avira AntiVir Personal - FREE Antivirus is a reliable free antivirus solution, that constantly and rapidly scans your computer for malicious programs such as viruses, Trojans, backdoor programs, hoaxes, worms, dialers etc. Monitors every action executed by the user or the operating system and reacts promptly when a malicious program is detected.&lt;/span&gt;&lt;span class="fullpost" style="font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span class="fullpost" style="font-size: small;"&gt;Detects and removes more than 150,000 viruses&lt;/span&gt;&lt;/div&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: small;"&gt;&lt;div style="border-width: 0px; font-family: Georgia,serif; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; margin: 0px; padding: 3px; text-align: left; width: auto;"&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Always among the winners of comparison test featured in computer journals&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;The resident Virus Guard serves to monitor file movements automatically, e.g. downloading of data from the internet&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;Scanning and repair of macro viruses&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;Protection against previously unknown macro viruses&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;Protection against trojaner, worms, backdoors, jokes and other harmful programs&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;AntiVir protection against viruses, worms and Trojans&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;AntiDialer protection against expensive dialers&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;AntiRootkit protection against hidden rootkits&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;AntiVir protection against viruses, worms and Trojans&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;AntiPhishing protection against phishing&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;AntiSpyware protection against spyware and adware&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;NetbookSupport for laptops with low resolution&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;QuickRemoval eliminates viruses at the push of a button&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;Easy operation&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;Internet-Update Wizard for easy updating&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class="fullpost"&gt;Protection against previously unknown boot record viruses and master boot record viruses &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
Technical&lt;br /&gt;
&lt;span class="fullpost"&gt;Title: AntiVir Personal 9.0.0.403&lt;br /&gt;
Filename: avira_antivir_personal_en.exe&lt;br /&gt;
File size: 30.80MB (32,299,960 bytes)&lt;br /&gt;
Requirements: Windows 2000/XP/Vista/XP64/Vista64&lt;br /&gt;
License: Non-Commercial Freeware&lt;br /&gt;
Date added: June 10, 2009&lt;br /&gt;
Author: Avira GmbH&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.filehippo.com/download_antivir/download/6b44bb0191555799e88160e957141f00/"&gt;Download Now&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-6361783748058951840?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/hNtint3Ig2g" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/6361783748058951840/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/09/avira-antivir-personal-900403.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6361783748058951840?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6361783748058951840?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/hNtint3Ig2g/avira-antivir-personal-900403.html" title="Avira AntiVir Personal 9.0.0.403" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/09/avira-antivir-personal-900403.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_eSp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-1945630557083807489</id><published>2009-08-30T16:29:00.001+03:00</published><updated>2010-01-29T23:22:36.341+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.341+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Motorola Moto Q 9h</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.gadgetsmonkey.com/wp-content/uploads/2007/11/moto-q9h-att-top.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 341px; DISPLAY: block; HEIGHT: 360px; CURSOR: pointer" border="0" alt="" src="http://www.gadgetsmonkey.com/wp-content/uploads/2007/11/moto-q9h-att-top.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;The Motorola Moto Q 9h The First no-Compromises QWERTY&lt;br /&gt;Today’s users are looking for mobility to give them the best combination of style, voice, messaging and entertainment and the Motorola Q delivers. The world’s thinnest QWERTY, the Motorola Q changes the playing field for mobile devices by delivering a superior uncompromising mobile experience in one amazing ultra-thin package.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Fun Features&lt;br /&gt;&lt;br /&gt;Integrated 2.0 megapixel camera&lt;br /&gt;Windows Media® Player Mobile&lt;br /&gt;Video capture with sound and playback&lt;br /&gt;Dual stereo-quality speakers&lt;br /&gt;Supports most popular audio and video formats&lt;br /&gt;Removable microSD™ cards for extendable storage of documents, photos, music and video&lt;br /&gt;256MB of built in memory7&lt;br /&gt;Send photos, video clips, text and sound1&lt;br /&gt;Browse the web with HSDPA 3.6 Mbps and Opera (HTML)1&lt;br /&gt;30 fps Video playback&lt;br /&gt;&lt;br /&gt;Call Management Features&lt;br /&gt;&lt;br /&gt;Call contacts or open applications with advanced speech recognition&lt;br /&gt;Built in hands free speakerphone&lt;br /&gt;Time and Date Stamp&lt;br /&gt;Photo-caller ID1&lt;br /&gt;Virtually unlimited address book (dependent on available memory)&lt;br /&gt;&lt;br /&gt;Messaging Features1&lt;br /&gt;&lt;br /&gt;View or Edit (Microsoft Word™, Microsoft PowerPoint and Microsoft® Excel™ files)&lt;br /&gt;Unzip zip archives and email attachments&lt;br /&gt;Manage personal information with Outlook Mobile (Inbox, Contacts, Calendar and Tasks)&lt;br /&gt;Supports multiple email (inboxes): POP3/IMAP4 and Microsoft Exchange&lt;br /&gt;SMS&lt;br /&gt;Multimedia Messaging (MMS)&lt;br /&gt;Group SMS&lt;br /&gt;IM&lt;br /&gt;&lt;br /&gt;Lifestyle Features&lt;br /&gt;&lt;br /&gt;Windows Media Player Mobile&lt;br /&gt;Photo-caller ID&lt;br /&gt;2-Mega pixel camera with digital zoom&lt;br /&gt;Calculator&lt;br /&gt;Alarm Clock&lt;br /&gt;Outlook Mobile&lt;br /&gt;Ambient light sensors to adjust backlight automatically&lt;br /&gt;&lt;br /&gt;Performance Features&lt;br /&gt;&lt;br /&gt;Bands: Quad-band GSM/GPRS/EDGE; UMTS 2100&lt;br /&gt;Standard Battery: 1100 mAh Lithium Ion&lt;br /&gt;Bluetooth: wireless technology supports Bluetooth Headset/Hands-free and Stereo Profiles8&lt;br /&gt;Synchronization: ActiveSync® with Microsoft® Exchange Server 2003 with Service Pack2, and Windows Mobile Device Center&lt;br /&gt;Motorola MicroUSB connector&lt;br /&gt;&lt;br /&gt;Data Features&lt;br /&gt;&lt;br /&gt;GPRS/EDGE Class 12&lt;br /&gt;HSDPA 3.6Mbps&lt;br /&gt;Memory (FLASH/RAM): 256MB / 96MB7&lt;br /&gt;Removable Memory: Micro SD up to 2GB&lt;br /&gt;&lt;br /&gt;Technical Specifications&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Weight : 132g&lt;br /&gt;Volume : 85 cc&lt;br /&gt;Dimensions (H x W x D) : 118x66.7x11.8mm&lt;br /&gt;Display : 2.4” 320x240 65K TFT&lt;br /&gt;Colour : Black&lt;br /&gt;Form Factor : Tablet&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-1945630557083807489?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/g0vPfdhg8-Q" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/1945630557083807489/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/motorola-moto-q-9h.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1945630557083807489?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1945630557083807489?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/g0vPfdhg8-Q/motorola-moto-q-9h.html" title="Motorola Moto Q 9h" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/motorola-moto-q-9h.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_eip7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-7583059542050028914</id><published>2009-08-30T16:13:00.000+03:00</published><updated>2010-01-29T23:22:36.342+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.342+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Samsung Innov 8</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bestdealsmobileuk.files.wordpress.com/2009/05/samsung-innov8-unboxing-pictures.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 343px; height: 311px;" src="http://bestdealsmobileuk.files.wordpress.com/2009/05/samsung-innov8-unboxing-pictures.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;SAMSUNG's first ever 8MP camera phone&lt;br /&gt;Anyone can be a photographer with the SAMSUNG INNOV8. The most up-to-date 8 megapixel camera phone with 9X digital zoom, Auto Focus, Smile, Blink, Panorama, Macro Shot with dual Power LED flash. It also comes with Smart Reader for easy business card and document recognition, virtual 3D full version video games, GPS, smooth web browsing, DivX DVD playing support and 3D surround sound. The SAMSUNG Innov8 is more than just a phone, it is the ultimate entertainment device.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Full spec&lt;br /&gt;&lt;br /&gt;Platform Browser  S60 OSS Browser&lt;br /&gt;JAVA™  Java MIDP 2.0&lt;br /&gt;SAR value mW/g (max)  0.781mW/g&lt;br /&gt;Size Weight  136g&lt;br /&gt;Dimension (HXWXD)  106.5 x 53.9 x 17.2mm&lt;br /&gt;Display Interal  Technology  N/A&lt;br /&gt;Resolution  N/A&lt;br /&gt;Size  N/A&lt;br /&gt;External  Technology  16M TFT QVGA&lt;br /&gt;Resolution  240 x 320&lt;br /&gt;Size  2.8"&lt;br /&gt;Battery Standard  Talk time  Up to 5 hours&lt;br /&gt;Standby  Up to 330 hours&lt;br /&gt;Camera Camera Resolution  8 Megapixel&lt;br /&gt;Digital / Optical Zoom  Digital zoom 9X&lt;br /&gt;LED Flash  Dual Power LED&lt;br /&gt;Auto Focus  Yes&lt;br /&gt;Shot mode  Single, Multi, Frame, Mosaic, Panorama, Timer, Blink Detection, Smileshot&lt;br /&gt;Video Video player  Yes&lt;br /&gt;Video recording  Yes&lt;br /&gt;Video messaging  Yes&lt;br /&gt;Video Streaming  Yes&lt;br /&gt;Video telephony  Yes&lt;br /&gt;Video wallpaper  N/A&lt;br /&gt;Music &amp;amp; Sound Music Player  Yes&lt;br /&gt;Poly Ringtones  Yes&lt;br /&gt;MP3 Ringtone  Yes&lt;br /&gt;Fun &amp;amp; Entertainment Embedded JAVA™ Games  Yes&lt;br /&gt;Embedded Wallpaper  Yes&lt;br /&gt;Mobile TV  Via operator portal&lt;br /&gt;FM Radio  Yes&lt;br /&gt;Business &amp;amp; Office Document Viewer  Yes&lt;br /&gt;Mobile Printing  Yes&lt;br /&gt;Offline Mode  Yes&lt;br /&gt;Messaging Email  Yes&lt;br /&gt;Connectivity Bluetooth  Yes&lt;br /&gt;USB  Yes&lt;br /&gt;WIFI  Yes&lt;br /&gt;AGPS  GPS &amp;amp; Enhanced GPS&lt;br /&gt;TV-Output  Yes&lt;br /&gt;PC Sync Application  Yes&lt;br /&gt;Memory User Memory  8GB&lt;br /&gt;Phone book entries  Up to Phone memory&lt;br /&gt;External Memory  MicroSD up to 16GB supported&lt;br /&gt;Personal Information Management Calendar  Yes&lt;br /&gt;Scheduler  Yes&lt;br /&gt;To do list  No&lt;br /&gt;Clock  Yes&lt;br /&gt;Worldtime  Yes&lt;br /&gt;Alarm  Yes&lt;br /&gt;Currency converter  Yes&lt;br /&gt;Converter  Yes&lt;br /&gt;Calculator  Yes&lt;br /&gt;Memo book  Yes&lt;br /&gt;Stop watch  No&lt;br /&gt;Count down timer  No&lt;br /&gt;Call functions Speakerphone  Yes&lt;br /&gt;Video Caller ID  No&lt;br /&gt;Dialed/missed/received calls  Dialled: 20, Missed: 20, Received: 20&lt;br /&gt;Further Informations Touch Screen  No&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-7583059542050028914?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/nzIKKvig4L4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/7583059542050028914/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/samsung-innov-8.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7583059542050028914?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7583059542050028914?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/nzIKKvig4L4/samsung-innov-8.html" title="Samsung Innov 8" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/samsung-innov-8.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_eyp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-6641093876419257567</id><published>2009-08-30T15:10:00.000+03:00</published><updated>2010-01-29T23:22:36.343+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.343+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Samsung C6625 Specs</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_TJ5IkjB_ms4/SjkAkRMyubI/AAAAAAAAAMY/_3yFP1KTjNY/s1600-h/add01_33018.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 407px; height: 407px;" src="http://3.bp.blogspot.com/_TJ5IkjB_ms4/SjkAkRMyubI/AAAAAAAAAMY/_3yFP1KTjNY/s200/add01_33018.gif" alt="" id="BLOGGER_PHOTO_ID_5348306655571524018" border="0" /&gt;&lt;/a&gt;A more stylish way to work "Samsung C6625"&lt;br /&gt;&lt;br /&gt;Supreme Connectivity&lt;br /&gt;Instant access to your Outlook email, calendar and contacts with Windows Mobile® 6.1&lt;br /&gt;Hi-Speed data of up to 3.6 Mbps&lt;br /&gt;Windows Mobile® 6.1 brings the PC experience to the mobile.&lt;br /&gt;&lt;br /&gt;Qwerty Keyboard&lt;br /&gt;The ergonomic QWERTY keyboard makes responding to messages quick and easy&lt;br /&gt;&lt;br /&gt;MS Office for Mobile&lt;br /&gt;With a complete suite of Microsoft Office Mobile applications you can view stored and downloaded Word,Excel and PowerPoint files on the go&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;GPS&lt;br /&gt;With onboard GPS, you have the option to add navigation software to give you a convenient mapping solution&lt;br /&gt;&lt;br /&gt;Active Sync&lt;br /&gt;Active Sync seamlessly connects to your PC to synchronise all of your files&lt;br /&gt;&lt;br /&gt;Samsung GT-C6625 Specs&lt;br /&gt;Release-Date:  March, 2009&lt;br /&gt;Dimensions:  63 x 113.6 x 11.6 millimetres&lt;br /&gt;Mass:  107.7 grams (battery included)&lt;br /&gt;Software+Environment&lt;br /&gt;Embedded+Operating+System:  Microsoft Windows Mobile 6.1 Standard&lt;br /&gt;Browse devices running this OS&lt;br /&gt;Microprocessor,;Chipset&lt;br /&gt;CPU;Clock:  393 MHz&lt;br /&gt;CPU:  STMicroelectronics Nomadik STn8810&lt;br /&gt;Browse devices based on this microprocessor&lt;br /&gt;Memory,-Storage-capacity&lt;br /&gt;ROM;capacity:  256 MiB (accessible: 100 MiB)&lt;br /&gt;RAM+capacity:  128 MiB&lt;br /&gt;Display&lt;br /&gt;Display-Type:  color transflective TFT , 65536 scales&lt;br /&gt;Display+Diagonal:  2.6 "&lt;br /&gt;Display+Resolution:  320 x 240&lt;br /&gt;Sound&lt;br /&gt;Microphone(s):  mono&lt;br /&gt;Loudspeaker(s):  stereo&lt;br /&gt;Audio+Output:  Proprietary&lt;br /&gt;Cellular-Phone&lt;br /&gt;Cellular:Networks:  GSM900, GSM1800, GSM1900, UMTS2100&lt;br /&gt;Cellular+Data_Links:  CSD, GPRS, UMTS, HSDPA&lt;br /&gt;Call-Alert:  64 -chord melody&lt;br /&gt;Vibrating;Alert:  Supported&lt;br /&gt;Speakerphone;:  Supported&lt;br /&gt;Control_Peripherals&lt;br /&gt;Positioning+Device:  Not supported&lt;br /&gt;Primary:Keyboard:  Built-in QWERTY-type keyboard&lt;br /&gt;Directional_Pad:  5 -way&lt;br /&gt;Scroll+Wheel:  Not supported&lt;br /&gt;Interfaces&lt;br /&gt;Expansion:Slots:  microSDHC, TransFlash, SDIO&lt;br /&gt;USB:  USB 1.1 client, 12Mbit/s&lt;br /&gt;Proprietary&lt;br /&gt;Bluetooth:  Bluetooth 2.0&lt;br /&gt;Wireless+LAN:  Not supported&lt;br /&gt;Infrared+Gate:  Not supported&lt;br /&gt;Multimedia_Telecommunication&lt;br /&gt;Analog;Radio-Receiver:  FM radio (87.5-108MHz) with RDS&lt;br /&gt;Digital-Media:Broadcast;Tuner:  Not supported&lt;br /&gt;Satellite_Navigation&lt;br /&gt;Built-in;GPS+module:  Supported&lt;br /&gt;Complementary;GPS-Services:  Assisted GPS&lt;br /&gt;Built-in_Digital_Camera&lt;br /&gt;Main-Camera:  1.9 MP&lt;br /&gt;Optical_Zoom:  1 x&lt;br /&gt;Secondary-Camera:  0.3 MP&lt;br /&gt;Additional+Details&lt;br /&gt;Battery:  removable&lt;br /&gt;Battery+Capacity:  1300 mAh&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-6641093876419257567?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/h7jnmUJoqP4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/6641093876419257567/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/samsung-c6625-specs.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6641093876419257567?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6641093876419257567?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/h7jnmUJoqP4/samsung-c6625-specs.html" title="Samsung C6625 Specs" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_TJ5IkjB_ms4/SjkAkRMyubI/AAAAAAAAAMY/_3yFP1KTjNY/s72-c/add01_33018.gif" height="72" width="72" /><thr:total>2</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/samsung-c6625-specs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_fSp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-6708108213419354161</id><published>2009-08-30T14:54:00.002+03:00</published><updated>2010-01-29T23:22:36.345+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.345+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>BlackBerry Bold 9000</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://lh5.ggpht.com/newmobilephones4u/SLFxHzzcCTI/AAAAAAAAAEc/HmSrMFuwARM/%5BUNSET%5D.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 305px; DISPLAY: block; HEIGHT: 402px; CURSOR: pointer" border="0" alt="" src="http://lh5.ggpht.com/newmobilephones4u/SLFxHzzcCTI/AAAAAAAAAEc/HmSrMFuwARM/%5BUNSET%5D.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="TEXT-ALIGN: left"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="TEXT-ALIGN: justify"&gt;&lt;div style="TEXT-ALIGN: left"&gt;&lt;/div&gt;&lt;/div&gt;The BlackBerry Experience: No Compromises&lt;br /&gt;With email, phone, IM and the Internet, it can connect you. With an integrated organizer, it can help you stay on top of your day. With camera and video recording, you can capture and share the moment with just a few click&lt;br /&gt;&lt;br /&gt;Fast Performance&lt;br /&gt;Do more—do it faster. The BlackBerry Bold smartphone was designed to take advantage of the speeds available on the HSDPA network. Together, this high speed network and the 624-MHz processor help support your need to multitask and prioritize with access to your voice and data services at the same time.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Multimedia&lt;br /&gt;The fun goes with you. Enjoy premier image and video viewing, build playlists of your favorite songs and organize your media files. You can even use BlackBerry® Media Sync to transfer desktop iTunes® music files to your smartphone. Downtime may be rare, but the BlackBerry Bold smartphone delivers a wealth of entertainment.&lt;br /&gt;&lt;br /&gt;GPS and BlackBerry Maps&lt;br /&gt;Know where you stand. With built-in GPS capabilities, and BlackBerry® Maps, you get turn-by-turn directions, so you can pinpoint where you are right now and where you need to be.&lt;br /&gt;&lt;br /&gt;Wi-Fi&lt;br /&gt;Simple and straightforward. Lower your cellular costs and get service in areas where cellular network coverage may be limited or unavailable, with BlackBerry data services over Wi-Fi® networks.&lt;br /&gt;&lt;br /&gt;File Editing&lt;br /&gt;With WordToGo and SlideshowToGo, you can work on Microsoft® Word and Microsoft® PowerPoint® slides while you’re on the go. Copy and paste, adjust font formatting and more. The stunning LCD display makes working on the go an invaluable option.&lt;br /&gt;&lt;br /&gt;Mobile Streaming&lt;br /&gt;The built-in mobile streaming capabilities on the BlackBerry Bold smartphone are designed so that you can watch online videos or listen to streamed music broadcasts. Access information and fun without using up the memory on your BlackBerry smartphone.&lt;br /&gt;&lt;br /&gt;Brilliant Display&lt;br /&gt;Color and clarity come to life. The screen of the BlackBerry Bold smartphone catches the eye and is designed to deliver color and clarity that exceed expectations. From the moment you turn it on, you’ll be blown away by explicit color and quality.&lt;br /&gt;&lt;br /&gt;Power&lt;br /&gt;With the BlackBerry Bold smartphone’s long-lasting, removable battery, you’ve got the power to get things done, whether you’re traveling, working away from the office or just on the go.&lt;br /&gt;&lt;br /&gt;Specifications&lt;br /&gt;&lt;br /&gt;Size and Weight&lt;br /&gt;&lt;br /&gt;Height:&lt;br /&gt;4.48 inches (114mm)&lt;br /&gt;Width:&lt;br /&gt;2.6 inches (66mm)&lt;br /&gt;Depth:&lt;br /&gt;0.59 inches (15mm)&lt;br /&gt;Weight:&lt;br /&gt;4.8 ounces (136 grams)&lt;br /&gt;&lt;br /&gt;Display&lt;br /&gt;&lt;br /&gt;Half VGA resolution 480 x 320 pixel color display&lt;br /&gt;Transmissive TFT LCD&lt;br /&gt;Font size (user selectable)&lt;br /&gt;Backlighting&lt;br /&gt;Light sensing screen&lt;br /&gt;Displays over 65,000 colors&lt;br /&gt;&lt;br /&gt;Camera &amp;amp; Video Recording&lt;br /&gt;&lt;br /&gt;Camera: 2.0 MP camera (JPEG encoding) with flash, 3x digital zoom&lt;br /&gt;Video Camera: Depending on the amount of built-in memory available for use, a third-party microSD card may need to be properly inserted into the BlackBerry smartphone to enable the video recording feature&lt;br /&gt;&lt;br /&gt;Battery &amp;amp; Battery Life&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Standby time: 13.5 days (324 hours)&lt;br /&gt;Talk time: 4.5 hours&lt;br /&gt;1500 mAhr removable/rechargeable cryptographic lithium cell&lt;br /&gt;&lt;br /&gt;GPS &amp;amp; BlackBerry Maps&lt;br /&gt;&lt;br /&gt;GPS capable with extended ephemeris&lt;br /&gt;Preloaded with BlackBerry Maps&lt;br /&gt;&lt;br /&gt;Data Input &amp;amp; Navigation&lt;br /&gt;&lt;br /&gt;Trackball&lt;br /&gt;QWERTY keyboard&lt;br /&gt;Keyboard backlighting&lt;br /&gt;&lt;br /&gt;Voice Input &amp;amp; Output&lt;br /&gt;&lt;br /&gt;3.5mm stereo headset capable&lt;br /&gt;Integrated earpiece/ microphone&lt;br /&gt;Built-in speakerphone&lt;br /&gt;Mono/stereo headset, hands-free and serial port profiles supported (Bluetooth® technology)&lt;br /&gt;&lt;br /&gt;Media Player&lt;br /&gt;&lt;br /&gt;Video format support: DivX 4, DivX 5/6 partially supported, XviD partially supported, H.263, H.264, WMV3&lt;br /&gt;Audio format support: .3gp, MP3, WMA9 (.wma/.asf), WMA9 Pro/WMA 10, MIDI, AMR-NB, Professional AAC/AAC+/eAAC+&lt;br /&gt;&lt;br /&gt;Ringtones &amp;amp; Notifications&lt;br /&gt;&lt;br /&gt;Polyphonic/MIDI ringtones&lt;br /&gt;32 polyphonic ringtones – MIDI, SP-MDI, MP3, WAV&lt;br /&gt;Vibrate mode&lt;br /&gt;LED indicator&lt;br /&gt;&lt;br /&gt;Bluetooth&lt;br /&gt;&lt;br /&gt;Bluetooth® v2.0; mono/stereo headset, handsfree and Serial Port Profile supported.&lt;br /&gt;Bluetooth Stereo Audio (A2DP/AVCRP)&lt;br /&gt;&lt;br /&gt;Device Security&lt;br /&gt;&lt;br /&gt;Password protection and Keyboard lock&lt;br /&gt;Support for AES or Triple DES encryption when integrated with BlackBerry® Enterprise Server FIPS 140-2 Compliant (FIPS Validation In Progress)&lt;br /&gt;Optional support for S/MIME&lt;br /&gt;&lt;br /&gt;Wi-Fi&lt;br /&gt;&lt;br /&gt;Wi-Fi: 802.11a/b/g enabled&lt;br /&gt;&lt;br /&gt;Wireless Networks&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;UMTS: 2100/1900/850 MHz&lt;br /&gt;GSM®: 1900/1800/900/850/MHz&lt;br /&gt;North America: 850 MHz GSM/GPRS networks&lt;br /&gt;North America: 1900MHz GSM®/GPRS networks&lt;br /&gt;Europe/Asia Pacific: 1800MHz GSM/GPRS networks&lt;br /&gt;Europe/Asia Pacific: 900MHz GSM/GPRS networks&lt;br /&gt;EDGE networks&lt;br /&gt;HSDPA networks&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="fullpost"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-6708108213419354161?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/MwVFp4yK4ko" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/6708108213419354161/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/blackberry-bold-9000.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6708108213419354161?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6708108213419354161?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/MwVFp4yK4ko/blackberry-bold-9000.html" title="BlackBerry Bold 9000" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh5.ggpht.com/newmobilephones4u/SLFxHzzcCTI/AAAAAAAAAEc/HmSrMFuwARM/s72-c/%5BUNSET%5D.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/blackberry-bold-9000.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_fSp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-7149908221814286882</id><published>2009-08-30T14:43:00.001+03:00</published><updated>2010-01-29T23:22:36.345+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.345+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Palm Pre</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://newtech.aurum3.com/images/palm-pre-3.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 358px; height: 279px;" src="http://newtech.aurum3.com/images/palm-pre-3.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Manufacturer  Palm, Inc.&lt;br /&gt;Carrier  Sprint Nextel (USA)&lt;br /&gt;Bell Mobility (Canada)&lt;br /&gt;Available  June 6th, 2009 (Sprint Nextel), Second Half 2009 (Bell Mobility)&lt;br /&gt;Screen  3.1-inch HVGA (480×320) 24-bit color capacitive touchscreen&lt;br /&gt;Camera  3-megapixel camera with LED flash and "extended depth of field"&lt;br /&gt;Operating system  Palm webOS&lt;br /&gt;CPU  600 Mhz Texas Instruments OMAP 3430 (ARM Cortex A8 + PowerVR SGX)&lt;br /&gt;Memory  256 MB RAM&lt;br /&gt;Storage  8 GB internal&lt;br /&gt;Networks  CDMA (USA), GSM (Europe)&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Connectivity  EV-DO Rev. A&lt;br /&gt;Bluetooth 2.1 + EDR with A2DP&lt;br /&gt;MicroUSB&lt;br /&gt;Wi-Fi 802.11b/g with WPA, WPA2, 802.1X authentication, aGPS&lt;br /&gt;Battery  1150mAh Lithium-ion&lt;br /&gt;Physical size  59.57 x 100.53 x 16.95 mm closed&lt;br /&gt;Weight  135 g (4.76 oz)&lt;br /&gt;Form factor  Slider&lt;br /&gt;&lt;br /&gt;Hardware&lt;br /&gt;&lt;br /&gt;Screen and input&lt;br /&gt;&lt;br /&gt;The Pre features a 3.1-inch capacitive touchscreen over a 24-bit color 320 x 480 resolution HVGA liquid-crystal display. The touchscreen allows for manipulation of the UI with fingers instead of a stylus, commonly used with older Palm phones and PDAs. Below the display is the so-called "Gesture Area", a touch-sensitive area with LED underlighting that permits additional touch commands.&lt;br /&gt;&lt;br /&gt;Like other recent Palm phones, the Pre features a full QWERTY keyboard. On the Pre, the keyboard slides out, and is curved to follow the contour of the human face. In addition to the keyboard, the device features a single button in the center of the Gesture Area, a volume rocker switch on the side, and a ringer switch on the top.&lt;br /&gt;&lt;br /&gt;The Pre features three input sensors that allow it to respond to its surroundings. An accelerometer automatically changes the orientation of the display between landscape and portrait when the device is rotated in the user's hands. An ambient light sensor allows the Pre to automatically adjust the brightness of its display. A proximity sensor allows the Pre to disregard touch inputs when the phone is held close to a user's face during a call.&lt;br /&gt;&lt;br /&gt;The Pre also has an integrated 3 megapixel digital camera with LED flash.[12]&lt;br /&gt;&lt;br /&gt;Connectivity&lt;br /&gt;&lt;br /&gt;The Pre will be available with high-speed connectivity on either EVDO Rev. A or UMTS HSDPA, depending on location. The Pre also includes 802.11b/g WiFi and Bluetooth 2.1 + EDR with support for A2DP stereo headsets. A-GPS with support for turn-by-turn navigation is also included. For charging and data-transfer, the Pre uses a microUSB connector with USB 2.0 support, and audio output is supported by a standard 3.5 mm headphone jack.[12] While the phone reports support for the Bluetooth DUN protocol, Sprint is not permitting use of the Pre in tethered (or "Phone as Modem") mode, and has made no announcements that this mode will be offered in the future, to the general dismay of customers.&lt;br /&gt;&lt;br /&gt;Storage&lt;br /&gt;&lt;br /&gt;The Pre has 8.0 GB of internal flash storage (7.2 GB of which is user accessible). The Pre does not have a flash memory card slot.[12]&lt;br /&gt;&lt;br /&gt;Charging&lt;br /&gt;&lt;br /&gt;The Pre is one of the first smartphones to feature wireless charging, using electromagnetic induction through an optional wireless charging dock (dubbed the "Touchstone") and a special back cover, which also is sold separately.[13] Users can still charge the phone using the supplied MicroUSB cable.&lt;br /&gt;&lt;br /&gt;Software&lt;br /&gt;&lt;br /&gt;Main article: webOS&lt;br /&gt;&lt;br /&gt;The Pre is the first Palm device to use webOS, the Linux based platform that replaces Palm's previous Palm OS. Developed from scratch for use in mobile phones - whereas Palm OS was originally designed for PDAs - webOS is capable of supporting built-in first party applications, as well as third party applications.&lt;br /&gt;&lt;br /&gt;Interface&lt;br /&gt;&lt;br /&gt;The webOS interface is based around a system of "cards" used to manage multitasking. Applications can be launched from either the "Launcher", which displays up to 3 pages of applications icons in a scrollable grid, or the Quick Launch bar, which displays 5 icons inline horizontally. The user switches between running applications by clicking the front-face button to bring up the "cards" and then flicking left and right on the screen. Applications are closed by flicking a "card" up - and "off" - the screen.&lt;br /&gt;&lt;br /&gt;webOS also supports multi-touch gestures, enabling most navigational input to be made using the touchscreen. However, since the Pre includes the slide-out keyboard, it does not include a virtual keyboard as many other touchscreen smartphones do.&lt;br /&gt;&lt;br /&gt;Synergy&lt;br /&gt;&lt;br /&gt;webOS includes a feature called Synergy that integrates information from many sources. webOS allows a user to sign in to accounts on Gmail, Facebook, and Exchange. Contacts from all sources are then integrated into a single list. Calendars from multiple sources can be viewed together or one at a time. For messaging, Synergy combines all conversations with each contact into a single chat-style window. For example, instant messages and SMS text messages are viewed together.[12]&lt;br /&gt;The Pre's web browser in landscape mode&lt;br /&gt;&lt;br /&gt;Web browser&lt;br /&gt;&lt;br /&gt;The webOS web browser is WebKit-based and, thus, pages appear the same as they do in other WebKit-based browsers like Safari, the iPhone browser, and Google Chrome. The browser can be viewed in either landscape or portrait orientation, switched by rotating the device. In addition, on February 16, 2009, Adobe announced that it will be developing a version of Adobe Flash Player for webOS.[14]. Then, on June 8, 2009, H3 Solutions announced that Mobile Entrée natively supports webOS for access to Microsoft SharePoint.&lt;br /&gt;&lt;br /&gt;Syncing&lt;br /&gt;&lt;br /&gt;The device makes use of the cloud based services model, but uses no desktop sync client (in the style of Palm's HotSync synchronization method).[15]&lt;br /&gt;&lt;br /&gt;Palm has referenced a number of solutions for users who need to sync with their desktop software like Palm Desktop, Microsoft Outlook, or IBM Lotus Notes. Additionally, Mark Space Software has announced Macintosh desktop sync software, and Chapura such software for Windows.[16] Palm has offered an online guide to help customers.&lt;br /&gt;&lt;br /&gt;iTunes syncing&lt;br /&gt;&lt;br /&gt;Palm has announced that the Pre will be capable of "seamlessly" synchronizing with Apple's iTunes via its Media Sync feature.[17][18] The Pre is believed to achieve this by switching its USB Product and Vendor IDs to those of an Apple iPod, thereby mimicking or "spoofing" the Apple device.[19][20]&lt;br /&gt;&lt;br /&gt;Third-Party Applications&lt;br /&gt;&lt;br /&gt;Third parties are able to develop web apps that run natively within webOS. In addition, Palm has announced that they have partnered with certain trusted third-parties that have been given greater access to Pre functionality. At launch, 18 applications were available in the Palm App Catalog&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-7149908221814286882?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/BwMOClI5Q_M" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/7149908221814286882/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/palm-pre.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7149908221814286882?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7149908221814286882?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/BwMOClI5Q_M/palm-pre.html" title="Palm Pre" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/palm-pre.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_fip7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-1745275254834077204</id><published>2009-08-30T05:55:00.000+03:00</published><updated>2010-01-29T23:22:36.346+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.346+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Nokia N86 8MP</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://tech2.in.com/media/images/2009/Feb/img_121072_n86_colors.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 391px; height: 284px;" src="http://tech2.in.com/media/images/2009/Feb/img_121072_n86_colors.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Photography&lt;br /&gt;Take ultra high-quality pics with the 8 megapixel camera with auto focus, flash and Carl Zeiss optics.&lt;br /&gt;Get more into the picture with wide-angle optics.&lt;br /&gt;Capture clear images in bright and dark conditions with a wide exposure range, variable aperture and high speed shutter.&lt;br /&gt;Share your photos through Ovi*, email and MMS, or print them with a compatible printer.&lt;br /&gt;Map your photos to their location and view them using the Nokia Photos application.&lt;br /&gt;Store your photos with the 8GB of internal memory and view them using the OLED display and kickstand.&lt;br /&gt;Get the most out of your camera&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Design&lt;br /&gt;Enjoy the sleek design of the iconic 2-way slide with metal detailing.&lt;br /&gt;Immerse yourself in the stunning OLED display with the scratch-resistant hardened glass front.&lt;br /&gt;Gain control with dedicated camera, media, volume, zoom and gaming keys.&lt;br /&gt;Navigation&lt;br /&gt;Find your way around the world with the A-GPS receiver.&lt;br /&gt;Know which way you’re going with the Nokia Maps application and compass.&lt;br /&gt;Plan your trips and sync your routes with Maps on Ovi.&lt;br /&gt;Walk outdoors with terrain maps and drive safely with road assistance.&lt;br /&gt;&lt;br /&gt;Video&lt;br /&gt;Capture DVD-like quality video day or night with a wide exposure range, stabiliser, and integrated video light.&lt;br /&gt;Watch your favourite videos on the vibrant OLED display screen.&lt;br /&gt;Transfer videos from your compatible PC or download from the web.&lt;br /&gt;Share your videos with Share on Ovi.&lt;br /&gt;&lt;br /&gt;Sharing and Internet&lt;br /&gt;Upload and share your photos, videos and blog posts.&lt;br /&gt;Surf the internet with the full Nokia web browser.&lt;br /&gt;Access your favourite sites with easy access to your bookmarks.&lt;br /&gt;Learn more about media sharing&lt;br /&gt;&lt;br /&gt;Music&lt;br /&gt;Transfer, manage and play your music with a longer playback time.&lt;br /&gt;Download your favourite tracks from the Nokia Music Store.*&lt;br /&gt;Tune in to FM radio and Nokia Internet Radio.&lt;br /&gt;Play your music on your home stereo over the air with the integrated FM transmitter.&lt;br /&gt;Visit the Nokia Music Store&lt;br /&gt;&lt;br /&gt;Gaming&lt;br /&gt;Play the hottest games with superior gameplay and graphics from N-Gage™.&lt;br /&gt;Create your personal gaming identity and compete in the N-Gage Arena.&lt;br /&gt;Try new games for free and buy your favourites.&lt;br /&gt;Preview the action at N-Gage&lt;br /&gt;&lt;br /&gt;Applications&lt;br /&gt;Enhance your device with a wide range of applications through Download! service.&lt;br /&gt;Transfer your contacts, calendar, media content and to-do lists from your PC.&lt;br /&gt;Keep your device current with new applications, updates and widgets.&lt;br /&gt;Find fun applications at Nokia Beta Labs&lt;br /&gt;&lt;br /&gt;Communications&lt;br /&gt;Connect with your friends via email.&lt;br /&gt;Share your notes and images via text - and multimedia messages.&lt;br /&gt;Make quicker calls using speed dial and voice commands.&lt;br /&gt;&lt;br /&gt;Hardware&lt;br /&gt;Expose and hide the keypad with the iconic 2-way sliding design.&lt;br /&gt;Enjoy a better user experience with the simplified user interface.&lt;br /&gt;Get into the action with dedicated gaming keys and stereo speakers.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-1745275254834077204?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/9LUJkKd72XU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/1745275254834077204/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/nokia-n86-8mp.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1745275254834077204?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1745275254834077204?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/9LUJkKd72XU/nokia-n86-8mp.html" title="Nokia N86 8MP" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>1</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/nokia-n86-8mp.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_fyp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-5408369065473412371</id><published>2009-08-30T05:54:00.001+03:00</published><updated>2010-01-29T23:22:36.347+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.347+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Nokia 5800 Express Music Touch Screen</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://dayakinjr.files.wordpress.com/2009/02/12328nokia-5800-xpress-091.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 419px; height: 265px;" src="http://dayakinjr.files.wordpress.com/2009/02/12328nokia-5800-xpress-091.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Innovative 'Media Bar' and 'Contacts Bar' add human touch to music experience&lt;br /&gt;Nokia Remix, London, United Kingdom and Singapore - Nokia turned up the volume on its music offering today by unveiling the new Nokia 5800 XpressMusic, a mobile device for music that brings innovative new features to the mass market. Delivering on Nokia's vision to provide the best total music experience possible, the Nokia 5800 XpressMusic will be among the first devices to support Comes With Music, Nokia's groundbreaking service which offers one year of unlimited access to the entire Nokia Music Store catalogue.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;When it comes to music phones, people all over the world want a device that is a great music experience - with more memory, loud and powerful speakers, easy synchronization - and must still work well as a mobile phone with direct access to important contacts and content. The Nokia 5800 XpressMusic delivers on all counts and allows consumers to access and share content.&lt;br /&gt;&lt;br /&gt;"With the Nokia 5800 XpressMusic, we set out to connect people through the one thing we all feel a universal connection to - music," said Jo Harlow, Vice President, Nokia. "The way in which people enjoy music is different around the world. With that in mind, the Nokia 5800 XpressMusic gives people the freedom to experience music they love in the way they prefer."&lt;br /&gt;&lt;br /&gt;Media Bar, Contacts Bar - putting people first&lt;br /&gt;Taking advantage of touch screen technology, the Nokia 5800 XpressMusic introduces the 'Media Bar', a handy drop down menu that provides direct access to music and entertainment, including favourite tracks, videos and photos. The Media Bar also offers a direct link to the web and to online sharing. Because the Nokia 5800 XpressMusic supports Flash content, individuals can surf the entire web, not just pieces of it. In addition, the Nokia 5800 XpressMusic offers all the music essentials, including a graphic equalizer, 8GB memory for up to 6000 tracks and support for all main digital music formats, and a 3.5mm jack. Built-in surround sound stereo speakers offer the industry's most powerful sound.&lt;br /&gt;&lt;br /&gt;Ensuring a seamless music experience, Nokia 5800 XpressMusic also provides easy access to browse and purchase tracks from the Nokia Music Store, where applicable, while the newly updated Nokia Music PC software allows for easy drag-and-drop transfer of songs and management of any music collection.&lt;br /&gt;&lt;br /&gt;The innovative 'Contacts Bar' lets consumers highlight four favorite contacts on their home-screen and, through a single touch, track a digital history of recent text messages, emails, phone logs, photos and blog updates.&lt;br /&gt;&lt;br /&gt;"As Nokia's first mass-market device with a touch screen, the Nokia 5800 XpressMusic turns a 'user interface' into a 'human interface' by truly putting people first. For example, we've introduced the Nokia Contacts Bar, which is like a digital RSS feed on your life," said Harlow. "By adding the benefits of touch screen technology to S60, the world's leading smartphone interface, Nokia is taking the familiar and giving it a human touch. We have used touch technology where it really adds value such as the Contacts Bar, Media Bar and clever shortcuts from the homescreen to menu items such as calendar, profiles and clock. "&lt;br /&gt;&lt;br /&gt;For the best screen resolution available on a mobile phone, the 3.2" widescreen display brings photos, video clips and web content to life in vibrant color and true clarity. With a 16 by 9 aspect ratio and 30 frames-per-second playback and recording, the device is ideal for VGA quality video recording and playback.&lt;br /&gt;&lt;br /&gt;The Nokia 5800 XpressMusic also features a 3.2 megapixel camera with Carl Zeiss lens and, with a single touch, images or videos can be shared via a favorite online community, such as Share on Ovi, Flickr, or Facebook. Music playlist song titles can also be shared through Bluetooth, MMS or online sharing.&lt;br /&gt;&lt;br /&gt;Music for the masses&lt;br /&gt;The Nokia 5800 XpressMusic supports 60 languages worldwide, which covers nearly 90 percent of the world's population. As people around the world use their phones in different ways, the Nokia 5800 XpressMusic offers a variety of input methods including a virtual alphanumeric keypad, a virtual computer-style QWERTY keyboard, a pen stylus and for true music enthusiasts, a plectrum are all available.&lt;br /&gt;&lt;br /&gt;The Nokia 5800 XpressMusic will be available worldwide beginning in the fourth quarter of 2008 for an estimated retail price of 279 EUR before taxes and subsidies. The Nokia 5800 XpressMusic featuring Comes With Music will be available early next year. Pricing details to follow.&lt;br /&gt;&lt;br /&gt;Enhancing the experience, Nokia today unveiled four new music accessories including a new Bluetooth headset and three new stereo headsets.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-5408369065473412371?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/7sNNkEK_7ZQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/5408369065473412371/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/nokia-5800-express-music-touch-screen.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5408369065473412371?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5408369065473412371?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/7sNNkEK_7ZQ/nokia-5800-express-music-touch-screen.html" title="Nokia 5800 Express Music Touch Screen" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/nokia-5800-express-music-touch-screen.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_cCp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-6684243342089483968</id><published>2009-08-30T05:52:00.000+03:00</published><updated>2010-01-29T23:22:36.348+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.348+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Nokia N85 OLED Screen</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_TJ5IkjB_ms4/SjH_1jNCEsI/AAAAAAAAAJI/WamWCtVWsbk/s1600-h/n85techSpecs-design.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 346px; height: 279px;" src="http://4.bp.blogspot.com/_TJ5IkjB_ms4/SjH_1jNCEsI/AAAAAAAAAJI/WamWCtVWsbk/s400/n85techSpecs-design.jpg" alt="" id="BLOGGER_PHOTO_ID_5346335528113541826" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Design&lt;br /&gt;Enjoy the sleek, compact design with iconic two-way slide.&lt;br /&gt;Immerse yourself in the stunning OLED display screen.&lt;br /&gt;Flip the device sideways and the display goes widescreen.&lt;br /&gt;Gain control with dedicated zoom and gaming keys.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Video&lt;br /&gt;Watch your favourite videos on the brilliant OLED display screen.&lt;br /&gt;Transfer videos from your compatible PC or download from the web.&lt;br /&gt;Record DVD-like quality video during the day or at night with the integrated video light.&lt;br /&gt;Upload your videos and share on Ovi.*&lt;br /&gt;&lt;br /&gt;Sharing and Internet&lt;br /&gt;Surf the Internet with the full Nokia web browser.&lt;br /&gt;Keep your favourite sites at your fingertips with simple access to your bookmarks.&lt;br /&gt;Upload and share photos, videos and blog posts.&lt;br /&gt;&lt;br /&gt;Music&lt;br /&gt;Transfer, manage and play your music with a longer playback time.&lt;br /&gt;Download your favourite tracks from the Nokia Music Store.&lt;br /&gt;Tune in to FM radio and Nokia Internet Radio.&lt;br /&gt;Synch to your home stereo over the air with the integrated FM transmitter.&lt;br /&gt;Visit the Nokia Music Store&lt;br /&gt;&lt;br /&gt;Gaming&lt;br /&gt;Play the hottest games with superior gameplay and graphics from N-Gage™.&lt;br /&gt;Create your personal gaming identity and compete in the N-Gage Arena.&lt;br /&gt;Try new games for free and buy your favourites.&lt;br /&gt;Preview the action at N-Gage&lt;br /&gt;Several try-and-buy games come preloaded with one free game activation. Varies by country.&lt;br /&gt;&lt;br /&gt;Photography&lt;br /&gt;Take crisp pics with the 5 Megapixel camera with auto focus, flash and Carl Zeiss optics.&lt;br /&gt;Upload your photos and share on Ovi.*&lt;br /&gt;Automatically tag your photos to the location.&lt;br /&gt;Get the most out of your camera&lt;br /&gt;&lt;br /&gt;Navigation&lt;br /&gt;Find your way around the world with the A-GPS receiver.&lt;br /&gt;Explore new places with the Nokia Maps application.&lt;br /&gt;Get a voice-guided navigation trial license for free.&lt;br /&gt;&lt;br /&gt;Applications&lt;br /&gt;Enhance your device with a wide range of applications.&lt;br /&gt;Transfer your contacts, calendar and to-do lists from your PC.&lt;br /&gt;Keep your device current with new applications, updates and widgets.&lt;br /&gt;Find fun applications at Nokia Beta Labs&lt;br /&gt;&lt;br /&gt;Communications&lt;br /&gt;Connect with your friends via email.&lt;br /&gt;Share your notes and images via text message.&lt;br /&gt;Make quicker calls using speed dial and voice commands.&lt;br /&gt;&lt;br /&gt;Hardware&lt;br /&gt;Expose and hide the keypad with the iconic duel-sliding design.&lt;br /&gt;Navigate websites and documents quickly with the Navi™ wheel.&lt;br /&gt;Get into the action with dedicated gaming keys and stereo speakers.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-6684243342089483968?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/EcUd3jbgcQc" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/6684243342089483968/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/nokia-n85-oled-screen.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6684243342089483968?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/6684243342089483968?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/EcUd3jbgcQc/nokia-n85-oled-screen.html" title="Nokia N85 OLED Screen" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_TJ5IkjB_ms4/SjH_1jNCEsI/AAAAAAAAAJI/WamWCtVWsbk/s72-c/n85techSpecs-design.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/nokia-n85-oled-screen.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_cCp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-5398992928687544206</id><published>2009-08-30T05:49:00.001+03:00</published><updated>2010-01-29T23:22:36.348+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.348+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Nokia N97</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_TJ5IkjB_ms4/SjH9OTWmAFI/AAAAAAAAAJA/AGABpGLysjI/s1600-h/n97_black_image_techspecs_device_maps_310x267.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 350px; height: 297px;" src="http://3.bp.blogspot.com/_TJ5IkjB_ms4/SjH9OTWmAFI/AAAAAAAAAJA/AGABpGLysjI/s400/n97_black_image_techspecs_device_maps_310x267.png" alt="" id="BLOGGER_PHOTO_ID_5346332654820524114" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Web browsing &amp;amp; sharing&lt;br /&gt;Experience the full power of the internet with fast WLAN and HSDPA connections.&lt;br /&gt;Fast internet access makes sharing photos and videos easy – just upload them to Ovi Share.&lt;br /&gt;View real web pages on the beautiful 16:9 sliding tilt display – with Flash support for internet videos.&lt;br /&gt;Use touch control and the full keyboard to surf the web straight from the 3.5" screen&lt;br /&gt;Access content directly from the customisable homescreen.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Maps&lt;br /&gt;Explore the cities of the world with Maps, A-GPS and multimedia city guides.&lt;br /&gt;Use the Walk pedestrian navigation to find your way.&lt;br /&gt;Let the built-in compass keep you pointing in the right direction – the map adapts to point the same way you do.&lt;br /&gt;Use voice guided Drive navigation to find the best route.&lt;br /&gt;3 month Walk and Drive navigation licence included. Downloading of maps over-the-air may involve transferring large amounts of data. Your service provider may charge for the data transmission. The availability of particular products, services and features may vary by region. Please check with your local Nokia dealer for further details and availability of language options. These specifications are subject to change without notice.&lt;br /&gt;&lt;br /&gt;Photography&lt;br /&gt;Use the Carl Zeiss optics and 5 megapixel camera to take great photos of the places you visit.&lt;br /&gt;Capture the moment, day or night, with the dual LED flash.&lt;br /&gt;Make the most of the large storage capacity (32 GB) to take your photos with you.&lt;br /&gt;Upload your photos to Ovi Share and share them online.&lt;br /&gt;Get the most out of your camera&lt;br /&gt;&lt;br /&gt;Email&lt;br /&gt;Have your email at your fingertips on the 3.5” touchscreen.&lt;br /&gt;Set up your email easily.&lt;br /&gt;Connect via Gmail, Ovi Mail and Mail for Exchange.&lt;br /&gt;Use the full keyboard to type messages quickly and easily.&lt;br /&gt;Some features may only be available via upgrading or downloading&lt;br /&gt;&lt;br /&gt;Calendar&lt;br /&gt;Organise your life with Calendar - hit the Calendar icon to keep everything synchronised and up-to-date.&lt;br /&gt;Plan your day, organise your to-do list and set reminders for important events.&lt;br /&gt;Customise the homescreen to fit your lifestyle - have Calendar just a touch away.&lt;br /&gt;Keep useful applications, widgets, and media at your fingertips.&lt;br /&gt;Using a widget and accessing the services and content it provides may be chargeable, depending on the widget developer or the service provider. Data charges may also apply for widgets that access the internet.&lt;br /&gt;&lt;br /&gt;Contacts&lt;br /&gt;Access your contacts and messages straight from the Contacts icon on the homescreen.&lt;br /&gt;Stay in touch any way you want - via phone, email, feeds, chat, instant messaging and widgets.&lt;br /&gt;Connect on social networking sites using widgets from Facebook and other sites.&lt;br /&gt;Keep things running with Ovi Contacts.&lt;br /&gt;Some features may only be available via upgrading or downloading&lt;br /&gt;&lt;br /&gt;TV &amp;amp; video&lt;br /&gt;Watch high-quality video on the large 3.5 " 16:9 widescreen or on TV using the TV-out.&lt;br /&gt;Take high quality 16:9 videos with the 5 megapixel camera and share them online.&lt;br /&gt;Download and stream videos on the move.&lt;br /&gt;Keep your favourite videos with you using the 32 GB of memory.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Music&lt;br /&gt;Enjoy a great Nokia music experience with Comes with Music.*&lt;br /&gt;Control your music with a touch of your fingers and access music directly from your homescreen.&lt;br /&gt;Load all your favourite tracks into the built-in memory (32 GB).&lt;br /&gt;Manage and rip tracks with Nokia Music Manager on your PC.**&lt;br /&gt;Enjoy excellent sound quality using headphones via Bluetooth or the 3.5 mm audio connector.&lt;br /&gt;Comes with Music availability and pricing varies by country.&lt;br /&gt;Requires a compatible PC.&lt;br /&gt;&lt;br /&gt;Games&lt;br /&gt;Use the great touch UI to play games.&lt;br /&gt;The side keys can also be used to control game functions.&lt;br /&gt;Guitar Rock Tour game included.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-5398992928687544206?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/VmHMX7w0rX8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/5398992928687544206/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/nokia-n97.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5398992928687544206?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5398992928687544206?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/VmHMX7w0rX8/nokia-n97.html" title="Nokia N97" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_TJ5IkjB_ms4/SjH9OTWmAFI/AAAAAAAAAJA/AGABpGLysjI/s72-c/n97_black_image_techspecs_device_maps_310x267.png" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/nokia-n97.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30_cSp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-1341417924040264403</id><published>2009-08-29T20:55:00.001+03:00</published><updated>2010-01-29T23:22:36.349+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.349+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Nokia N96 16GB</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_TJ5IkjB_ms4/SjIOSJybI8I/AAAAAAAAAJY/YVtvztVHdeY/s1600-h/n96.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 346px; DISPLAY: block; HEIGHT: 207px; CURSOR: pointer" id="BLOGGER_PHOTO_ID_5346351412670047170" border="0" alt="" src="http://4.bp.blogspot.com/_TJ5IkjB_ms4/SjIOSJybI8I/AAAAAAAAAJY/YVtvztVHdeY/s400/n96.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;Video&lt;br /&gt;Store hours of your favourite videos to watch on the go.&lt;br /&gt;Access and watch videos online and transfer from your PC.&lt;br /&gt;Record DVD-like quality video during the day or at night with the integrated video light.&lt;br /&gt;Upload your videos and share on Ovi.&lt;br /&gt;Watch live TV when you're away from home.&lt;br /&gt;Find your favorite shows by searching channel listings.&lt;br /&gt;Replay 30 seconds of a live program, set reminders for upcoming shows and record hours of TV to watch later.&lt;br /&gt;Based on DVB-H mobile broadcast digital TV technology. Availability depends on country and service provider.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Gaming&lt;br /&gt;Play the hottest new games with rich graphics and gameplay from N-Gage™.&lt;br /&gt;Get into the action with dedicated gaming keys and landscape stereo speakers.&lt;br /&gt;Challenge other players in the N-Gage™ arena.&lt;br /&gt;Try new games for free and buy the ones you like.&lt;br /&gt;Preview the action at N-Gage™&lt;br /&gt;Several try-and-buy games come preloaded with one free game activation. Varies by country.&lt;br /&gt;&lt;br /&gt;Music&lt;br /&gt;Transfer and manage your music library from your compatible PC.&lt;br /&gt;Buy and download new and favourite tracks from the Nokia Music Store.&lt;br /&gt;Listen through the headphone jack or out loud with the built-in stereo speakers.&lt;br /&gt;Tune in to FM radio or choose from a long list of internet radio stations.&lt;br /&gt;Visit the Nokia Music Store&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Photography&lt;br /&gt;Take sharp pics with the 5 Megapixel camera with auto-focus, flash and Carl Zeiss optics.&lt;br /&gt;Automatically geotag your photos with the integrated A-GPS receiver.&lt;br /&gt;Upload your photos and share on Ovi.&lt;br /&gt;Get the most out of your camera&lt;br /&gt;&lt;br /&gt;Navigation&lt;br /&gt;Find your way around the world with the A-GPS receiver.&lt;br /&gt;Explore new places with the Nokia Maps application.&lt;br /&gt;Get a voice-guided navigation trial license for free.&lt;br /&gt;&lt;br /&gt;Sharing &amp;amp; Internet&lt;br /&gt;Use the full browser to surf the internet like on your PC.&lt;br /&gt;Upload and share photos, videos and blog posts.&lt;br /&gt;Transfer files from your compatible PC.&lt;br /&gt;Synch to your compatible home media devices over the air.&lt;br /&gt;Expand your device capabilities with a wide range of applications.&lt;br /&gt;&lt;br /&gt;Communications&lt;br /&gt;Connect via email with Nokia Email service and Mail for Exchange.&lt;br /&gt;Send text and multimedia messages.&lt;br /&gt;Use speed dial and voice commands to make calls.&lt;br /&gt;&lt;br /&gt;Hardware&lt;br /&gt;Load up 16 GB of internal memory and expand to 32 GB with an additional memory card(sold separately).&lt;br /&gt;Expose the key pad with the iconic dual-sliding design.&lt;br /&gt;Engage yourself with dedicated gaming keys and landscape stereo speakers.&lt;br /&gt;Watch videos or TV hands-free with the embedded kickstand.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-1341417924040264403?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/pk8ggryUZLA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/1341417924040264403/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/nokia-n96-16gb.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1341417924040264403?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/1341417924040264403?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/pk8ggryUZLA/nokia-n96-16gb.html" title="Nokia N96 16GB" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_TJ5IkjB_ms4/SjIOSJybI8I/AAAAAAAAAJY/YVtvztVHdeY/s72-c/n96.jpg" height="72" width="72" /><thr:total>1</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/nokia-n96-16gb.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30-eCp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-7133997285751851897</id><published>2009-08-29T20:41:00.001+03:00</published><updated>2010-01-29T23:22:36.350+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.350+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Nokia N95 8GB</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://mobile-place.info/home/images/stories/smartphone/Nokia/N%20serija/img_29821_nokia-n95-8gb.jpg"&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 420px; DISPLAY: block; HEIGHT: 314px; CURSOR: pointer" border="0" alt="" src="http://mobile-place.info/home/images/stories/smartphone/Nokia/N%20serija/img_29821_nokia-n95-8gb.jpg" /&gt;&lt;/a&gt;A revision of the N95, called N95 8GB (N95-2, internally known as RM-320), was announced on August 21, 2007, and put on market in October 2007&lt;br /&gt;&lt;br /&gt;The changes compared to the regular version are:&lt;br /&gt;Improvements&lt;br /&gt;8 GB separate internal memory&lt;br /&gt;Larger display ((up from 2.6 inches (66 mm) to 2.8").&lt;br /&gt;128 MB RAM (up from 64MB), 95MB available.&lt;br /&gt;Demand paging (although the N95 supports this too, since firmware version 20.0.015)&lt;br /&gt;1200 mAh battery (BL-6F), up from 950 mAh&lt;br /&gt;Cosmetic changes to media and front-panel buttons&lt;br /&gt;New model of handsfree/remote control, AD-5 (as opposed to AD-43 for previous N95 versions) New multimedia menu, with Nokia's Ovi content integration&lt;br /&gt;Built-in Automatic Screen Rotation (ASR) in software versions v20.0.016 onwards for the N95 8GB version and from v30.0.015 for N95-1, respectively.&lt;br /&gt;Black faceplate instead of the original silver.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;N95 NAM (N95-3)&lt;br /&gt;The Nokia N95-3 is a revision of the N95, internally designated as RM-160, designed specifically for the North American market. It is also available in Australian and South American market.&lt;br /&gt;&lt;br /&gt;The following was changed from the original version:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="fullpost"&gt;128 MB RAM, up from 64MB.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;WCDMA (HSDPA) 850 and 1900 MHz , instead of 2100 MHz .&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;1200 mAh battery, up from 950 mAh.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Talk time up to 190 min (WCDMA), up to 250 min (GSM).&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Slider protecting camera lens removed to make room for the larger battery.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Camera flash moved to the vertical axis of the phone, so when the phone is used as a camera it sits to the side of the camera, instead of below as in the N95-1.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Cosmetic changes to media buttons.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Height: 2.05 cm, down from 2.10 cm.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Mass: 125 g, up from 120 g.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;White keyboard light instead of blue for visibility improvement.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="fullpost"&gt;N95 8GB NAM (N95-4)&lt;br /&gt;The Nokia N95-4 (internally known as RM-421) is the North American 3G-compatible version of the N95-2. The main differences to the N95-2 are:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Camera lens is now more flush with the phone's face.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;Multimedia keys are less glossy.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="fullpost"&gt;No ASR (Automatic Screen Rotation). Although a hardware accelerometer is present, third party software is required to rotate the screen.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span class="fullpost"&gt;Both N95-3 and N95-4 have also some additional changes, such as the removal of the sliding lens cover for the camera, improved battery life, and doubling of runtime memory (RAM) from 64 to 128 MB.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-7133997285751851897?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/g5zWW4YTR9I" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/7133997285751851897/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/nokia-n95-8gb.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7133997285751851897?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/7133997285751851897?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/g5zWW4YTR9I/nokia-n95-8gb.html" title="Nokia N95 8GB" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>2</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/nokia-n95-8gb.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIBR30-eSp7ImA9WxBXF0Q.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-5604373924128013430</id><published>2009-08-29T20:35:00.001+03:00</published><updated>2010-01-29T23:22:36.351+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-29T23:22:36.351+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Mobile Phone" /><title>Apple iPhone 3G</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SiF6UaGU_oI/AAAAAAAAADU/pbG19KdvSaE/s1600-h/specs_display20081217.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 345px; height: 244px;" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SiF6UaGU_oI/AAAAAAAAADU/pbG19KdvSaE/s400/specs_display20081217.jpg" alt="" id="BLOGGER_PHOTO_ID_5341685124059954818" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Today introduced iPhone, combining three products—a revolutionary mobile phone, a widescreen iPod® with touch controls, and a breakthrough Internet communications device with desktop-class email, web browsing, searching and maps—into one small and lightweight handheld device. iPhone introduces an entirely new user interface based on a large multi-touch display and pioneering new software, letting users control iPhone with just their fingers. iPhone also ushers in an era of software power and sophistication never before seen in a mobile device, which completely redefines what users can do on their mobile phones.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;“iPhone is a revolutionary and magical product that is literally five years ahead of any other mobile phone,” said Steve Jobs, Apple’s CEO. “We are all born with the ultimate pointing device—our fingers—and iPhone uses them to create the most revolutionary user interface since the mouse.”&lt;br /&gt;&lt;br /&gt;iPhone is a Revolutionary Mobile Phone&lt;br /&gt;&lt;br /&gt;iPhone is a revolutionary new mobile phone that allows users to make calls by simply pointing at a name or number. iPhone syncs all of your contacts from your PC, Mac® or Internet service such as Yahoo!, so that you always have your full list of up-to-date contacts with you. In addition, you can easily construct a favorites list for your most frequently made calls, and easily merge calls together to create conference calls.&lt;br /&gt;&lt;br /&gt;iPhone’s pioneering Visual Voicemail, an industry first, lets users look at a listing of their voicemails, decide which messages to listen to, then go directly to those messages without listening to the prior messages. Just like email, iPhone’s Visual Voicemail enables users to immediately randomly access those messages that interest them most.&lt;br /&gt;&lt;br /&gt;iPhone includes an SMS application with a full QWERTY soft keyboard to easily send and receive SMS messages in multiple sessions. When users need to type, iPhone presents them with an elegant touch keyboard which is predictive to prevent and correct mistakes, making it much easier and more efficient to use than the small plastic keyboards on many smartphones. iPhone also includes a calendar application that allows calendars to be automatically synced with your PC or Mac.&lt;br /&gt;&lt;br /&gt;iPhone features a 2 megapixel camera and a photo management application that is far beyond anything on a phone today. Users can browse their photo library, which can be easily synced from their PC or Mac,&lt;br /&gt;with just a flick of a finger and easily choose a photo for their wallpaper or to include in an email.&lt;br /&gt;&lt;br /&gt;iPhone is a quad-band GSM phone which also features EDGE and Wi-Fi wireless technologies for data networking. Apple has chosen Cingular, the best and most popular carrier in the US with over 58 million subscribers, to be Apple’s exclusive carrier partner for iPhone in the US.&lt;br /&gt;&lt;br /&gt;iPhone is a Widescreen iPod&lt;br /&gt;&lt;br /&gt;iPhone is a widescreen iPod with touch controls that lets music lovers “touch” their music by easily scrolling through entire lists of songs, artists, albums and playlists with just a flick of a finger. Album artwork is stunningly presented on iPhone’s large and vibrant display.&lt;br /&gt;&lt;br /&gt;iPhone also features Cover Flow, Apple’s amazing way to browse your music library by album cover artwork, for the first time on an iPod. When navigating your music library on iPhone, you are automatically switched into Cover Flow by simply rotating iPhone into its landscape position.&lt;br /&gt;&lt;br /&gt;iPhone’s stunning 3.5-inch widescreen display offers the ultimate way to watch TV shows and movies on a pocketable device, with touch controls for play-pause, chapter forward-backward and volume. iPhone plays the same videos purchased from the online iTunes® Store that users enjoy watching on their computers and iPods, and will soon enjoy watching on their widescreen televisions using the new Apple TV™. The iTunes Store now offers over 350 television shows, over 250 feature films and over 5,000 music videos.&lt;br /&gt;&lt;br /&gt;iPhone lets users enjoy all their iPod content, including music, audiobooks, audio podcasts, video podcasts, music videos, television shows and movies. iPhone syncs content from a user’s iTunes library on their PC or Mac, and can play any music or video content they have purchased from the online iTunes store.&lt;br /&gt;&lt;br /&gt;iPhone is a Breakthrough Internet Communications Device&lt;br /&gt;&lt;br /&gt;iPhone features a rich HTML email client which fetches your email in the background from most POP3 or IMAP mail services and displays photos and graphics right along with the text. iPhone is fully multi-tasking, so you can be reading a web page while downloading your email in the background.&lt;br /&gt;&lt;br /&gt;Yahoo! Mail, the world’s largest email service with over 250 million users, is offering a new free “push” IMAP email service to all iPhone users that automatically pushes new email to a user’s iPhone, and can be set up by simply entering your Yahoo! name and password. iPhone will also work with most industry standard IMAP and POP based email services, such as Microsoft Exchange, Apple .Mac Mail, AOL Mail, Google Gmail and most ISP mail services.&lt;br /&gt;&lt;br /&gt;iPhone also features the most advanced and fun-to-use web browser on a portable device with a version of its award-winning Safari™ web browser for iPhone. Users can see any web page the way it was designed to be seen, and then easily zoom in to expand any section by simply tapping on iPhone’s multi-touch display with their finger. Users can surf the web from just about anywhere over Wi-Fi or EDGE, and can automatically sync their bookmarks from their PC or Mac. iPhone’s Safari web browser also includes built-in Google Search and Yahoo! Search so users can instantly search for information on their iPhone just like they do on their computer.&lt;br /&gt;&lt;br /&gt;iPhone also includes Google Maps, featuring Google’s groundbreaking maps service and iPhone’s amazing maps application, offering the best maps experience by far on any pocket device. Users can view maps, satellite images, traffic information and get directions, all from iPhone’s remarkable and easy-to-use touch interface.&lt;br /&gt;&lt;br /&gt;iPhone’s Advanced Sensors&lt;br /&gt;&lt;br /&gt;iPhone employs advanced built-in sensors—an accelerometer, a proximity sensor and an ambient light sensor—that automatically enhance the user experience and extend battery life. iPhone’s built-in accelerometer detects when the user has rotated the device from portrait to landscape, then automatically changes the contents of the display accordingly, with users immediately seeing the entire width of a web page, or a photo in its proper landscape aspect ratio.&lt;br /&gt;&lt;br /&gt;iPhone’s built-in proximity sensor detects when you lift iPhone to your ear and immediately turns off the display to save power and prevent inadvertent touches until iPhone is moved away. iPhone’s built-in ambient light sensor automatically adjusts the display’s brightness to the appropriate level for the current ambient light, thereby enhancing the user experience and saving power at the same time.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-5604373924128013430?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/qgeVOuKaVWo" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/5604373924128013430/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/apple-iphone-3g.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5604373924128013430?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5604373924128013430?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/qgeVOuKaVWo/apple-iphone-3g.html" title="Apple iPhone 3G" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SiF6UaGU_oI/AAAAAAAAADU/pbG19KdvSaE/s72-c/specs_display20081217.jpg" height="72" width="72" /><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/apple-iphone-3g.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04CRHY5fip7ImA9WxBREko.&quot;"><id>tag:blogger.com,1999:blog-7962392848905042266.post-5591162074072014132</id><published>2009-08-29T19:28:00.002+03:00</published><updated>2009-12-31T19:12:45.826+03:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-31T19:12:45.826+03:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Computer" /><title>Dell Adamo</title><content type="html">&lt;a href="http://www.devicedaily.com/wp-content/uploads/2009/03/dell-adamo-new-thinnest-notebook.jpg"&gt;&lt;span style="font-size:+0;"&gt;&lt;/span&gt;&lt;img style="TEXT-ALIGN: center; MARGIN: 0px auto 10px; WIDTH: 331px; DISPLAY: block; HEIGHT: 266px; CURSOR: hand" border="0" alt="" src="http://www.devicedaily.com/wp-content/uploads/2009/03/dell-adamo-new-thinnest-notebook.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Super-thin 13.4-inch 16:9 (High Definition; 720p) WLED display&lt;br /&gt;Full-size keyboard with back-lighting and scalloped, metallic key cap design&lt;br /&gt;Integrated 1.3 megapixel camera and integrated digital microphone&lt;br /&gt;IO: Display Port, USBx3 (1 eSATA combination), Audio Out and integrated RJ-45 port&lt;br /&gt;Communications: Gigabit LOM, Bluetooth 2.1, 802.11n (3x3)&lt;br /&gt;5+ hr battery life using Li-Polymer cells; 40 Whr&lt;br /&gt;&lt;br /&gt;Compact power adapter&lt;br /&gt;Dimensions: (w x d x h) 13.03 x 9.5 x 0.65 in (331 x 242 x 16.39 mm)&lt;br /&gt;Weight: 1.81 kg (4.0 lb)&lt;br /&gt;90 Days of Adamo Premium Service (US Only) (Select Configurations)&lt;br /&gt;&lt;br /&gt;&lt;b&gt;SOFTWARE&lt;/b&gt;&lt;br /&gt;&lt;span class="glossaryitem" rel="/content/public/glossary.aspx?c=us&amp;amp;s=dhs&amp;amp;l=en&amp;amp;cs=19&amp;amp;~ttmode=html&amp;amp;~ttid=genuine" glid="genuine" gltitle="Learn More" jquery1248517184376="201"&gt;Genuine&lt;/span&gt; Windows Vista&lt;sup&gt;®&lt;/sup&gt; Home Premium Service Pack 1 64-Bit&lt;br /&gt;&lt;b&gt;Base:&lt;/b&gt; Adobe&lt;sup&gt;®&lt;/sup&gt; Acrobat&lt;sup&gt;®&lt;/sup&gt; Reader 9, Adobe&lt;sup&gt;®&lt;/sup&gt; Flash Player, Dell Dock, McAfee SecurityCenter 30-day Trial, Dell Webcam Application, Dell Video Chat, Microsoft&lt;sup&gt;®&lt;/sup&gt; Windows Live&lt;sup&gt;&lt;small&gt;TM&lt;/small&gt;&lt;/sup&gt; , Dell Connect Point, Dell Quickset, Dell Touchpad&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Optional:&lt;/b&gt; Microsoft&lt;sup&gt;®&lt;/sup&gt; Office Home and Student 2007, Microsoft Office Small Business Edition 2007, Microsoft Office Professional 2007&lt;br /&gt;External optical drive and external hard drive available&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="para"&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;img border="0" alt="Slender Frame" src="http://i.dell.com/images/global/products/adamo/adamo-slender-button.jpg" width="58" height="45" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;&lt;td width="10"&gt;&lt;img border="0" alt="" src="http://i.dell.com/images/global/general/spacer.gif" width="10" height="1" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;b&gt;SLENDER FRAME&lt;/b&gt;&lt;br /&gt;Measuring only .65 inches, Adamo's ultra-slim profile belies the powerful features within.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;img border="0" alt="Inner Strength" src="http://i.dell.com/images/global/products/adamo/adamo-strength-button.jpg" width="58" height="45" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;&lt;td width="10"&gt;&lt;img border="0" alt="" src="http://i.dell.com/images/global/general/spacer.gif" width="10" height="1" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;b&gt;INNER STRENGTH&lt;/b&gt;&lt;br /&gt;A tough, machined-aluminum chassis is graced with elegant detail.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;img border="0" alt="Stunning Display" src="http://i.dell.com/images/global/products/adamo/adamo-display-button.jpg" width="58" height="45" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;&lt;td width="10"&gt;&lt;img border="0" alt="" src="http://i.dell.com/images/global/general/spacer.gif" width="10" height="1" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;b&gt;STUNNING DISPLAY&lt;/b&gt;&lt;br /&gt;The 13.4-inch 16:9 HD display with edge-to-edge glass offers an integrated 1.3 megapixel web camera.&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;img border="0" alt="Perfect Chemistry" src="http://i.dell.com/images/global/products/adamo/adamo-battery-button.jpg" width="58" height="45" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;&lt;td width="10"&gt;&lt;img border="0" alt="" src="http://i.dell.com/images/global/general/spacer.gif" width="10" height="1" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;b&gt;PERFECT CHEMISTRY&lt;/b&gt;&lt;br /&gt;Advanced lithium polymer technology invites you to enjoy more than 5 hours of battery life on a full charge. &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;img border="0" alt="Effortless Communication" src="http://i.dell.com/images/global/products/adamo/adamo-wireless-button.jpg" width="58" height="45" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;&lt;td width="10"&gt;&lt;img border="0" alt="" src="http://i.dell.com/images/global/general/spacer.gif" width="10" height="1" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;b&gt;EFFORTLESS COMMUNICATION&lt;/b&gt;&lt;br /&gt;Wireless N, Bluetooth, one RJ-45 port and optional mobile broadband help keep you in touch wherever you go. &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;table border="0" cellspacing="0" cellpadding="0" width="100%"&gt;&lt;br /&gt;&lt;tbody&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;img border="0" alt="Quick Wit" src="http://i.dell.com/images/global/products/adamo/adamo-intel-button.jpg" width="58" height="45" /&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;&lt;td width="10"&gt;&lt;img border="0" alt="" src="http://i.dell.com/images/global/general/spacer.gif" width="10" height="1" /&gt;&lt;/td&gt;&lt;br /&gt;&lt;td valign="top"&gt;&lt;span class="para"&gt;&lt;b&gt;QUICK WIT&lt;/b&gt;&lt;br /&gt;The blazing-fast Intel&lt;sup&gt;®&lt;/sup&gt; Core 2 Duo&lt;sup&gt;®&lt;/sup&gt; processor with Centrino&lt;sup&gt;®&lt;/sup&gt; technology works in concert with DDR3 memory to deliver outstanding performance. &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7962392848905042266-5591162074072014132?l=hendibudi.blogspot.com' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/hendibudi/~4/7UyhQru1Iho" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://hendibudi.blogspot.com/feeds/5591162074072014132/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://hendibudi.blogspot.com/2009/08/dell-adamo.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5591162074072014132?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/7962392848905042266/posts/default/5591162074072014132?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/hendibudi/~3/7UyhQru1Iho/dell-adamo.html" title="Dell Adamo" /><author><name>Author</name><uri>http://www.blogger.com/profile/14482210589847523384</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="31" height="26" src="http://1.bp.blogspot.com/_TJ5IkjB_ms4/SpVPm2yei6I/AAAAAAAAAVI/q3kLxdgroC0/S220/hendi+budi.jpg" /></author><thr:total>0</thr:total><feedburner:origLink>http://hendibudi.blogspot.com/2009/08/dell-adamo.html</feedburner:origLink></entry></feed>

