<?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>Kabatology ~ Open Source, Linux &#187; Ndomche Themes</title>
	<atom:link href="http://www.kabatology.com/category/ndomche-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kabatology.com</link>
	<description>Practical hand-outs on Open Source Standards, Reviews, Linux Solutions including Hacks, Tips and Tricks</description>
	<lastBuildDate>Thu, 13 Oct 2011 18:04:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Blogs using the Ndomche Summary Theme</title>
		<link>http://www.kabatology.com/12/12/blogs-using-the-ndomche-summary-theme/</link>
		<comments>http://www.kabatology.com/12/12/blogs-using-the-ndomche-summary-theme/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 10:15:38 +0000</pubDate>
		<dc:creator>Martin Kaba</dc:creator>
				<category><![CDATA[Ndomche Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ndomche]]></category>

		<guid isPermaLink="false">http://www.kabatology.com/?p=866</guid>
		<description><![CDATA[Six months after the first release of the Ndomche Summary Theme &#8211; II Columns for WordPress and Blogger, I&#8217;m pleased to know that this theme is still appreciated and used, even though new WordPress themes or Blogger templates are released daily. Ndomche Summary Theme for WordPress &#124; Ndomche Summary Theme for Blogger It is Christmas [...]]]></description>
			<content:encoded><![CDATA[<p>Six months after the first release of the  Ndomche Summary Theme &#8211; II Columns for WordPress and Blogger,  I&#8217;m pleased to know that this theme is still appreciated and used, even though new WordPress themes or Blogger templates  are released daily. </p>
<p><a href="http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/">Ndomche Summary Theme for WordPress</a> | <a href="http://www.kabatology.com/07/28/ndomche-summary-theme-ii-columns-now-available-for-blogger/">Ndomche Summary Theme for Blogger</a> </p>
<p>It is Christmas and I just want to say thanks to; </p>
<p>1. <a href="http://helpafricafriends.blogspot.com/"> Help Africa Friends</a><br />
2. <a href="http://susansuarez.com/"> Susan Suarez</a><br />
3.  <a href="http://cantalktech.com/">Can Talk Tech</a><br />
4.  <a href="http://www.celossip.com/"> Celossip</a> – We&#8217;re just Better<br />
5.  <a href="http://www.all-vacation-travel.com/">All Vacation Travel</a><br />
6.  <a href="http://jobzonline.blogspot.com/">Jobz Online</a></p>
<p>for using and  promoting this theme. </p>
<p>If you still have Ndomche Summary Theme on, but your blog is not mentioned, let me know in the comments and I&#8217;ll update the post. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kabatology.com/12/12/blogs-using-the-ndomche-summary-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Creating Tab Menus with Yahoo! YUI Tab View</title>
		<link>http://www.kabatology.com/08/12/wordpress-creating-tab-menus-with-yahoo-yui-tab-view/</link>
		<comments>http://www.kabatology.com/08/12/wordpress-creating-tab-menus-with-yahoo-yui-tab-view/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 10:55:47 +0000</pubDate>
		<dc:creator>Martin Kaba</dc:creator>
				<category><![CDATA[Ndomche]]></category>
		<category><![CDATA[Ndomche Themes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tab View]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[YUI]]></category>

		<guid isPermaLink="false">http://www.kabatology.com/?p=606</guid>
		<description><![CDATA[The Yahoo! User Interface Library (YUI) is a set of JavaScript utilities and controls, for building interactive web applications. The YUI Tab View is part of that vast library &#8211; - it help you to quickly create and design Tab Menus. The advantage of Tab Views is that they allow you add more content to [...]]]></description>
			<content:encoded><![CDATA[<div id="blank_l"><img src="http://www.kabatology.com/wp-content/uploads/2008/08/tabbedmenu.png" alt="" /></div>
<p>The Yahoo! User Interface Library (YUI) is a set of  JavaScript utilities and controls, for building  interactive web applications. The YUI Tab View is part of that vast library &#8211; - it help you to quickly create and design Tab Menus.<br />
 The advantage of  Tab Views is that they allow you add more content to your web page whilst occupying less space. If well done they won&#8217;t slow down website-browsing. </p>
<p>If you&#8217;re using the Ndomche Summary Theme &#8211; II Columns for <a href="http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/">WordPress</a> or <a href="http://www.kabatology.com/07/28/ndomche-summary-theme-ii-columns-now-available-for-blogger/">Blogger</a>, then the best place to insert this tabbed menu is the header &#8212; like on this blog. Don&#8217;t bother to contact me for more info.<br />
<strong>Step 1: Including JavaScript files</strong> &#8211; Place above the <code>&lt;/head&gt;</code> tag</p>
<pre><code>...
      &lt;!-- JavaScript Dependencies for Tabview: --&gt;
      &lt;script src="http://yui.yahooapis.com/2.5.2/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"&gt;&lt;!--mce:0--&gt;&lt;/script&gt;
      &lt;script src="http://yui.yahooapis.com/2.5.2/build/element/element-beta-min.js" type="text/javascript"&gt;&lt;!--mce:1--&gt;&lt;/script&gt;
      &lt;!-- Source file for TabView --&gt;
      &lt;script src="http://yui.yahooapis.com/2.5.2/build/tabview/tabview-min.js" type="text/javascript"&gt;&lt;!--mce:2--&gt;&lt;/script&gt;
      &lt;!-- Source file for TabView --&gt;
      &lt;script src="http://yui.yahooapis.com/2.5.2/build/tabview/tabview-min.js" type="text/javascript"&gt;&lt;!--mce:3--&gt;&lt;/script&gt;
 &lt;/head&gt;</code></pre>
<p>Place this code below the <code>&lt;body&gt;</code> tag</p>
<pre><code>&lt;body&gt;
    &lt;script type="text/javascript"&gt;
         var myTabs = new YAHOO.widget.TabView("menu_content");
    &lt;/script&gt;</code></pre>
<p><strong>Step 2: Including Markup for the Tabs</strong> &#8211; Place this where you want your tabbed menu. I have it in the header.php file</p>
<pre><code>&lt;div id="menu_content" class="yui-navset"&gt;
          &lt;ul class="yui-nav"&gt;
	        &lt;li class="selected"&gt;&lt;a&gt;&lt;em&gt;Most Viewed&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
	        &lt;li&gt;&lt;a&gt;&lt;em&gt;Most Emailed&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
	        &lt;li&gt;&lt;a&gt;&lt;em&gt;Recent Articles&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
          &lt;/ul&gt;          
          &lt;div class="yui-content"&gt;
                &lt;div&gt;&lt;!-- Place in here  list of Popular Articles or equivalent plugin --&gt;&lt;/div&gt;
                &lt;div&gt;...&lt;/div&gt;
                &lt;div&gt;...&lt;/div&gt;
         &lt;/div&gt;
&lt;/div&gt;</code></pre>
<p>Make sure the number of items in the &#8220;yui-naveset&#8221; and &#8220;yui-content&#8221; correspond.</p>
<p>Step 3: <strong>Styling with CSS</strong> &#8211; Place in your CSS file and customize to taste</p>
<pre><code>/*  Yui Tabbed Menu  * /
.yui-navset {width:410px; float:left; height:134px; border:1px  solid #666; margin-left:4px; margin-bottom:4px; display: inline; } 
.yui-content {width:400px; clear:both; height:88px; margin-left:4px; margin-top:0px;}
.yui-nav {padding:1px 0px 3px 0px; margin-left:0px; font:12px Verdana; border-bottom:1px solid #666; list-style-type:none; text-align:center;}
.yui-nav li{display:inline; margin:0px;}

.yui-nav li a{text-decoration:none; padding:3px 7px; margin-right:3px; border:1px solid #666; border-bottom:none;
               background-color:#FFF; color:#2d2b2b;}

.yui-nav li a:visited{color:#2d2b2b;}
.yui-nav li a:hover{background-color:#ca0002; color:black;}
.yui-nav li a:active{color:black;}
.yui-nav li.selected a{position:relative; top:1px; padding-top:4px; background-color:#DBFF6C; color: black;}</code></pre>
<p>CSS is magic, you can modify it as much as you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kabatology.com/08/12/wordpress-creating-tab-menus-with-yahoo-yui-tab-view/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Ndomche Summary Theme &#8211;  II Columns now available for Blogger</title>
		<link>http://www.kabatology.com/07/28/ndomche-summary-theme-ii-columns-now-available-for-blogger/</link>
		<comments>http://www.kabatology.com/07/28/ndomche-summary-theme-ii-columns-now-available-for-blogger/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 17:58:37 +0000</pubDate>
		<dc:creator>Martin Kaba</dc:creator>
				<category><![CDATA[Ndomche]]></category>
		<category><![CDATA[Ndomche Themes]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Template]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.kabatology.com/?p=549</guid>
		<description><![CDATA[The Ndomche brand of Themes now has a new “fashion-line” for Bloggers. The first product of this line is a carbon-copy of the Ndomche Summary Theme – II Columns for WordPress 2.5 Characteristic – Features This grid-based template includes; 1) The Embedded Comment Form below your post, just as in WordPress 2) The Read More [...]]]></description>
			<content:encoded><![CDATA[<p>The Ndomche brand of Themes now has a new “fashion-line” for Bloggers. The first product of this line is a carbon-copy of the<a href="http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/"> Ndomche Summary Theme – II Columns</a> for WordPress 2.5 </p>
<div id="smallheading">Characteristic – Features</div>
<p>  This grid-based template includes;<br />
1)  The <strong>Embedded Comment Form</strong> below your post, just as in WordPress<br />
2)  The <strong>Read More</strong> that WordPress User have since benefited from.</p>
<div id="smallheading">Live Demo</div>
<p><a href="http://helpafricafriends.blogspot.com/">Preview Here</a></p>
<div id="smallheading">Download</div>
<p><a href="http://www.kabatology.com/downloads/ndomche-II-blogger.zip">Get Ndomche &#8211; II Columns for Blogger !!!</a></p>
<div id="smallheading">Customization</div>
<p>1) To Obtain the <strong>Embedded  Comment Form</strong><br />
Go to <a href="http://bloggerindraft.blogspot.com">Blogger in Draft</a> and scroll down to the feature; <strong>Embed Comment Form</strong> or use this direct-link to <a href="http://draft.blogger.com/">Your Blogger Draft</a> Get into Your Account.  Under the<strong> Settings</strong> tab move to<strong> Comments</strong> and scroll down the page  the new &#8220;<strong>Comment Form Placement</strong>&#8220;.<br />
Then choose &#8221; <strong>Embedded below post</strong>&#8221; to enable the display of the comment form beneath your blog posts.<br />
You&#8217;re not obliged to this, with this template you can go ahead and use the traditional way of posting comments, that is &#8211; using the Comment Pop-up Window via Post a Comment.  </p>
<p>2) To obtain<strong> Read More >></strong><br />
 Go to your Blogger Account, <strong>Settings</strong> => <strong>Formatting </strong> and move down to => <strong>Post Template</strong>. Therein paste this code </p>
<pre><code>&lt;span class="fullpost"&gt;

&lt;/span&gt;</code></pre>
<p>So every time you have a post, you&#8217;ll find this code already present. All you&#8217;ll have to do is make the teaser text go above the <code>&lt;span class="fullpost"&gt;&lt;/span&gt;</code> tag whilst the rest of the post-body goes between the <code>&lt;span class="fullpost"&gt;</code> and the <code>&lt;/span&gt;</code> tags. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.kabatology.com/07/28/ndomche-summary-theme-ii-columns-now-available-for-blogger/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ndomche Summary Theme – III Column Version released</title>
		<link>http://www.kabatology.com/07/04/ndomche-summary-theme-%e2%80%93-iii-column-version-released/</link>
		<comments>http://www.kabatology.com/07/04/ndomche-summary-theme-%e2%80%93-iii-column-version-released/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 10:32:44 +0000</pubDate>
		<dc:creator>Martin Kaba</dc:creator>
				<category><![CDATA[Ndomche Themes]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ndomche]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.kabatology.com/?p=514</guid>
		<description><![CDATA[Ndomche Summary Theme – III column version is a CSS styling theme that is built on WordPress 2.5. Unlike the II Column Version, it has practically 3 Sidebars – 2 on the Home or Index Page and a third one the Single Post &#8211; this way what features on the home page does not necessarily [...]]]></description>
			<content:encoded><![CDATA[<p>Ndomche Summary Theme – III column version is a CSS styling theme that is built on WordPress 2.5.<br />
Unlike the II Column Version, it has practically<strong> 3 Sidebars</strong> – 2 on the Home or Index Page and a third one the Single Post &#8211;  this way what features on the home page does not necessarily feature on the Single Post. <strong>All 3 Sidebars are Widgetized</strong>. </p>
<div id="blank_ca"><a href="http://www.kabatology.com/demo/ndomche/"><img src="/wp-content/uploads/2008/07/ndomcheIII_screenshot.png"/></a></div>
<p>- Even though it has III columns this version of Ndomche is even lighter, as it has no images included in the structure of the theme.<br />
- Better ad positioning; Drop your two <strong>160&#215;90 ads</strong> on the header, where all can see it.<br />
- Naturally, this WordPress 2.5 theme  includes  Gravatars  </p>
<div id="smallheading">Browser Compatibility</div>
<p>This theme has been tested and found compatible with the most used browsers on the web.<br />
<strong>Windows</strong>: Internet Explorer 5.5, 6 and 7; Mozilla Firefox 2, 3; FlashPeak Slim Browser 4.0; Opera Browser 9.xx<br />
<strong>Linux Ubuntu</strong>: Mozilla Firefox 2, 3; Opera Web Browser 9.27<br />
<strong>Web Apps</strong>:<a href="http://www.kabatology.com/06/17/with-browsershot-it-takes-a-click-to-test-your-web-design-in-different-browsers/"> Browsershot</a> </p>
<div id="smallheading">Live Demo</div>
<p><a href="http://www.kabatology.com/demo/ndomche/">Preview Here</a></p>
<div id="smallheading">Download</div>
<p><a href="http://www.kabatology.com/downloads/ndomcheIII.zip">Get Ndomche III Columns !!!</a></p>
<div id="smallheading">Installation</div>
<p>1.  Download and unzip the ndomche file<br />
2.  Load the ndomche folder into your “/wp-content/themes/” folder<br />
3.  Login into your WordPress &#8211; Dashboard<br />
4.  Go to  the Design tab<br />
5.  Select the Ndomche Screenshot<br />
6.  Now customize to your taste</p>
<p>- I cordially ask you to give credit to the author by leaving the link at the footer untouched.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kabatology.com/07/04/ndomche-summary-theme-%e2%80%93-iii-column-version-released/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Ndomche Summary Theme 1.2 released</title>
		<link>http://www.kabatology.com/06/24/ndomche-summary-theme-12-released/</link>
		<comments>http://www.kabatology.com/06/24/ndomche-summary-theme-12-released/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 17:47:30 +0000</pubDate>
		<dc:creator>Martin Kaba</dc:creator>
				<category><![CDATA[Ndomche Themes]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ndomche]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.kabatology.com/?p=510</guid>
		<description><![CDATA[An improvement of the first version – Ndomche 1.0 Characteristics - For WordPress 2.5x - A better “Widgetized Sidebar”. - Top Posts sit right up there for everyone to see. - The blank header &#8212; Keep painting. - Live Demo – Theme I presently use on Kabatology – Open Source, Linux. Download Get Ndomche 1.2 [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 16px;font-weight:bold">An improvement of the first version – <a href="http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/">Ndomche 1.0</a></span></p>
<p><strong>Characteristics</strong><br />
- For WordPress 2.5x<br />
- A better  “Widgetized Sidebar”.<br />
- Top Posts sit right up there for 	everyone to see.<br />
- The blank header &#8212; Keep painting.<br />
- Live Demo – Theme I presently use on Kabatology – Open Source, Linux.</p>
<div id="smallheading">Download</div>
<p><a href="http://www.kabatology.com/downloads/ndomche1.2.zip">Get Ndomche 1.2</a><br />
- Need Help – <a href="http://www.kabatology.com/contact/">Contact Me</a><br />
<em>Thanks to all of those who have contributed in one way or the other</em>.<br />
Also watch out for <a href="http://www.kabatology.com/demo/ndomche/">Ndomche III Columns</a> . Soon Coming Up</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kabatology.com/06/24/ndomche-summary-theme-12-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ndomche Summary Theme released &#8211; A free theme for WordPress 2.5</title>
		<link>http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/</link>
		<comments>http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 18:21:01 +0000</pubDate>
		<dc:creator>Martin Kaba</dc:creator>
				<category><![CDATA[Ndomche Themes]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Ndomche]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.kabatology.com/?p=499</guid>
		<description><![CDATA[Ndomche Summary Theme is a CSS styling theme that is built on WordPress 2.5 that you can style to your taste. If you have not yet upgraded to WordPress 2.5, you are advised to do so before using this theme. - With this theme your Gravatars would show up without any further customization. - This [...]]]></description>
			<content:encoded><![CDATA[<p>Ndomche Summary Theme is a  CSS styling theme that is built on WordPress 2.5 that  you can style to your taste. If you have not yet upgraded to WordPress 2.5, you are advised to do so before using this theme.</p>
<p>- With this theme your Gravatars would show up without any further customization.</p>
<p>- This grid-based theme is considers the need to have non-obstructive ads on your blog and seeks to ease navigation.</p>
<p>- Ndomche Summary theme was designed by Martin Kaba, author of Kabatology &#8211; It is released  under the GNU/GPL license..</p>
<div id="blank_c"><img src="http://www.kabatology.com/wp-content/uploads/2008/06/ndomche_screen.png" alt="" /></div>
<div id="smallheading">Browser Compatibility</div>
<p>This theme has been tested and found compatible with the most used browsers on the web.<br />
<strong>Windows</strong>: Internet Explorer 5.5, 6 and 7; Mozilla Firefox 2, 3; FlashPeak Slim Browser 4.0<br />
Opera Browser 9.xx<br />
<strong> Linux Ubuntu</strong>: Mozilla Firefox 2,3; Opera Web Browser 9.27; </p>
<div id="smallheading">Live Demo</div>
<p><a href="http://www.kabatology.com/demo/ndomche/">Preview Here</a></p>
<div id="smallheading">Download</div>
<p><a href="http://www.kabatology.com/downloads/ndomche.zip">Get Ndomche 1.0 !!!</a></p>
<div id="smallheading">Installation</div>
<p>1. Download and unzip the ndomche file<br />
2. Load the ndomche folder into your “/wp-content/themes/” folder<br />
3. Login into your WordPress &#8211; Dashboard<br />
4. Go to  the Design tab<br />
5. Select the Ndomche Screenshot<br />
6. Now customize to your taste</p>
<p>-  I cordially ask you to give credit to the author by leaving the link at the footer untouched.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kabatology.com/06/05/ndomche-summary-theme-released-a-free-theme-for-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
	</channel>
</rss>

