<?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>Thomas S. Nielsen&#039;s blog &#187; christmas</title>
	<atom:link href="http://www.thomassnielsen.com/tag/christmas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomassnielsen.com</link>
	<description>Tech, food and other important stuff</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:11:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Inventory system screenshot</title>
		<link>http://www.thomassnielsen.com/2009/12/inventory-system-screenshot/</link>
		<comments>http://www.thomassnielsen.com/2009/12/inventory-system-screenshot/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:39:06 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=336</guid>
		<description><![CDATA[Thought I would add a screenshot from my inventory system. Text is in Norwegian only for now. I will translate it if I consider uploading it somewhere. What you are seeing is the search function, where I just performed a search with a barcode scanner (which by the way works flawlessly on Ubuntu Linux, and [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_337" class="wp-caption alignright" style="width: 310px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/12/Skjermdump-Mozilla-Firefox.png"><img class="size-medium wp-image-337" title="Skjermdump-Mozilla Firefox" src="http://www.thomassnielsen.com/wp-content/uploads/2009/12/Skjermdump-Mozilla-Firefox-300x222.png" alt="Inventory system" width="300" height="222" /></a><p class="wp-caption-text">Inventory system</p></div>
<p>Thought I would add a screenshot from my inventory system. Text is in Norwegian only for now. I will translate it if I consider uploading it somewhere.</p>
<p>What you are seeing is the search function, where I just performed a search with a barcode scanner (which by the way works flawlessly on Ubuntu Linux, and not at all on my XP machine at work).</p>
<p>Currently the inventory system has the following features:</p>
<ul>
<li>Add, edit and delete <strong>items</strong></li>
<li>Add, edit and delete <strong>users/owners</strong></li>
<li>Add, edit and delete <strong>owner groups</strong> (people, storage rooms, etc)</li>
<li>Add, edit and delete<strong> item types</strong> (PCs, laptops, printers, etc)</li>
<li>Add, edit and delete <strong>models</strong> (Dell optiplex GX280, HP 1740, Wyse S50, etc)</li>
<li>Add, edit and delete <strong>conditions</strong> (In use, Discarded, In for repair, available, etc)</li>
<li><strong>Search</strong> by barcode, owner, type or model</li>
<li>See <strong>statistics</strong> of number of items, owners and changes (changes are displayed for past day, week, and total)</li>
<li>List all owners</li>
<li>List all items</li>
<li>Each item is registered with barcode, date of purchase, date of last edit, model, owner, type and condition</li>
<li>Dropdown lists are used where possible/reasonable</li>
</ul>
<p>If you are interested, please ask. If I get any response, the chance of me open sourcing it is far greater.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2009/12/inventory-system-screenshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christmas project at work</title>
		<link>http://www.thomassnielsen.com/2009/12/christmas-project-at-work/</link>
		<comments>http://www.thomassnielsen.com/2009/12/christmas-project-at-work/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 11:40:16 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[christmas]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/2009/12/christmas-project-at-work/</guid>
		<description><![CDATA[Finally I&#8217;ve got time to write an update. This year&#8217;s exams and Christmas preparations are over, and I&#8217;ve got some time to spare. Christmas is also a quiet time at work, which leads me to this post. Having completed all the critical tasks and much more, I figured I could use some time to replace [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I&#8217;ve got time to write an update. This year&#8217;s exams and Christmas preparations are over, and I&#8217;ve got some time to spare. Christmas is also a quiet time at work, which leads me to this post.</p>
<p>Having completed all the critical tasks and much more, I figured I could use some time to replace our inventory system. Currently we use an Access database on a PC running Windows 98 without any backup.</p>
<p>I figured I could do something about that quite easily. So in the past few days I&#8217;ve been programming a web-based inventory system tailored to our needs, but still expandable. I still got a couple of hours of PHP coding left before it&#8217;s done, but I feel confident that it will be up and running by tomorrow.</p>
<p>I plan to run the new system on a virtual machine running LAMP, and having redundant backup. Since php is not a required skill for this job, I will of course also make sure that I document it well, and make a guide on how to export an excel spreadsheet with phpmyadmin if needed.</p>
<p>I am still considering if I should open source it or not, we&#8217;ll have to see how it goes.</p>
<p>Marry Christmas (and/or other hollydays) and happy new year to you all.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2009/12/christmas-project-at-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->