<?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; Template</title>
	<atom:link href="http://visnum.com/category/template/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 24.056 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>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 15.635 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>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 8.166 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.757 ms --></p>
]]></content:encoded>
			<wfw:commentRss>http://visnum.com/shonfonfe/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

