<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simple DIY Tab-Style Navigation Tutorial</title>
	<atom:link href="http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/feed" rel="self" type="application/rss+xml" />
	<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial</link>
	<description>Think More, Code Less! - Intelligent WordPress Solutions</description>
	<lastBuildDate>Wed, 28 Jul 2010 10:12:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-2#comment-3147</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Thu, 23 Jul 2009 12:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-3147</guid>
		<description>Chris, you are welcome :)</description>
		<content:encoded><![CDATA[<p>Chris, you are welcome <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-2#comment-3146</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 23 Jul 2009 11:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-3146</guid>
		<description>thanks a billion, excellent article which has been very well written, i&#039;ve been wondering for a while the best way to implement something very similar.</description>
		<content:encoded><![CDATA[<p>thanks a billion, excellent article which has been very well written, i&#8217;ve been wondering for a while the best way to implement something very similar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-2#comment-905</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Wed, 01 Apr 2009 20:49:49 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-905</guid>
		<description>Patrick, in order for pretty URLs to work, your WP needs to write/modify a .htaccess file in its installation directory. That means, it need write access for that file. Perhaps that&#039;s the problem.

The .htaccess contents should look something like this:

&lt;pre&gt;# BEGIN WordPress
RewriteEngine On
RewriteBase /root/home/&quot;accountDir&quot;/&quot;dir01&quot;/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .  /root/home/&quot;accountDir&quot;/&quot;dir01&quot;/index.php [L]
# END WordPress&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Patrick, in order for pretty URLs to work, your WP needs to write/modify a .htaccess file in its installation directory. That means, it need write access for that file. Perhaps that&#8217;s the problem.</p>
<p>The .htaccess contents should look something like this:</p>
<pre># BEGIN WordPress
RewriteEngine On
RewriteBase /root/home/"accountDir"/"dir01"/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .  /root/home/"accountDir"/"dir01"/index.php [L]
# END WordPress</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick (HKG)</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-901</link>
		<dc:creator>Patrick (HKG)</dc:creator>
		<pubDate>Wed, 01 Apr 2009 14:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-901</guid>
		<description>DNS resolution 

www.ccie.hk = root/home/&quot;accountDir&quot;/&quot;dir01&quot;/
the index.php ad .htacess and rest of WP stuffs are saved within dir01

settings:
WordPress address (URL)=&gt; http://www.ccie.hk
Blog address (URL) =&gt; http://www.ccie.hk</description>
		<content:encoded><![CDATA[<p>DNS resolution </p>
<p><a href="http://www.ccie.hk" rel="nofollow">http://www.ccie.hk</a> = root/home/&#8221;accountDir&#8221;/&#8221;dir01&#8243;/<br />
the index.php ad .htacess and rest of WP stuffs are saved within dir01</p>
<p>settings:<br />
WordPress address (URL)=&gt; <a href="http://www.ccie.hk" rel="nofollow">http://www.ccie.hk</a><br />
Blog address (URL) =&gt; <a href="http://www.ccie.hk" rel="nofollow">http://www.ccie.hk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick (HKG)</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-900</link>
		<dc:creator>Patrick (HKG)</dc:creator>
		<pubDate>Wed, 01 Apr 2009 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-900</guid>
		<description>Hi, 

I have problem in implementation of permalinks into my blog hosted with my Linux server.

After troubleshooting for hours today, I just managed to get the permalink workable, but with &quot;/index.php/%postname%&quot;

situation like this:
http://www.ccie.hk/index.php/wpplugin-hackadelic-sliding-notes-v14

Can you advis what&#039;s go wrong? :&lt;

Patrick</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have problem in implementation of permalinks into my blog hosted with my Linux server.</p>
<p>After troubleshooting for hours today, I just managed to get the permalink workable, but with &#8220;/index.php/%postname%&#8221;</p>
<p>situation like this:<br />
<a href="http://www.ccie.hk/index.php/wpplugin-hackadelic-sliding-notes-v14" rel="nofollow">http://www.ccie.hk/index.php/w.....-notes-v14</a></p>
<p>Can you advis what&#8217;s go wrong? :&lt;</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick (HKG)</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-886</link>
		<dc:creator>Patrick (HKG)</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:26:22 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-886</guid>
		<description>&quot;you should definitely adjust your permalink settings....&quot;

speakless, you read my mind ... as I have been thinking this problem</description>
		<content:encoded><![CDATA[<p>&#8220;you should definitely adjust your permalink settings&#8230;.&#8221;</p>
<p>speakless, you read my mind &#8230; as I have been thinking this problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-885</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-885</guid>
		<description>Patrick, another thing: The plugin I&#039;m working on will be probably better suited for you use case than manually implementing the tab bars. (Though it&#039;s a good exercise to go through the process once if you want to learn more about how HTML &amp; CSS work together.)

Will you link together distinct posts, or is it more like different chapters (headings) in one post?

If it&#039;s the former, there is a concept that might suite you: A &lt;em&gt;series&lt;/em&gt;. I implemented a plugin for that, and I can imagine you could use that as well to organize posts sequentially into a &quot;whole&quot;. Needless to say, my upcoming tab bar plugin will support building tab bars automatically from posts in a series. :)</description>
		<content:encoded><![CDATA[<p>Patrick, another thing: The plugin I&#8217;m working on will be probably better suited for you use case than manually implementing the tab bars. (Though it&#8217;s a good exercise to go through the process once if you want to learn more about how HTML &#038; CSS work together.)</p>
<p>Will you link together distinct posts, or is it more like different chapters (headings) in one post?</p>
<p>If it&#8217;s the former, there is a concept that might suite you: A <em>series</em>. I implemented a plugin for that, and I can imagine you could use that as well to organize posts sequentially into a &#8220;whole&#8221;. Needless to say, my upcoming tab bar plugin will support building tab bars automatically from posts in a series. <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-883</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Tue, 31 Mar 2009 13:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-883</guid>
		<description>Patrick,

you should definitely adjust your permalink settings. It&#039;s a MUST if you plan on doing any SEO or any other PR about your blog. (That is, if you plan to make your blog popular. It&#039;s also makes interlinking posts much easier, as you can simply type in the post slug, and not look up the post ID first. This is particularly important if you plan to use your blog in part as a knowledge base (as I know you do).

Go to Settings-&gt;Permalinks, select &quot;Custom Structure&quot; and enter &quot;/%postname%&quot;. That&#039;s the optimal permalink structure.

That would improve your trouble with getting the post ID&#039;s right, as with the above setting the URLs are formed from a sanitized version of the post title, which is much more memorable. The URL you provided, http://www.ccie.hk/?p=458, would then become http://www.ccie.hk/chapter-1

Much easier, right?</description>
		<content:encoded><![CDATA[<p>Patrick,</p>
<p>you should definitely adjust your permalink settings. It&#8217;s a MUST if you plan on doing any SEO or any other PR about your blog. (That is, if you plan to make your blog popular. It&#8217;s also makes interlinking posts much easier, as you can simply type in the post slug, and not look up the post ID first. This is particularly important if you plan to use your blog in part as a knowledge base (as I know you do).</p>
<p>Go to Settings->Permalinks, select &#8220;Custom Structure&#8221; and enter &#8220;/%postname%&#8221;. That&#8217;s the optimal permalink structure.</p>
<p>That would improve your trouble with getting the post ID&#8217;s right, as with the above setting the URLs are formed from a sanitized version of the post title, which is much more memorable. The URL you provided, <a href="http://www.ccie.hk/?p=458" rel="nofollow">http://www.ccie.hk/?p=458</a>, would then become <a href="http://www.ccie.hk/chapter-1" rel="nofollow">http://www.ccie.hk/chapter-1</a></p>
<p>Much easier, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick (HKG)</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-880</link>
		<dc:creator>Patrick (HKG)</dc:creator>
		<pubDate>Tue, 31 Mar 2009 05:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-880</guid>
		<description>Hi,

I have implemented tab-style navigation bar at here

http://www.ccie.hk/?p=458

I intended to make feeling like switching (flipping) pages, but I found it was a bit difficult to edit link numbers for each post, so it will take me some time to fine tune it and to make the editing smooth ...</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have implemented tab-style navigation bar at here</p>
<p><a href="http://www.ccie.hk/?p=458" rel="nofollow">http://www.ccie.hk/?p=458</a></p>
<p>I intended to make feeling like switching (flipping) pages, but I found it was a bit difficult to edit link numbers for each post, so it will take me some time to fine tune it and to make the editing smooth &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hackadelic</title>
		<link>http://hackadelic.com/simple-diy-tab-style-navigation-tutorial/comment-page-1#comment-874</link>
		<dc:creator>Hackadelic</dc:creator>
		<pubDate>Tue, 31 Mar 2009 00:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://hackadelic.com/?p=253#comment-874</guid>
		<description>Whew, Patrick, your input and questions are always challenging ;-) 

I had (and still have) similar needs. My best bet on this matter were &lt;em&gt;personal wikis&lt;/em&gt;, but they have no or limited web connectivity. One technology I&#039;ve found promissing is &lt;a href=&quot;http://www.tiddlywiki.com/&quot; rel=&quot;nofollow&quot;&gt;TiddlyWiki&lt;/a&gt;, and &lt;a href=&quot;http://mptw.tiddlyspot.com/&quot; rel=&quot;nofollow&quot;&gt;its off-spring MPTW&lt;/a&gt;, on which &lt;a href=&quot;/pw&quot; rel=&quot;nofollow&quot;&gt;my online personal wiki&lt;/a&gt; is based.</description>
		<content:encoded><![CDATA[<p>Whew, Patrick, your input and questions are always challenging <img src='http://hackadelic.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  </p>
<p>I had (and still have) similar needs. My best bet on this matter were <em>personal wikis</em>, but they have no or limited web connectivity. One technology I&#8217;ve found promissing is <a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a>, and <a href="http://mptw.tiddlyspot.com/" rel="nofollow">its off-spring MPTW</a>, on which <a href="/pw" rel="nofollow">my online personal wiki</a> is based.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
