<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>To Geek Or !Not To Geek</title>
	<link>http://kylehall.info</link>
	<description>kylehall.info</description>
	<lastBuildDate>Thu, 01 Dec 2011 13:01:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Major Libki Update In The Works</title>
		<description><![CDATA[I&#8217;ve been working on a compete rewrite of Libki to improve it&#8217;s performance, aesthetics, and ease of installation. The client will be written in C++/Qt4, which gives it a nice look that can also be skinned to look native to any given OS. I&#8217;m still contemplating the possibilities for the web-based administration interface. I hope [...]]]></description>
		<link>http://kylehall.info/index.php/2010/04/21/major-libki-update-in-the-works/</link>
			</item>
	<item>
		<title>Convert a 2D Associative Array To CSV using PHP</title>
		<description><![CDATA[Here is a bit of code to convert an array of associative arrays into a CSV file. The first line will be a header line of the key values:]]></description>
		<link>http://kylehall.info/index.php/2009/10/19/convert-a-2d-associative-array-to-csv-using-php/</link>
			</item>
	<item>
		<title>Backup and Restore Disk Images Over A Network</title>
		<description><![CDATA[Here is a quick and easy way to save and restore hard disk images using dd, netcat and gzip. To Save An Image: On the server: nc -l 7000 &#124; dd of=Output.img.gz On the client: dd if=/dev/sdb &#124; gzip -9 &#124; nc 12.34.56.78 7000 To Restore: On the client: nc -l -p 7000 &#124; gzip [...]]]></description>
		<link>http://kylehall.info/index.php/2009/09/01/backup-and-restore-disk-images-over-a-network/</link>
			</item>
	<item>
		<title>New Libki Feature</title>
		<description><![CDATA[I&#8217;m still making alot of updates to Libki lately, the newest feature is a &#8216;Clients&#8217; view. On the Clients page of the web administration, you can see all the machines running the Libki client, and whether or not someone is logged into the client. I imagine this will be far more useful than limiting the [...]]]></description>
		<link>http://kylehall.info/index.php/2009/02/18/new-libki-feature/</link>
			</item>
	<item>
		<title>Libki Updates</title>
		<description><![CDATA[Hey All, I&#8217;ve been hard at work getting Libki into a form that is more suitable for the general public to use. First, I&#8217;ve moved the code from SourceForge&#8217;s subversion repo to GitHub, at least for now. I&#8217;ve finished porting the code from using PostgreSQL to MySQL. In addition I&#8217;ve been working on the startup [...]]]></description>
		<link>http://kylehall.info/index.php/2009/02/11/libki-updates/</link>
			</item>
	<item>
		<title>My Koha 3 Repo at Github</title>
		<description><![CDATA[Hey All, I&#8217;ve decided to avoid the messy business of setting up my own Koha git repository ( at least for now ). Instead, I&#8217;ve set up a Github account here.Â  I&#8217;ve configured github to update my twitter account ( kylemhall ) each time I make a push, so if you want to track my [...]]]></description>
		<link>http://kylehall.info/index.php/2009/01/31/my-koha-3-fork-at-github/</link>
			</item>
	<item>
		<title>Know your sources&#8230;</title>
		<description><![CDATA[Here&#8217;s a interesting article comparing and contasting the Koha, Evergree and Rome ILS systems. I stumbled upon it because it happens to link to my Koha VMWare Appliance page. Linky.]]></description>
		<link>http://kylehall.info/index.php/2009/01/30/know-your-sources/</link>
			</item>
	<item>
		<title>Offline Circ being used by NExpress!</title>
		<description><![CDATA[NExpress is apparently a consortium of libraries in New England and New York the Northeast Kansas Library System&#8217;s shared catalog project. I found a page linking to the Offline Circ download. Linky.]]></description>
		<link>http://kylehall.info/index.php/2009/01/30/offline-circ-being-used-by-nexpress/</link>
			</item>
	<item>
		<title>Koha 3 Development Updates</title>
		<description><![CDATA[It&#8217;s been awhile since I posted last so I thought I&#8217;d let everyone know what I&#8217;m doing development-wise involving Koha 3 We are about 5 weeks out from the point where we have to be ready to switch over from using the dev_week development version of Koha to 3 which is based on dev_week, but [...]]]></description>
		<link>http://kylehall.info/index.php/2009/01/30/koha-30-development-updates/</link>
			</item>
	<item>
		<title>Koha Offline Circulation hits 1.x</title>
		<description><![CDATA[I believe the Koha Offline Circulation client has hit a milestone. Geauga County is now using the KOC program on their bookmobiles to avoid resorting to pen-and-paper. Thanks to them, KOC has a much expanded feature set, a Koha community endorsed file format, and the server-side scripts are included as part of the Koha 3.x [...]]]></description>
		<link>http://kylehall.info/index.php/2008/09/24/koha-offline-circulation-hits-1x/</link>
			</item>
</channel>
</rss>

