<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>pcuser.com</title>
	<link>http://www.pcuser.com</link>
	<description>trevor's online home</description>
	<lastBuildDate>Fri, 06 Aug 2010 23:12:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>test</title>
		<description><![CDATA[test
]]></description>
		<link>http://www.pcuser.com/test/</link>
			</item>
	<item>
		<title>Run a MySql Script from Command Line in Windows</title>
		<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>
		<link>http://www.pcuser.com/run-a-mysql-script-from-command-line-in-windows/</link>
			</item>
	<item>
		<title>Getting XDebug to work with PHP and Eclipse</title>
		<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>
		<link>http://www.pcuser.com/getting-xdebug-to-work-with-php-and-eclipse/</link>
			</item>
	<item>
		<title>Create a Simple JSON Web Service with PHP and JQuery</title>
		<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>
		<link>http://www.pcuser.com/create-a-simple-json-web-service-php-and-jquery/</link>
			</item>
	<item>
		<title>Using Python with MySql and Unicode Characters</title>
		<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>
		<link>http://www.pcuser.com/using-python-with-mysql-and-unicode-characters/</link>
			</item>
	<item>
		<title>Free Experts Exchange Membership &#8212; Just scroll to the bottom  :)</title>
		<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>
		<link>http://www.pcuser.com/free-experts-exchange-membership-just-scoll-to-the-bottom/</link>
			</item>
	<item>
		<title>Insert Unicode Chinese Characters into SQL Server</title>
		<description><![CDATA[If chinese or unicode data is showing up as question marks in your sql server database, just use the 'N' prefix.]]></description>
		<link>http://www.pcuser.com/insert-unicode-chinese-characters-into-sql-server/</link>
			</item>
	<item>
		<title>Create a Simple XML Document</title>
		<description><![CDATA[How to create a simple xml document in .net]]></description>
		<link>http://www.pcuser.com/create-a-simple-xml-document/</link>
			</item>
	<item>
		<title>Free Skateboard Videos from Element</title>
		<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>
		<link>http://www.pcuser.com/free-skateboard-videos-from-element/</link>
			</item>
	<item>
		<title>Pop-Up Translator &#038; Dual-language Chinese Newspaper</title>
		<description><![CDATA[You can quickly and easily learn to read Chinese newspapers with a dual-language newspaper and a pop-up dictionary.]]></description>
		<link>http://www.pcuser.com/easy-chinese-translation-dual-language-chinese-newspaper/</link>
			</item>
</channel>
</rss>
