<?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"
	>

<channel>
	<title>Tarski &#187; alternate styles</title>
	<atom:link href="http://tarskitheme.com/tag/alternate-styles/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<pubDate>Sun, 20 Jul 2008 21:47:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
	<language>en</language>
			<item>
		<title>1.7 Release</title>
		<link>http://tarskitheme.com/2007/09/16/17-release/</link>
		<comments>http://tarskitheme.com/2007/09/16/17-release/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 12:17:02 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[1.7]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[features]]></category>

		<category><![CDATA[microformats]]></category>

		<category><![CDATA[navbar]]></category>

		<category><![CDATA[plugins]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[tags]]></category>

		<category><![CDATA[tweaks]]></category>

		<category><![CDATA[update notification]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/09/16/17-release/</guid>
		<description><![CDATA[Tarski 1.7 includes a bunch of new features and makes Tarski usable with WordPress 2.3.]]></description>
			<content:encoded><![CDATA[<p>When WordPress 2.1 was released, we <a href="http://tarskitheme.com/2007/01/23/wordpress-21-and-tarski/">made the mistake</a> of not having a <a href="http://tarskitheme.com/2007/01/26/122-release/">compatible version</a> of Tarski ready. WordPress 2.3&#8212;which will be out <a href="http://www.google.com/calendar/embed?src=fhcihol34up7rl0pqa6ngc9qf8%40group.calendar.google.com">pretty soon</a>&#8212;includes a number of changes which will be significant for Tarski users, and consequently we were determined not to make the same mistake twice. <strong>Tarski 1.7</strong> remains backwards-compatible with the WordPress 2.1/2.2 branch, but it&#8217;s decidedly forward-looking. You can mull over the details on the <a href="http://tarskitheme.com/help/changelog/">changelog</a>.</p>
<p>Perhaps the biggest change is the removal of our Ultimate Tag Warrior support in favour of the new &#8216;core&#8217; WordPress tags system. Unless you&#8217;re running the 2.3 release candidate, this means your tags will disappear until you upgrade your WordPress installation and import your <acronym title="Ultimate Tag Warrior">UTW</acronym> tags. Tarski&#8217;s new tags page template, which you can see in action on <a href="http://tarskitheme.com/tags/">our tags page</a>, uses the new <acronym title="WordPress">WP</acronym> tag cloud.</p>
<p>While the overall goal of 1.7 was to make Tarski compatible with the new version of WordPress, we also took it as an opportunity to polish our code a bit and add a few helpful new features. As you can see by casting an eye up to the navbar, the &#8216;Home&#8217; link can now be renamed. People have been asking for this for a while now, and I decided it was time to give in. You can change that on the Tarski Options page; look for the &#8216;Navigation Options&#8217; header.</p>
<p>Speaking of the navbar, we&#8217;ve fixed an annoying issue where one had to re-save one&#8217;s Tarski options to get the navbar to reorder. It now reorders automatically whenever you save a page (since that&#8217;s when you change the Page Order value). The navbar output has also been added to the <a href="http://tarskitheme.com/help/hooks/">hooks system</a>, which means two things: firstly, the <code>constants.php</code> file is now fully replaced (at least as far as it&#8217;s going to be), and that you can now add links to the navbar using a plugin. I hope to use this functionality to add a more elegant, user-friendly way to include external links.</p>
<p>The update notifier improvements in the <a href="http://tarskitheme.com/2007/08/17/16-release/">last release</a> have received a boost too, as the version check is now cacheable. To enable the cache, you need to make sure permissions on <code>library/cache/</code> in your Tarski directory are set to <code>777</code>. More details are available on the <a href="http://tarskitheme.com/help/updates/notifier/">Update Notifier page</a>.</p>
<p>For those who prefer to use a header image as their website title, and hide the actual title, I&#8217;ve improved the code so the <code>alt</code> attribute description is the site title when the title isn&#8217;t displayed, and the image itself links home (when you&#8217;re not on the front page, of course). A pinch of <acronym title="Cascading Stylesheets">CSS</acronym> means things should display as before, but the way things work is a bit more closely aligned with the expected behaviour (i.e., the site title links to the home page).</p>
<p>Category and author archives have had their first improvement in a long while: if there&#8217;s a description associated with them, they&#8217;re now displayed instead of the boring &#8220;This is a category archive for&#8230;&#8221; or &#8220;You are currently browsing so-and-so&#8217;s articles&#8230;&#8221;. So if you view <a href="http://tarskitheme.com/author/ionfish/">my posts</a>, you get a brief sentence about me instead of generic filler text. In addition to this, the document <code>body</code> now has an <code>id</code> which is set depending on which page you&#8217;re viewing, so you could make a particular author or category archive display in a certain way just by adding some extra code to your <a href="http://tarskitheme.com/help/styles/">custom style</a>. We&#8217;ve also assigned <acronym title="Hypertext Markup Language">HTML</acronym> classes to certain elements of the post metadata, so you can style those more easily.</p>
<p>As I detailed in my article on <a href="http://tarskitheme.com/2007/09/04/tarski-plugin-integration/">Tarski Plugin Integration</a>, the support for specific plugins is now gone, so if you want to carry on using those plugins with Tarski I strongly recommend giving it a read.</p>
<p>Many thanks to everyone who helped me track down and fix the various bugs in Tarski 1.6; hopefully 1.7 won&#8217;t have the same problems. Enjoy the new version.</p>
<p class="insert">Please post bugs, suggestions and new translations on the <a href="http://tarskitheme.com/forum/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/09/16/17-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Word Artist</title>
		<link>http://tarskitheme.com/2007/04/02/word-artist/</link>
		<comments>http://tarskitheme.com/2007/04/02/word-artist/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 21:55:39 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[customisability]]></category>

		<category><![CDATA[modifications]]></category>

		<category><![CDATA[praise]]></category>

		<category><![CDATA[Word-Artist]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/04/02/word-artist/</guid>
		<description><![CDATA[Colourful Tarski modification.]]></description>
			<content:encoded><![CDATA[<p>Another <a href="http://blog.a-word-artist.com/">redesign based on Tarski</a>; when I asked Craig Burgess how Tarski (possibly not an obvious basis for a site this colourful) helped him <a href="http://a-word-artist.com/blog/?p=12">make it</a>, he said</p>
<blockquote><p>I just wanted to make as wacky of a design as I could, and Tarski made it really easy for me. I&#8217;ve used Wordpress for too many years now, and Tarski is the first theme I&#8217;ve come across that has made it truly easier for me to customise.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/04/02/word-artist/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rawkstyle</title>
		<link>http://tarskitheme.com/2007/03/29/rawkstyle/</link>
		<comments>http://tarskitheme.com/2007/03/29/rawkstyle/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 12:51:47 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[modifications]]></category>

		<category><![CDATA[praise]]></category>

		<category><![CDATA[Rawkstyle]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/03/29/rawkstyle/</guid>
		<description><![CDATA[Sebastian Nordlund of Rawkstyle&#8217;s rather nice redesign is based on Tarski; the texture at the top is engagingly warm, and all the better for not being overwrought.
Seeing other people base original designs on Tarski&#8217;s codebase wasn&#8217;t something I really expected when we first released the theme, but there have actually been a number of them.
]]></description>
			<content:encoded><![CDATA[<p>Sebastian Nordlund of <a href="http://www.rawkstyle.com/">Rawkstyle</a>&#8217;s rather nice <a href="http://www.rawkstyle.com/2007/03/28/upgraded-and-redesigned/">redesign</a> is based on Tarski; the texture at the top is engagingly warm, and all the better for not being overwrought.</p>
<p>Seeing other people base original designs on Tarski&#8217;s codebase wasn&#8217;t something I really expected when we first released the theme, but there have actually been a <a href="http://tarskitheme.com/tag/modifications/">number of them</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/03/29/rawkstyle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jinkies&#8217; Gallery</title>
		<link>http://tarskitheme.com/2006/10/20/jinkies-gallery/</link>
		<comments>http://tarskitheme.com/2006/10/20/jinkies-gallery/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 09:35:01 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[1.1.3]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[forum]]></category>

		<category><![CDATA[gallery]]></category>

		<category><![CDATA[Jinkies]]></category>

		<category><![CDATA[modifications]]></category>

		<category><![CDATA[support]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/10/20/jinkies-gallery/</guid>
		<description><![CDATA[Forumgoer Jinkies has made a <a href="http://www.jinkies.org/surly-girls-inc/">clever Tarski-based gallery</a>.]]></description>
			<content:encoded><![CDATA[<p>Forumgoer <a href="http://www.jinkies.org/">Jinkies</a> has made a <a href="http://www.jinkies.org/surly-girls-inc/">clever Tarski-based gallery</a>, with a tiny bit of help from <a href="http://tarskitheme.com/forum/discussion/105/eliminate-sidebar-space-on-pages/">the support forum</a>. Well worth checking out.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/10/20/jinkies-gallery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Alternate Styles Tutorial</title>
		<link>http://tarskitheme.com/2006/10/04/styles-tutorial/</link>
		<comments>http://tarskitheme.com/2006/10/04/styles-tutorial/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 19:04:24 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[1.2]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[customisability]]></category>

		<category><![CDATA[features]]></category>

		<category><![CDATA[themes]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[tweaks]]></category>

		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/10/04/styles-tutorial/</guid>
		<description><![CDATA[A new and improved <a href="http://tarskitheme.com/help/styles/">Alternate Styles tutorial</a> is now available.]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just added a new, revised version of our original alternate styles tutorial. The new <a href="http://tarskitheme.com/help/styles/">Alternate Styles page</a> resides in its rightful place in the <a href="http://tarskitheme.com/help/">Docs &amp; Help</a> section, and has been substantially rewritten for greater clarity and to correct a couple of errors. The original article is now defunct, so if you have any links pointing there please update them.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/10/04/styles-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pink Tentacle</title>
		<link>http://tarskitheme.com/2006/07/04/pink-tentacle/</link>
		<comments>http://tarskitheme.com/2006/07/04/pink-tentacle/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 17:45:56 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[customisability]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/07/04/pink-tentacle/</guid>
		<description><![CDATA[<a href="http://www.pinktentacle.com/">Pink Tentacle</a> has a killer alternate style.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pinktentacle.com/">Pink Tentacle</a> shows just how much you can do with Tarski&#8217;s <a href="http://tarskitheme.com/help/styles/">alternate styles</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/07/04/pink-tentacle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Guilty Carnivore</title>
		<link>http://tarskitheme.com/2006/06/04/guilty-carnivore/</link>
		<comments>http://tarskitheme.com/2006/06/04/guilty-carnivore/#comments</comments>
		<pubDate>Sun, 04 Jun 2006 22:30:17 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[modifications]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/06/04/guilty-carnivore/</guid>
		<description><![CDATA[Guilty Carnivore has a beautiful modification of Tarski running.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://guiltycarnivore.com/">Guilty Carnivore</a> has a beautiful modification of Tarski running.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/06/04/guilty-carnivore/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8216;Vidarski&#8217; Tarski Modification</title>
		<link>http://tarskitheme.com/2006/06/02/vidarski-tarski-modification/</link>
		<comments>http://tarskitheme.com/2006/06/02/vidarski-tarski-modification/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 23:59:40 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[modifications]]></category>

		<category><![CDATA[Vidarski]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/06/02/vidarski-tarski-modification/</guid>
		<description><![CDATA[<a href="http://vidar.xmgfree.com/site/">Vidar</a> has created <a href="http://vidar.xmgfree.com/site/?p=52">a modified version of Tarski he dubs "Vidarski"</a>, even getting the theme to work with WordPress 1.5.x.]]></description>
			<content:encoded><![CDATA[<p><a href="http://vidar.xmgfree.com/site/">Vidar</a> has created <a href="http://vidar.xmgfree.com/site/?p=52">a modified version of Tarski he dubs &#8220;Vidarski&#8221;</a>, even getting the theme to work with WordPress 1.5.x.  I&#8217;m a fan of the blue&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/06/02/vidarski-tarski-modification/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Douten&#8217;s Tarski Mod</title>
		<link>http://tarskitheme.com/2006/05/09/doutens-tarski-mod/</link>
		<comments>http://tarskitheme.com/2006/05/09/doutens-tarski-mod/#comments</comments>
		<pubDate>Tue, 09 May 2006 23:43:15 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[modifications]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/09/doutens-tarski-mod/</guid>
		<description><![CDATA[Douten has done a lovely modification of Tarski. Might have been an idea to use Tarski&#8217;s alternate styles to make the changes, though&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://douten.frozendelusion.net/">Douten</a> has done a lovely modification of Tarski. Might have been an idea to use <a href="http://tarskitheme.com/2006/03/25/alternate-styles-with-tarski/">Tarski&#8217;s alternate styles</a> to make the changes, though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/09/doutens-tarski-mod/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1.1.1 Release</title>
		<link>http://tarskitheme.com/2006/03/26/111-release/</link>
		<comments>http://tarskitheme.com/2006/03/26/111-release/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 23:13:59 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[1.1.1]]></category>

		<category><![CDATA[alternate styles]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[features]]></category>

		<category><![CDATA[headers]]></category>

		<category><![CDATA[tags]]></category>

		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/26/111-release/</guid>
		<description><![CDATA[The latest version of Tarski adds a new header and variant style, streamlines and improves the Options page, and tweaks the theme to bring it closer to the perfection we aspire to.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s definately evolution rather than revolution with this release. After <a href="http://tarskitheme.com/2006/03/20/11-release/">we launched 1.1</a> I started tweaking, playing around with various niggles that were bothering me about the theme. You can go through all the details <a href="http://tarskitheme.com/help/changelog/">in the changelog</a>.</p>
<h3>New Features</h3>
<p><img class="imageright" src="http://tarskitheme.com/wp/wp-content/themes/tarski/headers/thoughtwind-thumb.jpg" alt="Thought Wind" /></p>
<p>Martin kindly did another header for this release, <cite>Thought Wind</cite>.</p>
<p>We&#8217;ve added another variant style, <code>skyline.css</code>. It&#8217;s very much in the same vein as the other styles, but for the official styles and headers I want to create a sense of variations on a theme, rather than radically different looks (you can always <a href="http://tarskitheme.com/2006/03/25/alternate-styles-with-tarski/">make your own</a> if you want to do something completely different, after all).</p>
<p>There&#8217;s now also an option to swap the columns, with the sidebar appearing on the right and the content on the left. All the other columnated sections&#8212;navigation, comments, the footer&#8212;swap over as well if you choose this option. You can find it under &#8216;Miscellaneous Options&#8217; at the bottom of the Tarski Options page (Presentation > Tarski Options in the <acronym title="WordPress">WP</acronym> admin panel, as always).</p>
<p>Chris has also done some excellent work revising the navigation bar. It now gets its links from the list of top-level pagesâ€”and you can choose which ones you want to appear. This option too appears on the Tarski Options page. Another advantage of doing it like this is that the links are no longer hardcoded; if you don&#8217;t have <acronym title="Uniform Resource Locator">URL</acronym> rewriting enabled, or have a different set of page slugs to ours, the links will still find your pages.</p>
<p>This change to the navigation bar does require you to select your desired pages in the Tarski Options page&#8212;don&#8217;t panic if there&#8217;s suddenly only a &#8220;Home&#8221; link after updating!</p>
<h3>Tweaks</h3>
<p>None of the tweaks will change anything major about Tarski&#8212;they just add a level of polish which was previously missing. Feed links now find your correct feed addresses, rather than just linking to <code>/feed/</code>; titles that are longer than one line of text will space themselves properly; various bits of &#8220;under the hood&#8221; code have been cleaned up or streamlined.</p>
<p>Just one note: the <code>page.php</code> file is now redundant, so make sure you delete it when you upgrade Tarski.</p>
<p>If you use the Ultimate Tag Warrior plugin, you&#8217;ll be glad to hear that Tarski now includes <a href="http://tarskitheme.com/help/recommended-plugins/">complete support</a> for its features: we&#8217;ve added the option to activate the live tag search feature on the <a href="http://tarskitheme.com/tags/">tags page</a>. The plugin does a pretty terrible job of separating content and presentation from behaviour, so the way it operates and displays isn&#8217;t as elegant as I&#8217;d like. <em>C&#8217;est la vie</em>.</p>
<p>As always, post any bugs or problems you have in the comments. We really appreciate your response; it makes the job worthwhile.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/03/26/111-release/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
