<?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; widgets</title>
	<atom:link href="http://tarskitheme.com/tag/widgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sun, 07 Mar 2010 00:17:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>2.5 Release</title>
		<link>http://tarskitheme.com/2009/08/06/25-release/</link>
		<comments>http://tarskitheme.com/2009/08/06/25-release/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 23:10:58 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[custom sidebar]]></category>
		<category><![CDATA[RTL languages]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress 2.8]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=343</guid>
		<description><![CDATA[Tarski 2.5 brings full compatibility with new WordPress 2.8 <abbr title="Application Programming Interface">API</abbr>s.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.5</strong> improves Tarski&#8217;s compatibility with WordPress 2.8 and takes advantage of its new features to produce a leaner codebase. An excruciating amount of detail is available <a href="http://tarskitheme.com/about/changelog/">in the changelog</a>. <em>Please note that WordPress 2.8 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_2.5.zip">Download Tarski 2.5</a></p>
<p>You can also get this release as a <a href="http://github.com/ionfish/tarski/tree/2.5">Git tag</a> or a Subversion <a href="http://tarski.googlecode.com/svn/releases/2.5/">tag</a> or <a href="http://tarski.googlecode.com/svn/branches/2.5/">branch</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always <strong>back up your files and database</strong> before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress <em>before</em> installing the new version of Tarski.</p>
<h3>Fixes &#038; enhancements</h3>
<p>Tarski 2.5 fixes a number of bugs, most of which were very minor. Its widget code has been extensively overhauled to meet the new standard interfaces <a href="http://codex.wordpress.org/Widgets_API#Developing_Widgets_on_2.8.2B">introduced</a> in WordPress 2.8.</p>
<p>The Recent Articles widget has been almost completely rewritten. Not only can it now be used in multiple widget areas, but the title it displays and the number of articles listed are now customisable.</p>
<p>Support for right-to-left languages has improved again, thanks to <a href="http://tarskitheme.com/forum/comments.php?DiscussionID=936">mark-k</a> on the forum. I hope to build on this for 2.6 and improve the way the options page displays for <abbr title="Right to Left">RTL</abbr> language users as well.</p>
<p>In the spirit of <a href="http://en.wikipedia.org/wiki/Progressive_enhancement">progressive enhancement</a>, users with more recent browsers such as Safari, Firefox and Chrome will hopefully notice the improved styling of form submit buttons.</p>
<h3>Deprecations and diminishment</h3>
<p>As many of you noticed, this release has taken a lot longer than usual to come out. This wasn&#8217;t because it was an especially complex release (it wasn&#8217;t; despite the length of the changelog, the changes in 2.4 were much more substantial), but because I no longer have as much time as I once did to work on Tarski.</p>
<p>As a result, I&#8217;m rethinking how I approach the upkeep of the theme. I&#8217;d rather spend my time as a programmer than a janitor, so the changes I&#8217;m making ought to ensure that Tarski continues to be updated with each new version of WordPress, while eliminating a few of the headaches that have built up over the years.</p>
<h4>No more default widgets</h4>
<p>In the last version, I added a set of default widgets to Tarski&#8217;s widget areas. This was, I thought, a nice piece of functionality; the only problem was that it relied too much on private WordPress internals, rather than the public <abbr title="Application Programming Interface">API</abbr>. Unsurprisingly, the internals changed (for the better&#8212;these changes were at the heart of the improved widget support), and my code no longer worked.</p>
<p>Rather than rewrite it, with the possibility of it breaking with the next WordPress release, I&#8217;ve removed it altogether. If a new, approved, public way is added to allow this functionality then I&#8217;ll reinstate the defaults, but until then, new users will just have to put up with things looking a bit bare until they add their widget selections.</p>
<h4>User sidebar file deprecated</h4>
<p>Because widgets are now settled as the way to customise WordPress sites, I&#8217;ve deprecated the <code>user-sidebar.php</code> file. Support for it will be removed entirely in Tarski 2.6.</p>
<h4>Constants file deprecated</h4>
<p>Considered a legacy <abbr title="Application Programming Interface">API</abbr> since the introduction Tarski&#8217;s <a href="http://tarskitheme.com/help/hooks/">extensive hooks API</a> (a far superior way to extend the theme), the <a href="http://tarskitheme.com/help/hooks/constants/">constants file</a> is now deprecated entirely. Support for it will be removed in Tarski 2.6.</p>
<h4>Subversion repository no longer maintained</h4>
<p>Tarski 2.5 will also be the last release available from the <a href="http://tarskitheme.com/help/updates/svn/">Subversion repository</a>. Again, I have a limited amount of time, and I&#8217;d prefer to spend any time I do have to work on Tarski writing code, rather than keeping two version control repositories in sync. Anyone wanting to maintain a public Subversion repository is, of course, entirely welcome to do so.</p>
<h4>Support forum hanging on, for now</h4>
<p><a href="http://tarskitheme.com/forum/">The forum</a> is probably the most time-consuming thing of all. I&#8217;m not planning on shutting it altogether, but my activity there will drop a bit further. Tarski is an <a href="http://tarskitheme.com/help/">exceptionally well-documented</a> theme, and there are literally hundreds of forum discussions covering a vast number of user questions. For those who want to make changes, there is <a href="http://tarskitheme.com/help/hooks/example-plugins/">example code</a> in abundance.</p>
<p>As always, hope you enjoy the new version.</p>
<p class="insert">Please post bug reports and suggestions on the <a href="http://tarskitheme.com/forum/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2009/08/06/25-release/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>2.1 Release</title>
		<link>http://tarskitheme.com/2008/05/20/21-release/</link>
		<comments>http://tarskitheme.com/2008/05/20/21-release/#comments</comments>
		<pubDate>Tue, 20 May 2008 13:38:01 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[avatars]]></category>
		<category><![CDATA[hooks]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[options page]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=127</guid>
		<description><![CDATA[Tarski 2.1 includes a number of enhancements, including a fully widget-based footer area, avatar support, and a reworked options page in line with the new WordPress admin interface.
]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.1</strong> includes a number of enhancements, including a fully widget-based footer area, avatar support, and a reworked options page in line with the new WordPress admin interface. Details are in the <a href="http://tarskitheme.com/about/changelog/">changelog</a> as always.</p>
<div class="insert">
<h3>Upgrade guide</h3>
<ol>
<li>Back up any custom stylesheets, sidebars etc.</li>
<li>Switch to the default theme</li>
<li>Update your Tarski files</li>
<li>Put your custom files back</li>
<li>Switch back to Tarski</li>
</ol>
<p>Changing themes ensures that Tarski isn&#8217;t running while you update your files, and triggers the upgrade routine (visiting the Tarski options page is another way to do this, if you&#8217;re just running <code>svn up</code> for example).
</div>
<p>Recently I&#8217;ve been contributing the odd patch to the WordPress core, and coupled with the many other huge improvements in <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a>, the result has been that I&#8217;ve been able to remove a few things from Tarski. The ability to choose which feed type is linked to by default, for example, has been added to WordPress, and so it&#8217;s been dropped from Tarski.</p>
<h3>Widgets</h3>
<p>I also decided to finally give in to the inevitable, and drop Tarski&#8217;s native sidebar implementation in favour of the widgets it&#8217;s had since version 1.1.2. If you&#8217;re using the Tarski sidebar, don&#8217;t worry: your settings will be automatically converted into widgets. If you&#8217;re using a custom sidebar file, that will be picked up too: if it&#8217;s there it&#8217;ll be used, overriding the widget sidebar, and if it isn&#8217;t, it won&#8217;t.</p>
<p>The main footer area is now a widget field, too, and Tarski&#8217;s recent articles code has been rewritten as a widget, so you can either keep things as they are, or start customising madly. Tarski&#8217;s <a href="http://tarskitheme.com/help/hooks/">hooks system</a> has received a number of additions, so anyone building their website on top of Tarski should find it that much easier to make adjustments. Some 2.1 developer notes will be forthcoming once I find the time to finish writing them up.</p>
<h3>Avatars &#038; icons</h3>
<p>After being absent for a few versions, avatars are now back, courtesy of the native WordPress implementation in 2.5. You&#8217;ll be able to see them in action by commenting on this post.</p>
<p>I&#8217;ve also taken the opportunity to freshen up the theme with some new icons. Obviously if you want to use them in any other <acronym title="Gnu Public License">GPL</acronym>-compatible project then you&#8217;re free to do so.</p>
<h3>Options page</h3>
<p>Obviously the biggest change in WordPress 2.5 is the new admin interface, and Tarski&#8217;s options page has received a thorough overhaul too. The last time we made such a big change was in <a href="http://tarskitheme.com/2007/04/02/13-release/">version 1.3</a>&#8212;almost a year ago. Things have come on a fair bit since then. Enjoy the new version.</p>
<p class="insert">Bugs and suggestions <a href="http://tarskitheme.com/forum/">on the forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/05/20/21-release/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Tarski in Polish, 2.1 Plans, Subversion</title>
		<link>http://tarskitheme.com/2008/01/06/tarski-in-polish-21-plans-subversion/</link>
		<comments>http://tarskitheme.com/2008/01/06/tarski-in-polish-21-plans-subversion/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 13:51:31 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[Alfred Tarski]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[Polish]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2008/01/06/tarski-in-polish-21-plans-subversion/</guid>
		<description><![CDATA[A new Polish translation, the status of WordPress 2.4/2.5, and our plans for the next version of Tarski.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very happy to have just uploaded <a href="http://adamklimowski.tox.pl/">Adam Klimowski</a>&#8217;s translation of Tarski into Polish&#8212;the language of this theme&#8217;s namesake, <a href="http://en.wikipedia.org/wiki/Alfred_Tarski">Alfred Tarski</a>. You can download it from our <a href="http://tarski.googlecode.com/svn/translations/trunk/">translations repository</a>. Many thanks to Adam for that, as well as everyone else who&#8217;s provided a translation, all of whom are credited on the <a href="http://tarskitheme.com/help/localisation/">localisation page</a>.</p>
<p>WordPress 2.4 has been <a href="http://comox.textdrive.com/pipermail/wp-hackers/2008-January/016993.html">cancelled</a>, and we&#8217;ll be going straight to 2.5 in early March. Tarski 2.1 is being written for compatibility with that next version, and hence will be delayed until then too. Keep track of our plans for the release on the <a href="http://tarskitheme.com/about/roadmap/">roadmap page</a> (which has just moved from the &#8216;Help&#8217; section to the &#8216;About&#8217; section).</p>
<p>The major feature of Tarski 2.1 thus far is the move to entirely widgetised footers and sidebars. I&#8217;m in the midst of writing and testing an upgrade script to convert people&#8217;s current options to the new widget-based ones. If you have any comments or suggestions about that, please post on the <a href="http://tarskitheme.com/forum/">forum</a>. Patches, bug reports etc. should be posted on the issue tracker <a href="http://code.google.com/p/tarski/issues/detail?id=125">ticket</a> for the changes.</p>
<p>I&#8217;ve updated the website with a link to the Tarski <a href="http://tarski.googlecode.com/svn/">Subversion repository</a>, specifically to the latest stable branch (which is what you should be using; 2.0.5 is the latest release from that branch). Hopefully more people will try using <code>svn</code> to keep their WordPress and Tarski installations updated; it&#8217;s a little more work initially, but it makes maintenance far, far easier, as well as allowing you to take advantage of the latest security fixes, general bug fixes, and other improvements with the minimum of effort. There are a bunch of tutorials out there on this subject (for example, <a href="http://redmonk.com/sogrady/2007/03/06/itreport_wordpress_updating/">this one</a>). If people are interested I can write up a quick tutorial on how I keep things up to date on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/01/06/tarski-in-polish-21-plans-subversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tarski Links Widget Updated</title>
		<link>http://tarskitheme.com/2007/01/02/tarski-links-widget-updated/</link>
		<comments>http://tarskitheme.com/2007/01/02/tarski-links-widget-updated/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 23:18:39 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.2.2]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[links widget]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/01/02/tarski-links-widget-updated/</guid>
		<description><![CDATA[The <a href="http://tarskitheme.com/help/widgets/">Tarski Links Widget</a> code has been updated.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just updated the <a href="http://tarskitheme.com/help/widgets/">Tarski Links Widget</a> code to fix a small bug: categories with no visible entries are no longer displayed. This fix will go into 1.2.2 as well, as some quite similar code is used in a couple of places in the core code. Thanks to Helen for pointing this one out <a href="http://tarskitheme.com/forum/discussion/140/tarski-links-widget-and-link-categories-with-no-visible-entries/">on the forum</a>.</p>
<p class="insert">I&#8217;ve just updated the code again to make it compatible with WordPress 2.1. Let me know if there are any issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/01/02/tarski-links-widget-updated/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Day Dream</title>
		<link>http://tarskitheme.com/2006/06/19/day-dream/</link>
		<comments>http://tarskitheme.com/2006/06/19/day-dream/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 19:06:49 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[Day Dream]]></category>
		<category><![CDATA[praise]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/06/19/day-dream/</guid>
		<description><![CDATA[<a href="http://www.fightingfriends.com/daydream/">Day Dream</a> is a Tarski-influenced WordPress theme.]]></description>
			<content:encoded><![CDATA[<p>Jim Whimpey&#8217;s <a href="http://www.fightingfriends.com/daydream/">Day Dream</a> has apparently been <a href="http://www.fightingfriends.com/daydream/?page_id=2">influenced by Tarski</a> (not detrimentally, we hope). It&#8217;s a clean single-column theme with a large header and a few nice touches&#8212;I particularly like the way the header switches with the colour changes. Happily, it looks like Jim agrees with us about <a href="http://ionfish.co.uk/2006/05/the-nesting-instinct/">the need for customisability</a>. Worth checking out.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/06/19/day-dream/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tag Cloud Widget</title>
		<link>http://tarskitheme.com/2006/05/30/tag-cloud-widget/</link>
		<comments>http://tarskitheme.com/2006/05/30/tag-cloud-widget/#comments</comments>
		<pubDate>Tue, 30 May 2006 01:38:01 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/30/tag-cloud-widget/</guid>
		<description><![CDATA[More free stuff!  For those of you using both WordPress Widgets and the Ultimate Tag Warrior plugin, try out this tag cloud Widget and let me know how it works.
]]></description>
			<content:encoded><![CDATA[<p>More free stuff!  For those of you using both WordPress Widgets and the Ultimate Tag Warrior plugin, try out <a href="http://ceejayoz.com/wordpress-plugins/tag-cloud/">this tag cloud Widget</a> and let me know how it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/30/tag-cloud-widget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Brian&#8217;s Latest Comments Widget</title>
		<link>http://tarskitheme.com/2006/05/25/brians-latest-comments-widget/</link>
		<comments>http://tarskitheme.com/2006/05/25/brians-latest-comments-widget/#comments</comments>
		<pubDate>Thu, 25 May 2006 15:18:23 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[latest comments]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/25/brians-latest-comments-widget/</guid>
		<description><![CDATA[Looking for a Widget version of Tarski&#8217;s &#8220;recent comments&#8221; block?  Here&#8217;s one.  Be sure to get the Tarski links Widget, too.
]]></description>
			<content:encoded><![CDATA[<p>Looking for a Widget version of Tarski&#8217;s &#8220;recent comments&#8221; block?  <a href="http://www.4null4.de/142/sidebar-widget-brians-latest-comments/">Here&#8217;s one</a>.  Be sure to get the <a href="http://tarskitheme.com/code/tarski_links.phps">Tarski links Widget</a>, too.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/25/brians-latest-comments-widget/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>1.1.3 Release</title>
		<link>http://tarskitheme.com/2006/05/23/113-release/</link>
		<comments>http://tarskitheme.com/2006/05/23/113-release/#comments</comments>
		<pubDate>Tue, 23 May 2006 19:00:01 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.1.3]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tagline]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/23/113-release/</guid>
		<description><![CDATA[A new header, better widget support and revised Asides are just a few of the things we've improved for this release.]]></description>
			<content:encoded><![CDATA[<p>As promised, here&#8217;s the new version. The <a href="http://tarskitheme.com/help/changelog/">changelog</a> has all the details. My major aim with this theme was to smooth out the widget implementation slightly, add a couple of options people had requested, and improve the look and feel of the them.</p>
<h3>New Features</h3>
<p><img class="imageright" src="http://tarskitheme.com/wp-content/themes/tarski/headers/spots-thumb.gif" alt="Spots" />We&#8217;ve expanded your options again with a new header, the imaginatively-titled <cite>Spots</cite>. If you go to the Tarski Options page and scroll down to the Miscellaneous Options, you&#8217;ll see the option to display your site&#8217;s tagline or description below the title.</p>
<p>If you don&#8217;t have a site description, don&#8217;t worry, there won&#8217;t be a huge and annoying gap between header and navigation.</p>
<h3>Tweaks</h3>
<p>This is mostly pretty dull stuff: some minor adjustments, rewriting a bit of <acronym title="Cascading Stylesheets">CSS</acronym> for the widgets plugin and whatnot.</p>
<p>The most obvious thing is probably the reworked Asides; I think they&#8217;re a lot more elegant like this, and these are fewer lines breaking up the flow of the page, which is how I originally envisioned things.</p>
<p>I&#8217;m going to do a more major rewrite of the code for the next major version, including a standardisation of the code for content areas and columns. This means two things in practice: some of your alternate styles will need rewriting, but it should be much easier to write them in future.</p>
<p>Tarski has a fair bit of legacy code and is much like a city that has had new buildings plonked down on old streets&#8212;it&#8217;s not broken as such, but future town planning will be a lot easier once we rip out some old foundations.</p>
<p>Keep an eye on the <a href="http://tarskitheme.com/help/roadmap/">roadmap</a> for the lowdown on the changes as I start to work on them.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/23/113-release/feed/</wfw:commentRss>
		<slash:comments>96</slash:comments>
		</item>
		<item>
		<title>1.1.2 Release</title>
		<link>http://tarskitheme.com/2006/05/18/112-release/</link>
		<comments>http://tarskitheme.com/2006/05/18/112-release/#comments</comments>
		<pubDate>Thu, 18 May 2006 02:17:11 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.1.2]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/18/112-release/</guid>
		<description><![CDATA[Tarski now includes widget support out of the box.]]></description>
			<content:encoded><![CDATA[<p>Chris did all the hard work on this release, so credit for the <a href="http://tarskitheme.com/help/changelog/#v1.1.2">new features</a> goes to him. <a href="http://tarskitheme.com/help/widgets/">Widget support</a> is probably the most exciting addition, but there are some less glamorous ones that ought to be just as useful.</p>
<p>As always, let us know if you run into any problems using the theme.</p>
<h3>Image classes</h3>
<p><a href="http://tarskitheme.com/help/images/">Image classes</a> should allow you to include images in a reasonably elegant fashion, without having to write your own additional styling code. Admittedly using image classes does require adding a smidgen of code when you post an image, but it&#8217;s very minor, and should make your pictures look as good as your words.</p>
<h3>Widgets</h3>
<p><a href="http://automattic.com/code/widgets/">Widgets</a> are basically drag-and-drop code blocks that let you include various things like text, blogrolls, feeds and so on in areas of blog pages set up to allow them. There&#8217;s some documentation on using them with Tarski <a href="http://tarskitheme.com/help/widgets/">here</a>.</p>
<p>Currently you can only add them to your sidebar, but we plan to overhaul various bits of the rest of the theme to allow them to be added (or removed) in other places, such as the footer. Chris didn&#8217;t think much of the default links widget, so he made <a href="http://tarskitheme.com/help/widgets/#tarski-links">a new one</a>.</p>
<h3>Miscellany</h3>
<p>A rudimentary print stylesheet has been added, so if you print out a page from a blog using Tarski, it should be a bit more readable than previously. The print stylesheet eliminates all the redundant page data like the header, the sidebar and the footer, leaving just the important bit&#8212;the content. Additionally, per a user request, you can now enable comments for pages should you wish.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/18/112-release/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
