<?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>Tarski &#187; headers</title>
	<atom:link href="http://tarskitheme.com/tag/headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sun, 22 Apr 2012 18:14:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>3.0 Release</title>
		<link>http://tarskitheme.com/2011/03/18/3-0-release/</link>
		<comments>http://tarskitheme.com/2011/03/18/3-0-release/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 17:59:12 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.1]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=513</guid>
		<description><![CDATA[Tarski 3.0 supports WordPress 3.1 features like custom menus and default headers.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 3.0</strong> is now available to install at your leisure. It adds support for new WordPress features like menus, default headers and the &#8216;aside&#8217; post format. A detailed list of changes is available in <a href="http://tarskitheme.com/changelog">the changelog</a>. <em>Please note that WordPress 3.1 is required for this release.</em></p>
<p>You can also get this version as a <a href="http://github.com/beastaugh/tarski/tree/3.0.5">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates">upgrade guide</a>. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>WordPress menus</h3>
<p>Tarski 3.0 removes the built-in menu functionality in favour of the core WordPress menu feature. This means that after you install the new version of Tarski you&#8217;ll need to reconstruct your site&#8217;s navbar. Just go to Appearance > Menus in the WordPress admin panel, create a new menu, and add it to the Tarski navbar.</p>
<h3>Header images</h3>
<p>Headers are also now selected entirely outside the theme. Tarski registers all its current headers as default headers which you can select from the Appearance > Header page in the WordPress admin panel, so if you were using one of the built-in headers, or had added your own to the <code>/headers</code> directory in Tarski or a child theme, you will need to re-select it from there. If you were using a custom header you had uploaded yourself, you don&#8217;t need to change anything.</p>
<p class="insert">Please post bug reports, suggestions etc. in the comments or <a href="mailto:benedict@eastaugh.net">email me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2011/03/18/3-0-release/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>1.6 Release</title>
		<link>http://tarskitheme.com/2007/08/17/16-release/</link>
		<comments>http://tarskitheme.com/2007/08/17/16-release/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 20:25:05 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.6]]></category>
		<category><![CDATA[1.6.1]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[CRIR]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[update notification]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/08/17/16-release/</guid>
		<description><![CDATA[Tarski 1.6 features a rewritten update notification system and header selector, as well as loads of bug fixes and tweaks.]]></description>
			<content:encoded><![CDATA[<p>Despite only releasing the previous version a month or so ago, we decided to call this release <strong>Tarski 1.6</strong> since there have been some fairly major changes. You can obsess over the details in the <a href="http://tarskitheme.com/help/changelog/">changelog</a> as usual.</p>
<p>Perhaps most importantly, the header selection code in the Tarski Options page has been almost completely rewritten, although it preserves the same functionality as before. Where before it relied on JavaScript being enabled in the user&#8217;s browser, it now degrades gracefully&#8212;when JavaScript and <acronym title="Cascading Stylesheets">CSS</acronym> are disabled, it will still be functional, building up from an <acronym title="Hypertext Markup Language">HTML</acronym> skeleton rather than down from a JavaScript implementation. For this you can thank Chris Erwin, author of the <a href="http://www.chriserwin.com/scripts/crir/">Checkbox &#038; Radio Input Replacement</a> script that makes our new header selection code tick, and Richard Fliam who did some sterling work making our implementation compatible with Internet Explorer.</p>
<p>In line with other changes being phased into the WordPress admin panel, we&#8217;ve switched our required JavaScript library to <a href="http://jquery.com/">jQuery</a>, which now does the show and hide legwork for the sidebar options selection. The comments file has also been rewritten, stripping out some forty lines of code and resulting in a cleaner, leaner and more maintenance-friendly file.</p>
<p>We&#8217;ve also fixed several bugs, including both a recently introduced one where the &#8216;Author&#8217; field in the comments form was being filled by the author link of the last commenter, and a very long-standing one where comments display was screwed up for users of the &#8216;Recent Articles&#8217; sidebar widget (many thanks to Peter Cawley for providing this and other fixes).</p>
<p>The new update notification system will hopefully pass unnoticed, as a seamless replacement for the old one. Essentially it&#8217;s just an <a href="http://www.atomenabled.org/">Atom feed</a>, which Tarski checks whenever you visit the Dashboard or Tarski Options page (I may look into caching results for the next version). This is more secure, and allows the notification text to be translated&#8212;something that wasn&#8217;t possible with the old system. Niels Leenheer&#8217;s <a href="http://rakaz.nl/extra/code/feedparser">Feedparser</a> does the heavy lifting.</p>
<p><a href="http://tarski.googlecode.com/svn/translations/releases/1.5/">1.5 translations</a> have been frozen and the latest translations can be found in the <a href="http://tarski.googlecode.com/svn/translations/trunk/">translations trunk directory</a> as usual. Just as a heads-up, this will probably be our last major release before WordPress 2.3 comes out. Enjoy the rest of your summer, and we&#8217;ll see you in September for Tarski 1.7.</p>
<p class="insert">Bugs, suggestions and new translations to the <a href="http://tarskitheme.com/forum/">forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/08/17/16-release/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>1.2.4 Release</title>
		<link>http://tarskitheme.com/2007/03/27/124-release/</link>
		<comments>http://tarskitheme.com/2007/03/27/124-release/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 23:14:47 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.2.4]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[translations]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/03/27/124-release/</guid>
		<description><![CDATA[<strong>Tarski 1.2.4</strong> includes a new header and a lot of tweaks.]]></description>
			<content:encoded><![CDATA[<p>Lots of messing about with code for <strong>Tarski 1.2.4</strong>, but not much terribly exciting I&#8217;m afraid.</p>
<p><img class="imageright" src="http://tarskitheme.com/wp-content/themes/tarski/headers/orbits-thumb.gif" alt="Orbits" /></p>
<p><a href="http://tarskitheme.com/help/changelog/">The changelog</a> has all the details, the highlight of which is obviously a new header by Martin. He actually made <cite>Orbits</cite> a while ago but it slipped our collective mind and so wasn&#8217;t included until now.</p>
<p>I also did a fair bit of <acronym title="Cascading Stylesheets">CSS</acronym> work for this version, including some improvements to our rather rudimentary print stylesheet, and a new stylesheet for those writing in <acronym title="Right to Left">RTL</acronym> languages. Not actually being able to read or write Hebrew, Arabic etc. I&#8217;m sure there are plenty of problems with it, so if you use Tarski and a language that is written from right to left, please leave some feedback on the <a href="http://tarskitheme.com/forum/">forum</a> so we can improve on what we&#8217;ve done so far.</p>
<p>While we&#8217;re on the subject of languages, we&#8217;ve removed the language files from the theme download, as I explained <a href="http://tarskitheme.com/2007/03/25/translations-download/">the other day</a>. The Older/Newer post links are still a holdout in the universalisation process; there&#8217;s a fix in the pipeline for a future version but I&#8217;m afraid it didn&#8217;t make it into this release.</p>
<p class="insert">Bugs and suggestions <a href="http://tarskitheme.com/forum/">on the forum</a> as always.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/03/27/124-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</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>Benedict 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>
		<slash:comments>86</slash:comments>
		</item>
		<item>
		<title>1.1 Release</title>
		<link>http://tarskitheme.com/2006/03/20/11-release/</link>
		<comments>http://tarskitheme.com/2006/03/20/11-release/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 01:24:09 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.1]]></category>
		<category><![CDATA[alternate styles]]></category>
		<category><![CDATA[Asides]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme hooks]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/20/11-release/</guid>
		<description><![CDATA[This is a big one, folks - theme hooks, asides, and alternate styles are now available in Tarski.  Oh, and a pretty new header, too.]]></description>
			<content:encoded><![CDATA[<p>Lots of changes, this time, so we opted to call it version 1.1.  As always, a detailed list of changes is available in the <a href="http://ionfish.co.uk/tarski/help/changelog/">changelog</a>.</p>
<p>This release has a number of major changes. If you&#8217;re upgrading from an older Tarski install, <em>we recommend deleting the entire contents of the old folder</em> and installing a fresh copy of 1.1.</p>
<h3>New Header</h3>
<p><img src="http://ionfish.co.uk/tarski/wp-content/themes/tarski/headers/coffeerings-thumb.jpg" style="float: right; padding: 0 0 10px 10px;" alt="Coffee Rings" />Ben did a new header, <em>Coffee Rings</em>, and we&#8217;ve added a blank header image for those who prefer a minimal look.</p>
<h3>Theme Hooks</h3>
<p>One of the biggest problems people seem to run into with Tarski and other themes is the necessity of editing theme files to add content to areas of the theme.  This causes upgrades to be a substantial pain in the ass for users, as well as making support more difficult for theme authors.</p>
<p>We&#8217;re trying out a solution to this problem with Tarski&#8217;s new <a href="http://ionfish.co.uk/tarski/help/theme-hooks/">theme hooks</a>.  Using a single file, <code>constants.php</code>, code can be added to the theme without losing it when updating to the next version.  Take a look at <a href="http://ionfish.co.uk/tarski/help/theme-hooks/">the documentation</a> for more information.</p>
<p>As an example of this, our <a href="http://haveamint.com/">Mint stats tracker</a> JavaScript for this site is added via the <code>headerInclude</code> hook.</p>
<h3>Alternate Styles</h3>
<p>Having seen some of the <a href="http://overdose.jogger.pl/">nifty</a> <a href="http://no-reason.net/">tweaks</a> to the theme, we figured it was time to make tweaking the CSS easier.  The options pane now supports alternate styles, which can be used to tweak and override the default stylesheet.  For example, this site is now running the <code>polar.css</code> style.</p>
<p>Tarski now ships with several alternate styles, and you can make your own by just uploading them to <code>wp-content/themes/tarski/styles/</code>. Got a nifty alternate style?  Please do share yours with us &#8211; we may include it in the next version!</p>
<h3>Asides</h3>
<p>We&#8217;ve added an implementation of <a href="http://photomatt.net/2004/05/19/asides/">Matt&#8217;s Asides</a> that draws on <a href="http://getk2.com/">K2&#8242;s implementation</a> as well.  Just select a post category in your theme options and away you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/03/20/11-release/feed/</wfw:commentRss>
		<slash:comments>47</slash:comments>
		</item>
	</channel>
</rss>

