<?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>Hoketronics - Mike Hochanadel &#187; Blog</title>
	<atom:link href="http://hoketronics.net/tag/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoketronics.net</link>
	<description>Spiraled out of the Mind of Mike</description>
	<lastBuildDate>Tue, 16 Aug 2011 03:50:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>While We Get Settled In, Let&#039;s Git Down To Business</title>
		<link>http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/</link>
		<comments>http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 13:59:14 +0000</pubDate>
		<dc:creator>mike.hochanadel</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CVS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Version]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://hoketronics.net/?p=9</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/' addthis:title='&#60;span id=&#34;title-refEl-9&#34;&#62;While We Get Settled In, Let&#039;s Git Down To Business&#60;/span&#62; '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>I'm still working with what to bang out here at hoketronics.net.  Long term wise, I'm looking to integrate some social media profiles I have floating around in the name of consolidation.  Also, I'll look into implementing Open ID using hopefully some WordPress plugin magic. The content needs to be filled in as well.  Look for [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/' addthis:title='&#60;span id=&#34;title-refEl-9&#34;&#62;While We Get Settled In, Let&#039;s Git Down To Business&#60;/span&#62; ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-9"><div class="addthis_toolbox addthis_default_style " addthis:url='http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/' addthis:title='&lt;span id=&quot;title-refEl-9&quot;&gt;While We Get Settled In, Let&#039;s Git Down To Business&lt;/span&gt; '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div><p>I'm still working with what to bang out here at hoketronics.net.  Long term wise, I'm looking to integrate some social media profiles I have floating around in the name of consolidation.  Also, I'll look into implementing Open ID using hopefully some WordPress plugin magic. The content needs to be filled in as well.  Look for some pages to crop up.  Also, I'll be testing out designs on the fly so if it breaks, please be patient, it will be all good real soon. But that's for this site.</p>
<p>I'm working on another site, <a title="KC College Gameday" href="http://kccollegegameday.com" target="_blank">http://www.kccollegegameday.com</a>, to help show my love for college football.  I first turned it out last year when a friend of mine and myself needed a reason to go watch college football every week out at some sports bar establishment.  That idea quickly turned into a website.  By mean quickly, I mean I hit up GoDaddy, registered the name, did the one click install from their scripting site, setup emails/accounts, searched and installed a free template, and blasted out an announcement.  The site could use some refreshing almost as bad as this one does.</p>
<p>Really, it's just minor ticks that need improved.  I really dig the color scheme but some of the style is just not lining up correctly.  A great example is the bullet points.  If a big point lands, it will center in the middle and look off.  Chances are I'm going to customize the current template, much like this open source base one here.  So look for some additions at that.  There's also some rotating image header script that's piquing my interest.</p>
<p>Backend wise, I mentioned that it was a one click WordPress install.  Welp, working with the new release here, I've decided to begin work on upgrading WordPress on KCCGD.  Right now, I'm weighing two options.  First, I can roll out the complete package and run an update script to bring the old database/code up to the current release.  Or I can research about using one instance of code for multiple blogs.  I haven't figured out which one, but will talk about the decision and experience soon.</p>
<p>All of this work needs to be tracked and I'm in the middle of getting back into habit of revision control.  I used <a title="Concurrent Versioning System" href="http://ximbiot.com/cvs/cvshome/" target="_blank">CVS</a> way back in the day at one of my K-State jobs and have heard of <a title="Git" href="http://git.or.cz/" target="_blank">Git</a>, <a title="Subversion" href="http://subversion.tigris.org/" target="_blank">Subversion</a>, and <a title="Mercurial" href="http://www.selenic.com/mercurial/wiki/" target="_blank">Mercurial</a>.  I've used Git in a limited fashion at work for some Python projects, but have yet to taste Subversion or Mercurial.  More than likely, I'll be doing something other than Git as a reason to learn new software.  What is the best version control software for websites?  Maybe the first step is to see what WordPress uses for their version control.  At any rate, I'll be talking about what route I go with that in the near future.  Until then, check out <a title="KC College Gameday" href="http://kccollegegameday.com" target="_blank">KC College Gameday</a> and let me know what you think.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/' addthis:title='&lt;span id=&quot;title-refEl-9&quot;&gt;While We Get Settled In, Let&#039;s Git Down To Business&lt;/span&gt; ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div></div>]]></content:encoded>
			<wfw:commentRss>http://hoketronics.net/2008/10/21/while-we-get-settled-in-lets-git-down-to-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

