<?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; Custom Programming</title>
	<atom:link href="http://www.cybercoded.net/info/custom-programming/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>Basic WordPress Theme</title>
		<link>http://www.cybercoded.net/basic-wordpress-theme/</link>
		<comments>http://www.cybercoded.net/basic-wordpress-theme/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 19:59:50 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Basic Wordpress Theme]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Custom Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Host]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Theme]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/basic-wordpress-theme.html</guid>
		<description><![CDATA[Since I started working on a Basic WordPress Theme last month I have had a few request to release what I have for others to experiment with. So here it is. CyberCoder Basic WordPress Theme (Zip File) If you have any interest in learning to create new WordPress Themes I would highly recommend downloading this [...]]]></description>
			<content:encoded><![CDATA[<p>Since I started working on a Basic WordPress Theme last month I have had a few request to release what I have for others to experiment with.</p>
<p>So here it is. <a title="CyberCoder Basic WordPress Theme" onclick="pageTracker._trackPageview('/zip/basicwordpresstheme/cybercoder.zip');" href="http://www.cybercoder.net/wp-content/uploads/2008/03/cybercoder.zip">CyberCoder Basic WordPress Theme</a> (Zip File)</p>
<p>If you have any interest in learning to create new WordPress Themes I would highly recommend downloading this theme to play with. It is about as basic as you can possibly make a theme. One of the best ways to learn is to try a few things and see what happens. If you have the ability to setup a sub domain it makes it very easy to experiment with things like this.</p>
<p>I host on <a title="DreamHost" href="http://www.dreamhost.com/r.cgi?278760">Dreamhost</a> which allows me to have unlimited sites. Doing it this way allowed me to purchase and setup a couple domains just for the learning experience and I have never seen a better way to learn. And if you want to sign-up with <a title="DreamHost" href="http://www.dreamhost.com/r.cgi?278760">Dreamhost</a> use the Promo Code (CYBER30HOSTING) without parenthesis for $30 off of the One Year plan.</p>
<p>This Basic WordPress Theme has very little styling with a single sidebar on the right hand side. As usual I have set it up to be fluid width, which is just my personal preference. If you would like to see what it looks like I have it installed on <a title="CyberCoded" href="http://www.cybercoded.net/">CyberCoded.net</a> as a test site.</p>
<p>Feel free to drop me a comment either here or on CyberCoded and let me know what you think.</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/basic-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Template Hierarchy</title>
		<link>http://www.cybercoded.net/wordpress-template-hierarchy/</link>
		<comments>http://www.cybercoded.net/wordpress-template-hierarchy/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 15:11:48 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Custom Programming]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Hierarchy]]></category>
		<category><![CDATA[Wordpress How To]]></category>
		<category><![CDATA[Wordpress Page Templates]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/wordpress-template-hierarchy.html</guid>
		<description><![CDATA[The WordPress Template Hierarchy is a critical part of truly understanding how your WordPress blog works. Have you ever wondered why some WordPress themes have certain files while others do not? A WordPress theme requires only two files as I have discussed before, the index.php and style.css. If you took a basic WordPress Theme and [...]]]></description>
			<content:encoded><![CDATA[<p>The WordPress Template Hierarchy is a critical part of truly understanding how your WordPress blog works.</p>
<p>Have you ever wondered why some WordPress themes have certain files while others do not?</p>
<p>A WordPress theme requires only two files as <a title="Wordpress Theme CyberCoder" href="http://www.cybercoded.net/new-wordpress-theme-from-cybercoder.html">I have discussed before</a>, the index.php and style.css. If you took a basic WordPress Theme and deleted all the files except those two in the theme folder, it would still work. However, the pages would basically look the same.</p>
<p>Now the question is, where do these other files come from? And how does WordPress know which ones to look for? This is actually a very simple process. WordPress uses a page hierarchy to choose which files to use for each type of page.</p>
<p>As an example if there is a single.php file, WordPress will use that for the individual (single) post, if that file does not exist, it will use the Index.php file.</p>
<p>There are 10 basic WordPress Theme pages, these are:</p>
<ul>
<li>404 (Not Found) page</li>
<li>Attachment page</li>
<li>Author page</li>
<li>Category page</li>
<li>Date page</li>
<li>Search Result page</li>
<li>Single Post page</li>
<li>Tag page</li>
<li>The Main (Index) page</li>
<li>WordPress Page</li>
</ul>
<p>This gives us the ability to customize each type of page. <a title="Wordpress Heirarchy" href="http://codex.wordpress.org/Template_Hierarchy">This WordPress Codex page</a> explains the Hierarchy.</p>
<p>Let&#8217;s look at the Tag.php page as a more specific example.</p>
<p>The Tag page hierarchy goes like this.</p>
<ul>
<li>The Tag Template with a matching slug. If the tag&#8217;s slug were sometag, WordPress would look for tag-sometag.php</li>
<li>tag.php</li>
<li>archive.php</li>
<li>index.php</li>
</ul>
<p>So if your WordPress theme does not have a Tag.php page you can easily copy the archive.php page to create a custom tag page, if you do not have a archive page, you could copy the index page to start your tag page.</p>
<p>To help you I have created a simple text file that lists the WordPress heirarchy that <a title="Wordpress Page Heirarchy" href="http://www.cybercoded.net/wp-content/uploads/2008/02/wp-hierachy.zip">you can download here</a>.</p>
<p>So with just a little thought and practice it is very easy to create very unique pages for your WordPress Theme.</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/wordpress-template-hierarchy/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Plugin versus Custom Programming</title>
		<link>http://www.cybercoded.net/wordpress-plugin-versus-custom-programming/</link>
		<comments>http://www.cybercoded.net/wordpress-plugin-versus-custom-programming/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 21:01:24 +0000</pubDate>
		<dc:creator>David Cooley</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[All in One SEO Pack]]></category>
		<category><![CDATA[Custom Programming]]></category>
		<category><![CDATA[Custom Query String Reloaded]]></category>
		<category><![CDATA[CyberExcerpt]]></category>
		<category><![CDATA[CyberExcerpt Plugin]]></category>
		<category><![CDATA[Get Recent Comments]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google XML Sitemaps]]></category>
		<category><![CDATA[Recommended Tags]]></category>
		<category><![CDATA[Show Top Commentators]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugin]]></category>
		<category><![CDATA[WP-ContactForm]]></category>

		<guid isPermaLink="false">http://www.cybercoder.net/wordpress-plugin-versus-custom-programming.html</guid>
		<description><![CDATA[I have not been listening to my own advice again. Why do something that someone else has already done, and especially if it is actually easier to use their program than it is to do it myself? The best example of this is WordPress Plugins. For the longest time I would code everything myself. As [...]]]></description>
			<content:encoded><![CDATA[<p>I have not been listening to <a href="http://www.cybercoder.net/making-mistakes-and-being-open-minded.html" title="Making Mistakes">my own advice</a> again.</p>
<p>Why do something that someone else has already done, and especially if it is actually easier to use their program than it is to do it myself?</p>
<p>The best example of this is WordPress Plugins. For the longest time I would code everything myself. As an example I did my own SEO programming and it worked well, but, I discovered as I moved from blog to blog I had to do a lot of extra work that I would not have to do if I had used a WordPress Plugin. So I started looking to replace all my custom programming with WordPress plugins, and I can not tell you how much easier it is to manage my blogs now.</p>
<p>I also found that in some cases the plugins were better than what I had done myself, ouch. But hey, that is the idea, use the software that gets the job done and is the easiest to maintain. I will say that in some cases I think a particular WordPress plugin can be improved, in that case I try to do one of two things, improve it and send it to the originator, or comment on the originating blog and give them my idea.</p>
<p>Here is a list of my current favorite WordPress plugins I am using on the majority of my blogs.</p>
<p><strong><a href="http://akismet.com/" title="Visit plugin homepage">Akismet</a></strong></p>
<p><strong><a href="http://wp.uberdose.com/2007/03/24/all-in-one-seo-pack/" title="Visit plugin homepage">All in One SEO Pack</a></strong></p>
<p><strong><a href="http://www.transycan.net/" title="Visit plugin homepage">Custom Query String Reloaded</a></strong></p>
<p><strong><a href="http://www.cybercoded.net/wordpress-excerpt-plugin/" title="CyberExcerpt Plugin">CyberExcerpt</a></strong></p>
<p><strong><a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" title="Visit plugin homepage">Get Recent Comments</a></strong></p>
<p><strong><a href="http://boakes.org/analytics" title="Visit plugin homepage">Google Analytics</a></strong></p>
<p><strong><a href="http://www.arnebrachhold.de/redir/sitemap-home/" title="Visit plugin homepage">Google XML Sitemaps</a></strong></p>
<p><strong><a href="http://cybernetnews.com/recommended-tags-for-wordpress/" title="Visit plugin homepage">Recommended Tags</a></strong></p>
<p><strong><a href="http://www.pfadvice.com/wordpress-plugins/show-top-commentators/" title="Visit plugin homepage">Show Top Commentators</a></strong></p>
<p><strong><a href="http://www.douglaskarr.com/projects/wp-contactform/" title="Visit plugin homepage">WP-ContactForm</a></strong></p>
<p>Using WordPress Plugins can certainly help you manage your blog better without all the additional work. Just make sure to test each plugin carefully before rolling out in full production. I have found some plugins may cause problems with other plugins and that even the order in which you install them can sometimes cause issues. The best thing to do is setup a sub domain with WordPress that is not indexed in the search engines and use it as a test site.</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/wordpress-plugin-versus-custom-programming/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

