<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>The New and Improved Ruby Codes</title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=1640]]></link>
	<description>The New and Improved Ruby Codes Syndication</description>
	<pubDate>Wed, 14 Dec 2011 00:11:51 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Ruby - Scan() and Regex:  Converting a paragraph valuable data values</title>
		<link>http://www.dreamincode.net/forums/blog/1640/entry-3828-ruby-scan-and-regex-converting-a-paragraph-valuable-data-values/</link>
		<category></category>
		<description><![CDATA[In ruby, scan is a powerful method that you can use with regex to scan through a string and find all occurrences of a pattern.  So if you have a string with data in it, say, maybe you are parsing from emails or some other secondary data source, you would use regex to parse that important information into your ruby app.  <br /><br />Props to: ...]]></description>
		<pubDate>Tue, 06 Dec 2011 23:17:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1640/entry-3828-ruby-scan-and-regex-converting-a-paragraph-valuable-data-values/</guid>
	</item>
	<item>
		<title><![CDATA[What's a WebAPI anyway?  How can I use one?  Are https get requests easy in ruby?]]></title>
		<link>http://www.dreamincode.net/forums/blog/1640/entry-3768-whats-a-webapi-anyway-how-can-i-use-one-are-https-get-requests-easy-in-ruby/</link>
		<category></category>
		<description><![CDATA[<span style='font-size: 21px;'>::What is a WebAPI anyway?</span>...]]></description>
		<pubDate>Wed, 12 Oct 2011 23:38:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1640/entry-3768-whats-a-webapi-anyway-how-can-i-use-one-are-https-get-requests-easy-in-ruby/</guid>
	</item>
	<item>
		<title>03_View MySql tables with PHP</title>
		<link>http://www.dreamincode.net/forums/blog/1640/entry-3513-03-view-mysql-tables-with-php/</link>
		<category></category>
		<description><![CDATA[Here's some code that can be used to dump out all of the information in one of your MySql database tables.  It's useful to pick through and see how things work.  Just be sure to change the host, user, pwd, database, and table names before you start it up.  <br /><br />(datadump.php)<br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Sat, 11 Jun 2011 22:09:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1640/entry-3513-03-view-mysql-tables-with-php/</guid>
	</item>
	<item>
		<title>PHP with NetBeans 7.0 Jump start! (audio emphasized) (windows)</title>
		<link>http://www.dreamincode.net/forums/blog/1640/entry-3488-php-with-netbeans-70-jump-start-audio-emphasized-windows/</link>
		<category></category>
		<description><![CDATA[Hey, check out my wicked fast PHP tutorial that is sure to get any new person ready to start programming PHP QUICK!  The two part tutorial get's you working from the ground up using a cozy-cool IDE called NetBeans, and even sets you up with apache server.  If you don't currently have an ide/localhost test setup, this tutorial is a must...]]></description>
		<pubDate>Wed, 01 Jun 2011 04:46:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1640/entry-3488-php-with-netbeans-70-jump-start-audio-emphasized-windows/</guid>
	</item>
	<item>
		<title>03_call php file from html using the prototype lib</title>
		<link>http://www.dreamincode.net/forums/blog/1640/entry-3459-03-call-php-file-from-html-using-the-prototype-lib/</link>
		<category></category>
		<description><![CDATA[Ok, in our last example, we called a PHP file from within a web page.  It was a fairly simple procedure to understand, but it took a lot of lines.  Like 30 or 40 I think!  That's crazy, especially considering most of it was browser compatibility workarounds.  So instead of using AJAX that way, we're better off using the prototype...]]></description>
		<pubDate>Wed, 18 May 2011 21:04:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1640/entry-3459-03-call-php-file-from-html-using-the-prototype-lib/</guid>
	</item>
	<item>
		<title>02_call php file from html.txt</title>
		<link>http://www.dreamincode.net/forums/blog/1640/entry-3393-02-call-php-file-from-htmltxt/</link>
		<category></category>
		<description><![CDATA[One of the many cool features of php is the ability to call a PHP page from within any old html page.  <br /><br />How:  <br /><br />1)  With j&#097;v&#097;script, the HTML page calls the php page, and sends the results to a var object<br />2)  After being called, the PHP page will do it's code, and echo what you want the user to see.<br />3)  With j&#097;v&#097;script,...]]></description>
		<pubDate>Wed, 27 Apr 2011 01:42:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1640/entry-3393-02-call-php-file-from-htmltxt/</guid>
	</item>
</channel>
</rss>