<?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"
	>

<channel>
	<title>pcuser.com</title>
	<atom:link href="http://www.pcuser.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcuser.com</link>
	<description>trevor's online home</description>
	<pubDate>Fri, 06 Aug 2010 23:12:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>test</title>
		<link>http://www.pcuser.com/test/</link>
		<comments>http://www.pcuser.com/test/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 23:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[More stuff]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=99</guid>
		<description><![CDATA[test
]]></description>
		<wfw:commentRss>http://www.pcuser.com/test/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Run a MySql Script from Command Line in Windows</title>
		<link>http://www.pcuser.com/run-a-mysql-script-from-command-line-in-windows/</link>
		<comments>http://www.pcuser.com/run-a-mysql-script-from-command-line-in-windows/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 00:49:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=92</guid>
		<description><![CDATA[Locate MySql.exe.  It&#8217;s probably here:
c:\mysql\bin\
Open a command prompt and type:

c:\mysql\bin\mysql.exe -h &#91;database&#93; -u &#91;username&#93; -p &#91;scriptpath&#93; --force

The &#8211;force switch ignores all errors the script may run into.  When you press enter, you&#8217;ll be asked for a password.  Enter the password and your script will start running.
]]></description>
		<wfw:commentRss>http://www.pcuser.com/run-a-mysql-script-from-command-line-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting XDebug to work with PHP and Eclipse</title>
		<link>http://www.pcuser.com/getting-xdebug-to-work-with-php-and-eclipse/</link>
		<comments>http://www.pcuser.com/getting-xdebug-to-work-with-php-and-eclipse/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 00:19:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[php]]></category>

		<category><![CDATA[xdebug]]></category>

		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=78</guid>
		<description><![CDATA[I&#8217;m used to .net, so when I started coding in PHP, I really missed the remote debugging features that come with Visual Studio (being able to step through a web application). I was also looking for a good, free IDE.  I found the answers in eclipse and xdebug.  If your&#8217;e looking for the same thing, [...]]]></description>
		<wfw:commentRss>http://www.pcuser.com/getting-xdebug-to-work-with-php-and-eclipse/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a Simple JSON Web Service with PHP and JQuery</title>
		<link>http://www.pcuser.com/create-a-simple-json-web-service-php-and-jquery/</link>
		<comments>http://www.pcuser.com/create-a-simple-json-web-service-php-and-jquery/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 05:41:14 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
		
		<category><![CDATA[jquery]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[json]]></category>

		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=68</guid>
		<description><![CDATA[Web services are cool and JSON is the communication notation you want to be using.  See how easy it is to create a PHP web service using JSON and JQuery.]]></description>
		<wfw:commentRss>http://www.pcuser.com/create-a-simple-json-web-service-php-and-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using Python with MySql and Unicode Characters</title>
		<link>http://www.pcuser.com/using-python-with-mysql-and-unicode-characters/</link>
		<comments>http://www.pcuser.com/using-python-with-mysql-and-unicode-characters/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 03:17:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[python]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[unicode]]></category>

		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=65</guid>
		<description><![CDATA[To the Point:
To insert unicode values into MySql from Python, use these two parameters:
charset = &#8220;utf8&#8243;, use_unicode = True
db = MySQLdb.connect(host=&#8221;localhost&#8221;, user=&#8221;root&#8221;, passwd=&#8221;secret&#8221;,db=&#8221;dbname&#8221;,charset = &#8220;utf8&#8243;, use_unicode = True)
Additional Information:
You may also need to change the database encoding in your MySql database to utf8.  Do something like this:
ALTER DATABASE DatabaseNameGoesHere DEFAULT CHARACTER SET UTF8;
]]></description>
		<wfw:commentRss>http://www.pcuser.com/using-python-with-mysql-and-unicode-characters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Experts Exchange Membership &#8212; Just scroll to the bottom  :)</title>
		<link>http://www.pcuser.com/free-experts-exchange-membership-just-scoll-to-the-bottom/</link>
		<comments>http://www.pcuser.com/free-experts-exchange-membership-just-scoll-to-the-bottom/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 22:45:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[general programming]]></category>

		<category><![CDATA[experts exchange]]></category>

		<category><![CDATA[finding answers]]></category>

		<category><![CDATA[free membership]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=61</guid>
		<description><![CDATA[Ever been looking for an answer to a question on google to find that the only relevant question/answer is on ExpertsExchange?  Want a free membership to the site?  The great thing is that all the answers are there.  Just scroll down to the VERY bottom of the page and you&#8217;ll be able to see all [...]]]></description>
		<wfw:commentRss>http://www.pcuser.com/free-experts-exchange-membership-just-scoll-to-the-bottom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Insert Unicode Chinese Characters into SQL Server</title>
		<link>http://www.pcuser.com/insert-unicode-chinese-characters-into-sql-server/</link>
		<comments>http://www.pcuser.com/insert-unicode-chinese-characters-into-sql-server/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 22:34:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[chinese]]></category>

		<category><![CDATA[chinese character]]></category>

		<category><![CDATA[question mark]]></category>

		<category><![CDATA[sql server]]></category>

		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=56</guid>
		<description><![CDATA[If chinese or unicode data is showing up as question marks in your sql server database, just use the 'N' prefix.]]></description>
		<wfw:commentRss>http://www.pcuser.com/insert-unicode-chinese-characters-into-sql-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a Simple XML Document</title>
		<link>http://www.pcuser.com/create-a-simple-xml-document/</link>
		<comments>http://www.pcuser.com/create-a-simple-xml-document/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 20:07:28 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
		
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=49</guid>
		<description><![CDATA[How to create a simple xml document in .net]]></description>
		<wfw:commentRss>http://www.pcuser.com/create-a-simple-xml-document/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Skateboard Videos from Element</title>
		<link>http://www.pcuser.com/free-skateboard-videos-from-element/</link>
		<comments>http://www.pcuser.com/free-skateboard-videos-from-element/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 17:12:49 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
		
		<category><![CDATA[skateboarding]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=46</guid>
		<description><![CDATA[100+ short skateboard videos can be found at the Element Skateboards Video Podcast page.  You can also subscribe to the podcast on iTunes.]]></description>
		<wfw:commentRss>http://www.pcuser.com/free-skateboard-videos-from-element/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pop-Up Translator &#038; Dual-language Chinese Newspaper</title>
		<link>http://www.pcuser.com/easy-chinese-translation-dual-language-chinese-newspaper/</link>
		<comments>http://www.pcuser.com/easy-chinese-translation-dual-language-chinese-newspaper/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 15:25:07 +0000</pubDate>
		<dc:creator>Trevor</dc:creator>
		
		<category><![CDATA[chinese]]></category>

		<category><![CDATA[chinese english newspaper]]></category>

		<category><![CDATA[learn to read chinese]]></category>

		<guid isPermaLink="false">http://www.pcuser.com/?p=21</guid>
		<description><![CDATA[You can quickly and easily learn to read Chinese newspapers with a dual-language newspaper and a pop-up dictionary.]]></description>
		<wfw:commentRss>http://www.pcuser.com/easy-chinese-translation-dual-language-chinese-newspaper/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
