<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>\x2f\x62\x69\x6e\x2f\x73\x68</title>
	<link>http://www.northcanton.us</link>
	<description>Careening the neon</description>
	<pubDate>Sun, 08 Jun 2008 04:15:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Multi-Site; Footer.php</title>
		<link>http://www.northcanton.us/?p=34</link>
		<comments>http://www.northcanton.us/?p=34#comments</comments>
		<pubDate>Thu, 25 May 2006 14:11:02 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=34</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=34</wfw:commentRss>
		</item>
		<item>
		<title>Multi-Site; Html.php</title>
		<link>http://www.northcanton.us/?p=31</link>
		<comments>http://www.northcanton.us/?p=31#comments</comments>
		<pubDate>Fri, 19 May 2006 12:46:52 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=31</guid>
		<description><![CDATA[The navs function is responsible for printing a list of products that are related to the category our website is in. So if our website has a category named &#8220;phone&#8221;, the navs function would print links to various phone hardware that we sell.
function navs(){
        global $db;
   [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>Another Long Overdue Update</title>
		<link>http://www.northcanton.us/?p=33</link>
		<comments>http://www.northcanton.us/?p=33#comments</comments>
		<pubDate>Thu, 18 May 2006 14:45:21 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[Blog Updates]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=33</guid>
		<description><![CDATA[I&#8217;ve been busy with other stuff here of late, and just realized I haven&#8217;t even finished my documentation on the multi-site code. I&#8217;m working on an article on html.php right now, and hope to have it posted by the end of the week. I still haven&#8217;t given up on this site, just have a lot [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Multi-Site; Header.php</title>
		<link>http://www.northcanton.us/?p=29</link>
		<comments>http://www.northcanton.us/?p=29#comments</comments>
		<pubDate>Sun, 19 Mar 2006 07:47:31 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=29</guid>
		<description><![CDATA[The header.php file is where i&#8217;m handling the initial HTML code generation. This is where the logic for printing a standard header is contained. We&#8217;re using global variables that we obtained from config.php when it was called. 
// bunch of global stuff here.
global $db;  // so we can call db
global $http_host; // shortcut for [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>Multi-Site; Config.php</title>
		<link>http://www.northcanton.us/?p=27</link>
		<comments>http://www.northcanton.us/?p=27#comments</comments>
		<pubDate>Sat, 18 Mar 2006 22:19:59 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=27</guid>
		<description><![CDATA[As you can probably tell, config.php is where we hold the configuration information for our websites. I will sketch out basicly how i&#8217;m doing this. 
First we load up the database interface module.
require &#8216;DB.php&#8217;;
the variables below are so I dont have to type our those strings a million times in my code.
$prep = $_SERVER[&#8217;PHP_SELF&#8217;];
$query = [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Multi-Site; The Database</title>
		<link>http://www.northcanton.us/?p=28</link>
		<comments>http://www.northcanton.us/?p=28#comments</comments>
		<pubDate>Thu, 16 Mar 2006 15:26:51 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=28</guid>
		<description><![CDATA[The database I made for this script is pretty simple. It contains 8 columns. Wanted to just store basic information, as to keep things simple. What i&#8217;m doing is giving each website a category of products that CMH sells, a unique cascading style sheet, and a small amount of webpage related content, such as page [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Working Categories.</title>
		<link>http://www.northcanton.us/?p=26</link>
		<comments>http://www.northcanton.us/?p=26#comments</comments>
		<pubDate>Sun, 05 Mar 2006 06:15:04 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[Blog Updates]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=26</guid>
		<description><![CDATA[I found out that there is a way to display empty categories in wordpress without any extra stuff. All you need to do is open the sidebar.php file for your current theme, and find the line that says &#8220;wp_list_cats&#8221;. The edited line for my theme (Connections) looks like this before the change &#8220;php wp_list_cats(&#8217;optioncount=1&#8242;);  [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Search Engine Rank</title>
		<link>http://www.northcanton.us/?p=25</link>
		<comments>http://www.northcanton.us/?p=25#comments</comments>
		<pubDate>Sat, 04 Mar 2006 18:46:50 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[Blog Updates]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=25</guid>
		<description><![CDATA[Well, yesterday I posted that this blog was doing better on Yahoo. Today I checked to see where I stand, and this blog&#8217;s off the map today. People have told me that search results will vary from day to day, this seems to be proof of that. The search engines try to keep things fair [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>Categories, and Yahoo</title>
		<link>http://www.northcanton.us/?p=24</link>
		<comments>http://www.northcanton.us/?p=24#comments</comments>
		<pubDate>Fri, 03 Mar 2006 19:03:57 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[Blog Updates]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=24</guid>
		<description><![CDATA[Looks like yahoo updated it&#8217;s cache for this site recently, and we appear to be gaining ranking for some of the keywords, and phrases used here. I guess that  &#8220;\x2f\x62\x69\x6e\x2f\x73\x68&#8243; isnt really a fair keyword to use, but before we didnt even show up for that one, and now we&#8217;re number 5. Think if [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Categories</title>
		<link>http://www.northcanton.us/?p=22</link>
		<comments>http://www.northcanton.us/?p=22#comments</comments>
		<pubDate>Tue, 28 Feb 2006 20:53:54 +0000</pubDate>
		<dc:creator>jeffe</dc:creator>
		
		<category><![CDATA[Blog Updates]]></category>

		<guid isPermaLink="false">http://www.northcanton.us/?p=22</guid>
		<description><![CDATA[It appears that Wordpress doesnt like having empty categories. I&#8217;m using the projects category to organize different projects by language. The front page of the blog only shows the category Blog Updates, as this is the only category with actual posts in it.
Not sure what the work around for this is. In the coming days, [...]]]></description>
		<wfw:commentRss>http://www.northcanton.us/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
	</channel>
</rss>
