<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Offline blogging, uni and other stuff</title>
	<atom:link href="http://www.crazybobbles.org/2006/09/29/192/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crazybobbles.org/2006/09/29/192/</link>
	<description>photos + music + geekery - mind games</description>
	<lastBuildDate>Mon, 30 May 2011 17:26:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Crazy Bobbles</title>
		<link>http://www.crazybobbles.org/2006/09/29/192/comment-page-1/#comment-64</link>
		<dc:creator>Crazy Bobbles</dc:creator>
		<pubDate>Sat, 30 Sep 2006 12:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazybobbles.org/2006/09/29/192/#comment-64</guid>
		<description>Woo thanks :)</description>
		<content:encoded><![CDATA[<p>Woo thanks <img src='http://www.crazybobbles.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.crazybobbles.org/2006/09/29/192/comment-page-1/#comment-63</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 30 Sep 2006 12:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazybobbles.org/2006/09/29/192/#comment-63</guid>
		<description>Here&#039;s a bit of basic code for making dynamic images using GD, I&#039;m gonna see if I can work out how to define a font...

Header (&quot;Content-type: image/png&quot;);
$img_handle = imageCreateFromPNG(&quot;http://www.yoursite.com/image.png&quot;);
$color = ImageColorAllocate ($img_handle, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF);

/*
The following function has the following parameters...
imagestring ( image, font size, x coordinate, y coordinate, text string, colour )
 */
ImageString ($img_handle, 4, 77, 150,  &quot;Text here&quot;, $color);
ImagePng ($img_handle);
ImageDestroy ($img_handle);</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a bit of basic code for making dynamic images using GD, I&#8217;m gonna see if I can work out how to define a font&#8230;</p>
<p>Header (&#8220;Content-type: image/png&#8221;);<br />
$img_handle = imageCreateFromPNG(&#8220;http://www.yoursite.com/image.png&#8221;);<br />
$color = ImageColorAllocate ($img_handle, 0xFFFFFF, 0xFFFFFF, 0xFFFFFF);</p>
<p>/*<br />
The following function has the following parameters&#8230;<br />
imagestring ( image, font size, x coordinate, y coordinate, text string, colour )<br />
 */<br />
ImageString ($img_handle, 4, 77, 150,  &#8220;Text here&#8221;, $color);<br />
ImagePng ($img_handle);<br />
ImageDestroy ($img_handle);</p>
]]></content:encoded>
	</item>
</channel>
</rss>

