<?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>databasically // Kansas City Small Business IT &#38;&#38; Ruby on Rails Programming</title>
	<atom:link href="http://databasically.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://databasically.com</link>
	<description>Kansas City Small Business IT</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:35:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Office 2007 Options and About</title>
		<link>http://databasically.com/2010/07/20/microsoft-office-2007-options-and-about/</link>
		<comments>http://databasically.com/2010/07/20/microsoft-office-2007-options-and-about/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:35:03 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=346</guid>
		<description><![CDATA[You know how easy it was to look at program information by going to &#8220;Help &#62; About&#8221;? Or maybe you are used to going to &#8220;Tools &#62; Options&#8221; Not so easy in Microsoft Office 2007.
Here&#8217;s how to find &#8220;Options&#8221;:

Click on the orb up at the top left.
Down at the bottom right click &#8220;Word Options&#8221;.
Continue on [...]]]></description>
			<content:encoded><![CDATA[<p>You know how easy it was to look at program information by going to &#8220;Help &gt; About&#8221;? Or maybe you are used to going to &#8220;Tools &gt; Options&#8221; Not so easy in Microsoft Office 2007.</p>
<p>Here&#8217;s how to find &#8220;Options&#8221;:</p>
<ul>
<li>Click on the orb up at the top left.</li>
<li>Down at the bottom right click &#8220;Word Options&#8221;.</li>
<li>Continue on to find &#8220;About&#8221;.</li>
<li>Now pick &#8220;Resources&#8221;.</li>
<li>Over on the right you can see an About button.</li>
</ul>
<p>There you go.</p>
<p>Oh and by the way, Microsoft Office 2010 brings back the familiar &#8220;File Edit View&#8230;&#8221; toolbar (albeit in a fancy new design). Still, hooray!</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/07/20/microsoft-office-2007-options-and-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webex .ARF conversion to something editable on Mac</title>
		<link>http://databasically.com/2010/07/14/webex-arf-conversion-to-something-editable-on-mac/</link>
		<comments>http://databasically.com/2010/07/14/webex-arf-conversion-to-something-editable-on-mac/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 01:12:45 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=344</guid>
		<description><![CDATA[You can&#8217;t import the Webex format directly into iMovie or your editing tool of choice.
I tried downloading the Mac ARF player, which supposedly has options to convert the file to WMV and SWF.
http://www.webex.com/downloadplayer.html
After installing and opening my video in the player, I didn&#8217;t have File > Convert options that everyone talks about.
There are lot of [...]]]></description>
			<content:encoded><![CDATA[<p>You can&#8217;t import the Webex format directly into iMovie or your editing tool of choice.</p>
<p>I tried downloading the Mac ARF player, which supposedly has options to convert the file to WMV and SWF.</p>
<p>http://www.webex.com/downloadplayer.html</p>
<p>After installing and opening my video in the player, I didn&#8217;t have File > Convert options that everyone talks about.</p>
<p>There are lot of tools on the Support / Downloads page for Webex:</p>
<p>http://support.webex.com/support/downloads.html</p>
<p>Maybe the nbr2mp4 utility would work (http://support.webex.com/supportutilities/nbr2mp4.tar):  </p>
<blockquote><p>A Linux-based conversion utility that allows you to convert your Cisco WebEx network-based recording files, which are in WebEx Advanced Recording Format File (.arf), and which were created with WBS 26 or higher to an MPEG-4 (.mp4) format.</p></blockquote>
<p>It converts in realtime, though, so I didn&#8217;t try that path, especially since I&#8217;m not sure if all of the linux libraries would be support on Mac.</p>
<p>Since I already had a virtual machine with Windows, I grabbed the ARF viewer for Windows and it had the conversion options.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/07/14/webex-arf-conversion-to-something-editable-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overriding Rails&#8217; automatic timestamps: updated_at &amp; created_at</title>
		<link>http://databasically.com/2010/07/05/overriding-rails-automatic-timestamps-updated_at-created_at/</link>
		<comments>http://databasically.com/2010/07/05/overriding-rails-automatic-timestamps-updated_at-created_at/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 03:15:55 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=342</guid>
		<description><![CDATA[When converting something in a project, I found that I needed to updated a field for every record in a Request table.  No problem, except this client grabs a SQL dump and run reports on it.  So, Rails&#8217; automatic timestamping of the updated_at field made all of the Requests look like they&#8217;d just [...]]]></description>
			<content:encoded><![CDATA[<p>When converting something in a project, I found that I needed to updated a field for every record in a Request table.  No problem, except this client grabs a SQL dump and run reports on it.  So, Rails&#8217; automatic timestamping of the updated_at field made all of the Requests look like they&#8217;d just been updated.  Which they had, but not by users.</p>
<p>So, this rake task will reset all of them, presuming you have something to set them to.  In my case, I found the latest comment date and used that, but you could figure it out some other way.</p>
<p><script src="http://gist.github.com/463959.js"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/07/05/overriding-rails-automatic-timestamps-updated_at-created_at/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git: pull is not possible because you have unmerged files.</title>
		<link>http://databasically.com/2010/07/01/git-pull-is-not-possible-because-you-have-unmerged-files/</link>
		<comments>http://databasically.com/2010/07/01/git-pull-is-not-possible-because-you-have-unmerged-files/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:53:52 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=337</guid>
		<description><![CDATA[I saw this error message the other day and I had no clue what it meant.  I&#8217;d never seen that error before!
For reference, I was trying to pull from a remote branch and got the error message:
Pull is not possible because you have unmerged files.
A google search revealed this commit (d38a30df7dd54c5c6883) to the git [...]]]></description>
			<content:encoded><![CDATA[<p>I saw this error message the other day and I had no clue what it meant.  I&#8217;d never seen that error before!</p>
<p>For reference, I was trying to pull from a remote branch and got the error message:</p>
<pre name="code" class="ruby">Pull is not possible because you have unmerged files.</pre>
<p>A google search revealed this commit (<a href="http://github.com/git/git/commit/d38a30df7dd54c5c6883af1de1a03ec7d523cee5">d38a30df7dd54c5c6883</a>) to the git source on January 12, 2010.  </p>
<p>The error messages have been updated to be much clearer. Before, you&#8217;d get &#8220;needs merge&#8221; or &#8220;error building trees&#8221; errors, which didn&#8217;t really mean much.</p>
<p>In this case, I was pulling in many commits and had a conflict partway through. I just needed to resolve the files, add/delete them, commit the result and then continue with the pull.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/07/01/git-pull-is-not-possible-because-you-have-unmerged-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We have a mailing list!</title>
		<link>http://databasically.com/2010/06/10/we-have-a-mailing-list/</link>
		<comments>http://databasically.com/2010/06/10/we-have-a-mailing-list/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 22:17:01 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=334</guid>
		<description><![CDATA[Be sure to sign up for our news and updates by clicking this link.
We&#8217;ll be sending updates on what we&#8217;re doing as well as giving valuable tips to make your computing lifestyle a little easier.
]]></description>
			<content:encoded><![CDATA[<p>Be sure to sign up for our news and updates by clicking this <a href="http://eepurl.com/zVYp">link</a>.</p>
<p>We&#8217;ll be sending updates on what we&#8217;re doing as well as giving valuable tips to make your computing lifestyle a little easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/06/10/we-have-a-mailing-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jammit Warning: Asset compression disabled &#8212; Java unavailable (Mac/Apple)</title>
		<link>http://databasically.com/2010/05/10/jammit-warning-asset-compression-disabled-java-unavailable-macapple/</link>
		<comments>http://databasically.com/2010/05/10/jammit-warning-asset-compression-disabled-java-unavailable-macapple/#comments</comments>
		<pubDate>Mon, 10 May 2010 20:42:02 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=327</guid>
		<description><![CDATA[I set up Jammit locally on my Mac running Leopard and was receiving this error:

Jammit Warning: Asset compression disabled -- Java unavailable



I checked out Java:
&#62; java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03-333-9M3125)
Java HotSpot(TM) Client VM (build 1.5.0_22-147, mixed mode, sharing)


Odd.  Poking into the jammit source, I saw that java 1.4 is [...]]]></description>
			<content:encoded><![CDATA[<p>I set up <a href="http://documentcloud.github.com/jammit/">Jammit</a> locally on my Mac running Leopard and was receiving this error:</p>
<blockquote>
<pre>Jammit Warning: Asset compression disabled -- Java unavailable
</pre>
</blockquote>
<p></p>
<p>I checked out Java:</p>
<pre>&gt; java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03-333-9M3125)
Java HotSpot(TM) Client VM (build 1.5.0_22-147, mixed mode, sharing)
</pre>
<p>
<p>Odd.  Poking into the jammit source, I saw that java 1.4 is required to use the YUI javascript compressor, but I had selected the google closure compiler which requires java 1.6, hence the [unclear] error message.</p>
<p>On Leopard, if you&#8217;ve run all your System Updates, you probably have java 1.6, but you have to select it as the default:  Applications &gt; Utilities &gt; Java Preferences &gt; drag new version to top</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/05/10/jammit-warning-asset-compression-disabled-java-unavailable-macapple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kansas City Ruby Users: Luke Pillow on Jeweler</title>
		<link>http://databasically.com/2010/03/13/kansas-city-ruby-users-luke-pillow-on-jeweler/</link>
		<comments>http://databasically.com/2010/03/13/kansas-city-ruby-users-luke-pillow-on-jeweler/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 18:56:29 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Kansas City Ruby User Group]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=308</guid>
		<description><![CDATA[Luke Pillow present to the Kansas City Ruby Users Group on Jeweler and Gemcutter rubygems.org.
Also, Luke is helping to organize the Ruby Midwest conference, so you should check that out.


Kansas City Ruby Users Group &#124; March 2010 &#124; Luke Pillow &#124; Jeweler for Rubygems &#124; kcrug.org from Wes Garrison on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/lpillow">Luke Pillow</a> present to the Kansas City Ruby Users Group on Jeweler and <span style="text-decoration: line-through;">Gemcutter</span> rubygems.org.</p>
<p>Also, Luke is helping to organize the <a href="http://rubymidwest.com/">Ruby Midwest</a> conference, so you should check that out.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10138426&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=10138426&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>
</p>
<p><a href="http://vimeo.com/10138426">Kansas City Ruby Users Group | March 2010 | Luke Pillow | Jeweler for Rubygems | kcrug.org</a> from <a href="http://vimeo.com/wesgarrison">Wes Garrison</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/03/13/kansas-city-ruby-users-luke-pillow-on-jeweler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kansas City Ruby Users: Ryan Smith on Heroku</title>
		<link>http://databasically.com/2010/03/12/kansas-city-ruby-user-group-ryan-smith-on-heroku/</link>
		<comments>http://databasically.com/2010/03/12/kansas-city-ruby-user-group-ryan-smith-on-heroku/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 05:11:04 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Kansas City Ruby User Group]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Videos]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=266</guid>
		<description><![CDATA[Ryan Smith presents to the Kansas City Ruby Users Group on Heroku: why it&#8217;s wonderful for deploying Ruby on Rails applications, how to set up a new application and deploy it to Heroku in minutes, and how to use Heroku add-ons to support search.


Kansas City Ruby Users Group &#124; March 2010 &#124; Ryan Smith &#124; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.com/ryandotsmith">Ryan Smith</a> presents to the Kansas City Ruby Users Group on <a href="http://heroku.com/">Heroku</a>: why it&#8217;s wonderful for deploying Ruby on Rails applications, how to set up a new application and deploy it to Heroku in minutes, and how to use Heroku add-ons to support search.</p>
<div style="text-align: center;padding-top:35px;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="375" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=10104580&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="375" src="http://vimeo.com/moogaloop.swf?clip_id=10104580&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
</div>
<p><a href="http://vimeo.com/10104580">Kansas City Ruby Users Group | March 2010 | Ryan Smith | Heroku | kcrug.org</a> from <a href="http://vimeo.com/wesgarrison">Wes Garrison</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/03/12/kansas-city-ruby-user-group-ryan-smith-on-heroku/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing A Virtual Machine With Dell OEM Disks</title>
		<link>http://databasically.com/2010/03/10/installing-a-virtual-machine-with-dell-oem-disks/</link>
		<comments>http://databasically.com/2010/03/10/installing-a-virtual-machine-with-dell-oem-disks/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:53:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=264</guid>
		<description><![CDATA[If you&#8217;re willing to put in the effort (and assuming you&#8217;re legal), it could work, but I&#8217;d suggest using a retail license which avoids the caveats you&#8217;ll soon be reading about below:
First, some helpful information:
OEM Dell installation CDs depend on the SLP code in the Dell BIOS for activation.  If the installation program can&#8217;t see [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re willing to put in the effort (and assuming you&#8217;re legal), it could work, but I&#8217;d suggest using a retail license which avoids the caveats you&#8217;ll soon be reading about below:</p>
<p><strong>First, some helpful information:</strong></p>
<p>OEM Dell installation CDs depend on the SLP code in the Dell BIOS for activation.  If the installation program can&#8217;t see the real bios, it can&#8217;t activate.  With a commercially purchased installation CD this is not a problem as you have a COA that can be activated on line or by phone.  OEM installation CDs cannot be activated on line, and since Dell is responsible for support of an OEM disk that was issued by Dell, Microsoft will not normally give you an activation key if you call them.  You can try the phone method, of course, since so far as I can tell you are running only Windows XP Pro rather than both Vista and Windows XP.  Once you explain what you are doing they might grant you an activation code.</p>
<p>If you are installing an OEM version onto a virtual machine, it will not activate as it cannot see the BIOS String of the real Dell machine. It is only seeing the Virtual BIOS which doesn&#8217;t have the SLP String to activate.</p>
<p><strong>How to resolve this:</strong></p>
<ol>
<li>Boot up XP Pro VM installation, and select the Telephone activation option for the XP activation.</li>
<li>Call MS. Try to go on to speak to a representative to explain further.</li>
<li>Here it&#8217;s important to explain exactly what you&#8217;re doing to the rep &#8212; Explain that you simply want to activate this one XP license, on the Dell with which it was purchased, but you are doing so in a virtual machine. They can quickly confirm why it&#8217;s not working, due to not seeing the real BIOS.</li>
<li>You should end up transferred to the Product Key Team.</li>
<li>Once connected with the Product Key Team, they should provide you with a new product key (after confirming you are installing XP on the Dell that it came with and installing just one instance) there are a couple more steps &#8212; after entering the new product key, give the new activation code to the rep, get the confirmation to enter in the activation screen; and with luck, success!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/03/10/installing-a-virtual-machine-with-dell-oem-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;warning: updating the current branch&#8221; when pushing to a git repository</title>
		<link>http://databasically.com/2010/03/08/warning-updating-the-current-branch-when-pushing-to-a-git-repository/</link>
		<comments>http://databasically.com/2010/03/08/warning-updating-the-current-branch-when-pushing-to-a-git-repository/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 04:05:07 +0000</pubDate>
		<dc:creator>Wes</dc:creator>
				<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://databasically.com/?p=256</guid>
		<description><![CDATA[I pushed some changes after updating git on my server to git 1.6+ and now I get this:
$ git push origin master
...
warning: updating the current branch
warning: Updating the currently checked out branch may cause confusion,
warning: as the index and work tree do not reflect changes that are in HEAD.
warning: As a result, you may see [...]]]></description>
			<content:encoded><![CDATA[<p>I pushed some changes after updating git on my server to git 1.6+ and now I get this:</p>
<pre name="code" class="css">$ git push origin master
...
warning: updating the current branch
warning: Updating the currently checked out branch may cause confusion,
warning: as the index and work tree do not reflect changes that are in HEAD.
warning: As a result, you may see the changes you just pushed into it
warning: reverted when you run 'git diff' over there, and you may want
warning: to run 'git reset --hard' before starting to work to recover.
warning:
warning: You can set 'receive.denyCurrentBranch' configuration variable to
warning: 'refuse' in the remote repository to forbid pushing into its
warning: current branch.
warning: To allow pushing into the current branch, you can set it to 'ignore';
warning: but this is not recommended unless you arranged to update its work
warning: tree to match what you pushed in some other way.
warning:
warning: To squelch this message, you can set it to 'warn'.
warning:
warning: Note that the default will change in a future version of git
warning: to refuse updating the current branch unless you have the
warning: configuration variable set to either 'ignore' or 'warn'.
</pre>
<p>Woah!  After some research, this is because I didn&#8217;t set up my remote folder as &#8220;bare&#8221;. A non-bare repository has a working copy attached to it, and this warning is telling you that said working copy exists and is currently checked out to the branch you&#8217;re trying to push to.</p>
<p>This is bad, because if you were pushing to a co-worker&#8217;s machine, then when they go to commit or run a diff, things will go awry.  In this case, I just didn&#8217;t set up the repository correctly (it was the first one I&#8217;d done!) so I wasn&#8217;t in danger of losing anything.</p>
<p>The fix is to use <code>--bare</code>:<br />
<code>git init --bare</code> or <code>git clone --bare</code></p>
]]></content:encoded>
			<wfw:commentRss>http://databasically.com/2010/03/08/warning-updating-the-current-branch-when-pushing-to-a-git-repository/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
