<?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>PC Tips &#38; Tricks &#187; Software</title>
	<atom:link href="http://pc-tips.net/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://pc-tips.net</link>
	<description>A collection of PC tips and tricks</description>
	<lastBuildDate>Thu, 25 Mar 2010 23:38:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Microsft Office source code example</title>
		<link>http://pc-tips.net/2008/12/11/microsft-office-source-code-example/</link>
		<comments>http://pc-tips.net/2008/12/11/microsft-office-source-code-example/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 09:46:11 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Weekend fun]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=220</guid>
		<description><![CDATA[Here is a snippet of MS Office source code, leaked some time ago: From here: http://uncyclopedia.wikia.com/wiki/Microsoft_Office_source_code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/12/11/microsft-office-source-code-example/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How Does A Good Document Management Software Help Small Business?</title>
		<link>http://pc-tips.net/2008/09/28/how-does-a-good-document-management-software-help-small-business/</link>
		<comments>http://pc-tips.net/2008/09/28/how-does-a-good-document-management-software-help-small-business/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 13:44:08 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=175</guid>
		<description><![CDATA[By: Dustin Baker Small businesses face numerous pressures. The few employees of the business are responsible for trying to get orders, organizing deliveries, billing for the deliveries, paying bills and manage the incidentals involved in these key activities. Good document management software can take over much of the work and free the small businessperson to [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/09/28/how-does-a-good-document-management-software-help-small-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improve the performance of your MySQL server</title>
		<link>http://pc-tips.net/2008/09/27/improve-the-performance-of-your-mysql-server/</link>
		<comments>http://pc-tips.net/2008/09/27/improve-the-performance-of-your-mysql-server/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 08:37:33 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=199</guid>
		<description><![CDATA[By: Mukul Gupta MySQL is a rock solid, lighting fast database server which has been designed for two factors speed and performance. It is the Ferrari of databases: Light weight, fast and Built for the high speed tracks! I still hear an awful lot of stories from owners whose databases are running two slow. In [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/09/27/improve-the-performance-of-your-mysql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell script to organize your pictures</title>
		<link>http://pc-tips.net/2008/07/28/shell-script-to-organize-your-pictures/</link>
		<comments>http://pc-tips.net/2008/07/28/shell-script-to-organize-your-pictures/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:00:34 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=104</guid>
		<description><![CDATA[This is a small shell script I use to organize my pictures. I usually download pictures from my digital camera to a folder and from time to time I want to put them in the folder corresponding to the date I took them. This script reads the EXIF data from the pictures and copies them [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/07/28/shell-script-to-organize-your-pictures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python and MySQL</title>
		<link>http://pc-tips.net/2008/07/27/python-and-mysql/</link>
		<comments>http://pc-tips.net/2008/07/27/python-and-mysql/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 18:12:43 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=75</guid>
		<description><![CDATA[In this post I will show you how to connect to a MySQL database, retrieve data from it and insert data in it using Python. What you need: 1. Python v. 2.3.4 or newer 2. MySQL v. 3.23 or newer 3. MySQLdb &#8211; the Python DB API-2.0 interface First verify that your version of Python [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/07/27/python-and-mysql/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Nagios &#8211; system and network monitoring</title>
		<link>http://pc-tips.net/2008/07/10/nagios-network-monitoring/</link>
		<comments>http://pc-tips.net/2008/07/10/nagios-network-monitoring/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 13:42:41 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=33</guid>
		<description><![CDATA[&#8220;Nagios® is an Open Source host, service and network monitoring program.&#8221; (from nagios.org) Nagios has a lot of features, making it a very powerful monitoring tool. Some of the major features are listed below: Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.) Monitoring of host resources (processor load, disk and memory usage, running [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/07/10/nagios-network-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning Python (1)</title>
		<link>http://pc-tips.net/2008/07/06/beginning-python-1/</link>
		<comments>http://pc-tips.net/2008/07/06/beginning-python-1/#comments</comments>
		<pubDate>Sun, 06 Jul 2008 11:20:31 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=28</guid>
		<description><![CDATA[Why Python? Python is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/07/06/beginning-python-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Free antivirus</title>
		<link>http://pc-tips.net/2008/06/30/free-antivirus/</link>
		<comments>http://pc-tips.net/2008/06/30/free-antivirus/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 10:42:58 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=25</guid>
		<description><![CDATA[As I said in my very first post, never use a Windows based computer without an antivirus software installed and kept up-to-date. In the last four years I used only Grisoft products, starting with AVG 6. It had some bugs, but nothing I couldn&#8217;t live with. Compared to Symantec&#8217;s product, it was less buggy. And [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/06/30/free-antivirus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No more Windows</title>
		<link>http://pc-tips.net/2008/06/22/no-more-windows/</link>
		<comments>http://pc-tips.net/2008/06/22/no-more-windows/#comments</comments>
		<pubDate>Sun, 22 Jun 2008 11:40:04 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=23</guid>
		<description><![CDATA[Today I finally quit using Windows on my home PC. I was a Vista user since the Beta 2 release, but I had enough. Yesterday Firefox (2.x) started to crash. I tried Firefox 3, but the same result. It seemed to work OK, but after a while it just started to die (StackHash module error). [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/06/22/no-more-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SL Toolbar</title>
		<link>http://pc-tips.net/2008/06/20/sl-toolbar/</link>
		<comments>http://pc-tips.net/2008/06/20/sl-toolbar/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:47:35 +0000</pubDate>
		<dc:creator>pctips</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pc-tips.net/?p=22</guid>
		<description><![CDATA[Second Life Community Toolbar http://secondlife2005.ourtoolbar.com/ Second-Life Community Toolbar is the perfect connection between RL and SL. Made for SL residents, this toolbar prove to be the best gadget for all of them. And is totally FREE. Download Page: http://secondlife2005.ourtoolbar.com/ ***Works on Firefox browsers and Internet Explorer 5.0+ on all Windows systems (2000, XP, Vista) ***System [...]]]></description>
		<wfw:commentRss>http://pc-tips.net/2008/06/20/sl-toolbar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
