<?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 A K Chauhan's Blog</title>
	<atom:link href="http://www.akchauhan.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akchauhan.com</link>
	<description>PHP, MySql, JavaScript, JQuery, Prototype, Drupal, HTML, CSS and more...</description>
	<lastBuildDate>Thu, 05 Jan 2012 12:42:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Create a sortable table using &#8220;theme_table()&#8221; function in Drupal by Sangat Ghosh</title>
		<link>http://www.akchauhan.com/create-a-sortable-table-using-theme_table-function-in-drupal/comment-page-1/#comment-62191</link>
		<dc:creator>Sangat Ghosh</dc:creator>
		<pubDate>Thu, 05 Jan 2012 12:42:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=391#comment-62191</guid>
		<description>Thank u
This is good and very helpful.</description>
		<content:encoded><![CDATA[<p>Thank u<br />
This is good and very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Convert XML to Array using DOM extension in PHP5 by Steve</title>
		<link>http://www.akchauhan.com/convert-xml-to-array-using-dom-extension-in-php5/comment-page-1/#comment-60248</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 22 Dec 2011 16:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=464#comment-60248</guid>
		<description>Handy implementation. Somerthing I&#039;ve noticed is that you might risk to lose data if you receive nodes of XML_CDATA_SECTION_NODE type. I&#039;m afraid such data might be silently dropped. Handling such nodes the same way as XML_TEXT_NODE nodes could be an idea to avoid this. My 2cc.</description>
		<content:encoded><![CDATA[<p>Handy implementation. Somerthing I&#8217;ve noticed is that you might risk to lose data if you receive nodes of XML_CDATA_SECTION_NODE type. I&#8217;m afraid such data might be silently dropped. Handling such nodes the same way as XML_TEXT_NODE nodes could be an idea to avoid this. My 2cc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Assign attributes to options using FormAPI in Drupal by vijaycs85</title>
		<link>http://www.akchauhan.com/assign-attributes-to-options-using-formapi-in-drupal/comment-page-1/#comment-59991</link>
		<dc:creator>vijaycs85</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=130#comment-59991</guid>
		<description>I have added a module in my sandbox for this: http://drupal.org/sandbox/vijaycs85/1340952</description>
		<content:encoded><![CDATA[<p>I have added a module in my sandbox for this: <a href="http://drupal.org/sandbox/vijaycs85/1340952" rel="nofollow">http://drupal.org/sandbox/vijaycs85/1340952</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create simple left tree menu using jQuery by Neel</title>
		<link>http://www.akchauhan.com/create-simple-left-tree-menu-using-jquery/comment-page-1/#comment-59976</link>
		<dc:creator>Neel</dc:creator>
		<pubDate>Tue, 20 Dec 2011 13:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=120#comment-59976</guid>
		<description>Nice work!!!</description>
		<content:encoded><![CDATA[<p>Nice work!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Drupal Form elements like &#8216;DATE&#8217; element by Floris</title>
		<link>http://www.akchauhan.com/create-drupal-form-elements-like-date-element/comment-page-1/#comment-56611</link>
		<dc:creator>Floris</dc:creator>
		<pubDate>Fri, 18 Nov 2011 22:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=177#comment-56611</guid>
		<description>This theme with D7 not work.. The theme type form_element not exist.. how can fix this problem?</description>
		<content:encoded><![CDATA[<p>This theme with D7 not work.. The theme type form_element not exist.. how can fix this problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Modal Window Using CSS And JQuery by Jeff</title>
		<link>http://www.akchauhan.com/a-simple-modal-window-using-css-and-jquery/comment-page-1/#comment-55967</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 11 Nov 2011 21:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=279#comment-55967</guid>
		<description>How do you hide the scrollbars in IE? If you add overflow hidden, the modal does not cover the entire page and overflow visible does not do anything.</description>
		<content:encoded><![CDATA[<p>How do you hide the scrollbars in IE? If you add overflow hidden, the modal does not cover the entire page and overflow visible does not do anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Select content from one list to another using jQuery by Viktor</title>
		<link>http://www.akchauhan.com/select-content-from-one-list-to-another-using-jquery/comment-page-1/#comment-55929</link>
		<dc:creator>Viktor</dc:creator>
		<pubDate>Fri, 11 Nov 2011 09:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=3#comment-55929</guid>
		<description>Hello, thank you very much for the wonderful script.
I have a question! Can I do so that would be chosen by users who have already been recorded in the database have already been allocated in the right box?</description>
		<content:encoded><![CDATA[<p>Hello, thank you very much for the wonderful script.<br />
I have a question! Can I do so that would be chosen by users who have already been recorded in the database have already been allocated in the right box?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create simple left tree menu using jQuery by michael</title>
		<link>http://www.akchauhan.com/create-simple-left-tree-menu-using-jquery/comment-page-1/#comment-55620</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Mon, 07 Nov 2011 07:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=120#comment-55620</guid>
		<description>thank you very much it helped me lot</description>
		<content:encoded><![CDATA[<p>thank you very much it helped me lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Modal Window Using CSS And JQuery by bilal</title>
		<link>http://www.akchauhan.com/a-simple-modal-window-using-css-and-jquery/comment-page-1/#comment-54475</link>
		<dc:creator>bilal</dc:creator>
		<pubDate>Fri, 21 Oct 2011 21:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.akchauhan.com/?p=279#comment-54475</guid>
		<description>this is a complet code for the demo 

code html 





Model Box Demo





	
    	

             
                &lt;strong&gt;Post Your &lt;/strong&gt; idea about this blog.
                &lt;a href=&quot;void(0);&quot; rel=&quot;nofollow&quot;&gt;Close&lt;/a&gt;
                
                
                    
                        Title  
                        

                        
                        Your Idea 
                        
                        Tags 
                        
                        
                        

                    
                
                
        
    
	&lt;a href=&quot;void(0);&quot; rel=&quot;nofollow&quot;&gt;Click Here For Demo&lt;/a&gt;
	


 


code css 

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:black;
  display:none;
}
#maincontaner{
	position:fixed;
	float:left;
	width:410px; 
	height:auto; 
	margin:100px 0 0 250px;
	background-color:#FFFFFF;
	padding:5px 2px 8px 5px;
	z-index:99999;
	}

.projectstrip{
	background-repeat:no-repeat; 
	width:400px; 
	height:54px; 
	float:left;
	font-family:&#039;Trebuchet MS&#039;, Verdana, Arial, Sans-Serif; 
	font-size:18px;
	color:#000000;
	padding:15px 0 0 20px;
}

.projectstrip img{padding-left:100px;}	
#start_emb {position:absolute; z-index:9999; display:none;}
#post{
	border: solid 1px #b2b2b2;
	width:400px;
	height:300px;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	margin-left:5px;
	}
.post_filed{
	float:left;
	padding:20px 0 0 50px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
	font-weight:900;
	}
.post_filed .textfiled{
	border:solid 1px #c7c29e;
	width:271px;
	height:25px;
	background-color:#f4eebe;
	margin:5px 0 5px 0;
	}
.post_filed .textarea{
	border:solid 1px #c7c29e;
	width:271px;
	height:82px;
	background-color:#f4eebe;
	margin:5px 0 5px 0;
	}

.startembarkonbutton{width:164px; padding-left:30px;}
.rightpannel{
	width:230px;
	font-size:12px;
	color:#545454;
	float:left; 
	padding:60px 0 0 20px;
	}
.rightpannel .txt{
	padding-top:8px;
	color:#767676;
	}
.rightpannel strong{
	color:#000000; 
	font-size:13px; 
	font-weight:bold;
	padding-top:30px;
	}

.rightpannel .box{
	width:230px; 
	height:89px; 
	background-repeat:no-repeat;
	}
.rightpannel .box img{
	margin:10px;
	float:left;
	}				
#tagbox{
	width:230px; 
	height:auto; 
	}
#tagbox .topimg{
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	}
#tagbox .midbg{
	width:230px;
	background-repeat:repeat-y;
	padding: 0 5px 0 5px;
	}
#tagbox .midbg ul{
	list-style:none;
	}
#tagbox .midbg ul li{
	margin:0 5px 0 5px;
	width:auto;
	float:left;
	}		
	
#tagbox .midbg ul li a:link	  {color:#868383; font-weight: normal;} 
#tagbox .midbg ul li a:visited {color:#868383; text-decoration: none;}  
#tagbox .midbg ul li a:active  {color:#868383; text-decoration: none;}  
#tagbox .midbg ul li a:hover   {color:#868383; text-decoration: none;border: solid 0px #CCCCCC; background-color:#e2e2e2;}

#tagbox .midbg ul li .active a:link	  {color:#868383; font-weight: normal; border: solid 1px #CCCCCC; background-color:#e2e2e2;} 
#tagbox .midbg ul li .active a:visited {color:#868383; text-decoration: none;border: solid 1px #CCCCCC; background-color:#e2e2e2;}  
#tagbox .midbg ul li .active a:active  {color:#868383; text-decoration: none;border: solid 1px #CCCCCC; background-color:#e2e2e2;}  
#tagbox .midbg ul li .active a:hover   {color:#868383; text-decoration: none;border: solid 1px #CCCCCC; background-color:#e2e2e2;}	
		
#tagbox .bottomimg{
	background-repeat:no-repeat;
	background-position:top;
	height:14px;
	}			

.clear{clear:both;}

#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
    border:solid 1px #c7c29e;
 	background-color:#f4eebe;
    white-space: pre;
    cursor: default;
    font-size:12px;
}
#autocomplete li.selected {
  background: #f4eebe;
  color:#f4eebe;
}

html.js input.form-autocomplete {
  background-repeat: no-repeat;
  background-position: 100% 2px; /* LTR */
}
html.js input.throbbing {
  background-position: 100% -18px; /* LTR */
}
#cls { float:right; margin-right:10px;}


code js 

$(document).ready(function(){
	$(&quot;#start_emb&quot;).hide();
	$(&quot;#create&quot;).click(function(){
	$(&quot;#start_emb&quot;).slideToggle(&quot;slow&quot;);

	var maskHeight = $(document).height();
	var maskWidth = $(window).width();

	$(&#039;#mask&#039;).css({&#039;width&#039;:maskWidth,&#039;height&#039;:maskHeight,backgroundColor:&quot;black&quot;});

	$(&#039;#mask&#039;).fadeIn(1000);	
	$(&#039;#mask&#039;).fadeTo(&quot;slow&quot;,0.8);

	$(&#039;#post_title&#039;).val(&#039;&#039;) ;
	$(&#039;#summary_description&#039;).val(&#039;&#039;) ;
	$(&#039;#tags2&#039;).val(&#039;&#039;) ;

	$(&quot;#t_error&quot;).html(&quot;&quot;);
	$(&quot;#d_error&quot;).html(&quot;&quot;);
	$(&quot;#tg_error&quot;).html(&quot;&quot;);
});

$(&quot;#cls&quot;).click(function(){
	$(&#039;#mask&#039;).hide();
	$(&quot;#start_emb&quot;).hide(&quot;slow&quot;);
}); 
   
$(&#039;#add_tag_btn&#039;).click(function(){
	var title_r = $(&#039;#post_title&#039;).val();
	var desc_r = $(&#039;#summary_description&#039;).val();
	var tag_r = $(&#039;#tags2&#039;).val();

	var title = $.trim(title_r);
	var desc = $.trim(desc_r);
	var tag_r = $.trim(tag_r);
	var login =&quot;Login&quot;;
	var start =&quot;start&quot;;

	if (title != &#039;&#039; &amp;&amp;  desc!=&#039;&#039;  &amp;&amp;  tag_r!=&#039;&#039; ) {
		$(&#039;#t_error&#039;).hide();
		$(&#039;#d_error&#039;).hide();
		$(&#039;#tg_error&#039;).hide();
	} else {
		if(title==&#039;&#039;){
			$(&#039;#t_error&#039;).show();
			$(&quot;#t_error&quot;).html(&quot;(Not Empty.)&quot;);
		}
		if(desc==&#039;&#039;){
			$(&#039;#d_error&#039;).show();
			$(&quot;#d_error&quot;).html(&quot;(Not Empty.)&quot;);
		}
		if(tag_r==&#039;&#039;){
			$(&#039;#tg_error&#039;).show();
			$(&quot;#tg_error&quot;).html(&quot;(Not Empty.)&quot;);
		}
	}
});


});	


 good luck</description>
		<content:encoded><![CDATA[<p>this is a complet code for the demo </p>
<p>code html </p>
<p>Model Box Demo</p>
<p>                <strong>Post Your </strong> idea about this blog.<br />
                <a href="void(0);" rel="nofollow">Close</a></p>
<p>                        Title  </p>
<p>                        Your Idea </p>
<p>                        Tags </p>
<p>	<a href="void(0);" rel="nofollow">Click Here For Demo</a></p>
<p>code css </p>
<p>#mask {<br />
  position:absolute;<br />
  left:0;<br />
  top:0;<br />
  z-index:9000;<br />
  background-color:black;<br />
  display:none;<br />
}<br />
#maincontaner{<br />
	position:fixed;<br />
	float:left;<br />
	width:410px;<br />
	height:auto;<br />
	margin:100px 0 0 250px;<br />
	background-color:#FFFFFF;<br />
	padding:5px 2px 8px 5px;<br />
	z-index:99999;<br />
	}</p>
<p>.projectstrip{<br />
	background-repeat:no-repeat;<br />
	width:400px;<br />
	height:54px;<br />
	float:left;<br />
	font-family:&#8217;Trebuchet MS&#8217;, Verdana, Arial, Sans-Serif;<br />
	font-size:18px;<br />
	color:#000000;<br />
	padding:15px 0 0 20px;<br />
}</p>
<p>.projectstrip img{padding-left:100px;}<br />
#start_emb {position:absolute; z-index:9999; display:none;}<br />
#post{<br />
	border: solid 1px #b2b2b2;<br />
	width:400px;<br />
	height:300px;<br />
	background-color:#FFFFFF;<br />
	background-repeat:no-repeat;<br />
	margin-left:5px;<br />
	}<br />
.post_filed{<br />
	float:left;<br />
	padding:20px 0 0 50px;<br />
	font-family:Arial, Helvetica, sans-serif;<br />
	color:#000000;<br />
	font-size:13px;<br />
	font-weight:900;<br />
	}<br />
.post_filed .textfiled{<br />
	border:solid 1px #c7c29e;<br />
	width:271px;<br />
	height:25px;<br />
	background-color:#f4eebe;<br />
	margin:5px 0 5px 0;<br />
	}<br />
.post_filed .textarea{<br />
	border:solid 1px #c7c29e;<br />
	width:271px;<br />
	height:82px;<br />
	background-color:#f4eebe;<br />
	margin:5px 0 5px 0;<br />
	}</p>
<p>.startembarkonbutton{width:164px; padding-left:30px;}<br />
.rightpannel{<br />
	width:230px;<br />
	font-size:12px;<br />
	color:#545454;<br />
	float:left;<br />
	padding:60px 0 0 20px;<br />
	}<br />
.rightpannel .txt{<br />
	padding-top:8px;<br />
	color:#767676;<br />
	}<br />
.rightpannel strong{<br />
	color:#000000;<br />
	font-size:13px;<br />
	font-weight:bold;<br />
	padding-top:30px;<br />
	}</p>
<p>.rightpannel .box{<br />
	width:230px;<br />
	height:89px;<br />
	background-repeat:no-repeat;<br />
	}<br />
.rightpannel .box img{<br />
	margin:10px;<br />
	float:left;<br />
	}<br />
#tagbox{<br />
	width:230px;<br />
	height:auto;<br />
	}<br />
#tagbox .topimg{<br />
	background-repeat:no-repeat;<br />
	background-position:top;<br />
	height:14px;<br />
	}<br />
#tagbox .midbg{<br />
	width:230px;<br />
	background-repeat:repeat-y;<br />
	padding: 0 5px 0 5px;<br />
	}<br />
#tagbox .midbg ul{<br />
	list-style:none;<br />
	}<br />
#tagbox .midbg ul li{<br />
	margin:0 5px 0 5px;<br />
	width:auto;<br />
	float:left;<br />
	}		</p>
<p>#tagbox .midbg ul li a:link	  {color:#868383; font-weight: normal;}<br />
#tagbox .midbg ul li a:visited {color:#868383; text-decoration: none;}<br />
#tagbox .midbg ul li a:active  {color:#868383; text-decoration: none;}<br />
#tagbox .midbg ul li a:hover   {color:#868383; text-decoration: none;border: solid 0px #CCCCCC; background-color:#e2e2e2;}</p>
<p>#tagbox .midbg ul li .active a:link	  {color:#868383; font-weight: normal; border: solid 1px #CCCCCC; background-color:#e2e2e2;}<br />
#tagbox .midbg ul li .active a:visited {color:#868383; text-decoration: none;border: solid 1px #CCCCCC; background-color:#e2e2e2;}<br />
#tagbox .midbg ul li .active a:active  {color:#868383; text-decoration: none;border: solid 1px #CCCCCC; background-color:#e2e2e2;}<br />
#tagbox .midbg ul li .active a:hover   {color:#868383; text-decoration: none;border: solid 1px #CCCCCC; background-color:#e2e2e2;}	</p>
<p>#tagbox .bottomimg{<br />
	background-repeat:no-repeat;<br />
	background-position:top;<br />
	height:14px;<br />
	}			</p>
<p>.clear{clear:both;}</p>
<p>#autocomplete {<br />
  position: absolute;<br />
  border: 1px solid;<br />
  overflow: hidden;<br />
  z-index: 100;<br />
}<br />
#autocomplete ul {<br />
  margin: 0;<br />
  padding: 0;<br />
  list-style: none;<br />
}<br />
#autocomplete li {<br />
    border:solid 1px #c7c29e;<br />
 	background-color:#f4eebe;<br />
    white-space: pre;<br />
    cursor: default;<br />
    font-size:12px;<br />
}<br />
#autocomplete li.selected {<br />
  background: #f4eebe;<br />
  color:#f4eebe;<br />
}</p>
<p>html.js input.form-autocomplete {<br />
  background-repeat: no-repeat;<br />
  background-position: 100% 2px; /* LTR */<br />
}<br />
html.js input.throbbing {<br />
  background-position: 100% -18px; /* LTR */<br />
}<br />
#cls { float:right; margin-right:10px;}</p>
<p>code js </p>
<p>$(document).ready(function(){<br />
	$(&#8220;#start_emb&#8221;).hide();<br />
	$(&#8220;#create&#8221;).click(function(){<br />
	$(&#8220;#start_emb&#8221;).slideToggle(&#8220;slow&#8221;);</p>
<p>	var maskHeight = $(document).height();<br />
	var maskWidth = $(window).width();</p>
<p>	$(&#8216;#mask&#8217;).css({&#8216;width&#8217;:maskWidth,&#8217;height&#8217;:maskHeight,backgroundColor:&#8221;black&#8221;});</p>
<p>	$(&#8216;#mask&#8217;).fadeIn(1000);<br />
	$(&#8216;#mask&#8217;).fadeTo(&#8220;slow&#8221;,0.8);</p>
<p>	$(&#8216;#post_title&#8217;).val(&#8221;) ;<br />
	$(&#8216;#summary_description&#8217;).val(&#8221;) ;<br />
	$(&#8216;#tags2&#8242;).val(&#8221;) ;</p>
<p>	$(&#8220;#t_error&#8221;).html(&#8220;&#8221;);<br />
	$(&#8220;#d_error&#8221;).html(&#8220;&#8221;);<br />
	$(&#8220;#tg_error&#8221;).html(&#8220;&#8221;);<br />
});</p>
<p>$(&#8220;#cls&#8221;).click(function(){<br />
	$(&#8216;#mask&#8217;).hide();<br />
	$(&#8220;#start_emb&#8221;).hide(&#8220;slow&#8221;);<br />
}); </p>
<p>$(&#8216;#add_tag_btn&#8217;).click(function(){<br />
	var title_r = $(&#8216;#post_title&#8217;).val();<br />
	var desc_r = $(&#8216;#summary_description&#8217;).val();<br />
	var tag_r = $(&#8216;#tags2&#8242;).val();</p>
<p>	var title = $.trim(title_r);<br />
	var desc = $.trim(desc_r);<br />
	var tag_r = $.trim(tag_r);<br />
	var login =&#8221;Login&#8221;;<br />
	var start =&#8221;start&#8221;;</p>
<p>	if (title != &#8221; &amp;&amp;  desc!=&#8221;  &amp;&amp;  tag_r!=&#8221; ) {<br />
		$(&#8216;#t_error&#8217;).hide();<br />
		$(&#8216;#d_error&#8217;).hide();<br />
		$(&#8216;#tg_error&#8217;).hide();<br />
	} else {<br />
		if(title==&#8221;){<br />
			$(&#8216;#t_error&#8217;).show();<br />
			$(&#8220;#t_error&#8221;).html(&#8220;(Not Empty.)&#8221;);<br />
		}<br />
		if(desc==&#8221;){<br />
			$(&#8216;#d_error&#8217;).show();<br />
			$(&#8220;#d_error&#8221;).html(&#8220;(Not Empty.)&#8221;);<br />
		}<br />
		if(tag_r==&#8221;){<br />
			$(&#8216;#tg_error&#8217;).show();<br />
			$(&#8220;#tg_error&#8221;).html(&#8220;(Not Empty.)&#8221;);<br />
		}<br />
	}<br />
});</p>
<p>});	</p>
<p> good luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How upload file using cURL? by Tri Nguyen</title>
		<link>http://www.akchauhan.com/how-upload-file-using-curl/comment-page-1/#comment-54399</link>
		<dc:creator>Tri Nguyen</dc:creator>
		<pubDate>Thu, 20 Oct 2011 18:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.akchauhan.com/?p=26#comment-54399</guid>
		<description>&lt;a href=&quot;#comment-24321&quot; rel=&quot;nofollow&quot;&gt;@ Ivan&lt;/a&gt; 
 Hi Ivan,

I am starting to learn curl.

I have no  idea where I can start. It would be nice if you can guide me thru.

I have a new firmware in my local director home/bin/file.dat., now I want to write a curl script to load this file into the machine and run this 20 time to determine howlong it takes from the time it start to load the file until it finish.
But I have no clues how curl work. 
Please help me</description>
		<content:encoded><![CDATA[<p><a href="#comment-24321" rel="nofollow">@ Ivan</a><br />
 Hi Ivan,</p>
<p>I am starting to learn curl.</p>
<p>I have no  idea where I can start. It would be nice if you can guide me thru.</p>
<p>I have a new firmware in my local director home/bin/file.dat., now I want to write a curl script to load this file into the machine and run this 20 time to determine howlong it takes from the time it start to load the file until it finish.<br />
But I have no clues how curl work.<br />
Please help me</p>
]]></content:encoded>
	</item>
</channel>
</rss>

