<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for CodeSamplez.com</title>
	
	<link>http://codesamplez.com</link>
	<description>Programming Tutorials And Source Code Examples</description>
	<lastBuildDate>Thu, 23 May 2013 19:51:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/codesamplez-comments" /><feedburner:info uri="codesamplez-comments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Generate HTTP Requests using c# by Md Ali Ahsan Rana</title>
		<link>http://codesamplez.com/programming/http-request-c-sharp#comment-1098</link>
		<dc:creator>Md Ali Ahsan Rana</dc:creator>
		<pubDate>Thu, 23 May 2013 19:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=196#comment-1098</guid>
		<description><![CDATA[as far I can track, you need to provide &quot;GET&quot; instead of &quot;POST&quot;(as all variables in url are passed in GET method). May be the server only accepts GET requests.]]></description>
		<content:encoded><![CDATA[<p>as far I can track, you need to provide &#8220;GET&#8221; instead of &#8220;POST&#8221;(as all variables in url are passed in GET method). May be the server only accepts GET requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create A Simple WordPress Plugin by Md Ali Ahsan Rana</title>
		<link>http://codesamplez.com/development/create-a-simple-wordpress-plugin#comment-1097</link>
		<dc:creator>Md Ali Ahsan Rana</dc:creator>
		<pubDate>Thu, 23 May 2013 19:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=106#comment-1097</guid>
		<description><![CDATA[sure, we could. As I mentioned, this is simple plugin just for demonstration purpose for the tutorial. Real time plugins are with lot more complex functionality.]]></description>
		<content:encoded><![CDATA[<p>sure, we could. As I mentioned, this is simple plugin just for demonstration purpose for the tutorial. Real time plugins are with lot more complex functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Work With C# Serial Port Communication by Md Ali Ahsan Rana</title>
		<link>http://codesamplez.com/programming/serial-port-communication-c-sharp#comment-1096</link>
		<dc:creator>Md Ali Ahsan Rana</dc:creator>
		<pubDate>Thu, 23 May 2013 19:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=22765#comment-1096</guid>
		<description><![CDATA[You mean you want to write driver software for serial port accessible devices? If so, you must need to have the command set that the device accepts and what it replies in response. If you got that, you can even use this article to send and receive data.]]></description>
		<content:encoded><![CDATA[<p>You mean you want to write driver software for serial port accessible devices? If so, you must need to have the command set that the device accepts and what it replies in response. If you got that, you can even use this article to send and receive data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Work With C# Serial Port Communication by Andargachew Gobena</title>
		<link>http://codesamplez.com/programming/serial-port-communication-c-sharp#comment-1094</link>
		<dc:creator>Andargachew Gobena</dc:creator>
		<pubDate>Thu, 23 May 2013 06:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=22765#comment-1094</guid>
		<description><![CDATA[thanks a lot for the tutorial.Can you make a tutorial or guid me to writing device drivers for serial port devices?]]></description>
		<content:encoded><![CDATA[<p>thanks a lot for the tutorial.Can you make a tutorial or guid me to writing device drivers for serial port devices?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create A Simple WordPress Plugin by Damien Foord</title>
		<link>http://codesamplez.com/development/create-a-simple-wordpress-plugin#comment-1092</link>
		<dc:creator>Damien Foord</dc:creator>
		<pubDate>Sun, 12 May 2013 01:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=106#comment-1092</guid>
		<description><![CDATA[Would this have to be a plugin per se? Could you not just add the function to your theme functions . php file?]]></description>
		<content:encoded><![CDATA[<p>Would this have to be a plugin per se? Could you not just add the function to your theme functions . php file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pipe Email To PHP And Parse Content Tutorial by Rob Chadwick</title>
		<link>http://codesamplez.com/programming/email-to-php-script#comment-1091</link>
		<dc:creator>Rob Chadwick</dc:creator>
		<pubDate>Sun, 12 May 2013 01:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=19272#comment-1091</guid>
		<description><![CDATA[Thanks! This was very useful.]]></description>
		<content:encoded><![CDATA[<p>Thanks! This was very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate HTTP Requests using c# by Code</title>
		<link>http://codesamplez.com/programming/http-request-c-sharp#comment-1090</link>
		<dc:creator>Code</dc:creator>
		<pubDate>Sat, 11 May 2013 17:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=196#comment-1090</guid>
		<description><![CDATA[I want to get response from this url:
https://testapi.internet.bs/Domain/Check?Domain=HASANUDDIN.INFO&amp;ApiKey=testapi&amp;Password=testpass&quot;

Note: this the original web http://www.internetbs.net/ResellerRegistrarDomainNameAPI/api/01_domain_related/01_domain_check

but i got this error message:
&quot;The operation has timed out&quot;

Could you tell me is there something wrong from my code, here is my code:
//create the constructor with post type and few data
      MyWebRequest myRequest = new MyWebRequest(&quot;https://testapi.internet.bs/Domain/Check&quot;, &quot;POST&quot;, &quot;Domain=HASANUDDIN.INFO&amp;ApiKey=testapi&amp;Password=testpass&quot;);
      //show the response string on the console screen.
      Console.WriteLine(myRequest.GetResponse());]]></description>
		<content:encoded><![CDATA[<p>I want to get response from this url:<br />
<a href="https://testapi.internet.bs/Domain/Check?Domain=HASANUDDIN.INFO&#038;ApiKey=testapi&#038;Password=testpass" rel="nofollow">https://testapi.internet.bs/Domain/Check?Domain=HASANUDDIN.INFO&#038;ApiKey=testapi&#038;Password=testpass</a>&#8221;</p>
<p>Note: this the original web <a href="http://www.internetbs.net/ResellerRegistrarDomainNameAPI/api/01_domain_related/01_domain_check" rel="nofollow">http://www.internetbs.net/ResellerRegistrarDomainNameAPI/api/01_domain_related/01_domain_check</a></p>
<p>but i got this error message:<br />
&#8220;The operation has timed out&#8221;</p>
<p>Could you tell me is there something wrong from my code, here is my code:<br />
//create the constructor with post type and few data<br />
      MyWebRequest myRequest = new MyWebRequest(&#8220;https://testapi.internet.bs/Domain/Check&#8221;, &#8220;POST&#8221;, &#8220;Domain=HASANUDDIN.INFO&amp;ApiKey=testapi&amp;Password=testpass&#8221;);<br />
      //show the response string on the console screen.<br />
      Console.WriteLine(myRequest.GetResponse());</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Work With C# Serial Port Communication by Phil</title>
		<link>http://codesamplez.com/programming/serial-port-communication-c-sharp#comment-1089</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 09 May 2013 18:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=22765#comment-1089</guid>
		<description><![CDATA[Thanks very much for the additional code, its working now :)]]></description>
		<content:encoded><![CDATA[<p>Thanks very much for the additional code, its working now <img src='http://codesamplez.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use WPF DataGrid in C#.NET by Ramesh</title>
		<link>http://codesamplez.com/development/wpf-datagrid-c-sharp#comment-1086</link>
		<dc:creator>Ramesh</dc:creator>
		<pubDate>Wed, 08 May 2013 20:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=23060#comment-1086</guid>
		<description><![CDATA[Excellent tutorial, for Data grid binding, I was looking for this kind of simple one, no where else it available. you made my job easy. Thanks allot. Keep it up.]]></description>
		<content:encoded><![CDATA[<p>Excellent tutorial, for Data grid binding, I was looking for this kind of simple one, no where else it available. you made my job easy. Thanks allot. Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Work With C# Serial Port Communication by Md Ali Ahsan Rana</title>
		<link>http://codesamplez.com/programming/serial-port-communication-c-sharp#comment-1085</link>
		<dc:creator>Md Ali Ahsan Rana</dc:creator>
		<pubDate>Wed, 08 May 2013 18:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://codesamplez.com/?p=22765#comment-1085</guid>
		<description><![CDATA[Oh yes. I very much appreciate your catch. I thought I did shared it too, but didn&#039;t, just realised after your question. Thanks a lot. I just added that class definition as well. Hope this helps. Please let me know if you still having any issue/have more feedbacks.]]></description>
		<content:encoded><![CDATA[<p>Oh yes. I very much appreciate your catch. I thought I did shared it too, but didn&#8217;t, just realised after your question. Thanks a lot. I just added that class definition as well. Hope this helps. Please let me know if you still having any issue/have more feedbacks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
