<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>visnum &#187; Theme</title>
	<atom:link href="http://visnum.com/category/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://visnum.com</link>
	<description>The world badly needs an advice and that's why I am here</description>
	<lastBuildDate>Sat, 08 Nov 2008 09:52:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress&#8217; default theme and template are a complete mess</title>
		<link>http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/</link>
		<comments>http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 23:00:53 +0000</pubDate>
		<dc:creator>Osman S Borutecene</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Criticism]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Sidebar Widgets]]></category>
		<category><![CDATA[WordPress Theme]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[weird]]></category>

		<guid isPermaLink="false">http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/</guid>
		<description><![CDATA[I am very upset about this sad realization. For the last couple of days, I was working on the design &#038; development of a new blog. I will not name it now, it is still full of test posts and therefore it would be really meaningless to link to it right now. Anyway, I had [...]]]></description>
			<content:encoded><![CDATA[<p>I am very upset about this sad realization. For the last couple of days, I was working on the design &#038; development of a new blog. I will not name it now, it is still full of test posts and therefore it would be really meaningless to link to it right now. Anyway, I had a couple of options. To look for a nice wp-theme and fiddle it, to play with the default or classic themes and create a new look and functionality out of them or, finally, write one from scratch. The last option is the wisest option however it has been nearly 1 year that I haven&#8217;t been interested in any piece of wordpress code. So, I was also not familiar with versions newer than 2.0.x. Therefore I first opted for the second solution and started tweaking the default theme.</p>
<p>The default wordpress theme is a great failure. It is of course very famous because it is the default wordpress theme. First off all, it is not standards compliant. Especially the order and usage of CSS selectors are catastrophic. I will only name one for now. There is this header part, then there is this blog name section which correctly marked as h1. But then there is this description section marked as a div. This is the most common failure among amateur &#8220;web masters&#8221; who are just introduced to web standards. The description section should have been coded as a p class=&#8221;description&#8221; or p id=&#8221;description&#8221;. There is no need for a div. This is a big error but this is maybe the smallest semantic error in the whole wordpress default theme.</p>
<p>The CSS file is exactly a turmoil. There are many classes identified more than once and that makes it very confusing to work with them. The use of ems are a complete failure. So much that when you change an h2&#8217;s em value, it shows up in different sizes gradually. No, of course I am talking about the same class of h2! It is in the commentlist section. Go see it for yourself. Change the em value there, for instance change the em of h2 from 1.2em into 1.6em, it ends up showing growing sizes as comments continue.</p>
<p>And no, I am not using Internet Explorer. I am testing everything on Firefox 3, Internet Explorer 7, Konqueror (Safari), Internet Explorer 6, respectively. I can&#8217;t waste my time to tell all the errors in this default themes CSS file. I want to go into some other catastrophe that the web suffers because of those default and classic wordpress themes.</p>
<p>Many advanced wordpress themes are built by tweaking the default one or the classic one. And that&#8217;s a good thing, because once they put those two templates into wordpress core and ship them together, there is no reason as not to be sure about they are the right thing to go from. However, unless you strip all the CSS at once and start writing CSS from scratch by using selectors and classes from the template source, it is impossible to produce a coherent design. It&#8217;s awful. Look at the CSS file of the theme &#8220;White as Milk&#8221;. The <a href="http://azeemazeez.com/blogs/white-as-milk/">author</a> clearly state it in the CSS file as a comment:</p>
<blockquote><p>THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT &#8220;KUBRICK&#8221; THEME.</p>
<p>THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD</p>
<p>BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP</p>
<p>IT CONSISTENT.</p></blockquote>
<p>As a matter of fact, since almost all themes are derived from the classic or default layouts, it is almost impossible to change and tweak them for the majority. It&#8217;s not sufficient to know CSS, you have to master it to a degree where you can find some other people&#8217;s errors in it and fix them.</p>
<p>The classic template is not as faulty as the default template but it is also very deceiving. For instance, it doesn&#8217;t have a real footer where stands below all the content and sidebar. Instead, the footer stands just under the content. It is not compatible with the widget functionality of a standard wordpress installation. Even not with the latest version shipped!</p>
<p>Briefly, this is a shame. Many wordpress users just think that they don&#8217;t know enough CSS. They are wrong. CSS is in fact quite easy but it depends on good mark-up on the template side, and clearly written CSS files. The beauty of CSS and web standards is in their usability, easiness, practicality.</p>
<p>I don&#8217;t think that those faulty history of the default and classic templates of wordpress is going to end here. They couldn&#8217;t fix it for years right now. It looks like they are even not aware of what is wrong. The turmoil still continues with K2.</p>
<p>I had to heavily tweak the default template files on a very detailed level. This was meaningless. This can be a whole lot better.</p>
<p>I hope somebody pays attention to work on a such important issue.
</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://visnum.com/shonfonfe/" rel="bookmark" title="December 7, 2006">Shonfonfe, A New WordPress Theme</a></li>
<li><a href="http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/" rel="bookmark" title="September 14, 2008">How to transfer a single post or selected posts from one blog to another?</a></li>
<li><a href="http://visnum.com/turkey-is-in-a-race-with-china-on-censoring-the-net/" rel="bookmark" title="May 14, 2008">Turkey is in a race with China on Censoring the net</a></li>
<li><a href="http://visnum.com/wordpress-features-shadowed-by-blog-usage/" rel="bookmark" title="December 23, 2006">WordPress Features Shadowed by Blog Usage</a></li>
<li><a href="http://visnum.com/optimizing-your-wordpress-installation-for-cloud-computing/" rel="bookmark" title="September 21, 2008">Optimizing your WordPress installation for cloud computing</a></li>
</ul>
<p><!-- Similar Posts took 5.979 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>If content is king, vertical content is god</title>
		<link>http://visnum.com/if-content-is-king-vertical-content-is-god/</link>
		<comments>http://visnum.com/if-content-is-king-vertical-content-is-god/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 19:13:20 +0000</pubDate>
		<dc:creator>Osman S Borutecene</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Problogging]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[google adsense]]></category>
		<category><![CDATA[pay per click]]></category>
		<category><![CDATA[related ads]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://visnum.com/if-content-is-king-vertical-content-is-god/</guid>
		<description><![CDATA[It&#8217;s obvious that good content always brings visitors in. More important than good content is good and vertical content which means putting emphasize on a single topic.
If you look at blogs in the Technorati top 100, you will find out that almost all of them are vertical in the sense of topic they are publishing [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s obvious that good content always brings visitors in. More important than good content is good and vertical content which means putting emphasize on a single topic.</p>
<p>If you look at blogs in the Technorati top 100, you will find out that almost all of them are vertical in the sense of topic they are publishing posts about.</p>
<p>What are the reasons that vertical content is profitable than mixed good content? Well, primary reason is search engine optimization and the leads that search engines create.</p>
<p>When you look at websites or other resources that claim to provide high profit keywords, they often look like meaningless. They are usually not meaningful. If there is one keyword, of course there is nothing to talk about meaning. One word is meaningful, naturally. I am talking about phrases. There are phrases that sounds silly for the first look. However, they are not phrases for everyday life. They are simply search terms that users put in the search box.</p>
<p>At this moment, remember on some searches we made on the net brings results like one or two words are in a sentence and the third word we are looking for is in another sentence or another paragraph or sometimes even on another post or article at the same page.</p>
<p>Now this is where the vertical content plays a role. Since sincerely writing on a topic and nıt trying to stuffing keywords in your writings would result poor search engine results, search engines try to collect data not only in terms of a single post or article or a block on your web page. Instead, they try to understand your topic on a variety of measures.</p>
<p>So, when you feel very competent on a subject, then what you have to do is to write different aspects on that subject in a single web site. </p>
<p>You can choose the catch-all way and put a variety of subjects in one blog or website, but then search engines either put you in a wrong category in terms of a topic or they would not get your subject at all. This is also why blogs concentrated on a certain subject always have better search results. This is because of the structure of a blog. On any front or archive page in a blog, there are 10 posts on average. If they are almost on same subject then it is very easy for a search engine robot to identify and connotate your blog with that subject.</p>
<p>This is of course also very important when it comes to related text advertising. On any given day, if you have at least tens of posts in your blog on a certain subject and you suddenly post something entirely different or something very short, ads sontinue to display in the context of your subject in general.</p>
<p>As a conclusion, if you blog for fun then you don&#8217;t need to stick with a certain topic. If you are blogging for the purpose of making money out of text advertising then you should pay attention to create vertical content. You&#8217;ll be more profitable that way.
</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://visnum.com/what-to-expect-from-contextual-advertising-and-how-to-go-about-it/" rel="bookmark" title="August 18, 2008">What to expect from contextual advertising and how to go about it?</a></li>
<li><a href="http://visnum.com/annoying-technorati-search-results/" rel="bookmark" title="December 9, 2006">Annoying Technorati Search Results</a></li>
<li><a href="http://visnum.com/got-blog/" rel="bookmark" title="December 9, 2006">Got Blog?</a></li>
<li><a href="http://visnum.com/top-things-you-should-know-about-selecting-a-blog-topic/" rel="bookmark" title="August 3, 2008">Top things you should know about selecting a blog topic</a></li>
<li><a href="http://visnum.com/a-fast-way-to-increase-advertising-revenue-for-your-blog/" rel="bookmark" title="August 21, 2008">A fast way to increase advertising revenue for your blog</a></li>
</ul>
<p><!-- Similar Posts took 11.626 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/if-content-is-king-vertical-content-is-god/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Semantic Markup Is More Important Than Tableless Design</title>
		<link>http://visnum.com/semantic-markup-is-more-important-than-tableless-design/</link>
		<comments>http://visnum.com/semantic-markup-is-more-important-than-tableless-design/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 09:33:50 +0000</pubDate>
		<dc:creator>Osman S Borutecene</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://visnum.com/semantic-markup-is-more-important-than-tableless-design/</guid>
		<description><![CDATA[I appreciate tableless design and I am an eager advocate of a semantic web, divs instead of tables, content that form the shape, all the bells and whistles and the better accessibility it brings.
Unfortunately, there are still problems with tableless design. For instance, there is this firefox bug about two divs nested in one. Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>I appreciate tableless design and I am an eager advocate of a semantic web, divs instead of tables, content that form the shape, all the bells and whistles and the better accessibility it brings.</p>
<p>Unfortunately, there are still problems with tableless design. For instance, there is this firefox bug about two divs nested in one. Firefox does not recognize the width of the first div when you nest two divs inside a container div. More important than that, Internet Explorer still cannot handle divs properly.</p>
<p>Of course there are always workarounds to those problems. You can create tableless cross-browser design via css hacks, conditional internet explorer html interpretations, etc.</p>
<p>However, when it comes to everyday designer with deadlines and less time for the learning-curve of tableless design and css hacking, design without tables can become a nightmare just because of cross-browser compatibility issues.</p>
<p>The optimum solution to this might be using tables less than before and creating a design where tables are just used for main positioning. This can eliminate the time and effort until each and every designer have her/his time to develop skills enough to cover tableless cross-browser compatible design, or until Internet Explorer dies, or until each and every browser agrees upon a certain CSS specification especially on positioning of elements.</p>
<p>Good news is tableless design is not necessary for a valid XHTML design and making use of semantic markup. More important than tableless design is the semantic markup and the use of proper (x)html elements when organizing the data, the content that the page should serve to visitors.</p>
<p>You can still make use of h1, h2, h&#8230; header tags, li, ol, ul, dd, dt, dl, etc., tags that tells search engine robots what your page is about and how it can be indexed properly.</p>
<p>Tableless design is still necessary and should be a standard when we talk about a more accessible web. Making use of tables for positioning is not a good practice, I am not here to tell you that there is no harm in using tables. I just want to tell you that you can still create valid (x)html and semantic markup and be more accessible than the past, until you learn about CSS hacks and a cross-browser compatible tableless design.</p>
<p>Don&#8217;t give up on accessibility, valid and semantic markup just because you are not ready to do tableless design. Try to take your time and make progress in this transitional period. This is why we call certain DTD (Document Type Declaration) as transitional.
</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://visnum.com/using-blogspot-for-pro-blogging/" rel="bookmark" title="August 24, 2008">Using Blogspot for pro-blogging</a></li>
<li><a href="http://visnum.com/youtube-censorship-in-turkey-doesnt-end-for-months-now/" rel="bookmark" title="July 10, 2008">Youtube censorship in Turkey doesn&#8217;t end for months now</a></li>
<li><a href="http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/" rel="bookmark" title="September 3, 2008">Wordpress&#8217; default theme and template are a complete mess</a></li>
<li><a href="http://visnum.com/weird-criticisms-over-web-20/" rel="bookmark" title="December 21, 2006">Weird Criticisms Over Web 2.0</a></li>
<li><a href="http://visnum.com/why-not-a-more-universal-binary/" rel="bookmark" title="March 21, 2007">Why Not A More Universal Binary?</a></li>
</ul>
<p><!-- Similar Posts took 5.283 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/semantic-markup-is-more-important-than-tableless-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Features Shadowed by Blog Usage</title>
		<link>http://visnum.com/wordpress-features-shadowed-by-blog-usage/</link>
		<comments>http://visnum.com/wordpress-features-shadowed-by-blog-usage/#comments</comments>
		<pubDate>Sat, 23 Dec 2006 15:45:29 +0000</pubDate>
		<dc:creator>Osman S Borutecene</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Social]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Theme]]></category>

		<guid isPermaLink="false">http://visnum.com/wordpress-features-shadowed-by-blog-usage/</guid>
		<description><![CDATA[WordPress is beautiful and functional content management system. However, due to its excessive popularity among bloggers, it is mostly seen as a blogging-only tool.
WordPress has native features for a static home page in it. For instance, a WordPress installation first looks for home.php which can be used as a front page. It only loads index.php [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is beautiful and functional content management system. However, due to its excessive popularity among bloggers, it is mostly seen as a blogging-only tool.</p>
<p>WordPress has native features for a static home page in it. For instance, a WordPress installation first looks for home.php which can be used as a front page. It only loads index.php if there is no home.php specified. Let me tell you what that means in plain english: You don&#8217;t have to be stuck with themes and templates that are prepared primarily blogging in mind.  WordPress has a feature so called pages, that are apart from the blogging cycle. By using home.php, header.php, footer.php, sidebar.php (alongside with sidebar widgets or not) and several pages.php, you can easily use WordPress for your static web site content, for instance for your corporate web site or brochure-ware.</p>
<p>I won&#8217;t go into detail right now because there are tons of documentation on the web about how to prepare a home.php, how to prepare page templates for WordPress.</p>
<h5>Why should I use WordPress if I am going to have just a static web site?</h5>
<p>Because you will still benefit from hundreds of plugins developed for bloggers. Then you will also benefit from a great documentation. Furthermore, you will take the advantage of WordPress&#8217; builtin editor, management panel, etc.</p>
<h5>Why don&#8217;t you put together a tutorial for what you tell here?</h5>
<p>It&#8217;s just a matter of time. I&#8217;ll try to provide one soon.
</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://visnum.com/creating-purposeful-home-and-landing-pages/" rel="bookmark" title="January 6, 2007">Creating Purposeful Home and Landing Pages</a></li>
<li><a href="http://visnum.com/how-to-choose-a-hosting-service-for-your-blog-and-why/" rel="bookmark" title="August 13, 2008">How to choose a hosting service for your blog and why?</a></li>
<li><a href="http://visnum.com/even-the-shortest-essay-is-not-a-blog-post/" rel="bookmark" title="January 15, 2007">Even The Shortest Essay Is Not A Blog Post</a></li>
<li><a href="http://visnum.com/using-blogspot-for-pro-blogging/" rel="bookmark" title="August 24, 2008">Using Blogspot for pro-blogging</a></li>
<li><a href="http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/" rel="bookmark" title="September 14, 2008">How to transfer a single post or selected posts from one blog to another?</a></li>
</ul>
<p><!-- Similar Posts took 4.982 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/wordpress-features-shadowed-by-blog-usage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shonfonfe for Blogger</title>
		<link>http://visnum.com/shonfonfe-for-blogger/</link>
		<comments>http://visnum.com/shonfonfe-for-blogger/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 13:14:51 +0000</pubDate>
		<dc:creator>Osman S Borutecene</dc:creator>
				<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Daily]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://visnum.com/shonfonfe-for-blogger/</guid>
		<description><![CDATA[We are only hours away from the Shonfonfe theme for Blogger. See it in development here: http://kerizettin.blogspot.com and here: http://goddess-artemis.blogspot.com

Similar Posts:

Shonfonfe, A New WordPress Theme
Using Blogspot for pro-blogging
How to choose a hosting service for your blog and why?
Blogger.com (Blogspot) banned in Turkey
Wordpress&#8217; default theme and template are a complete mess


]]></description>
			<content:encoded><![CDATA[<p>We are only hours away from the <a href="http://visnum.com/shonfonfe">Shonfonfe</a> theme for <a href="http://www.blogger.com">Blogger</a>. See it in development here: <a href="http://kerizettin.blogspot.com">http://kerizettin.blogspot.com</a> and here: <a href="http://goddess-artemis.blogspot.com">http://goddess-artemis.blogspot.com</a>
</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://visnum.com/shonfonfe/" rel="bookmark" title="December 7, 2006">Shonfonfe, A New WordPress Theme</a></li>
<li><a href="http://visnum.com/using-blogspot-for-pro-blogging/" rel="bookmark" title="August 24, 2008">Using Blogspot for pro-blogging</a></li>
<li><a href="http://visnum.com/how-to-choose-a-hosting-service-for-your-blog-and-why/" rel="bookmark" title="August 13, 2008">How to choose a hosting service for your blog and why?</a></li>
<li><a href="http://visnum.com/bloggercom-blogspot-banned-in-turkey/" rel="bookmark" title="October 24, 2008">Blogger.com (Blogspot) banned in Turkey</a></li>
<li><a href="http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/" rel="bookmark" title="September 3, 2008">Wordpress&#8217; default theme and template are a complete mess</a></li>
</ul>
<p><!-- Similar Posts took 4.067 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/shonfonfe-for-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shonfonfe, A New WordPress Theme</title>
		<link>http://visnum.com/shonfonfe/</link>
		<comments>http://visnum.com/shonfonfe/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 02:26:07 +0000</pubDate>
		<dc:creator>Osman S Borutecene</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[WordPress Theme]]></category>

		<guid isPermaLink="false">http://visnum.com/shonfonfe/</guid>
		<description><![CDATA[I am happy to introduce you a clean, minimal, new WordPress theme. It&#8217;s WordPress Sidebar Widgets compatible.
See Shonfonfe in action:
http://jefe.hayatkisa.com/
DOWNLOAD Shonfonfe
Download as *.zip
Download as *.tar.gz

The template is more or less the classic wordpress template with a little fiddling on it. Phu Ly&#8217;s Treba was a good starting point too. Well, of course the greatest inspiration [...]]]></description>
			<content:encoded><![CDATA[<p>I am happy to introduce you a clean, minimal, new <a href="http://wordpress.org">WordPress</a> theme. It&#8217;s WordPress <a href="http://automattic.com/code/widgets/">Sidebar Widgets</a> compatible.</p>
<p><strong>See Shonfonfe in action:</strong><br />
<a href="http://jefe.hayatkisa.com/">http://jefe.hayatkisa.com/</a></p>
<p><strong>DOWNLOAD Shonfonfe</strong><br />
<a href="http://visnum.com/download/shonfonfe.zip">Download as *.zip</a><br />
<a href="http://visnum.com/download/shonfonfe.tar.gz">Download as *.tar.gz</a></p>
<p><a href="http://www.flickr.com/photos/digital-jefe/316802633/" title="Photo Sharing"><img src="http://static.flickr.com/120/316802633_9fc5f9e072.jpg" width="500" height="313" alt="Shonfonfe Theme" /></a></p>
<p>The template is more or less the classic wordpress template with a little fiddling on it. <a href="http://ifelse.co.uk/">Phu Ly</a>&#8217;s <a href="http://ifelse.co.uk/archives/2006/02/24/release-of-treba-theme/">Treba</a> was a good starting point too. Well, of course the greatest inspiration came from National Geographic Magazine&#8217;s famous yellow frame.</p>
<p>The stylesheet is easy to work on. There are not much details, just a little more than 250 lines.</p>
<p>The theme is licensed under the <a href="http://creativecommons.org/">CC</a> <a href="http://creativecommons.org/licenses/by-sa/2.5/">Attribution-Share Alike 2.5 License</a>.</p>
<p>Feel free to play and tweak with it. If you come across any bugs or have any questions, please leave a comment to this post.
</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://visnum.com/wordpress-default-theme-and-template-are-a-complete-mess/" rel="bookmark" title="September 3, 2008">Wordpress&#8217; default theme and template are a complete mess</a></li>
<li><a href="http://visnum.com/shonfonfe-for-blogger/" rel="bookmark" title="December 8, 2006">Shonfonfe for Blogger</a></li>
<li><a href="http://visnum.com/how-to-transfer-a-single-post-or-selected-posts-from-one-blog-to-another/" rel="bookmark" title="September 14, 2008">How to transfer a single post or selected posts from one blog to another?</a></li>
<li><a href="http://visnum.com/using-blogspot-for-pro-blogging/" rel="bookmark" title="August 24, 2008">Using Blogspot for pro-blogging</a></li>
<li><a href="http://visnum.com/how-to-choose-a-hosting-service-for-your-blog-and-why/" rel="bookmark" title="August 13, 2008">How to choose a hosting service for your blog and why?</a></li>
</ul>
<p><!-- Similar Posts took 5.213 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/shonfonfe/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

