<?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>:: TechBlog :: &#187; cms</title>
	<atom:link href="http://techblog.touchbasic.com/html/tag/cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Thu, 04 Mar 2010 15:51:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>WordPress Plugin: Extended Live Archive &#124; setup</title>
		<link>http://techblog.touchbasic.com/html/wordpress-plugin-extended-live-archive-setup/</link>
		<comments>http://techblog.touchbasic.com/html/wordpress-plugin-extended-live-archive-setup/#comments</comments>
		<pubDate>Sun, 02 Oct 2005 21:21:06 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[live-archives]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=150</guid>
		<description><![CDATA[I just installed Sons Of Skadi&#8217;s Extended Live Archive plugin for wordpress because the archives page on this site was getting a little out of control and i wanted to test out a few wordpress plugins that might help to make things a little bit more usable. The Extended Live Archive plugin uses javascript and [...]]]></description>
			<content:encoded><![CDATA[<p>I just installed <a href="http://www.sonsofskadi.net/index.php/extended-live-archive/">Sons Of Skadi&#8217;s Extended Live Archive</a> plugin for wordpress because the archives page on this site was getting a little out of control and i wanted to test out a few <a href="http://wp-plugins.net/">wordpress plugins</a> that might help to make things a little bit more usable. The Extended Live Archive plugin uses javascript and css (Ajax) to organize and sort all entries into categories, months, and years. The default css file that came with the plugin does a good job of setting up the layout so that everything seems to take up a lot less space. I&#8217;ll probably take a closer look at it some time in the next few days to tweak it a little.</p>
<p>On the down side, i noticed that the <a href="http://techblog.touchbasic.com/html/archives/">archives page</a> takes a little longer to load initially (i don&#8217;t think it takes as long the second time). But the advantage of applying Ajax techniques to the archives is that it eliminates page refreshes, which means that browsing through the archives becomes a lot faster and easier as a whole.</p>
<p>Installing the plugin was fairly easy.</p>
<ol>
<li>Upload the entire &#8220;af-extended-live-archive&#8221; folder to your wordpress plugins directory.</li>
<li>Add <code>< ?php af_ela_super_archive(); ?></code> to your archives template.</li>
<li>Enable the plugin in the wordpress admin.</li>
<li>Navigate to the &#8220;Options &raquo; Ext. Live Archives&#8221; tab to recreate the cache.</li>
<li>Add the css file (or copy and paste the code) to your site.</li>
<li>Optionally, modify the css file to suit your needs.</li>
</ol>
<p>So far, i&#8217;m really happy with it. The only potential problem that i saw was for people browsing the site with javascript disabled. These visitors would see nothing at all. Even though this is a pretty clean default result (as opposed to printing out some nasty error), i wanted everyone to be able to use the archives page.</p>
<p>As a quick solution, and because i had only hidden (commented out) the original code (xhtml) when i added the ajaxified archives code, i decide to simply add < noscript > < / noscript > tags around the old code that was commented out. This would effectively hide the old code from browsers with javascript enabled, while showing it only to visitors with javascript turned off. With the javascript fix in place, i think this plugin might be a keeper..</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/wordpress-plugin-extended-live-archive-setup/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
