<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[kiwi2's Blog]]></title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=295]]></link>
	<description><![CDATA[kiwi2's Blog Syndication]]></description>
	<pubDate>Tue, 21 Jun 2011 19:57:38 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>oh. aaaahhh, ahhh, ooh I discovered FLASH!</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-3525-oh-aaaahhh-ahhh-ooh-i-discovered-flash/</link>
		<category></category>
		<description><![CDATA[For every idiot out there who said flash is not programming, eat your **** for breakfast because it is amazing, fantastic, and perfect for creating games.  <br />ohh la la I am in love, and this one is going to last baby......]]></description>
		<pubDate>Tue, 21 Jun 2011 19:18:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-3525-oh-aaaahhh-ahhh-ooh-i-discovered-flash/</guid>
	</item>
	<item>
		<title>Javascript I love th eeee eee..</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-2709-javascript-i-love-th-eeee-eee/</link>
		<category></category>
		<description><![CDATA[J&#097;v&#097;script is the most popular language on the web but it is limited in that it cannot store data(except in a small way using cookies), Ajax to a large extent has come to the rescue allowing data to be transferred to a php page, then new data to be displayed on the J&#097;v&#097;script page either in plain texr, js, html or xml, this...]]></description>
		<pubDate>Tue, 06 Jul 2010 10:07:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-2709-javascript-i-love-th-eeee-eee/</guid>
	</item>
	<item>
		<title>Dynamic Menu.</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1944-dynamic-menu/</link>
		<category></category>
		<description><![CDATA[Ever wanted to create a menu bar with drop down navigation that disappears after a giving the user enough time to find what they want, no, well I thought it might be worth while anyway to have a go at putting a menu together that interacts with the user.<br />What needs to be done is first create a css menu with elements in an unordered list that float...]]></description>
		<pubDate>Sat, 28 Nov 2009 06:51:10 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1944-dynamic-menu/</guid>
	</item>
	<item>
		<title><![CDATA[It's the PHP image that counts!]]></title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1695-its-the-php-image-that-counts/</link>
		<category></category>
		<description><![CDATA[A quick look at the imagesetstyle() function, which with a modicum of effort will create php ART, yeah well, don't knock it until you've tried it, no!<br />In this brief how-to, we will create and animate two short pieces of code to demonstrate this function.<br />First off we need a little color, provided by an rgb selection, which admittedly I...]]></description>
		<pubDate>Fri, 21 Aug 2009 21:19:53 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1695-its-the-php-image-that-counts/</guid>
	</item>
	<item>
		<title>An image to go!</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1687-an-image-to-go/</link>
		<category></category>
		<description><![CDATA[Everybody wants to make quick and easy mobile applications, but "whoa", maybe you've got to know java atleast to get it going!. Well no, actually all you need is j&#097;v&#097;script, a little php and a bit of html, granted this does'nt work on a phone without a j&#097;v&#097;script enabled browser so two options exist build...]]></description>
		<pubDate>Sun, 16 Aug 2009 15:44:29 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1687-an-image-to-go/</guid>
	</item>
	<item>
		<title>Round the Bend. PHP rounded corners with GD</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1653-round-the-bend-php-rounded-corners-with-gd/</link>
		<category></category>
		<description>The  fact is the entire Web is abuzz with rounded corners, whether it is css code, jquery, or anything else there is always an example of an imgage with rounded corners. so if you really wanted one, how would you go about it in PHP(as an aside these things are about to become much easier with the advent of HTML5 and CSS3: border radius will take...</description>
		<pubDate>Thu, 06 Aug 2009 18:18:15 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1653-round-the-bend-php-rounded-corners-with-gd/</guid>
	</item>
	<item>
		<title><![CDATA[It's a shattering experience..PHP Jigsaw!]]></title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1603-its-a-shattering-experiencephp-jigsaw/</link>
		<category></category>
		<description><![CDATA[Puzzles perplex the best of us, and naturally being interested in solutions, we'll tune up php with a sprinkling of J&#097;v&#097;script to produce a jigsaw puzzle(yes, yet another), that will hopefully demonstrate the PHP GD library's imagecopy function in a useful manner.<br />To begin:-<br />Create a thumbnail of the image to act as a guide:-<br /><pre class='prettyprint '>...</pre>]]></description>
		<pubDate>Sun, 12 Jul 2009 06:25:48 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1603-its-a-shattering-experiencephp-jigsaw/</guid>
	</item>
	<item>
		<title>Image effects in PHP..!</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1591-image-effects-in-php/</link>
		<category></category>
		<description><![CDATA[The fundamental tools to create and display images are provided to PHP through the GD library which is bundled with php5. From creating simple images to complex pixel detection php is capable of fairly professional image editing. <br />For the production of games or puzzles image management is essential. A word to the wise, if you are new to...]]></description>
		<pubDate>Tue, 07 Jul 2009 19:11:58 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1591-image-effects-in-php/</guid>
	</item>
	<item>
		<title>Anyone 4 cards..mini poker solataire in php.</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1579-anyone-4-cardsmini-poker-solataire-in-php/</link>
		<category></category>
		<description><![CDATA[Poker Solitaire<br />This is a mini single hand version of poker solitaire, it was one of the first scripts I ever wrote in PHP just over 1 1&#092;2 years ago, it is based on a J&#097;v&#097;script game by M Moncur.<br />The original script, when I hauled it out, was nostalgically verbose and repetitive, I worked through it in an to attempt to present a...]]></description>
		<pubDate>Tue, 30 Jun 2009 15:37:44 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1579-anyone-4-cardsmini-poker-solataire-in-php/</guid>
	</item>
	<item>
		<title>Wrapping up the quiz, PHP MYSQL</title>
		<link>http://www.dreamincode.net/forums/blog/295/entry-1576-wrapping-up-the-quiz-php-mysql/</link>
		<category></category>
		<description><![CDATA[Last time we looked at a method of selecting a quiz from an index list, here we expand on that code to complete this sample. The index.php remains unchanged, but the selector page disp.php is as follows:-<br /><pre class='prettyprint '>...</pre>]]></description>
		<pubDate>Sat, 27 Jun 2009 16:37:59 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/295/entry-1576-wrapping-up-the-quiz-php-mysql/</guid>
	</item>
</channel>
</rss>