<?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; Internet Explorer</title>
	<atom:link href="http://tarskitheme.com/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<pubDate>Thu, 14 Aug 2008 09:16:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>2.3 Release</title>
		<link>http://tarskitheme.com/2008/08/10/23-release/</link>
		<comments>http://tarskitheme.com/2008/08/10/23-release/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 22:58:13 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Internet Explorer]]></category>

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

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

		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=161</guid>
		<description><![CDATA[Tarski 2.3 adds full compatibility for SSL admin, improves security and works better with Internet Explorer 6 and 7.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.3</strong> adds full compatibility with the <abbr title="Secure Sockets Layer">SSL</abbr> admin enhancements from WordPress 2.6, and adds a number of security, stability and compatibility improvements. Details are available in <a href="http://tarskitheme.com/about/changelog/">the changelog</a>. <em>Please note that WordPress 2.6 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_2.3.zip">Download Tarski 2.3</a></p>
<p>WordPress 2.6 introduced better support for a secure connection to the administrative area, which Ryan Boren covered pretty thoroughly <a href="http://boren.nu/archives/2008/07/14/ssl-and-cookies-in-wordpress-26/">in this article</a>. Tarski 2.3 adds full support for this functionality, so you should now be able to save your Tarski options when using the admin area over SSL. However, due to the use of a number of new functions, WordPress 2.6 is a requirement.</p>
<p>A couple of minor security improvements have also been made. The Tarski options page can now only be accessed by users with the <code>edit_themes</code> capability. WordPress&#8217; role system wraps around a capability-based user model, and it&#8217;s more secure to tie functionality to those capabilities than to roles which are more malleable.</p>
<p>As well as fixing a bug in the Links template, a number of tweaks have been made to improve Tarski&#8217;s performance and reliability. A long-standing problem with the upgrade process, where widget sidebar settings might be lost, has now been fixed. Tarski is also more reliant on WordPress&#8217; own <abbr title="Application Programming Interfaces">APIs</abbr>, which should allow it to take advantage of performance and stability improvements made in the WordPress core.</p>
<p>In addition to this, the new navbar selector introduced in Tarski 2.2 is now fully compatible with Internet Explorer 6 and 7. There weren&#8217;t any reports of problems, presumably because Tarski users are more discriminating than the median internet citizen, but good cross-browser compatibility is a worthy goal nonetheless.</p>
<p>Thank you to everyone who tested the release candidates; I can only assume from the lack of responses that everything worked perfectly. Enjoy the new release.</p>
<p class="insert">Please post bugs and suggestions on <a href="http://tarskitheme.com/forum/">the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/08/10/23-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2.0.1 Release</title>
		<link>http://tarskitheme.com/2007/11/09/201-release/</link>
		<comments>http://tarskitheme.com/2007/11/09/201-release/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 17:22:17 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<category><![CDATA[Internet Explorer]]></category>

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

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

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

		<category><![CDATA[theme hooks]]></category>

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

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

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/09/201-release/</guid>
		<description><![CDATA[Tarski 2.0.1 fixes a few bugs in the 2.0 release.]]></description>
			<content:encoded><![CDATA[<p>With any major Tarski release, I know that there are bugs which won&#8217;t rear their ugly heads until it&#8217;s in the wild. <strong>Tarski 2.0.1</strong> fixes the ones that have shown themselves so far. Details are in <a href="http://tarskitheme.com/help/changelog/">the changelog</a>.</p>
<p><a href="http://jordan.liggitt.net/">Jordan</a> is the man to thank for the major fixes: he&#8217;s written a new, more efficient feed parser for the update notifier that should eliminate the memory limitation issues a couple of people had, and added an increased level of robustness to the options updater.</p>
<p>There are also fixes for a couple of <acronym title="Cascading Stylesheets">CSS</acronym> bugs, one where the navbar would disappear when only title and tagline were set to not display, and another where the next/previous post navigation disappeared in Internet Explorer.</p>
<p>Lastly, Tarski&#8217;s stylesheets are now added via the <code>wp_head</code> hook, and they can now be filtered. This means if you want to replace the stylesheets entirely, and just use the markup skeleton, you can do it without editing <code>header.php</code>. You could also use it to, for example, add per-page stylesheets or change the <acronym title="Uniform Resource Locator">URL</acronym>s to point to a separate file server.</p>
<p class="insert">Bugs, suggestions etc. to <a href="http://tarskitheme.com/forum/">the forum</a> as always.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/09/201-release/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
