<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Tjitjing Blog</title>
	<atom:link href="http://blog.tjitjing.com/index.php/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tjitjing.com</link>
	<description>This is my blog on technology related things and maybe some other stuff too...</description>
	<lastBuildDate>Tue, 15 May 2012 10:45:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Merge Multiple EXEs and DLLs into One Single File in .NETle by Dil Jan</title>
		<link>http://blog.tjitjing.com/index.php/2009/03/merge-multiple-exe-and-dll-into-one-single-file-in-net.html#comment-63153</link>
		<dc:creator>Dil Jan</dc:creator>
		<pubDate>Tue, 15 May 2012 10:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/?p=131#comment-63153</guid>
		<description>Thanks a lot. You explain it very well.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. You explain it very well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Excel Data into MySQL in 5 Easy Steps by jatinder</title>
		<link>http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html#comment-61977</link>
		<dc:creator>jatinder</dc:creator>
		<pubDate>Mon, 07 May 2012 10:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy-steps.html#comment-61977</guid>
		<description>in phpmyadmin ru nquery as: 

load data local infile &#039;http://localhost/onlinetest/hello.csv&#039; into table tab_hello fields terminated by &#039;,&#039; lines terminated by &#039;\n&#039; (Name, Age)</description>
		<content:encoded><![CDATA[<p>in phpmyadmin ru nquery as: </p>
<p>load data local infile &#8216;http://localhost/onlinetest/hello.csv&#8217; into table tab_hello fields terminated by &#8216;,&#8217; lines terminated by &#8216;\n&#8217; (Name, Age)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regedit &#8211; Cannot create value: Error writing to the registry. by as4</title>
		<link>http://blog.tjitjing.com/index.php/2007/02/regedit-cannot-create-value-error.html#comment-61336</link>
		<dc:creator>as4</dc:creator>
		<pubDate>Thu, 03 May 2012 10:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2007/02/regedit-cannot-create-value-error-writing-to-the-registry.html#comment-61336</guid>
		<description>Thanks alot !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks alot !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Excel Data into MySQL in 5 Easy Steps by RAVI SHANKAR.S</title>
		<link>http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html#comment-61320</link>
		<dc:creator>RAVI SHANKAR.S</dc:creator>
		<pubDate>Thu, 03 May 2012 07:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy-steps.html#comment-61320</guid>
		<description>LOAD DATA LOCAL INFILE ‘C:\\temp\\yourfile.csv’ INTO TABLE database.table FIELDS TERMINATED BY ‘;’ ENCLOSED BY ‘”‘ LINES TERMINATED BY ‘\r\n’ (field1, field2); plz suggest me by using d above command how to retrieve my excel file as it was in &#039;D&#039; drive and doesnt contains any terminations and enclosements and there were 13 columns with the names like sno, organism, refrence number, accession id etc... with 450 rows i need to convert dis excel data into sql database in the form of rows and columns.....please suggest me with appropriate solution.</description>
		<content:encoded><![CDATA[<p>LOAD DATA LOCAL INFILE ‘C:\\temp\\yourfile.csv’ INTO TABLE database.table FIELDS TERMINATED BY ‘;’ ENCLOSED BY ‘”‘ LINES TERMINATED BY ‘\r\n’ (field1, field2); plz suggest me by using d above command how to retrieve my excel file as it was in &#8216;D&#8217; drive and doesnt contains any terminations and enclosements and there were 13 columns with the names like sno, organism, refrence number, accession id etc&#8230; with 450 rows i need to convert dis excel data into sql database in the form of rows and columns&#8230;..please suggest me with appropriate solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Import Excel Data into MySQL in 5 Easy Steps by Import and Export</title>
		<link>http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy.html#comment-61131</link>
		<dc:creator>Import and Export</dc:creator>
		<pubDate>Tue, 01 May 2012 23:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2008/02/import-excel-data-into-mysql-in-5-easy-steps.html#comment-61131</guid>
		<description>[...] so i picked links for both   ms sql Using BULK INSERT to Load a Text File - SQLTeam.com   my sql Import Excel Data into MySQL in 5 Easy Steps    these are import only      How To Move Win to New HD w/o Install CD/DVD  Imagine the [...]</description>
		<content:encoded><![CDATA[<p>[...] so i picked links for both   ms sql Using BULK INSERT to Load a Text File &#8211; SQLTeam.com   my sql Import Excel Data into MySQL in 5 Easy Steps    these are import only      How To Move Win to New HD w/o Install CD/DVD  Imagine the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ASP.NET 4.0 Chart Control Problems on IIS7 by roh hui hwan</title>
		<link>http://blog.tjitjing.com/index.php/2010/06/asp-net-4-0-chart-control-problems-on-iis7.html#comment-59439</link>
		<dc:creator>roh hui hwan</dc:creator>
		<pubDate>Thu, 19 Apr 2012 20:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/?p=270#comment-59439</guid>
		<description>thanks your cooperation ^^</description>
		<content:encoded><![CDATA[<p>thanks your cooperation ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySql.Data.MySqlClient.MySqlException: Parameter &#8216;@id&#8217; must be defined by Lek</title>
		<link>http://blog.tjitjing.com/index.php/2009/05/mysqldatamysqlclientmysqlexception-parameter-id-must-be-defined.html#comment-58685</link>
		<dc:creator>Lek</dc:creator>
		<pubDate>Sat, 14 Apr 2012 16:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/?p=159#comment-58685</guid>
		<description>This made my work a bit easier today.
Thanks</description>
		<content:encoded><![CDATA[<p>This made my work a bit easier today.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Split text into multiple columns in PHP by asd</title>
		<link>http://blog.tjitjing.com/index.php/2011/01/split-text-into-multiple-columns-in-php.html#comment-58330</link>
		<dc:creator>asd</dc:creator>
		<pubDate>Thu, 12 Apr 2012 08:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/?p=354#comment-58330</guid>
		<description>hi
I have us the same problem but I want to change the code so it is like this now

        $Pos .= strpos($InputString, $SplitString);
        if ($Pos === false) {
            $Pos = strlen($InputString);
        }</description>
		<content:encoded><![CDATA[<p>hi<br />
I have us the same problem but I want to change the code so it is like this now</p>
<p>        $Pos .= strpos($InputString, $SplitString);<br />
        if ($Pos === false) {<br />
            $Pos = strlen($InputString);<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Amazon S3 Command Line Copy for Windows by Andrei</title>
		<link>http://blog.tjitjing.com/index.php/2009/04/amazon-s3-command-line-copy-for-windows.html#comment-56275</link>
		<dc:creator>Andrei</dc:creator>
		<pubDate>Thu, 29 Mar 2012 19:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/?p=145#comment-56275</guid>
		<description>I&#039;m wondered about some antivirus detecting malicious software in this file. I followed the link, clicked &#039;Download&#039;, got a copy of cnet2_s3copy.exe and uploaded it to Virustotal. 3 of 42 anti-viruses detected something malicious. Am I doing something wrong?</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondered about some antivirus detecting malicious software in this file. I followed the link, clicked &#8216;Download&#8217;, got a copy of cnet2_s3copy.exe and uploaded it to Virustotal. 3 of 42 anti-viruses detected something malicious. Am I doing something wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Low Volume on my Realtek Acer Laptop by eugene</title>
		<link>http://blog.tjitjing.com/index.php/2009/01/low-volume-on-my-realtek-acer-laptop.html#comment-56116</link>
		<dc:creator>eugene</dc:creator>
		<pubDate>Wed, 28 Mar 2012 12:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tjitjing.com/index.php/2009/01/low-volume-on-my-realtek-acer-laptop.html#comment-56116</guid>
		<description>thanks for your post.  now i can hear my computer.</description>
		<content:encoded><![CDATA[<p>thanks for your post.  now i can hear my computer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

