<?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" gd:etag="W/&quot;D0MDSX44eCp7ImA9WhVSGUs.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024</id><updated>2012-03-16T23:24:38.030-07:00</updated><category term="Marketing" /><category term="Adsense" /><category term="How to Earn" /><category term="Download E-Book" /><category term="Link Building" /><category term="SEO Techniques" /><category term="Google" /><category term="Traffic Building" /><category term="Blogging" /><title>How To Make Money With Adsense</title><subtitle type="html">Adsense Tutorial, Blogging Tips, Free Templates, Making Money, Etc.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>132</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/ask-adsense" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ask-adsense" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ask-adsense</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;C0EAQno4fCp7ImA9WxVWFkw.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-6111089326244523070</id><published>2009-02-25T16:59:00.000-08:00</published><updated>2009-02-25T17:27:23.434-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-25T17:27:23.434-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blogging" /><title>How to Create Related Posts by Categories</title><content type="html">Follow this instructions below to create related posts by categories.&lt;br /&gt;&lt;br /&gt;1. Login to blogger&lt;br /&gt;2. Choose menu &lt;b&gt;"Layout --&gt; Edit HTML"&lt;/b&gt;.&lt;br /&gt;3. Don't forget to click &lt;b&gt;"Expand Widgets Template"&lt;/b&gt;.&lt;br /&gt;4. Then find this code &lt;code&gt;&lt;span style="color:red;"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;5. Copy this code bellow&lt;br /&gt;&lt;code&gt;&lt;span style="color:red;"&gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;&amp;lt;div class='similiar'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div class='widget-content'&amp;gt;&lt;br /&gt;&amp;lt;h3&amp;gt;Related Posts by Categories&amp;lt;/h3&amp;gt;&lt;br /&gt;&amp;lt;div id='data2007'/&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;br /&gt;&lt;br /&gt;var homeUrl3 = &amp;amp;quot;&amp;lt;data:blog.homepageUrl/&amp;gt;&amp;amp;quot;;&lt;br /&gt;var maxNumberOfPostsPerLabel = 4;&lt;br /&gt;var maxNumberOfLabels = 10;&lt;br /&gt;&lt;br /&gt;maxNumberOfPostsPerLabel = 100;&lt;br /&gt;maxNumberOfLabels = 3;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;function listEntries10(json) {&lt;br /&gt;var ul = document.createElement(&amp;amp;#39;ul&amp;amp;#39;);&lt;br /&gt;var maxPosts = (json.feed.entry.length &amp;amp;lt;= maxNumberOfPostsPerLabel) ?&lt;br /&gt;json.feed.entry.length : maxNumberOfPostsPerLabel;&lt;br /&gt;for (var i = 0; i &amp;amp;lt; maxPosts; i++) {&lt;br /&gt;var entry = json.feed.entry[i];&lt;br /&gt;var alturl;&lt;br /&gt;&lt;br /&gt;for (var k = 0; k &amp;amp;lt; entry.link.length; k++) {&lt;br /&gt;if (entry.link[k].rel == &amp;amp;#39;alternate&amp;amp;#39;) {&lt;br /&gt;alturl = entry.link[k].href;&lt;br /&gt;break;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;var li = document.createElement(&amp;amp;#39;li&amp;amp;#39;);&lt;br /&gt;var a = document.createElement(&amp;amp;#39;a&amp;amp;#39;);&lt;br /&gt;a.href = alturl;&lt;br /&gt;&lt;br /&gt;if(a.href!=location.href) {&lt;br /&gt;var txt = document.createTextNode(entry.title.$t);&lt;br /&gt;a.appendChild(txt);&lt;br /&gt;li.appendChild(a);&lt;br /&gt;ul.appendChild(li);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;for (var l = 0; l &amp;amp;lt; json.feed.link.length; l++) {&lt;br /&gt;if (json.feed.link[l].rel == &amp;amp;#39;alternate&amp;amp;#39;) {&lt;br /&gt;var raw = json.feed.link[l].href;&lt;br /&gt;var label = raw.substr(homeUrl3.length+13);&lt;br /&gt;var k;&lt;br /&gt;for (k=0; k&amp;amp;lt;20; k++) label = label.replace(&amp;amp;quot;%20&amp;amp;quot;, &amp;amp;quot; &amp;amp;quot;);&lt;br /&gt;var txt = document.createTextNode(label);&lt;br /&gt;var h = document.createElement(&amp;amp;#39;b&amp;amp;#39;);&lt;br /&gt;h.appendChild(txt);&lt;br /&gt;var div1 = document.createElement(&amp;amp;#39;div&amp;amp;#39;);&lt;br /&gt;div1.appendChild(h);&lt;br /&gt;div1.appendChild(ul);&lt;br /&gt;document.getElementById(&amp;amp;#39;data2007&amp;amp;#39;).appendChild(div1);&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;function search10(query, label) {&lt;br /&gt;&lt;br /&gt;var script = document.createElement(&amp;amp;#39;script&amp;amp;#39;);&lt;br /&gt;script.setAttribute(&amp;amp;#39;src&amp;amp;#39;, query + &amp;amp;#39;feeds/posts/default/-/&amp;amp;#39;&lt;br /&gt;+ label +&lt;br /&gt;&amp;amp;#39;?alt=json-in-script&amp;amp;amp;callback=listEntries10&amp;amp;#39;);&lt;br /&gt;script.setAttribute(&amp;amp;#39;type&amp;amp;#39;, &amp;amp;#39;text/javascript&amp;amp;#39;);&lt;br /&gt;document.documentElement.firstChild.appendChild(script);&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;var labelArray = new Array();&lt;br /&gt;var numLabel = 0;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:loop values='data:posts' var='post'&amp;gt;&lt;br /&gt;&amp;lt;b:loop values='data:post.labels' var='label'&amp;gt;&lt;br /&gt;textLabel = &amp;amp;quot;&amp;lt;data:label.name/&amp;gt;&amp;amp;quot;;&lt;br /&gt;&lt;br /&gt;var test = 0;&lt;br /&gt;for (var i = 0; i &amp;amp;lt; labelArray.length; i++)&lt;br /&gt;if (labelArray[i] == textLabel) test = 1;&lt;br /&gt;if (test == 0) {&lt;br /&gt;labelArray.push(textLabel);&lt;br /&gt;var maxLabels = (labelArray.length &amp;amp;lt;= maxNumberOfLabels) ?&lt;br /&gt;labelArray.length : maxNumberOfLabels;&lt;br /&gt;if (numLabel &amp;amp;lt; maxLabels) {&lt;br /&gt;search10(homeUrl3, textLabel);&lt;br /&gt;numLabel++;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&amp;lt;/b:loop&amp;gt;&lt;br /&gt;&amp;lt;/b:loop&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;then paste exactly under code &lt;code&gt;&lt;span style="color:red;"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;6. May be there are 2 codes &lt;code&gt;&lt;span style="color:red;"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;/code&gt; if you use &lt;b&gt;"Readmore... "&lt;/b&gt;. Therefore, paste the code exactly under the first &lt;code&gt;&lt;span style="color:red;"&gt;&amp;lt;data:post.body/&amp;gt;&lt;/span&gt;&lt;/code&gt;.&lt;br /&gt;7. Then save your template and now you're done. Now you will have related posts widget of my style.&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/8890863917358250024-6111089326244523070?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/6111089326244523070/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/how-to-create-related-posts-by.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/6111089326244523070?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/6111089326244523070?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/how-to-create-related-posts-by.html" title="How to Create Related Posts by Categories" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>4</thr:total></entry><entry gd:etag="W/&quot;CEEBSXc7fSp7ImA9WxVWFEs.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-5197205553711754738</id><published>2009-02-23T23:38:00.001-08:00</published><updated>2009-02-24T00:04:18.905-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-24T00:04:18.905-08:00</app:edited><title>Elegance Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/elegance.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/elegance.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Gobala Krishnan&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 25th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Simple%20Red%20Theme" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theelegance.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&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/8890863917358250024-5197205553711754738?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/5197205553711754738/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/elegance-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/5197205553711754738?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/5197205553711754738?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/elegance-theme.html" title="Elegance Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEECQH88fSp7ImA9WxVWFEs.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-454092407816746992</id><published>2009-02-23T23:38:00.000-08:00</published><updated>2009-02-24T00:04:21.175-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-24T00:04:21.175-08:00</app:edited><title>Boat Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/04/boat-on-beach.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/04/boat-on-beach.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Gobala Krishnan&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 25th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Simple%20Red%20Theme" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theboat-on-beach-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Here’s a nice calm theme targeted for those looking for an ocean or beach WordPress theme. It features a small boat on the beach with the ocean and sun setting in the background. It’s got two columns and could be used for a vacation blog, beach house blog, or any other variation you can think of.&lt;br /&gt;&lt;br /&gt;2 columns, Left sidebar, Blue, Yellow, Black, White colors&lt;br /&gt;Working on: IE7, IE6, FireFox 2, Opera, Safari&lt;br /&gt;Compatible with the latest WordPress version (Ver.2.5+)&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/8890863917358250024-454092407816746992?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/454092407816746992/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/boat-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/454092407816746992?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/454092407816746992?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/boat-theme.html" title="Boat Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ck4HRHoyeip7ImA9WxVWFEs.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-1106056227356941919</id><published>2009-02-23T23:31:00.000-08:00</published><updated>2009-02-23T23:35:35.492-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T23:35:35.492-08:00</app:edited><title>iTheme Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/01/itheme.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/01/itheme.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Nick La&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Jan 20th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=iTheme" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theitheme-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;For all you Apple Mac lovers out there, here’s the WordPress theme you’ve been waiting for. The look and feel is just like that of a Mac OS so your blog can be just as familiar as your computer. Even if you don’t own a Mac, you’re still free to use this template as you please. ;-)&lt;br /&gt;&lt;br /&gt;This theme supports widgets and also has a cool drag and drop javascript feature for the sidebar. Basically anyone can arrange the sidebar on your blog for their liking! It of course only affects their view so essentially everyone can have their own sidebar order on your blog. Pretty cool feature.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;This killer theme was designed and built by Nick La from nDesign Studio . If you have any support questions please ask below or read his FAQ section.&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/8890863917358250024-1106056227356941919?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/1106056227356941919/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/itheme-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/1106056227356941919?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/1106056227356941919?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/itheme-theme.html" title="iTheme Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkQMQ3o8eCp7ImA9WxVWFEs.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-8227663042517937223</id><published>2009-02-23T23:22:00.000-08:00</published><updated>2009-02-23T23:26:22.470-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T23:26:22.470-08:00</app:edited><title>Rockstar Theme Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/03/rockstar-wp.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/03/rockstar-wp.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; John78&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 03rd, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=rockstar" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/therockstar-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Rockstar theme is for those rocking blogs. This rockstar theme will suit any cool and edgey blog that just wants a nice dark, black grunge theme design. It’s got three rockin hard columns for all the musical instruments and widgets you’d like to add.  The splatter painted header and background adds a nice touch, almost like a Guns n Roses theme.&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/8890863917358250024-8227663042517937223?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/8227663042517937223/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/rockstar-theme-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8227663042517937223?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8227663042517937223?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/rockstar-theme-theme.html" title="Rockstar Theme Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A08FQX8yeSp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-3643054684380582430</id><published>2009-02-23T23:10:00.000-08:00</published><updated>2009-02-23T23:16:50.191-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T23:16:50.191-08:00</app:edited><title>Rainbow Garden Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/03/rainbow-garden.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/03/rainbow-garden.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; John78&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 24th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=garden" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thewp-rainbow-garden.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;This nature garden theme is beautiful and perfect for any blog. It’s got colorful flowers draping down the header on each side with shades of green in the background.&lt;br /&gt;&lt;br /&gt;3 column rainbow garden vector theme. Beautiful and elegant theme for your blog.&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/8890863917358250024-3643054684380582430?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/3643054684380582430/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/rainbow-garden-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3643054684380582430?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3643054684380582430?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/rainbow-garden-theme.html" title="Rainbow Garden Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUcMQno8eip7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-2390764975547751655</id><published>2009-02-23T22:09:00.000-08:00</published><updated>2009-02-23T22:31:23.472-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T22:31:23.472-08:00</app:edited><title>R-Black Web Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/02/r-black-web.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/02/r-black-web.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Saroyama&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Feb 20th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=R-Black%20Web" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/ther-black_web_wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Introducing a new cool black, red, and white colored WordPress theme. The header is a nice arrangement of splotches, starbursts, butterflies, and a red flower. This template also comes with a separate editable header file so you can customize it even more to your liking.&lt;br /&gt;&lt;br /&gt;It’s been tested on: IE7, IE6, FireFox 2, Opera, Safari and also compatible with the latest WordPress version (Ver.2.3.2) so you can feel comfortable that this template will work for you.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Thanks to Saroyama for submitting another nice high quality WordPress theme.&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/8890863917358250024-2390764975547751655?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/2390764975547751655/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/r-black-web-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2390764975547751655?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2390764975547751655?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/r-black-web-theme.html" title="R-Black Web Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0ECQn4yeCp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-658029317926480941</id><published>2009-02-23T22:04:00.000-08:00</published><updated>2009-02-23T22:07:43.090-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T22:07:43.090-08:00</app:edited><title>Simple Red Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/03/simple-red.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/03/simple-red.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Gobala Krishnan&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 25th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Simple%20Red%20Theme" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thewp-simple-red.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Simple Red is a great looking free WordPress theme with all the most popular features people look for today. It’s a three column beauty with the popular 125 x 125 banner ad spots located on the right side so you can make money with your blog.&lt;br /&gt;&lt;br /&gt;This is a clean, no-frills theme red Wordpress theme. Dates are displayed on the left of the post title. Other features of this theme:&lt;br /&gt;&lt;br /&gt;  1. The theme has a &lt;b&gt;dedicated ad space&lt;/b&gt; which fits 3 125×125 banner ads vertically&lt;br /&gt;  2. The ad space will not be overwritten if you use widgets, but you can edit the ads in &lt;b&gt;ads.php&lt;/b&gt; file&lt;br /&gt;  3. Comes with built-in support for &lt;b&gt;Feedburner email subscription&lt;/b&gt;; just change the value “easywordpress” to your Feedburner ID in &lt;b&gt;header.php&lt;/b&gt;&lt;br /&gt;  4. Built-in support for the Related Posts plugin and compatible with all known and tested Wordpress plugins&lt;br /&gt;  5. Fully widget-ready, 3-column theme for Wordpress 2.3 and above&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Thanks to Easy WordPress for creating a great theme!&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/8890863917358250024-658029317926480941?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/658029317926480941/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/simple-red-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/658029317926480941?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/658029317926480941?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/simple-red-theme.html" title="Simple Red Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkUFQ3s-eyp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-230516715862013333</id><published>2009-02-23T22:02:00.000-08:00</published><updated>2009-02-23T22:50:12.553-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T22:50:12.553-08:00</app:edited><title>WP Premium Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/wp-premium.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/wp-premium.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; R Bavesh&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 20th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=WP%20Premium" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theWP_Premium.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;The theme is bundled with all three colors. To change complete color scheme, all you need to do is, open the style.css and change the color style name to your favorite one. More instructions are in readme.txt file in the theme folder. As per suggestion of one of the user, WP Premium contains separate css for layout and color. That means if you only wish to change colors, you donâ??t have to mess with the other css styling.&lt;br /&gt;&lt;br /&gt;The best way to know all the features is to grab the theme and look at it yourself. Hereâ??s the list of few of them..&lt;br /&gt;&lt;br /&gt;   * Comes bundled with 3 color-scheme options&lt;br /&gt;   * Separate css for layout and color. So, If you only wish to change colors, you donâ??t have to mess with the other css styling.&lt;br /&gt;   * Multiple Search option with Tabber Functionality&lt;br /&gt;   * RSS e-mail subscription form&lt;br /&gt;   * 2 and 3 Column sidebar&lt;br /&gt;   * Three 100X100 pixel ad blocks in sidebar.&lt;br /&gt;   * Easy Editable, Light weight, Strategic Code&lt;br /&gt;   * SEO Optimized&lt;br /&gt;   * W3C Valid&lt;br /&gt;   * Table Less Coded&lt;br /&gt;   * Optimized XHTML code&lt;br /&gt;   * Short Hand CSS&lt;br /&gt;   * Itâ??s Premium and Itâ??s free!&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/8890863917358250024-230516715862013333?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/230516715862013333/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/wp-premium-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/230516715862013333?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/230516715862013333?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/wp-premium-theme.html" title="WP Premium Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DkADQXgycSp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-8256362602677346437</id><published>2009-02-23T21:48:00.000-08:00</published><updated>2009-02-23T21:52:50.699-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T21:52:50.699-08:00</app:edited><title>CSS Gallery Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/03/css-gallery.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/03/css-gallery.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Shabu Anower&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 22nd, 2008&lt;br /&gt;&lt;a href="http://www.bestcssgallery.com/" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thewp-css-gallery.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Being a blog template designer and trying to showcase your work can be tough. You need to make sure you properly display your hard work in a digestible format so others can easily browse and download your goodies.&lt;br /&gt;&lt;br /&gt;This nice and clean WordPress theme is called CSS Gallery and is perfect for website owners who are looking for a way to showcase web templates. If you’re a designer, distributor, or just want a fancy yet simple WordPress theme then you should download and use this template.&lt;br /&gt;&lt;br /&gt;Once you download the theme it takes a little bit of configuring to get it working properly. Remember, this isn’t your ordinary theme and you’ll need to take screenshots of your website or blog themes in the correct size dimension before you can get it looking like the demo. It uses custom fields as well so make sure you’ve got a decent understanding about how WordPress uses them.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;It comes with built in tagging, Google ads and a sidebar block with 125 x 125 banner ads. The theme is valid XHTML 1.0 transitional and valid CSS.&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/8890863917358250024-8256362602677346437?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/8256362602677346437/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/css-gallery-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8256362602677346437?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8256362602677346437?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/css-gallery-theme.html" title="CSS Gallery Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Dk4HRH0-fyp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-3257480601923118037</id><published>2009-02-23T21:44:00.000-08:00</published><updated>2009-02-23T21:55:35.357-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T21:55:35.357-08:00</app:edited><title>TechBlog Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/tech-blog.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/tech-blog.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Vante Doy&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 27th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=TechBlog" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theTechBlog.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;This is a technology themed WordPress theme with several spots for advertising blocks. It’s a futuristic greenish and bluish style and in this screenshot, it’s being used as a camera review site.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;Note: If you want to use this theme, the link and sponsored link must remain intact which was added by the author.&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/8890863917358250024-3257480601923118037?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/3257480601923118037/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/techblog-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3257480601923118037?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3257480601923118037?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/techblog-theme.html" title="TechBlog Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CU4MQnszfCp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-2235593150838564661</id><published>2009-02-23T21:28:00.000-08:00</published><updated>2009-02-23T21:39:43.584-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T21:39:43.584-08:00</app:edited><title>Charred Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/04/charred-wp.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/04/charred-wp.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; WP Elements&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Apr 18th, 2008&lt;br /&gt;&lt;a href="http://www.wpelements.com/demos/charred/" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thecharred-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;This theme is hot off the press and a really cool black 2-column beauty. Charred is the latest edition to Jason’s WP Elements theme collection and I really like it.&lt;br /&gt;&lt;br /&gt;The Charred WordPress theme features post thumbnails which means you’ll have to use WordPress custom Fields when writing a post. If you’ve never used a custom field before it’s pretty easy to learn.&lt;br /&gt;&lt;br /&gt;So here’s how it works. When writing a new post you’ll first have to create a 140 x 140 thumbnail image that you want to use for your post. After it’s ready upload it, and then create a new custom field called “thumbnail”.&lt;br /&gt;&lt;br /&gt;Here’s a screen shot the theme designer provided:&lt;br /&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/04/customfield-thumbnail.png" /&gt;&lt;br /&gt;You’ll only need to enter the word “thumbnail” into the “Key” field the first time. For each new post after that, it will automatically appear in the drop down box so just select it. The upload your new image, get the image url, and then paste it into the “Value” field. Don’t forget to click the “Update” action button each time.&lt;br /&gt;&lt;br /&gt;If you want to check out the original post from the author, you can find it here. He includes a couple other custom features like how to change the header logo, etc.&lt;br /&gt;&lt;br /&gt;Overall this is a great new modern WordPress theme and if you’re looking for a new skin for your site with the ability to add images to each post, this is the one for you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8890863917358250024-2235593150838564661?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/2235593150838564661/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/charred-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2235593150838564661?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2235593150838564661?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/charred-theme.html" title="Charred Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkEBRX0_fCp7ImA9WxVWFEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-3437157077486123623</id><published>2009-02-23T20:36:00.000-08:00</published><updated>2009-02-23T20:44:14.344-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T20:44:14.344-08:00</app:edited><title>Ads Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/ads-theme.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/ads-theme.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Eric&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 26th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Ads%20Theme" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theAdsTheme.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Ads Theme is a 2 or 3 column, widget ready ads style theme that allows you to place your ads any position within the theme, it is totally free for download. Blog theme with ads placement is a must nowadays due to the growing of advertising websites be like bamboo shoots after a spring rain. For example, Ads theme allows you to place google adsense, text-link ads, banner affiliates, banner advertising and so on.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Plugin Required for Ads Theme&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Please download the following plug-ins, upload to /plugin folder and active them. (You also can find these plug-ins in AdsTheme.zip file. In case there is a new update of these plug-ins, please go to their official websites)&lt;br /&gt;&lt;br /&gt;1. &lt;a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" target="_blank"&gt;Get Recent Comments&lt;/a&gt;&lt;br /&gt;2. &lt;a href="http://alexking.org/projects/wordpress" target="_blank"&gt;Popularity Contests&lt;/a&gt;&lt;br /&gt;3. &lt;a href="http://mtdewvirus.com/code/wordpress-plugins/" target="_blank"&gt;Recent Comments&lt;/a&gt;&lt;br /&gt;4. &lt;a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/" target="_blank"&gt;Show Top Commentators&lt;/a&gt;&lt;br /&gt;5. &lt;a href="http://justinblanton.com/projects/smartarchives/" target="_blank"&gt;Smart Archives&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;1. Unzip the zip file and copy the “adstheme” directory into your wp-content/themes directory&lt;br /&gt;2. Activate the theme through your Wordpress Administration panel&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Disclosure&lt;/b&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;The footer includes a link back to my blog. It is a credit link and I would prefer that you keep it in tact, but if you would like to remove it, go straight ahead.&lt;br /&gt;Hope you enjoy the theme!&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/8890863917358250024-3437157077486123623?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/3437157077486123623/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/ads-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3437157077486123623?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3437157077486123623?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/ads-theme.html" title="Ads Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A08DQXcycSp7ImA9WxVWFEk.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-959714136536160911</id><published>2009-02-23T20:25:00.000-08:00</published><updated>2009-02-23T20:31:10.999-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T20:31:10.999-08:00</app:edited><title>Timeline Digest Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/04/timeline-digest.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/04/timeline-digest.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Richie K&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Apr 21th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Timeline%20Digest" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thetimeline-digest-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Here’s another great theme from Dezzain.com which is a great money maker WordPress theme. Timeline Digest has several ad spots including the popular 125 x 125 sized banners in the sidebar. It’s a great way to sell ads on your site to bring in some extra money each month. You can also just place your own affiliate ads there as well. The version included in this download has 6 affiliate placeholders which are perfect for WordPress bloggers.&lt;br /&gt;&lt;br /&gt;If you don’t like the placeholder ads, you can of course replace them with whatever ads you like.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features Include&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;   * 3 column theme with separate top sidebar block and bottom sidebar with split 2 widget sidebars&lt;br /&gt;   * Theme Option to control your font style, featured category and front page post control (full content or excerpt content)&lt;br /&gt;   * 6-8 ad space for 125 x 125 banner advertisement to generate aside income from your advertising&lt;br /&gt;   * top header 728×90 skyscraper banner *optional - you can replace it with google AdSense&lt;br /&gt;   * 300×250 ad banner compatible in sidebar&lt;br /&gt;   * Bottom left post content to featured 2 parent category from your archive&lt;br /&gt;   * Sidebar featured category with custom field and auto excerpt&lt;br /&gt;   * Custom Category Page With Inline Left Custom Image&lt;br /&gt;   * Archives page and sitemap page included&lt;br /&gt;&lt;br /&gt;Thanks again to Richie K over at Dezzian.com for another great WordPress theme!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8890863917358250024-959714136536160911?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/959714136536160911/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/timeline-digest-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/959714136536160911?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/959714136536160911?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/timeline-digest-theme.html" title="Timeline Digest Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0QNSHcyfyp7ImA9WxVWFEk.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-8554767959724994386</id><published>2009-02-23T20:14:00.000-08:00</published><updated>2009-02-23T20:23:19.997-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T20:23:19.997-08:00</app:edited><title>WP-Polaroid Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/polaroid.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/polaroid.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Adii&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 19th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=WP-Polaroid" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thewp-polaroid.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;This design has proved to be really popular in the WordPress community and rightfully so. It’s got a very cool three column layout with many tabs and built in features like Flickr and a photo randomizer so you can have a different picture load each time your page refreshes.&lt;br /&gt;&lt;br /&gt;The theme is suitably labelled WP-Polaroid and now you too can have some Adii style on your blog!&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;This template is also now available for you Blogger users out there. &lt;a href="http://ask-adsense.blogspot.com/2009/02/most-download-blogger-templates.html"&gt;Download WP-Polaroid for Blogger&lt;/a&gt; now.&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/8890863917358250024-8554767959724994386?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/8554767959724994386/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/wp-polaroid-theme.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8554767959724994386?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8554767959724994386?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/wp-polaroid-theme.html" title="WP-Polaroid Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;AkIGRX49fCp7ImA9WxVWFEk.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-5545258016749069912</id><published>2009-02-23T19:49:00.000-08:00</published><updated>2009-02-23T20:08:44.064-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-23T20:08:44.064-08:00</app:edited><title>Mimbo Magazine-Style Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/03/mimbo-magazine.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/03/mimbo-magazine.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Darren Hoyt&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Mar 18th, 2008&lt;br /&gt;&lt;a href="http://www.darrenhoyt.com/demo/mimbo2/" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/themimbo2.2-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Mimbo is a fresh new magazine-style Wordpress theme that will really put a luster on your blog. It’s a free theme with all the ingredients to make it a success. If you’re not already aware, magazine-styled blog templates are the latest fashion and are popping up all over the place.&lt;br /&gt;&lt;br /&gt;Most of the high-quality ones like Adii’s Premium News Theme and the Revolution Magazine Theme charge you to download their premium WordPress themes and for good reason. They are really great quality and worth it if it’s in your budget. If cash is on the low side and you’d rather go the free route then Mimbo is one of the top free magazine-style themes I’ve seen out there.&lt;br /&gt;&lt;br /&gt;You can check out a &lt;a href="http://www.darrenhoyt.com/demo/mimbo2/" target="_blank"&gt;live working demo of Mimbo&lt;/a&gt; and let us know what you think.&lt;br /&gt;&lt;span class='fullpost'&gt;&lt;br /&gt;Keep in mind that most magazine themes like this take some extra care and effort to setup. The author has put together an article on how to set everything up. I advise you to take a look at it before asking either eBlog Templates or the author for help.&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/8890863917358250024-5545258016749069912?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/5545258016749069912/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/mimbo-magazine-style-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/5545258016749069912?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/5545258016749069912?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/mimbo-magazine-style-theme.html" title="Mimbo Magazine-Style Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEAHSHg_fyp7ImA9WxVWEUw.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-3834762338353535439</id><published>2009-02-19T23:35:00.000-08:00</published><updated>2009-02-19T23:58:59.647-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T23:58:59.647-08:00</app:edited><title>Premium Blogger Template</title><content type="html">&lt;center&gt;&lt;i&gt;&lt;span style="color: rgb(169, 27, 51);"&gt;Click Image to Zoom&lt;/span&gt;&lt;/i&gt;&lt;/center&gt;&lt;table width="100%" bgcolor="white" border="1" bordercolor="#fefefe" cellpadding="8" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Revolution Lifestyle Premium Blogger Template&lt;/b&gt;&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/12/church-revolution-blogger-large.gif"&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2008/12/church-revolution-blogger-large.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Jan 1st, 2009&lt;br /&gt;&lt;a href="http://revolution-church.blogspot.com/" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;br /&gt;&lt;a href="https://www.e-junkie.com/ecom/gb.php?ii=191109&amp;amp;c=ib&amp;amp;aff=50605" target="ejejcsingle"&gt;Click here to view more details&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;Revolution Lifestyle Premium Blogger Template&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2009/01/revolution-lifestyle-blogger-large.jpg"&gt;&lt;img src="http://www.eblogtemplates.com/wp-content/uploads/2009/01/revolution-lifestyle-blogger-large.jpg" heigth="300" width="400" /&gt;&lt;br /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Jan 2nd, 2009&lt;br /&gt;&lt;a href="http://revolution-lifestyle.blogspot.com/" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;br /&gt;&lt;a href="https://www.e-junkie.com/ecom/gb.php?ii=192052&amp;amp;c=ib&amp;amp;aff=50605" target="ejejcsingle"&gt;Click here to view more details&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8890863917358250024-3834762338353535439?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/3834762338353535439/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/premium-blogger-template.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3834762338353535439?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/3834762338353535439?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/premium-blogger-template.html" title="Premium Blogger Template" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ak8ARXs4eyp7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-2151397756867968688</id><published>2009-02-19T07:50:00.001-08:00</published><updated>2009-02-19T07:54:04.533-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:54:04.533-08:00</app:edited><title>Floating Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2008/04/floating.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2008/04/floating.jpg" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Reality Software&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Apr 7th, 2008&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Floating" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thefloating-wp.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Simple yet professional looking theme made with maroon and silver colors. It’s got a right aligned sidebar with room to add any widget you like. The theme is fluid width, so it fits any screen resolution. Perfect for any type of WordPress blog site.&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/8890863917358250024-2151397756867968688?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/2151397756867968688/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/floating-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2151397756867968688?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2151397756867968688?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/floating-theme.html" title="Floating Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;Ak8HSXkyeSp7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-2157315029555825691</id><published>2009-02-19T07:50:00.000-08:00</published><updated>2009-02-19T07:53:58.791-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:53:58.791-08:00</app:edited><title>Refreshing Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/refreshing.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/refreshing.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Unknown&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 19th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Refreshing" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/therefreshing.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&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/8890863917358250024-2157315029555825691?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/2157315029555825691/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/refreshing-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2157315029555825691?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/2157315029555825691?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/refreshing-theme.html" title="Refreshing Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkEERH07eCp7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-6151373909254243290</id><published>2009-02-19T07:44:00.000-08:00</published><updated>2009-02-19T07:50:05.300-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:50:05.300-08:00</app:edited><title>Black and White Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/black-white.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/black-white.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Jai Verma&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 29th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Black%20And%20White" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theblacknwhite.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;No, not the Michael Jackson song silly. This is Black and White — a 3 columns WordPress theme. Simple, clean and easy for you to modify. Suitable for any blog content such as a review blog, make money blog, personal blog, photo blog and more. Black and White theme based on my current theme right now. This is a basic 3 columns theme. Any opinions, suggestions, critics and questions feel free to land your word in my comment box.&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/8890863917358250024-6151373909254243290?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/6151373909254243290/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/black-and-white-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/6151373909254243290?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/6151373909254243290?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/black-and-white-theme.html" title="Black and White Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkIARHc8fyp7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-1198713500382924964</id><published>2009-02-19T07:41:00.000-08:00</published><updated>2009-02-19T07:49:05.977-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:49:05.977-08:00</app:edited><title>Greed Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/greed.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/greed.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Small Potato&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 8th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Greed" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thegreed.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Greed is a three-column to five-column hybrid Wordpress theme with ten widget-ready sidebars. Released under GPL, it’s the first released theme of the Seven Deadly Sins theme series. Small Potato is the talented author/designer of this series and also provides a ton of useful how-to’s on his blog. I’ve personally used several of his themes and continue to visit his blog frequently for the latest tips &amp;amp; tricks.&lt;br /&gt;&lt;br /&gt;This theme has a link, linking back to Wpdesigner.com in the footer.php file. You’re allowed to remove it. But if you like, keep it to credit me for creating this theme.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Features&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;  * Compatible with WordPress 2.0, 2.1, and 2.2 series.&lt;br /&gt;  * Fixed-fluid width&lt;br /&gt;  * Easy to rotate main column and sidebars. &lt;a href="http://www.wpdesigner.com/wp-content/files/2007/05/greed-r2.jpg" target="_blank"&gt;Double right sidebars example&lt;/a&gt;.&lt;br /&gt;  * Switchable banner, background color, and more through the theme options page.&lt;br /&gt;  * Able to hold an infinite number of sidebars. (10 default and 20 additionals).&lt;br /&gt;  * Compatible with / supports over two dozen plugins.&lt;br /&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/8890863917358250024-1198713500382924964?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/1198713500382924964/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/greed-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/1198713500382924964?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/1198713500382924964?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/greed-theme.html" title="Greed Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkUDRXs-fip7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-6085191012352385784</id><published>2009-02-19T07:39:00.001-08:00</published><updated>2009-02-19T07:44:34.556-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:44:34.556-08:00</app:edited><title>Green-Field Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/green-field.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/green-field.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Mukka Mu&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Nov 11th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Green-Field" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thegreen-field-10.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Green-Field is an elegant two column fluid-width WordPress theme. The header image has grass and what looks like some flowers all in shades of green. The left sidebar is shaded in two different types of grey color.&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/8890863917358250024-6085191012352385784?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/6085191012352385784/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/green-field-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/6085191012352385784?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/6085191012352385784?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/green-field-theme.html" title="Green-Field Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU4MQ3c6fyp7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-182463810157615020</id><published>2009-02-19T07:34:00.000-08:00</published><updated>2009-02-19T07:39:42.917-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:39:42.917-08:00</app:edited><title>Potrait Press Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/portrait-press.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/portrait-press.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Magnus Jason&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 19th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=PortraitPress" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theportraitpress-1.0.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;This theme was designed with the picture/portrait in the header in mind. The author wanted to give the theme a personal touch, so he made it possible to change the picture by only replacing the image with a same size image of what you wish to display. The wonders of CSS. :-)&lt;br /&gt;&lt;br /&gt;Here are some of the features:&lt;br /&gt;&lt;br /&gt;  * Clean and simple 2-column layout&lt;br /&gt;  * CSS menu at top of page&lt;br /&gt;  * Flickr stream in sidebar&lt;br /&gt;  * Ad box in sidebar&lt;br /&gt;  * Ad box below first and single posts&lt;br /&gt;  * Widget ready&lt;br /&gt;&lt;br /&gt;The blog entry for this theme can be &lt;a href="http://wordpress.jepson.no/portraitpress-wordpress-theme/" target="_blank"&gt;found here&lt;/a&gt;. If you are having any trouble or just wanna say â??Nice!â?, please leave a comment on the blog post.&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/8890863917358250024-182463810157615020?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/182463810157615020/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/potrait-press-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/182463810157615020?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/182463810157615020?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/potrait-press-theme.html" title="Potrait Press Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;AkYEQ3Y_fyp7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-4799833630080953619</id><published>2009-02-19T07:33:00.000-08:00</published><updated>2009-02-19T07:41:42.847-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:41:42.847-08:00</app:edited><title>Blue Box Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/blue-box.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/blue-box.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Jai Verma&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 29th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Blue%20Box" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/thebluebox.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Blue Box is a 2-columns and Widget-ready theme. Simple theme and suitable for any blog content. Come with splash image below the menu navigation. The splash size is a 800px width and 150px height. You can replace splash.gif with your own. PSD for logo text included in images folder. Font? yeah, i use Qlassik Font. You may download Qlassik font at &lt;a href="http://www.dafont.com/qlassik.font" target="_blank"&gt;Dafont.com&lt;/a&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/8890863917358250024-4799833630080953619?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/4799833630080953619/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/blue-box-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/4799833630080953619?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/4799833630080953619?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/blue-box-theme.html" title="Blue Box Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUICRX4_fip7ImA9WxVWEEg.&quot;"><id>tag:blogger.com,1999:blog-8890863917358250024.post-8375153079545553647</id><published>2009-02-19T07:28:00.000-08:00</published><updated>2009-02-19T07:32:44.046-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-02-19T07:32:44.046-08:00</app:edited><title>Skittlist Theme</title><content type="html">&lt;a href="http://www.eblogtemplates.com/wp-content/uploads/2007/12/skittlish.gif"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" 0="" src="http://www.eblogtemplates.com/wp-content/uploads/2007/12/skittlish.gif" heigth="300" width="400" /&gt;&lt;/a&gt;&lt;b&gt;Blogger Template Info&lt;/b&gt;&lt;br /&gt;&lt;b&gt;Author:&lt;/b&gt; Cristi Balan&lt;br /&gt;&lt;b&gt;Added:&lt;/b&gt;Dec 20th, 2007&lt;br /&gt;&lt;a href="http://www.eblogtemplates.com/demo/index.php?wptheme=Skittlish" target="_blank"&gt;Live Demo&lt;/a&gt;&lt;a href="http://pranaja.googlepages.com/theSkittlish-Theme_1.06_widgets.zip" target="_blank"&gt;&lt;img src="http://pranaja.googlepages.com/DownloadButton.jpg" alt="download button" width="130" border="0" height="32" /&gt;&lt;/a&gt;Skittlish is a fun, candy colored theme with seven color options. In addition, it has options for fluid or fixed widths. It is hatom supported and I put in some styling for an OpenID login form. It also supports the following plugins (included in the download). Make sure to check for the latest updates for these plugins.&lt;br /&gt;&lt;br /&gt;   * Ultimate Tag Warrior&lt;br /&gt;   * Similar Posts&lt;br /&gt;   * Live Comment Preview&lt;br /&gt;   * Gravatars&lt;br /&gt;   * Get Recent Comments&lt;br /&gt;   * OpenID plugin (included for the fun of it)&lt;br /&gt;&lt;br /&gt;The above plugins do not have to be installed but their functions are supported.&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/8890863917358250024-8375153079545553647?l=ask-adsense.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://ask-adsense.blogspot.com/feeds/8375153079545553647/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/skittlist-theme.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8375153079545553647?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8890863917358250024/posts/default/8375153079545553647?v=2" /><link rel="alternate" type="text/html" href="http://ask-adsense.blogspot.com/2009/02/skittlist-theme.html" title="Skittlist Theme" /><author><name>prAnAjA</name><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry></feed>

