<?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>CyberCoded &#187; Code</title>
	<atom:link href="http://www.cybercoded.net/info/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cybercoded.net</link>
	<description>Trying to help others with their Wordpress, PHP and other Web issues.</description>
	<lastBuildDate>Sun, 05 Feb 2012 09:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Used Car Database</title>
		<link>http://www.cybercoded.net/used-car-database/</link>
		<comments>http://www.cybercoded.net/used-car-database/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:14:23 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Custom Programming]]></category>
		<category><![CDATA[CyberCoder]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Used Car Database]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=835</guid>
		<description><![CDATA[For quite some time now I have needed and wanted to make a database listing of Used Cars by Year, Make and Model. I finally have the used car database complete. The result is a database that should help any programmer needing the same information for their used car project. The Used Car Database currently [...]]]></description>
			<content:encoded><![CDATA[<p>For quite some time now I have needed and wanted to make a database listing of Used Cars by Year, Make and Model. </p>
<p>I finally have the used car database complete. The result is a database that should help any programmer needing the same information for their used car project.</p>
<p>The Used Car Database currently has over 5,200 cars listed by Year, Make and Model, from 1989-2009.</p>
<p>The data matches what is listed in the Kelley Blue Book which has been the nation&#8217;s number-one-selling automotive book, I did this to have a good reference point for data validity.</p>
<p>The file download includes 2 file formats of the database. A CSV file and a MySQL export file. Between these 2 formats, most programmers should be able to incorporate this data into a project easily.</p>
<p>Here is a random sampling of the data.</p>
<p>2002 Saturn SC2<br />
2009 Chevrolet Colorado<br />
1992 Mercury Sable<br />
1994 Dodge Viper<br />
2007 Chevrolet Equinox<br />
1994 Suzuki Samurai<br />
1999 Lexus LS 400<br />
1999 Dodge Durango<br />
2001 Ford Mustang<br />
1992 Buick Riviera</p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?i=320162&#038;c=single&#038;cl=35732" target="ejejcsingle"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" border="0" alt="Buy Now"/></a></p>
<p><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&#038;i=320162&#038;cl=35732&#038;ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a></p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/used-car-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Help</title>
		<link>http://www.cybercoded.net/php-help/</link>
		<comments>http://www.cybercoded.net/php-help/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 16:14:41 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Consultant]]></category>
		<category><![CDATA[PHP Developer]]></category>
		<category><![CDATA[PHP Help]]></category>
		<category><![CDATA[PHP Programmer]]></category>
		<category><![CDATA[PHP Software]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cybercoded.net/?p=763</guid>
		<description><![CDATA[Thought I would share a few of my favorite resources for PHP Help, no real secrets here, just some good links. PHP Freaks W3Schools PHP Tutorials PHP Net PHP Classes The thing I liked about getting into PHP Programming was the amount of help and sample code out there is unbelievable, and if you work [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I would share a few of my favorite resources for PHP Help, no real secrets here, just some good links.</p>
<p><a href="http://www.phpfreaks.com/" target="_blank">PHP Freaks</a></p>
<p><a href="http://www.w3schools.com/PHP/DEfaULT.asP" target="_blank">W3Schools PHP Tutorials</a></p>
<p><a href="http://us.php.net/" target="_blank">PHP Net</a></p>
<p><a href="http://www.phpclasses.org" target="_blank">PHP Classes</a></p>
<p>The thing I liked about getting into PHP Programming was the amount of help and sample code out there is unbelievable, and if you work in WordPress you have a great place to test PHP stuff.</p>
<p>I would recommend setting up a dummy WordPress site, just to try things out, it is an excellent way to learn from the ground up.</p>
<p>If you ever need to just ask a simple question, give Twitter a try, there is always someone willing to help.</p>
<p><g:plusone></g:plusone>&nbsp;&nbsp;<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="CyberCoder" data-related="DavidCooley">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></p>]]></content:encoded>
			<wfw:commentRss>http://www.cybercoded.net/php-help/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

