<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="Joomla! 1.6 - Open Source Content Management" --><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>Blog</title>
		<description>Portfolio and blog of Dylan Bishop, a web ninja working preferably by the beach</description>
		<link>http://dylanbishop.net/blog</link>
		<lastBuildDate>Fri, 25 May 2012 00:50:40 +0000</lastBuildDate>
		<generator>Joomla! 1.6 - Open Source Content Management</generator>
		
		<language>en-gb</language>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DylanBishop" /><feedburner:info uri="dylanbishop" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
			<title>Getting started with Android app development on windows with HTML 5 and JQuery</title>
			<link>http://feedproxy.google.com/~r/DylanBishop/~3/mn6liC-PaGg/6-getting-started-with-android-app-development-on-windows</link>
			<guid isPermaLink="false">http://dylanbishop.net/blog/6-getting-started-with-android-app-development-on-windows</guid>
			<description>&lt;p&gt;I had a great idea for a mobile app and decided to pick up Android. &amp;nbsp;Interesting enough, web developers can apply their current knowledge in making websites and make Android apps. &amp;nbsp;I'm already very familiar with JQuery and HTML 5 so this sounded good to me. &amp;nbsp;&lt;img src="http://feeds.feedburner.com/~r/DylanBishop/~4/mn6liC-PaGg" height="1" width="1"/&gt;</description>
			<author>contact@dylanbishop.net (Super User)</author>
			<pubDate>Sun, 20 Mar 2011 20:42:03 +0000</pubDate>
		<feedburner:origLink>http://dylanbishop.net/blog/6-getting-started-with-android-app-development-on-windows</feedburner:origLink></item>
		<item>
			<title>Store money into MySQL</title>
			<link>http://feedproxy.google.com/~r/DylanBishop/~3/e53vrEQHoRQ/8-store-money-and-currency-into-mysql-db</link>
			<guid isPermaLink="false">http://dylanbishop.net/blog/9-php/8-store-money-and-currency-into-mysql-db</guid>
			<description>&lt;p&gt;On many occasions developing E-Commerce applications, I've needed to recall the proper DB table column declarations for storing currency/money.&amp;nbsp; I always forget, but I figured writing a blog post would make it easier for me to remember and for others to find on the web.&lt;/p&gt;&lt;p&gt;In order to store money/currency into MySQL, you will need to create a new table column and name it whatever you like...In this case we'll call it 'total_amount'.&amp;nbsp; Set the &lt;em&gt;data type&lt;/em&gt; (type) to &lt;strong&gt;FLOAT&lt;/strong&gt; and the&lt;em&gt; length/value &lt;/em&gt;properties to &lt;strong&gt;10,2&lt;/strong&gt;.&amp;nbsp; This column's value will never be empty so we set &lt;em&gt;Null &lt;/em&gt;to &lt;strong&gt;not null&lt;/strong&gt;.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Let me take a moment and explain the &lt;strong&gt;FLOAT&lt;/strong&gt; datatype.&amp;nbsp; MySQL represents approximate
      numeric data values with the &lt;strong&gt;FLOAT &lt;/strong&gt;or &lt;strong&gt;DOUBLE &lt;/strong&gt;datatypes.&amp;nbsp; Below is an explaination from MySQL's online documentation&lt;img src="http://feeds.feedburner.com/~r/DylanBishop/~4/e53vrEQHoRQ" height="1" width="1"/&gt;</description>
			<author>contact@dylanbishop.net (Super User)</author>
			<pubDate>Sat, 26 Mar 2011 21:33:06 +0000</pubDate>
		<feedburner:origLink>http://dylanbishop.net/blog/9-php/8-store-money-and-currency-into-mysql-db</feedburner:origLink></item>
	</channel>
</rss>

