<?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>futurekode.com</title>
	<atom:link href="http://futurekode.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://futurekode.com</link>
	<description></description>
	<lastBuildDate>Tue, 01 Dec 2009 17:29:22 +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>RGBA color</title>
		<link>http://futurekode.com/2009/12/01/rgba-color/</link>
		<comments>http://futurekode.com/2009/12/01/rgba-color/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 17:28:56 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[rgba]]></category>

		<guid isPermaLink="false">http://futurekode.com/?p=30</guid>
		<description><![CDATA[I just read the latest article on 24ways.org about rgba color. Recommended reading. Straight after reading it I had fun implementing rgba background colors on this site. It&#8217;s very easy, works great and it&#8217;s so much easier to update the colors in css rather than creating a new transparent png!
If you view this site in [...]]]></description>
			<content:encoded><![CDATA[<p>I just read the latest article on 24ways.org about <a href="http://24ways.org/2009/working-with-rgba-colour">rgba color</a>. Recommended reading. Straight after reading it I had fun implementing rgba background colors on this site. It&#8217;s very easy, works great and it&#8217;s so much easier to update the colors in css rather than creating a new transparent png!</p>
<p>If you view this site in Internet Explorer you will see that IE is still using the transparent png&#8217;s that I was previously using for all browsers. If you view this site in a decent browser like Firefox, Opera, Safari or Chrome you can rest assured that all the transparent png&#8217;s are gone <img src='http://futurekode.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://futurekode.com/2009/12/01/rgba-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Position fixed &#8211; fixed in ie6</title>
		<link>http://futurekode.com/2009/08/12/position-fixed-fixed-in-ie6/</link>
		<comments>http://futurekode.com/2009/08/12/position-fixed-fixed-in-ie6/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 17:15:06 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[position]]></category>

		<guid isPermaLink="false">http://futurekode.com/?p=28</guid>
		<description><![CDATA[See http://subtlegradient.com/articles/2009/07/29/css_position_fixed_for_ie6.html
Its easy and it works  
]]></description>
			<content:encoded><![CDATA[<p>See http://subtlegradient.com/articles/2009/07/29/css_position_fixed_for_ie6.html</p>
<p>Its easy and it works <img src='http://futurekode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://futurekode.com/2009/08/12/position-fixed-fixed-in-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Kohana php framework</title>
		<link>http://futurekode.com/2009/07/18/learning-kohana-php-framework/</link>
		<comments>http://futurekode.com/2009/07/18/learning-kohana-php-framework/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 21:22:21 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[kohana]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://futurekode.com/?p=21</guid>
		<description><![CDATA[An upcoming project required a login functionality but my php skills only go as far as includes and sending forms to email. So I did some searching and came across kohana php framework. I had read some good reviews of kohana and found out that they have an authorisation (login) module&#8230;  
I tried a [...]]]></description>
			<content:encoded><![CDATA[<p>An upcoming project required a login functionality but my php skills only go as far as includes and sending forms to email. So I did some searching and came across <a href="http://kohanaphp.com/">kohana php framework</a>. I had read some good reviews of kohana and found out that they have an authorisation (login) module&#8230; <img src='http://futurekode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I tried a few tutorials to learn about kohana but they were too technical for a php n00b like me&#8230; then I came across <a href="http://ozoned.webfactional.com/dl/kohana101.pdf">kohana 101</a>. I highly recommend this tutorial if you are a beginner when it comes to php and kohana framework.</p>
<p>The kohana 101 tutorial will walk you through the very basics and will take you about 2 or 3 hours to complete. By the end of the tutorial you will know how to make a simple site in kohana with products, pagination and an email form.</p>
<p>&#8211;</p>
<p>You will probably want to remove the index.php from the url&#8217;s, <a href="http://kohanaphp.com/tutorials/remove_index">this page</a> will tell you how. But it doesnt mention that you also have to edit application/config/config.php</p>
<p>
line 23<br />
<code>$config['index_page'] = 'index.php';</code> to <code>$config['index_page'] = '';</code>
</p>
<p>Good Luck</p>
]]></content:encoded>
			<wfw:commentRss>http://futurekode.com/2009/07/18/learning-kohana-php-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php include causing unwanted gap in web page</title>
		<link>http://futurekode.com/2009/04/18/php-include-causing-unwanted-gap-in-web-page/</link>
		<comments>http://futurekode.com/2009/04/18/php-include-causing-unwanted-gap-in-web-page/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 23:29:17 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[include]]></category>

		<guid isPermaLink="false">http://futurekode.com/?p=9</guid>
		<description><![CDATA[So, I was working on a new site and wanted to have the left menu as a standard php include:
&#60;?php include("solutionsMenu.php"); ?&#62;
But, when I loaded the page there was a big gap right above where the include was being rendered. It took me an hour to find out that I had accidentally saved the solutionsMenu.php [...]]]></description>
			<content:encoded><![CDATA[<p>So, I was working on a new site and wanted to have the left menu as a standard php include:</p>
<p><code>&lt;?php include("solutionsMenu.php"); ?&gt;</code></p>
<p>But, when I loaded the page there was a big gap right above where the include was being rendered. It took me an hour to find out that I had accidentally saved the solutionsMenu.php with a &#8216;bite order mark&#8217; which was adding a character at the very beginning of the file!</p>
<p>In your text editor you may have the option to set the encoding for the file. Make sure you are saving as UTF-8 not &#8216;UTF-8 with BOM&#8217;. Save the file without a BOM and the problem will disappear <img src='http://futurekode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.alifelessordinary.com/html/archives/2009/02/weird_gap_with_php_include.php">This article talks about the same issue</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://futurekode.com/2009/04/18/php-include-causing-unwanted-gap-in-web-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Images in a select box</title>
		<link>http://futurekode.com/2009/04/12/images-in-a-select-box/</link>
		<comments>http://futurekode.com/2009/04/12/images-in-a-select-box/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 21:40:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[xhtml]]></category>
		<category><![CDATA[drop down]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[select]]></category>

		<guid isPermaLink="false">http://futurekode.com/?p=3</guid>
		<description><![CDATA[Can you have images in a drop down select box?

Test 1
This one is a select box with images for options:
code: &#8220;&#60;select&#62;&#60;option value=&#8221;UK&#8221;&#62;&#60;img src=&#8221;images/uk.gif&#8221; alt=&#8221;UK&#8221; /&#62;&#60;/option&#62;&#60;/select&#62;&#8221;


   


doesnt work and also failed to validate: (document type does not allow element &#8220;img&#8221; here)



Test 2
This example uses background colors/images and a bottom border on the options
 select [...]]]></description>
			<content:encoded><![CDATA[<p>Can you have images in a drop down select box?</p>
<div class="test">
<h3>Test 1</h3>
<p>This one is a select box with images for options:</p>
<p>code: &#8220;&lt;select&gt;&lt;option value=&#8221;UK&#8221;&gt;&lt;img src=&#8221;images/uk.gif&#8221; alt=&#8221;UK&#8221; /&gt;&lt;/option&gt;&lt;/select&gt;&#8221;</p>
<form action="">
<div>
<select> <option value="UK"></option> <option value="UK"></option> </select>
</div>
</form>
<p style="color:red;margin-top:12px">doesnt work and also failed to validate: (document type does not allow element &#8220;img&#8221; here)</p>
</div>
<hr />
<div class="test">
<h3>Test 2</h3>
<p>This example uses background colors/images and a bottom border on the options</p>
<select id="drop1"> <option>select</option> <option style="background-color: #51dd68">Bg Color</option> <option style="background: transparent url(images/uk.gif) no-repeat right top">Bg Image</option> <option style="border-bottom: 3px solid orange">Bottom border</option> <option>No style</option> </select>
<p style="color:red;margin-top:12px">background images and borders only work in firefox.</p>
<p style="color:#51dd68">Background colors work in IE / firefox / safari / Opera / Chrome</p>
</div>
<hr />
<div class="test">
<h3>Test 3</h3>
<p>This one is a div with images inside like &lt;div id=&#8221;divscroller&#8221;&gt;<br />
&lt;img src=&#8221;/images/uk.gif&#8221; alt=&#8221;UK&#8221; /&gt;&lt;/div&gt;</p>
<div id="divscroller"><img src="images/uk.gif" alt="UK" /><br />
<img src="images/uk.gif" alt="UK" /><br />
<img src="images/uk.gif" alt="UK" /><br />
<img src="images/uk.gif" alt="UK" /><br />
<img src="images/uk.gif" alt="UK" /><br />
<img src="images/uk.gif" alt="UK" /></div>
<p>I didnt pursue this avenue but I imagine you can use onclick to populate a hidden form field with some value. Could be buggy.</p>
</div>
<hr />
<h3>Javascript solution</h3>
<p>Some javascript solutions I found but havn&#8217;t tried:</p>
<p>Check out <a href="http://www.dhtmlx.com/docs/products/dhtmlxCombo/index.shtml">dhtmlxCombo</a></p>
<p>I hope this information was at least slightly informative&#8230; please post a comment if you have any suggestions that might help others <img src='http://futurekode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://futurekode.com/2009/04/12/images-in-a-select-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
