<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Got Wills</title>
	
	<link>http://got.phillipwills.com</link>
	<description>My blog, about what I want to talk about</description>
	<pubDate>Mon, 20 Oct 2008 19:35:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/GotWills" type="application/rss+xml" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.rojo.com/add-subscription?resource=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://blog.rojo.com/RojoWideRed.gif">Subscribe with Rojo</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/GotWills" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FGotWills" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>Revamped Property (Parcel) Search for Navajo County</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/414806593/</link>
		<comments>http://got.phillipwills.com/2008/10/08/revamped-property-parcel-search-for-navajo-county/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 07:06:09 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[assessor]]></category>

		<category><![CDATA[cci]]></category>

		<category><![CDATA[county]]></category>

		<category><![CDATA[property]]></category>

		<category><![CDATA[search]]></category>

		<category><![CDATA[sql]]></category>

		<category><![CDATA[taxes]]></category>

		<category><![CDATA[treasurer]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://got.phillipwills.com/?p=64</guid>
		<description><![CDATA[Well, a couple of months ago, I made Navajo County&#8217;s Parcel Search start getting data from the new Assessor&#8217;s database. They have moved from the Arizona Department of Revenue&#8217;s CCIS to Colorado Customware Inc&#8217;s RealWare product, affectionately known as CCI. All things said and done, it wasn&#8217;t too bad of a process.
Obstacle 1
Where is the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, a couple of months ago, I made <a href="http://www.navajocountyaz.gov/parcelsearch.aspx">Navajo County&#8217;s Parcel Search</a> start getting data from the new Assessor&#8217;s database. They have moved from the Arizona Department of Revenue&#8217;s CCIS to <a href="http://www.coloradocustomware.com/RealWare.aspx">Colorado Customware Inc&#8217;s RealWare</a> product, affectionately known as CCI. All things said and done, it wasn&#8217;t too bad of a process.</p>
<h3>Obstacle 1</h3>
<h4>Where is the data located?</h4>
<p>With a lot of help from Mohave County&#8217;s Systems &amp; Database Admin, Gary Waters, this step wasn&#8217;t too bad. I realized what I needed was the DataMart schema&#8230; but I didn&#8217;t quite understand how I was supposed to populate it. Gary kept telling me about this job they have that populates it nightly, but I couldn&#8217;t even find (in Oracle Enterprise) where Oracle keeps it&#8217;s jobs. I eventually found a query that would list them for me, but we had no such job.</p>
<p>The next day, or thereabouts, Jeff, one of the other Navajo County programmers, noted that he had found a DataMart application and had populated the schema. As he was explaining how to install it (it&#8217;s included in the advanced RealWare install), I realized I had seen it there when I was installing RealWare on my machine, duh. Oh well, all in a day&#8217;s work, I guess.</p>
<p>With the help of the SQL scripts that Gary sent along, I started to piece together how the data was arranged in the database. On to&#8230;<span id="more-64"></span></p>
<h3>Obstacle 2</h3>
<h4>How do I get the data from the internal Oracle server to the external SQL server?</h4>
<p>After some extensive Google searches, a lot of reading of the (very boring) Microsoft SQL Server Books Online, as well as a healthy helping of the (very complex) Oracle Database Documentation Library, mostly the part about Oracle Streams, I started thinking this wasn&#8217;t going to be a walk in the park.</p>
<p>Well, I took a walk through Oracle Enterprise Manager, right clicking some things in database links, trying to see what was necessary to send data directly from there to the MS SQL Server sitting in the DMZ. Well, it turns out, it&#8217;s not that easy. I installed Oracle XE on the SQL server (read somewhere that it was the thing to do). Altered some .ora files and tried to replicate the data&#8230; and failed to connect. Well, I googled, tweaked, retried&#8230; googled, tweaked, retried, tweaked, retried, googled, tweaked, retried&#8230; No go.</p>
<p>After beating my head against that rock that is Oracle for a day and cursing CCI for using Oracle (which I do love, btw, it is what i learned SQL on, but replication is so easy in SQL server) the rest of the night, I had an <span style="text-decoration: line-through;">brilliant</span> idea. You see, I did read that you could use a SQL Server as a distributor for a publishing Oracle database. The whole reason I didn&#8217;t go that route in the first place is because the SQL Server is in the DMZ, therefore, while the Oracle server <em>should</em> be able to get to it just fine (hah), It wouldn&#8217;t be able to get to the Oracle server, at all (without opening holes in the firewall, which my boss is very against). However, we have about a million (okay, closer to 10 or 20) SQL Servers inside the network (Non-DMZ).</p>
<p>Well, I was stoked. I read some more of the Books Online, with renewed vigor and got started on the plan that <span style="text-decoration: line-through;">would</span> should bring data from the inside Oracle server to the DMZ&#8217;d SQL Server. Well, I read all the papers and went through all of the necessary steps, installing all of the .NET crap into the Oracle database. Finally, the moment of truth&#8230; I setup the distributor, made sure all of the settings were just right&#8230; I had successfully connected to the Oracle database and browsed the list of tables from SQL Server Management Studio. It&#8217;s go time&#8230; So I click Finish and I instantly get the error saying you have to buy the insanely expensive SQL Server Enterprise to use Non-SQL Server publishers, well, it didn&#8217;t say that, but that&#8217;s what it boiled down to after a quick google search to decipher the greek that it gave me. However, I was on the right trail&#8230;</p>
<p>Now, at the beginning of this foray into Obstacle 2, I had talked to Gary Waters about how he got data from their CCI database to the DMZ&#8217;d SQL server. They just punched a hole in the firewall and have SQL Server import the data every night. I told you how my boss feels about holes in the firewall&#8230; and he really like real-time data, so that was immediately out of the question. I told him that we could either buy SQL Server Enterprise, which was pretty much dismissed out of hand, due to the current financial state that the county is in&#8230; or I could do a nightly import (without punching holes in the firewall, mind). I just needed some space on one of our existing internal servers to accomplish this task&#8230;</p>
<p>Well, he gave me the space and I went to work. I built an Integration Services package to import the data from the Oracle server to the internal SQL server. Then I setup replication to send the data to the DMZ. Other than a few hiccups with jobs failing and needing to be setup with different logins, it worked perfectly&#8230; Next came making the views for the search&#8230;</p>
<h3>Obstacle 3</h3>
<h4>How do I convert the parts of Gary&#8217;s populate mcit_webdata that I need to SQL server?</h4>
<p>Well, most of the views were very straight forward&#8230; I just took the scema off of the table names and they worked. However, there were a few functions that caused problems, the wannabe case statement comes to mind, but I can&#8217;t remember what the actual clause (function, procedure, command, whatever) was. Anyway, it wasn&#8217;t in Books Online (I had found the command reference and was using that extensively by this time), but a quick google search turned up some useful results. That, paired with the command reference, gave me everything I needed to make the views work properly. Only real problem was that the search time didn&#8217;t really improve as much as I hoped it would. A problem that could wait, I decided, and wait it did&#8230;</p>
<h3>Obstacle 4</h3>
<h4>How do I incorporate personal property into this search?</h4>
<p>Until just this week, the property search was just a parcel search and the treasurer has been riding me on getting the personal property (as opposed to real, parcels and improvements) into the search. Well, I can proudly say that I have finally done just that, as well as reducing the search time from 5 - 10 seconds to pull up the data for a <span style="text-decoration: line-through;">parcel</span> property to &lt;1 to 4 seconds, depending on what data is available for said property.</p>
<p>I decided to try to speed up the search by creating a table that will hold all of the data that will be served to the web, statically, as well as a stored procedure to populate this table nightly after the import from the Oracle database. I actually got this idea from Gary&#8217;s scripts, too. Well, that did speed things up, but more importantly, it gave me the idea of how to include the personal property in the parcel search.</p>
<p>Every time this was mentioned to me, it seemed like everyone was suggesting I use a radio button type switch to switch between a search for personal and real property. Then I&#8217;d likely need to build a couple of new functions or subs into my code behind to handle the personal property search. However, it struck me that there&#8217;s not much difference between the data needed on personal property than that of the real property, like I said before, it&#8217;s really just a subset of the data needed for the real property. That said, the only real difference I needed to overcome was that personal property didn&#8217;t have parcel numbers&#8230;</p>
<p>Well, what I ended up doing was using the tax ID number on the personal property in place of the parcel number. The field that I intended to be for the parcel number was altered to accomodate the tax ID number, as well. The search application had to be altered some, I think I added about 40 or 50 lines of code to various functions and sub routines.</p>
<p>While I was altering the code, I made a few changes that I had been meaning to make, using SQL parameters where I&#8217;m getting input directly from the user. It provides some protection against SQL injection attacks, but also makes the error messages from mistyped entries more friendly (I already use an account that only has read access to pull the data to protect from SQL injection attacks).</p>
<p>I made a maintenance plan to run the job that imports data from the Oracle database, then runs the stored procedure to repopulate the table for the web search. After that, it rebuilds the indexes and updates the statistics on that table, then replicates everything out to the DMZ. The time it takes to pull property data in the best cases been reduced to less than a second and worst cases was still halved from the best times before the changes.</p>
<p>Now, if we can just make it through this tax season, I think everything will be moving along smoothly again, although it is looking like my workload is going to double&#8230; again. I&#8217;m thinking it might be time to revamp my resume, now.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F10%2F08%2Frevamped-property-parcel-search-for-navajo-county%2F';
  addthis_title  = 'Revamped+Property+%28Parcel%29+Search+for+Navajo+County';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=5KozM"><img src="http://feeds.feedburner.com/~f/GotWills?i=5KozM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=LjKnm"><img src="http://feeds.feedburner.com/~f/GotWills?i=LjKnm" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=oUkim"><img src="http://feeds.feedburner.com/~f/GotWills?i=oUkim" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=TyunM"><img src="http://feeds.feedburner.com/~f/GotWills?i=TyunM" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=z0s1M"><img src="http://feeds.feedburner.com/~f/GotWills?i=z0s1M" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=tLCum"><img src="http://feeds.feedburner.com/~f/GotWills?i=tLCum" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=0dvlm"><img src="http://feeds.feedburner.com/~f/GotWills?i=0dvlm" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/414806593" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/10/08/revamped-property-parcel-search-for-navajo-county/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/10/08/revamped-property-parcel-search-for-navajo-county/</feedburner:origLink></item>
		<item>
		<title>Waiting for Google Chrome…</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/386981434/</link>
		<comments>http://got.phillipwills.com/2008/09/02/waiting-for-google-chrome/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 07:13:05 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://got.phillipwills.com/2008/09/02/waiting-for-google-chrome/</guid>
		<description><![CDATA[ 

Not Found
Error 404

http://www.google.com/chrome
Update: Woohoo, it&#8217;s released, and so far, so good. I like it.
UGH!?! Give me Chrome… I need Chrome… If you haven&#8217;t heard already (Lord knows how you got here), Google is releasing a browser tomorrow (Tuesday). Google Chrome is set to be a major improvement over current browsers (even Firefox, although it likely won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<blockquote>
<h1>Not Found</h1>
<h2>Error 404</h2>
</blockquote>
<p><a href="http://www.google.com/chrome">http://www.google.com/chrome</a></p>
<p><strong>Update:</strong> Woohoo, it&#8217;s released, and so far, so good. I like it.</p>
<p>UGH!?! Give me Chrome… I need Chrome… If you haven&#8217;t heard already (Lord knows how you got here), Google is releasing a browser tomorrow (Tuesday). Google Chrome is set to be a major improvement over current browsers (even Firefox, although it likely won&#8217;t take Firefox long to build in the best features).</p>
<p>This is huge, why else would Arrington talk about it not <a href="http://www.techcrunch.com/2008/09/01/no-joke-google-introduces-its-own-browser-with-a-cartoon/">once</a> or even <a href="http://www.techcrunch.com/2008/09/01/first-public-screen-captures-of-google-chrome/">twice</a>, but <a href="http://www.techcrunch.com/2008/09/01/meet-chrome-googles-windows-killer/">three</a> times in less than four hours… did I mention it hasn&#8217;t even been made available, yet. It&#8217;s on just about every other tech blog I read, as well. Anyway, here&#8217;s the <a href="http://books.google.com/books?id=8UsqHohwwVYC&amp;printsec=frontcover">comic book</a> Google released about it, if you&#8217;re interested (it&#8217;s kind of long, but a great read if you&#8217;re like me). You can also read about it on <a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html">The Official Google Blog</a> or on <a href="http://blogoscoped.com/archive/2008-09-01-n47.html">Google Blogoscoped</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F09%2F02%2Fwaiting-for-google-chrome%2F';
  addthis_title  = 'Waiting+for+Google+Chrome%26%238230%3B';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=CuSzL"><img src="http://feeds.feedburner.com/~f/GotWills?i=CuSzL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=I0jBl"><img src="http://feeds.feedburner.com/~f/GotWills?i=I0jBl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=CLpNl"><img src="http://feeds.feedburner.com/~f/GotWills?i=CLpNl" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=lkelL"><img src="http://feeds.feedburner.com/~f/GotWills?i=lkelL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=whoVL"><img src="http://feeds.feedburner.com/~f/GotWills?i=whoVL" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=Twwll"><img src="http://feeds.feedburner.com/~f/GotWills?i=Twwll" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=XAAol"><img src="http://feeds.feedburner.com/~f/GotWills?i=XAAol" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/386981434" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/09/02/waiting-for-google-chrome/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/09/02/waiting-for-google-chrome/</feedburner:origLink></item>
		<item>
		<title>Ads gone wrong - lifehacker.com</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903511/</link>
		<comments>http://got.phillipwills.com/2008/08/06/ads-gone-wrong-lifehackercom/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 19:36:07 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<category><![CDATA[advertising]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/?p=56</guid>
		<description><![CDATA[
Now, I know this can&#8217;t be intentional, but it&#8217;s very annoying, and I can&#8217;t see any easy way to make it go away. It looks like this is being caused by some Microsoft style CSS, as the page loads fine in Internet Explorer 7. Firefox 3, however, renders the ad right over the top of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lifehacker.com/5033518/debunking-common-windows-performance-tweaking-myths"><img class="aligncenter size-full wp-image-57" title="Intrusive Ad on lifehacker" src="http://blog.phillipwills.com/wp-content/uploads/2008/08/intrusivead.jpg" alt="" width="417" height="369" /></a></p>
<p>Now, I know this can&#8217;t be intentional, but it&#8217;s very annoying, and I can&#8217;t see any easy way to make it go away. It looks like this is being caused by some Microsoft style CSS, as the page loads fine in Internet Explorer 7. Firefox 3, however, renders the ad right over the top of other content. I sure hope they get this fixed over at lifehacker. I do like a lot of their articles.</p>
<p><strong>UPDATE: </strong>It looks like this is happening all over the web with these annoying &#8220;Mojave Experiment&#8221; ads. A refresh usually fixes it. I haven&#8217;t really looked into the CSS that is creating this issue, but I&#8217;m sure it something Microsoft designed for IE and threw in compatibility with Firefox as an afterthought.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F08%2F06%2Fads-gone-wrong-lifehackercom%2F';
  addthis_title  = 'Ads+gone+wrong+-+lifehacker.com';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=NMkrgK"><img src="http://feeds.feedburner.com/~f/GotWills?i=NMkrgK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=StHMOk"><img src="http://feeds.feedburner.com/~f/GotWills?i=StHMOk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=T3Efck"><img src="http://feeds.feedburner.com/~f/GotWills?i=T3Efck" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=BzvGtK"><img src="http://feeds.feedburner.com/~f/GotWills?i=BzvGtK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=nmXSLK"><img src="http://feeds.feedburner.com/~f/GotWills?i=nmXSLK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=unZz0k"><img src="http://feeds.feedburner.com/~f/GotWills?i=unZz0k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=FP3Drk"><img src="http://feeds.feedburner.com/~f/GotWills?i=FP3Drk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903511" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/08/06/ads-gone-wrong-lifehackercom/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/08/06/ads-gone-wrong-lifehackercom/</feedburner:origLink></item>
		<item>
		<title>Where have all the comments gone?</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903512/</link>
		<comments>http://got.phillipwills.com/2008/08/04/where-have-all-the-comments-gone/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 08:21:17 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/?p=52</guid>
		<description><![CDATA[Well, I thought it was kind of weird that I stopped getting comments all of the sudden&#8230; even spam comments have been absent (for quite some time, now that I think about it). Well, Frank, from futtta&#8217;s blog informed me earlier tonight that my comments weren&#8217;t working. It was claiming that all the required fields [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I thought it was kind of weird that I stopped getting comments all of the sudden&#8230; even spam comments have been absent (for quite some time, now that I think about it). Well, Frank, from <a href="http://blog.futtta.be/">futtta&#8217;s blog</a> informed me earlier tonight that my comments weren&#8217;t working. It was claiming that all the required fields weren&#8217;t filled (name and email).</p>
<p>Well, I got to work investigating the offending code, and it seems there was a name attribute missing from the input tag for email in comments.php for the finestripes theme. I simply added the attribute <code>name="email"</code> to the necessary input tag and it started working. Now, I guess it&#8217;s time to get <a href="http://akismet.com/">Akismet</a> up to date.</p>
<p>Sorry, Frank, for misspelling your blog&#8217;s name in my last post.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F08%2F04%2Fwhere-have-all-the-comments-gone%2F';
  addthis_title  = 'Where+have+all+the+comments+gone%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=6svtZK"><img src="http://feeds.feedburner.com/~f/GotWills?i=6svtZK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=bfQLVk"><img src="http://feeds.feedburner.com/~f/GotWills?i=bfQLVk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=4D8CNk"><img src="http://feeds.feedburner.com/~f/GotWills?i=4D8CNk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=xi40TK"><img src="http://feeds.feedburner.com/~f/GotWills?i=xi40TK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=8hDjDK"><img src="http://feeds.feedburner.com/~f/GotWills?i=8hDjDK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=KhaDvk"><img src="http://feeds.feedburner.com/~f/GotWills?i=KhaDvk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=BboLgk"><img src="http://feeds.feedburner.com/~f/GotWills?i=BboLgk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903512" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/08/04/where-have-all-the-comments-gone/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/08/04/where-have-all-the-comments-gone/</feedburner:origLink></item>
		<item>
		<title>Problems with Wordpress 2.6 svn upgrade</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903513/</link>
		<comments>http://got.phillipwills.com/2008/08/03/problems-with-wordpress-26-svn-upgrade/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 19:45:30 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/?p=50</guid>
		<description><![CDATA[After my recent upgrade to Wordpress 2.6, I tried hitting the upgrade.php script, but was met with a blank page&#8230; That&#8217;s weird. So, I tried the home page&#8230; same thing&#8230; weird. Okay, I open my server log and find a php error:
PHP Parse error: syntax error, unexpected T_SL in wp-includes/widgets.php on line 464
After googling, I [...]]]></description>
			<content:encoded><![CDATA[<p>After my recent upgrade to Wordpress 2.6, I tried hitting the upgrade.php script, but was met with a blank page&#8230; That&#8217;s weird. So, I tried the home page&#8230; same thing&#8230; weird. Okay, I open my server log and find a php error:</p>
<p><code>PHP Parse error: syntax error, unexpected T_SL in wp-includes/widgets.php on line 464</code></p>
<p>After googling, I found a <a href="http://blog.futtta.be/2008/07/15/wordpress-26-svn-upgrade-ouch/">post on futtta&#8217;s blog</a> that described the same error. I fixed it the same way as he describes, by downloading the tarball and copying the a fresh copy of widgets.php over my offending copy. Viola, everything works as it should now, cept my search box seems a bit tweaked. I&#8217;ll have to check that out after I feed the kids.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F08%2F03%2Fproblems-with-wordpress-26-svn-upgrade%2F';
  addthis_title  = 'Problems+with+Wordpress+2.6+svn+upgrade';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=vTuyMK"><img src="http://feeds.feedburner.com/~f/GotWills?i=vTuyMK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=nqVlnk"><img src="http://feeds.feedburner.com/~f/GotWills?i=nqVlnk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=TWSBEk"><img src="http://feeds.feedburner.com/~f/GotWills?i=TWSBEk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=34G7AK"><img src="http://feeds.feedburner.com/~f/GotWills?i=34G7AK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=iyLEKK"><img src="http://feeds.feedburner.com/~f/GotWills?i=iyLEKK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=4UtY5k"><img src="http://feeds.feedburner.com/~f/GotWills?i=4UtY5k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=kvx8Wk"><img src="http://feeds.feedburner.com/~f/GotWills?i=kvx8Wk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903513" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/08/03/problems-with-wordpress-26-svn-upgrade/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/08/03/problems-with-wordpress-26-svn-upgrade/</feedburner:origLink></item>
		<item>
		<title>Moto Q9c - Great, except one thing</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903514/</link>
		<comments>http://got.phillipwills.com/2008/06/22/moto-q9c-great-except-one-thing/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 21:55:37 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<category><![CDATA[phone]]></category>

		<category><![CDATA[gps]]></category>

		<category><![CDATA[Q9c]]></category>

		<category><![CDATA[smartphone]]></category>

		<category><![CDATA[verizon]]></category>

		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/2008/06/22/moto-q9c-great-except-one-thing/</guid>
		<description><![CDATA[The Motorola Q9c is awesome. The keys are really easy to hit&#8230; I rarely fat-finger it, even with my big ole thumbs. In fact, I&#8217;m typing this post on it right now. Pocket IE still sucks in WM6, but Opera mobile is great on the Q9c, definitely worth the money. 
My only real peeve about [...]]]></description>
			<content:encoded><![CDATA[<p>The Motorola Q9c is awesome. The keys are really easy to hit&#8230; I rarely fat-finger it, even with my big ole thumbs. In fact, I&#8217;m typing this post on it right now. Pocket IE still sucks in WM6, but Opera mobile is great on the Q9c, definitely worth the money. </p>
<p>My only real peeve about it is that Verizon locked the GPS. Currently, in order to use it, you have to pay $10/month for VZNavigator. However, there is a forum, http://www.everythingq.com/forum/moto-q-hacks/verizon-q9c-gps-hack-21606.html, full of people hard at work trying to open it up for Google Maps and Live Search.</p>
<p>One more difficulty that I just noticed&#8230; creating links. Maybe there is a good blog writing tool for Windows Mobile 6 out there somewhere. We&#8217;ll see.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F06%2F22%2Fmoto-q9c-great-except-one-thing%2F';
  addthis_title  = 'Moto+Q9c+-+Great%2C+except+one+thing';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=a8gHNK"><img src="http://feeds.feedburner.com/~f/GotWills?i=a8gHNK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=3GqHMk"><img src="http://feeds.feedburner.com/~f/GotWills?i=3GqHMk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=y31B1k"><img src="http://feeds.feedburner.com/~f/GotWills?i=y31B1k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=e3M2SK"><img src="http://feeds.feedburner.com/~f/GotWills?i=e3M2SK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=w4cJbK"><img src="http://feeds.feedburner.com/~f/GotWills?i=w4cJbK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=r4wgek"><img src="http://feeds.feedburner.com/~f/GotWills?i=r4wgek" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=8bxImk"><img src="http://feeds.feedburner.com/~f/GotWills?i=8bxImk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903514" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/06/22/moto-q9c-great-except-one-thing/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/06/22/moto-q9c-great-except-one-thing/</feedburner:origLink></item>
		<item>
		<title>Handmade Blanket Raffle</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903515/</link>
		<comments>http://got.phillipwills.com/2008/04/15/handmade-blanket-raffle/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 17:04:43 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[family]]></category>

		<category><![CDATA[home]]></category>

		<category><![CDATA[fundraiser]]></category>

		<category><![CDATA[kids]]></category>

		<category><![CDATA[pageant]]></category>

		<category><![CDATA[raffle]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/?p=47</guid>
		<description><![CDATA[
We are raffling tickets for this beautiful blanket. Honestly, it is the most beautiful crocheted blanket I have seen (and I&#8217;ve seen a lot of crocheted blankets). This is to raise money for my daughter to go to the Cinderella pageant in Laughlin, NV, this June. We are selling the tickets for $2 each or [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img style="vertical-align: top;" src="http://blog.phillipwills.com/wp-content/uploads/2008/04/blanket.jpg" alt="Approx twin size crocheted blanket" width="400" height="300" /></p>
<p style="text-align: left;">We are raffling tickets for this beautiful blanket. Honestly, it is the most beautiful crocheted blanket I have seen (and I&#8217;ve seen a lot of crocheted blankets). This is to raise money for my daughter to go to the Cinderella pageant in Laughlin, NV, this June. We are selling the tickets for $2 each or 3 for $5. Please stop me when you see me or send me a message if using the contact page if you would like to buy some. Northeast AZ locals only, please.</p>
<p style="text-align: left;">The drawing will be held May 4th. Thank you for your support.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F04%2F15%2Fhandmade-blanket-raffle%2F';
  addthis_title  = 'Handmade+Blanket+Raffle';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=RmozpK"><img src="http://feeds.feedburner.com/~f/GotWills?i=RmozpK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=sM3mGk"><img src="http://feeds.feedburner.com/~f/GotWills?i=sM3mGk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=QcAwik"><img src="http://feeds.feedburner.com/~f/GotWills?i=QcAwik" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=6Cqs4K"><img src="http://feeds.feedburner.com/~f/GotWills?i=6Cqs4K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=RTut5K"><img src="http://feeds.feedburner.com/~f/GotWills?i=RTut5K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=M8IOPk"><img src="http://feeds.feedburner.com/~f/GotWills?i=M8IOPk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=VXkC4k"><img src="http://feeds.feedburner.com/~f/GotWills?i=VXkC4k" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903515" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/04/15/handmade-blanket-raffle/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/04/15/handmade-blanket-raffle/</feedburner:origLink></item>
		<item>
		<title>DD-WRT! Take Control of Your Network</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903516/</link>
		<comments>http://got.phillipwills.com/2008/03/12/dd-wrt-take-control-of-your-network/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 13:34:26 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[family]]></category>

		<category><![CDATA[home]]></category>

		<category><![CDATA[network]]></category>

		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/2008/03/12/dd-wrt-take-control-of-your-network/</guid>
		<description><![CDATA[I remember, just 3 years ago, some of my coworkers were making fun of me because I said that, given the opportunity, I would have a home network. Heh, you don&#8217;t see too many houses that don&#8217;t have some sort of computer network, now. Needless to say, I&#8217;ve got my home network and love being [...]]]></description>
			<content:encoded><![CDATA[<p>I remember, just 3 years ago, some of my coworkers were making fun of me because I said that, given the opportunity, I would have a home network. Heh, you don&#8217;t see too many houses that don&#8217;t have some sort of computer network, now. Needless to say, I&#8217;ve got my home network and love being able to hack from my living room, the kitchen, and even the kids bedroom. Just today, I setup a new Linksys WRT54G on my network. It&#8217;s replacing the router / wireless access point functionality of the my SBG900. The default firmware was sort of limited, it didn&#8217;t even include <abbr title="Wireless Distribution System">WDS</abbr>. That happened to be my main reason for purchasing the router. We recently got a computer desk for the playroom and stuck a computer in there for the kids (kids need the Internet, too). I didn&#8217;t want to run a cable from the router in the computer room to the computer in the playroom (<abbr title="My Beautiful Wife">Summer</abbr> wouldn&#8217;t have liked an ethernet cable running across her kitchen, either). I happened to have a spare Speedstream 6520 (which has WDS if you have the right <a title="Firmware Download" href="http://modems.nokiasiemensnetworks.com.au/">firmware</a>), so instead of buying a wireless nic for the computer, I decided a router would give me more options (not to mention extending my wireless range to the bedroom and the backyard). However, my new router didn&#8217;t have WDS.</p>
<p>In walks <a href="http://www.dd-wrt.com/">DD-WRT</a>&#8230; To be completely honest, I&#8217;ve been looking at DD-WRT for a while now, and wanted a router to put it on. I was really just watching ebay, but ended up charging a new one to our Dell account. I wasn&#8217;t completely surprised that WDS wasn&#8217;t on my WRT when it got here, it wasn&#8217;t in the feature list, but the latest version of the WRT54G will take the DD-WRT custom firmware, and WDS is on DD-WRT&#8217;s feature list. Anyway, I setup a NAT pass-through for my router, got all of my port-forwards, and reserved addresses configured, and even got the built in Dynamic DNS client configured to update my domain names. Unfortunately, the Speedstream only supports WEP when you are using WDS, so I MAC locked the wireless as a second layer of protection.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F03%2F12%2Fdd-wrt-take-control-of-your-network%2F';
  addthis_title  = 'DD-WRT%21+Take+Control+of+Your+Network';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=FOco8K"><img src="http://feeds.feedburner.com/~f/GotWills?i=FOco8K" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=8W4EKk"><img src="http://feeds.feedburner.com/~f/GotWills?i=8W4EKk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=h1NnGk"><img src="http://feeds.feedburner.com/~f/GotWills?i=h1NnGk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=6ttzYK"><img src="http://feeds.feedburner.com/~f/GotWills?i=6ttzYK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=MU5dcK"><img src="http://feeds.feedburner.com/~f/GotWills?i=MU5dcK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=Zpoqgk"><img src="http://feeds.feedburner.com/~f/GotWills?i=Zpoqgk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=8WttUk"><img src="http://feeds.feedburner.com/~f/GotWills?i=8WttUk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903516" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/03/12/dd-wrt-take-control-of-your-network/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/03/12/dd-wrt-take-control-of-your-network/</feedburner:origLink></item>
		<item>
		<title>Psi</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903517/</link>
		<comments>http://got.phillipwills.com/2008/02/01/psi-home/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 07:18:48 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[google]]></category>

		<category><![CDATA[im]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/2008/02/01/psi-home/</guid>
		<description><![CDATA[I just came across Psi today while trying to find a way to sign out a session of Google Talk running on my home computer (I was at work). My wife was sending me messages and I was only getting some of them, it was really getting annoying. Anyway, it turns out the feature is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://forum.psi-im.org/unb_lib/designs/psi1/img/psi-logo.png" alt="Psi Logo" align="right" height="153" width="153" />I just came across <a href="http://psi-im.org/">Psi</a> today while trying to find a way to sign out a session of Google Talk running on my home computer (I was at work). My wife was sending me messages and I was only getting some of them, it was really getting annoying. Anyway, it turns out the feature is not yet available in the Google Talk client, but I saw Psi in the available clients on the Google Talk page&#8230; and I hadn&#8217;t seen it before.</p>
<blockquote><p> Psi is a free instant messaging application designed for the Jabber IM network including Google Talk. Fast and lightweight, Psi is fully open-source and compatible with Windows, Linux, and Mac OS X.</p></blockquote>
<p>I was browsing the site and noticed a lot of features that looked great to me (I&#8217;m sort of a feature hound&#8230; even for features I&#8217;ll never use). Encryption, multi-user chats, and remote client control&#8230; could it really be, the exact feature I&#8217;m looking for?</p>
<blockquote>
<h3>Always-on security</h3>
<p><img src="http://psi-im.org/content/features/key.png" style="float: right" />Using the same SSL technology that makes it possible for you to safely shop on the web, Psi automatically encrypts its communication with compatible IM servers to provide a secure connection over untrusted networks like public WiFi access points. For advanced security needs, Psi can also encrypt messages end-to-end with OpenPGP.</p>
<h3>Leading the way</h3>
<p>Psi&#8217;s developers are actively involved in the Jabber community, working hard to ensure that Psi fully supports the standards for features like avatars, multi-user chats (with full admin control), remote client control, and more. It&#8217;s standards like these that allow people to communicate smoothly with each other on the Jabber network, and Psi ensures that you&#8217;ll never miss a beat.</p></blockquote>
<p>There&#8217;s a couple of things I miss from Google Talk, I like the chat display more, being able to search contacts, and having the email button right in the chat window. However, the remote client control makes it worth the switch by itself, not to mention all of the other features built into Psi (adjustable auto away, auto offline, and connect through proxy). To enable remote client control, you&#8217;ll need to check the little box in the advanced page of the options.</p>
<p>You can also <a href="http://psi-im.org/wiki/USB_How_To">make it portable</a> (not a huge deal, since all you need to do is log into your inbox in GTalk to do the same thing, but it will give you remote client control).</p>
<p>When searching for the remote sign out for the Google Talk client, I saw quite a few forum posts from people who wanted this feature and were switching to other messaging platforms because of the missed messages and such. I wanted to let everybody know about this great product.</p>
<p>Way to go Psi Team.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F02%2F01%2Fpsi-home%2F';
  addthis_title  = 'Psi';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=BIUBOK"><img src="http://feeds.feedburner.com/~f/GotWills?i=BIUBOK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=2qakEk"><img src="http://feeds.feedburner.com/~f/GotWills?i=2qakEk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=MQ452k"><img src="http://feeds.feedburner.com/~f/GotWills?i=MQ452k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=dROpXK"><img src="http://feeds.feedburner.com/~f/GotWills?i=dROpXK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=z5lGBK"><img src="http://feeds.feedburner.com/~f/GotWills?i=z5lGBK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=AU8JYk"><img src="http://feeds.feedburner.com/~f/GotWills?i=AU8JYk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=d10u6k"><img src="http://feeds.feedburner.com/~f/GotWills?i=d10u6k" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903517" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/02/01/psi-home/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/02/01/psi-home/</feedburner:origLink></item>
		<item>
		<title>All Set Up… Again</title>
		<link>http://feeds.feedburner.com/~r/GotWills/~3/360903518/</link>
		<comments>http://got.phillipwills.com/2008/01/06/all-set-up-again/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 04:35:51 +0000</pubDate>
		<dc:creator>phil</dc:creator>
		
		<category><![CDATA[blog]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[theme]]></category>

		<category><![CDATA[virtual machine]]></category>

		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://blog.phillipwills.com/2008/01/06/all-set-up-again/</guid>
		<description><![CDATA[I think I&#8217;ve finally gotten all set up again. I&#8217;m now running OpenSuse 10.3 on VMware Server. I upgraded my computer. I&#8217;ve got the latest release of Wordpress running and a theme that I really like. Isn&#8217;t it great looking&#8230; and yes, those are my three beautiful children in the header image. For those that [...]]]></description>
			<content:encoded><![CDATA[<p>I think I&#8217;ve finally gotten all set up again. I&#8217;m now running <a href="http://www.opensuse.org/" title="openSUSE.org">OpenSuse 10.3</a> on <a href="http://www.vmware.com/products/server/">VMware Server</a>. I upgraded my computer. I&#8217;ve got the latest release of <a href="http://wordpress.org/">Wordpress</a> running and a <a href="http://themes.wordpress.net/columns/2-columns/1930/finestripes-10/#comment-219107">theme</a> that I really like. Isn&#8217;t it great looking&#8230; and yes, those are my three beautiful children in the header image. For those that have slow connections, I apologize for the large size of the picture (almost 100K), I couldn&#8217;t justify reducing the quality of the picture.</p>
<p>I had too much trouble with Microsoft Virtual Server to keep it around after my hard drive change. Almost everytime my computer had an unscheduled reboot (my power went out), it dropped the virtual network card and created a new one which drove opensuse crazy.  I&#8217;ve had no such problems with VMware server. It was also a lot easier getting the VMware tools running than it was getting <a href="/2007/03/21/virtual-machine-additions-for-linux-on-opensuse-102/">Virtual Machine Additions to work properly</a>. So now my time is syncing and all (my clock was running a little slow before I installed it). Getting the mail setup correctly threw me a little. Opensuse 10.3 uses Postfix by default, and I had only setup sendmail, and my ISP requires authentication for outgoing mail now. I eventually found the necessary instructions. It was actually a lot easier to set up than I thought it would be. I ended up using my ISP&#8217;s SMTP server as a relay and SMTP AUTH to get me logged into it.<span id="more-43"></span></p>
<p>I finally got enough money to get some upgrades for my computer. I upgraded my memory with two 1 GB sticks of RAM. I also tossed a 200 GB hard drive that I had laying around&#8230; bad idea, it crashed two weeks ago, so I convinced my wife to let me get a 500 GB hard drive to replace it. We really do need it since we just got a digital camcorder, and my little 80 GB was filling up with pictures alone. Anyway, all of the updates are installed, I&#8217;ve dedicated 256 MB of memory to the virtual server, and everything is running a lot better.</p>
<p>I&#8217;ve converted my Wordpress instance to a subversion install, it&#8217;s now a lot easier to upgrade when a new version is released. After browsing themes for a few hours I found one, <a href="http://themes.wordpress.net/columns/2-columns/3815/pdawn-10/">PDawn</a>, that I thought was okay, but it wasn&#8217;t widget ready, like it said it was. It&#8217;s not a huge issue, in fact, I could make it widget ready myself it I wanted to. I searched some more and found Coulorful Wall, this one was worse than PDawn.</p>
<ol>
<li>It wasn&#8217;t widget ready (didn&#8217;t claim to be).</li>
<li>When I went to a different page, the link background changed on mouse over, but was white again when the page loaded.</li>
<li>Used h3&#8217;s on the sidebar instead of h2&#8217;s (made my widget enabling it less effective).</li>
<li>There are some stats on the header image&#8230; not live stats, just part of the image&#8230; annoying.</li>
</ol>
<p>After searching a little more, I came across Finestripes&#8230; and I loved it the second I saw it. I even liked the default picture in the header, but replaced it with my children, anyway. It wasn&#8217;t widget ready, but it wasn&#8217;t hard to make it widget ready. It also made the search widget look a little off, but a little hacking fixed it right up. The tag widget was also a little tweaked,  but a couple more hacks in style.css took care of that.</p>
<p>All in all, I&#8217;m quite happy with my blog now. I think I&#8217;ll leave it alone, and I&#8217;ll even try to get blogging a little more often.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fgot.phillipwills.com%2F2008%2F01%2F06%2Fall-set-up-again%2F';
  addthis_title  = 'All+Set+Up%26%238230%3B+Again';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/GotWills?a=9uhkgK"><img src="http://feeds.feedburner.com/~f/GotWills?i=9uhkgK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=Uu6Wok"><img src="http://feeds.feedburner.com/~f/GotWills?i=Uu6Wok" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=MokJ6k"><img src="http://feeds.feedburner.com/~f/GotWills?i=MokJ6k" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=ZVvZlK"><img src="http://feeds.feedburner.com/~f/GotWills?i=ZVvZlK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=MI1XnK"><img src="http://feeds.feedburner.com/~f/GotWills?i=MI1XnK" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=cG4POk"><img src="http://feeds.feedburner.com/~f/GotWills?i=cG4POk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/GotWills?a=FiL6ok"><img src="http://feeds.feedburner.com/~f/GotWills?i=FiL6ok" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/GotWills/~4/360903518" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://got.phillipwills.com/2008/01/06/all-set-up-again/feed/</wfw:commentRss>
		<feedburner:origLink>http://got.phillipwills.com/2008/01/06/all-set-up-again/</feedburner:origLink></item>
	</channel>
</rss>
