<?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>george-graphics.co.uk &#187; BlogMeta</title>
	<atom:link href="http://george-graphics.co.uk/blog/category/blogmeta/feed/" rel="self" type="application/rss+xml" />
	<link>http://george-graphics.co.uk/blog</link>
	<description>Photography, Coding, Travel and Random Bits</description>
	<lastBuildDate>Wed, 28 Apr 2010 16:23:47 +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>Only show some categories on the homepage</title>
		<link>http://george-graphics.co.uk/blog/2008/01/09/only-show-some-categories-on-the-homepage/</link>
		<comments>http://george-graphics.co.uk/blog/2008/01/09/only-show-some-categories-on-the-homepage/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 11:05:05 +0000</pubDate>
		<dc:creator>geohar</dc:creator>
				<category><![CDATA[BlogMeta]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://george-graphics.co.uk/blog/2008/01/09/only-show-some-categories-on-the-homepage/</guid>
		<description><![CDATA[ See http://codex.wordpress.org/Template_Tags/query_posts for a neat solution.  This allows the frontpage to exclude certain content, so you can effectively have multiple streams of content&#8230;
]]></description>
			<content:encoded><![CDATA[ <p>See <a href="http://http://codex.wordpress.org/Template_Tags/query_posts">http://codex.wordpress.org/Template_Tags/query_posts</a> for a neat solution.  This allows the frontpage to exclude certain content, so you can effectively have multiple streams of content&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://george-graphics.co.uk/blog/2008/01/09/only-show-some-categories-on-the-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Setup</title>
		<link>http://george-graphics.co.uk/blog/2007/12/31/blog-setup/</link>
		<comments>http://george-graphics.co.uk/blog/2007/12/31/blog-setup/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 09:49:32 +0000</pubDate>
		<dc:creator>geohar</dc:creator>
				<category><![CDATA[BlogMeta]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://george-graphics.co.uk/blog/2007/12/31/blog-setup/</guid>
		<description><![CDATA[ Template based on:
 http://edmerritt.com/downloads.php?page=ajaxswitch&#38;content=oceanmist
Plugins:
http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/ and http://www.4mj.it/slimbox-wordpress-plugin/
Local Modifications:
edited the yapb plugin to display lightbox previews, edited tinyMCE javascript to disable gzip (there&#8217;s some incompatibility using YAPB with the edit bar, and on Safari 3 it doesn&#8217;t like newlines &#8211; which made typing this a pain.  However, there are fixes)
disappearing edit bar 
 	in tiny_mce_gzip.php [...]]]></description>
			<content:encoded><![CDATA[ <p><span style="font-weight: bold" class="Apple-style-span">Template based on:</span></p>
<p><span style="font-weight: bold" class="Apple-style-span"> </span><span style="font-weight: bold" class="Apple-style-span"></span><span style="font-weight: bold" class="Apple-style-span"></span><span style="font-weight: bold" class="Apple-style-span"></span>http://edmerritt.com/downloads.php?page=ajaxswitch&amp;content=oceanmist</p>
<p><span style="font-weight: bold" class="Apple-style-span">Plugins:</span></p>
<p><span style="font-weight: bold" class="Apple-style-span"></span><span style="font-weight: bold" class="Apple-style-span"></span><span style="font-weight: bold" class="Apple-style-span"></span>http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog/ and http://www.4mj.it/slimbox-wordpress-plugin/</p>
<p><span style="font-weight: bold" class="Apple-style-span">Local Modifications:</span></p>
<p><span style="font-weight: bold" class="Apple-style-span"></span>edited the yapb plugin to display lightbox previews, edited tinyMCE javascript to disable gzip (there&#8217;s some incompatibility using YAPB with the edit bar, and on Safari 3 it doesn&#8217;t like newlines &#8211; which made typing this a pain.  However, there are fixes)</p>
<p><span style="text-decoration: underline" class="Apple-style-span">disappearing edit bar </span></p>
<pre> <span class="Apple-tab-span" style="white-space: pre">	</span>in tiny_mce_gzip.php replace</pre>
<pre><span class="Apple-tab-span" style="white-space: pre">	</span>// Check for gzip header or northon internet securities</pre>
<pre><span class="Apple-tab-span" style="white-space: pre">	</span>if ((in_array('gzip', $encodings) || in_array('x-gzip', $encodings) ||</pre>
<pre><span style="white-space: pre" class="Apple-tab-span">		</span>isset($_SERVER['---------------'])) &amp;&amp; function_exists('ob_gzhandler') &amp;&amp;</pre>
<pre><span style="white-space: pre" class="Apple-tab-span">		</span>!ini_get('zlib.output_compression') &amp;&amp; ini_get('output_handler') != 'ob_gzhandler') {</pre>
<pre><span class="Apple-tab-span" style="white-space: pre">	</span>with</pre>
<pre><span class="Apple-tab-span" style="white-space: pre">	</span>if ((in_array('gzip', $encodings) || in_array('x-gzip', $encodings) ||</pre>
<pre><span style="white-space: pre" class="Apple-tab-span">		</span>isset($_SERVER['---------------'])) &amp;&amp; function_exists('ob_gzhandler') &amp;&amp;</pre>
<pre><span style="white-space: pre" class="Apple-tab-span">		</span>!ini_get('zlib.output_compression') &amp;&amp; ini_get('output_handler') != 'ob_gzhandler'</pre>
<pre><span style="white-space: pre" class="Apple-tab-span">		</span>&amp;&amp; get_settings('gzipcompression')) {</pre>
<pre> <span class="Apple-tab-span" style="white-space: pre">	</span>see <span class="Apple-tab-span" style="white-space: pre">	</span>http://wordpress.org/support/topic/104627#post-512864 for more info</pre>
<pre></pre>
<p><span class="Apple-style-span" style="text-decoration: underline">newlines and safari</span></p>
<pre><span class="Apple-tab-span" style="white-space: pre">	</span>in tiny_mce.js line 4025</pre>
<pre>//<span class="Apple-tab-span" style="white-space: pre">		</span>if (tinyMCE.isSafari &amp;&amp; this.formElement)</pre>
<pre>//<span class="Apple-tab-span" style="white-space: pre">			</span>this.formElement.innerText = htm;</pre>
<pre><span class="Apple-tab-span" style="white-space: pre">	</span>see http://wordpress.org/support/topic/122070/page/2 for more info</pre>
]]></content:encoded>
			<wfw:commentRss>http://george-graphics.co.uk/blog/2007/12/31/blog-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
