<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>The Error Message</title>
	<link>http://www.theerrormessage.com</link>
	<description>Fix your error</description>
	<lastBuildDate>Tue, 13 Dec 2011 20:16:29 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.5" -->

	<item>
		<title>Slow ssh and slow vsftpd login &#8211; Centos 6</title>
		<description><![CDATA[The reason that the ssh commands were slow and sluggish (had to wait for seconds after enter was pressed to execute the command). There was nothing in the logs (that I could find) to help me identify this issue. I used google and many ideas from different forums without any luck. I discovered that the [...]]]></description>
		<link>http://www.theerrormessage.com/2011/12/slow-ssh-and-slow-vsftpd-login-centos-6/</link>
			</item>
	<item>
		<title>How to move Winamp playlist entries fast to the begining or the end of the list when having a long playlist</title>
		<description><![CDATA[Selecting the Winamp entries: 1. Click on one entry in the list that you want to move. 2. If you want to move several entries, you can select them in one of the following ways: - to select a block of entries starting with the entry chosen at step 1 (onwards/backwards from that entry): SHIFT [...]]]></description>
		<link>http://www.theerrormessage.com/2011/06/how-to-move-playlist-entries-fast-to-the-begining-or-the-end-of-the-list-when-having-a-long-playlist/</link>
			</item>
	<item>
		<title>PHP isset() function returns FALSE even though the variable is defined</title>
		<description><![CDATA[Let&#8217;s say we have a table item in a MySQL database, with the primary key iditem and a field code that can be NULL: CREATE TABLE `item` ( `iditem` int(10) unsigned NOT NULL, `code` VARCHAR(10) DEFAULT NULL, PRIMARY KEY (`iditem`), ); -- -- Dumping data for table `item` -- INSERT INTO `item` (`iditem`, `code`) VALUES [...]]]></description>
		<link>http://www.theerrormessage.com/2011/01/php-isset-function-returns-false-even-though-the-variable-is-defined/</link>
			</item>
	<item>
		<title>Strange empty text line appearing inside my page</title>
		<description><![CDATA[Usually you see an empty text line and you look at the source and you see nothing there just a space&#8230; That happens often when the files that are outputted are using the encoding UTF8 with signature, instead of using the correct encoding UTF8 without signature.]]></description>
		<link>http://www.theerrormessage.com/2011/01/strange-empty-text-line-appearing-inside-my-page/</link>
			</item>
	<item>
		<title>Delayed javascript function/handler gets the right variable/parameter values</title>
		<description><![CDATA[So we have a function that adds a handler function that is called after an ajax load or at a later time and we need to execute the handler function code for each item inside an array allowing the function to access the array values. Usually with the simplest try you would get some code [...]]]></description>
		<link>http://www.theerrormessage.com/2011/01/delayed-javascript-functionhandler-gets-the-right-parameter-values/</link>
			</item>
	<item>
		<title>Updating multiple fields in multiple rows with different values in a single query in MySQL using the CASE operator does not supply a correct result</title>
		<description><![CDATA[Suppose we have a table with rows representing nodes of a tree structure, each node being represented by an id, a parent id and a position between the children of its parent node: CREATE TABLE `tree`.`node` ( `idnode` TINYINT NOT NULL AUTO_INCREMENT , `idnode_parent` TINYINT NULL , `position` TINYINT NULL , PRIMARY KEY ( `idnode` [...]]]></description>
		<link>http://www.theerrormessage.com/2010/07/updating-multiple-fields-in-multiple-rows-with-different-values-in-a-single-query-in-mysql-using-the-case-operator-does-not-supply-a-correct-result/</link>
			</item>
	<item>
		<title>NTLDR is missing</title>
		<description><![CDATA[Problem: Computer with Windows XP Professional operation system froze unexpectedly. No recent hardware changes performed, no applications recently installed. I reeboted. &#8220;NTLDR is missing&#8221; error occured. I noticed that the system did not detect the hard disk drive where the operating system resided but I fixed this by reseating the IDE cables. Though the error [...]]]></description>
		<link>http://www.theerrormessage.com/2010/04/ntldr-is-missing/</link>
			</item>
	<item>
		<title>How to convert server date and time to the local date and time taking into account daylight saving time</title>
		<description><![CDATA[&#8216;Many countries, or even parts of countries, adopt daylight saving time (DST, also known as &#8220;Summer Time&#8221;) during part of the year. This typically involves advancing clocks by an hour near the start of spring and adjusting back in autumn (&#8220;spring&#8221; forward, &#8220;fall&#8221; back).&#8217; (see Wikipedia) Now I will demonstrate how we can convert a [...]]]></description>
		<link>http://www.theerrormessage.com/2009/10/convert-server-time-to-local-time-taking-into-account-daylight-saving-time/</link>
			</item>
	<item>
		<title>SoftException in Application.cpp:544: Directory &#8220;/path/dir&#8221; is writeable by group</title>
		<description><![CDATA[Full error message: SoftException in Application.cpp:544: Directory &#8220;/path/to/directory&#8221; is writeable by group The error apeared in cpanel logs at a hosting company and was related to a directory I created via ftp and where I tried to run some php script. When accessing the script from the web browser i got the error &#8220;500 Internal [...]]]></description>
		<link>http://www.theerrormessage.com/2009/10/softexception-in-application-cpp544-directory-pathdir-is-writeable-by-group/</link>
			</item>
	<item>
		<title>How to recover a hard deleted store folder in Microsoft Outlook Express 6</title>
		<description><![CDATA[It happened for several times that I accidentally hard deleted a store folder in Microsoft Outlook Express 6 when trying to delete an email in that folder (both the folder and the e-mail looked like being selected, but it seems that the focus was on the folder and not the e-mail as I expected). Seems [...]]]></description>
		<link>http://www.theerrormessage.com/2009/09/how-to-recover-a-hard-deleted-store-folder-in-microsoft-outlook/</link>
			</item>
</channel>
</rss>

