<?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>johnnysbox</title>
	<atom:link href="http://johnnysbox.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnysbox.com</link>
	<description></description>
	<lastBuildDate>Tue, 03 Aug 2010 20:35:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>test</title>
		<link>http://johnnysbox.com/2010/08/03/test/</link>
		<comments>http://johnnysbox.com/2010/08/03/test/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 20:35:25 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johnnysbox.com/?p=185</guid>
		<description><![CDATA[Test]]></description>
			<content:encoded><![CDATA[<p><strong>Test</strong></p>

		<div id='contact-form'>
			<div id='message-container'></div>
			
		<form action='http://johnnysbox.com/2010/08/03/test/' method='post'>
			<fieldset>
		    	<div class='required'>
		    		<label for='email'>E-mail:</label>
		    		<input type='text' name='uds-email' id='email' value='' />
		    	</div>
		    	<div class='required'>
		    		<label for='subject'>Subject:</label>
		    		<input type='text' name='uds-subject' id='subject' value='' />
		    	</div>
		    	<div class='required'>
		    		<label for='text'>Message:</label>
		    		<textarea name='uds-text' id='text'></textarea>
		    	</div>
		    	<div class='clear'></div>
		    	<div>
		    		<button type='submit'>Submit question</button>
		    	</div>
		    </fieldset>
		</form>
	
		</div>
	
]]></content:encoded>
			<wfw:commentRss>http://johnnysbox.com/2010/08/03/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook lotto generator on iphone</title>
		<link>http://johnnysbox.com/2010/07/17/facebook-lotto-generator-on-iphone/</link>
		<comments>http://johnnysbox.com/2010/07/17/facebook-lotto-generator-on-iphone/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 05:51:31 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[lotto]]></category>

		<guid isPermaLink="false">http://johnnysbox.com/2010/07/17/facebook-lotto-generator-on-iphone/</guid>
		<description><![CDATA[Yes it works on the iPhone.]]></description>
			<content:encoded><![CDATA[<p>Yes it works on the iPhone. </p>
<p><a href="http://johnnysbox.com/wp-content/uploads/2010/07/p_960_640_1A06EC7D-35F9-41C9-85FB-BB6ABCF7D418.jpeg"><img src="http://johnnysbox.com/wp-content/uploads/2010/07/p_960_640_1A06EC7D-35F9-41C9-85FB-BB6ABCF7D418.jpeg" alt="" class="alignnone size-full" /></a></p>
<p><a href="http://johnnysbox.com/wp-content/uploads/2010/07/p_960_640_487AA0A6-C7D8-426B-96D9-1766FFB05DBC.jpeg"><img src="http://johnnysbox.com/wp-content/uploads/2010/07/p_960_640_487AA0A6-C7D8-426B-96D9-1766FFB05DBC.jpeg" alt="" class="alignnone size-full" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://johnnysbox.com/2010/07/17/facebook-lotto-generator-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotto Generator</title>
		<link>http://johnnysbox.com/2010/07/10/lotto-generator/</link>
		<comments>http://johnnysbox.com/2010/07/10/lotto-generator/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 22:45:50 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[facebook application]]></category>
		<category><![CDATA[lotto]]></category>

		<guid isPermaLink="false">http://johnnysbox.com/?p=156</guid>
		<description><![CDATA[I wrote this facebook application mainly because I was bored. I am not new to the world of facebook application development. I have created apps that get hundreds of thousands of users for all types of companies. Although this is only my second personal facebook application. The first was my movie review/ticket/purchasing app which started [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this facebook application mainly because I was bored. I am not new to the world of facebook application development. I have created apps that get hundreds of thousands of users for all types of companies. Although this is only my second personal facebook application. The first was my movie review/ticket/purchasing app which started to get soo much traffic that I was made an offer and company purchased it from me.</p>
<p>So onto this application.</p>
<p>This application is really simple. Generate numbers to play the lotto. I got the idea the other day and when I a few hours of downtime in my personal projects I decided it would be a good idea to do.</p>
<p>How does it work? Well the good news is shortly I am going to provide all the programming for this facebook application on this website. I am also going to work on a tutorial to walk through the process. But the princible is simple. I am generating random numbers, using a few algorithims and I added a pretty robust front to work for almost any lotto (or even roulette) application.</p>
<p style="text-align: center;"><a href="http://johnnysbox.com/wp-content/uploads/2010/07/Screen-shot-2010-07-10-at-7.05.11-PM.png"><img class="size-full wp-image-162 aligncenter" title="Screen shot 2010-07-10 at 7.05.11 PM" src="http://johnnysbox.com/wp-content/uploads/2010/07/Screen-shot-2010-07-10-at-7.05.11-PM.png" alt="" width="504" height="186" /></a></p>
<p style="text-align: left;">The above screen shot is an example of the form used to generate the numbers. Here is an excerpt from the about page of the application:</p>
<div class="box info">1. <strong> Preset Examples</strong>: This will provide a few links to click that will setup the tool to match those requirements for you.<br />
2. <strong>Custom Critera</strong>: Here is where you setup the tool to generate the numbers to your specifications<br />
3. <strong>Numbers to generate</strong>: This is a drop down that you will select how many numbers you need generated. For example in a win 3 lotto, there is 3 numbers picked so you would select 3 numbers to generate in that case.<br />
4. <strong>Range</strong>: Every numbers (including the additional &#8220;Extra Ball&#8221;) needs to have a range. This is basically the range of numbers that the generator needs to select from. For example: If a Win 3 Lotto uses balls numbered 1-39, your range would be 1-39.<br />
5. <strong>Sets</strong>: Sets is how many times do you want to perform this generation. If you were looking to buy 10 lotto tickets (so you would need 10 different picks) you would select 10 (or more to find more you like) sets of numbers.<br />
6.<strong> Extra Ball</strong>: The extra ball is optional. This would only be selected in the case where, in say powerball, the range for the regular numbers is 1-59 but the &#8220;powerball&#8221; uses a different set of numbers 1-39.<br />
7. <strong>Allow numbers to repeat</strong>: Setting this to Yes will tell the generator that selecting the same number twice is OK. In most cases this would be NO. For example, a Win 3 could be 1,1,2. The number one (1) repeated twice. In say a &#8220;Win 5&#8243; the numbers would not be allowed to repeat. For example: 13,13,13,22,22 would NOT be a valid pick. But 13,22,24,25,26 would be!</div>
<p>As, you can see its pretty robust. I would recommend checking it out at <a href="http://apps.facebook.com/lottogenerate/" target="_blank">Facebook</a> and send me some feedback.</p>
<p>Enjoy, and look forward to the code and tutorials for creating this exact application!</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://johnnysbox.com/2010/07/10/lotto-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump + php: You&#8217;re welcome.</title>
		<link>http://johnnysbox.com/2010/06/01/mysqldump-php-youre-welcome/</link>
		<comments>http://johnnysbox.com/2010/06/01/mysqldump-php-youre-welcome/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:49:09 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysqldump]]></category>

		<guid isPermaLink="false">http://johnnysbox.com/?p=124</guid>
		<description><![CDATA[I just added some code for using mysqldump with PHP. It&#8217;s a pretty simple set of functions that you can expand to fit your needs. This code just expands a bit on mysqldump and makes recovery and backups a bit easier. With the use of cronjobs and a script like this you may be able [...]]]></description>
			<content:encoded><![CDATA[<p>I just added some code for using mysqldump with PHP. It&#8217;s a pretty simple set of functions that you can expand to fit your needs.</p>
<p>This code just expands a bit on mysqldump and makes recovery and backups a bit easier. With the use of cronjobs and a script like this you may be able to sleep easier at night.</p>
<p><a href="/portfolio/php-mysqldump/" target="_self">Check it out</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johnnysbox.com/2010/06/01/mysqldump-php-youre-welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
