<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>itGalary</title>
  <link>http://www.itgalary.com/</link>
  <description>This is an XML content feed of; itGalary : Last 10 Posts</description>
  <pubDate>Thu, 11 Mar 2010 13:40:39 +0000</pubDate>
  <lastBuildDate>Thu, 11 Mar 2010 03:23:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.08</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>www.itgalary.com/RSS_topic_feed.asp</WebWizForums:feedURL>
  <image>
   <title>itGalary</title>
   <url>http://www.itgalary.com/forum_images/web_wiz_forums.png</url>
   <link>http://www.itgalary.com/</link>
  </image>
  <item>
   <title>Embedded Systems : C Programming FAQs</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=421&amp;PID=1945#1945</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=352" rel="nofollow">tossy</a><br /><strong>Subject:</strong> C Programming FAQs<br /><strong>Posted:</strong> 11 Mar 10 at 3:23am<br /><br />I'm beginner in C programming it help me to get lot of knowledge thanks for sharing....]]>
   </description>
   <pubDate>Thu, 11 Mar 2010 03:23:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=421&amp;PID=1945#1945</guid>
  </item> 
  <item>
   <title>General Discussions : Please share your thoughts.....</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=1077&amp;PID=1944#1944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=66" rel="nofollow">jeet.chowdhury</a><br /><strong>Subject:</strong> Please share your thoughts.....<br /><strong>Posted:</strong> 06 Mar 10 at 3:59pm<br /><br />Waiting For Fable 2 In Pc.&nbsp;<img src="http://www.itgalary.com/smileys/smiley19.gif" border="0" alt="Cry" />]]>
   </description>
   <pubDate>Sat, 06 Mar 2010 15:59:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=1077&amp;PID=1944#1944</guid>
  </item> 
  <item>
   <title>General Discussions : Most Important person in Life??</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=1074&amp;PID=1943#1943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=66" rel="nofollow">jeet.chowdhury</a><br /><strong>Subject:</strong> Most Important person in Life??<br /><strong>Posted:</strong> 06 Mar 10 at 3:58pm<br /><br />I Think My Girl Friend....]]>
   </description>
   <pubDate>Sat, 06 Mar 2010 15:58:11 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=1074&amp;PID=1943#1943</guid>
  </item> 
  <item>
   <title>General Discussions : Need suggestions for converting PDF to DOC</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=1079&amp;PID=1942#1942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=66" rel="nofollow">jeet.chowdhury</a><br /><strong>Subject:</strong> Need suggestions for converting PDF to DOC<br /><strong>Posted:</strong> 06 Mar 10 at 3:57pm<br /><br />this is also nice...<br><br>http://www.hellopdf.com/<br><br>btw google is our friend.... <img src="http://www.itgalary.com/smileys/smiley20.gif" border="0" alt="Thumbs%20Up" /><br>]]>
   </description>
   <pubDate>Sat, 06 Mar 2010 15:57:16 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=1079&amp;PID=1942#1942</guid>
  </item> 
  <item>
   <title>Java (J2EE &amp; J2SE) : Java equavalent method for rtrim() and ltrim()</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=824&amp;PID=1941#1941</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=352" rel="nofollow">tossy</a><br /><strong>Subject:</strong> Java equavalent method for rtrim() and ltrim()<br /><strong>Posted:</strong> 02 Mar 10 at 3:40am<br /><br />I have tried with using following codes .....getting some error message after filling all the codes<br><br><br><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by manu</strong></em><br /><br />Please add <div>if(str.trim().equals("")) return "";</div><div>both methods after if(str==null) return ""; This is because an error will be thrown if the argument passed is empty string or a string with just space characters.</div><div>&nbsp;</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //If the argument is null then return empty string<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(str==null) return "";</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //If its&nbsp;an empty string or a string with just space characters<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(str.trim().equals("")) return "";</div><div></pre></td></tr></table></div></td></tr></table>]]>
   </description>
   <pubDate>Tue, 02 Mar 2010 03:40:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=824&amp;PID=1941#1941</guid>
  </item> 
  <item>
   <title>Embedded Systems : C Programming FAQs</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=421&amp;PID=1940#1940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=494" rel="nofollow">rsgold123456</a><br /><strong>Subject:</strong> C Programming FAQs<br /><strong>Posted:</strong> 02 Mar 10 at 2:01am<br /><br /><P>Thank you this forum I hope everybody have an enjoyable day.<BR><a href="http://www.vip-gucci.com" target="_blank">gucci shoes</a>,<BR><a href="http://www.vip-gucci.com" target="_blank">gucci handbags</a>,<BR><a href="http://www.vip-gucci.com/gucci-handbags.html" target="_blank">gucci handbags</a>,<BR>Happy New Year.<BR>Very good forum, I was so lucky,<BR>Hope that everyone can derive what you want:<BR><a href="http://www.mytopchi.com" target="_blank">chi flat iron</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair iron</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair straightener</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair tools</a>.</P><P>456456</P>]]>
   </description>
   <pubDate>Tue, 02 Mar 2010 02:01:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=421&amp;PID=1940#1940</guid>
  </item> 
  <item>
   <title>Embedded Systems : Help eeded In Serial Port Programming In C</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=534&amp;PID=1939#1939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=494" rel="nofollow">rsgold123456</a><br /><strong>Subject:</strong> Help eeded In Serial Port Programming In C<br /><strong>Posted:</strong> 02 Mar 10 at 2:00am<br /><br /><P>Thank you this forum I hope everybody have an enjoyable day.<BR><a href="http://www.vip-gucci.com" target="_blank">gucci shoes</a>,<BR><a href="http://www.vip-gucci.com" target="_blank">gucci handbags</a>,<BR><a href="http://www.vip-gucci.com/gucci-handbags.html" target="_blank">gucci handbags</a>,<BR>Happy New Year.<BR>Very good forum, I was so lucky,<BR>Hope that everyone can derive what you want:<BR><a href="http://www.mytopchi.com" target="_blank">chi flat iron</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair iron</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair straightener</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair tools</a>.</P><P>123456</P>]]>
   </description>
   <pubDate>Tue, 02 Mar 2010 02:00:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=534&amp;PID=1939#1939</guid>
  </item> 
  <item>
   <title>Embedded Systems : Embedded Testing Professional invited in PUNE</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=894&amp;PID=1938#1938</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=494" rel="nofollow">rsgold123456</a><br /><strong>Subject:</strong> Embedded Testing Professional invited in PUNE<br /><strong>Posted:</strong> 02 Mar 10 at 1:58am<br /><br /><P>Thank you this forum I hope everybody have an enjoyable day.<BR><a href="http://www.vip-gucci.com" target="_blank">gucci shoes</a>,<BR><a href="http://www.vip-gucci.com" target="_blank">gucci handbags</a>,<BR><a href="http://www.vip-gucci.com/gucci-handbags.html" target="_blank">gucci handbags</a>,<BR>Happy New Year.<BR>Very good forum, I was so lucky,<BR>Hope that everyone can derive what you want:<BR><a href="http://www.mytopchi.com" target="_blank">chi flat iron</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair iron</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair straightener</a>,<BR><a href="http://www.mytopchi.com" target="_blank">chi hair tools</a>.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 02 Mar 2010 01:58:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=894&amp;PID=1938#1938</guid>
  </item> 
  <item>
   <title>General Discussions : Need suggestions for converting PDF to DOC</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=1079&amp;PID=1937#1937</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=352" rel="nofollow">tossy</a><br /><strong>Subject:</strong> Need suggestions for converting PDF to DOC<br /><strong>Posted:</strong> 24 Feb 10 at 3:16am<br /><br />Hi Friends,<br> can any one tell about the conversion software from pdf2 doc...from online itself.. i was tried with the following site ......please suggest some other sites <br><a href="http://www.pdftoword.com/" target="_blank">http://www.pdftoword.com/</a><br>]]>
   </description>
   <pubDate>Wed, 24 Feb 2010 03:16:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=1079&amp;PID=1937#1937</guid>
  </item> 
  <item>
   <title>Java (J2EE &amp; J2SE) : Java equavalent method for rtrim() and ltrim()</title>
   <link>http://www.itgalary.com/forum_posts.asp?TID=824&amp;PID=1936#1936</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.itgalary.com/member_profile.asp?PF=491" rel="nofollow">dear_srik</a><br /><strong>Subject:</strong> Java equavalent method for rtrim() and ltrim()<br /><strong>Posted:</strong> 19 Feb 10 at 2:49pm<br /><br />Thanks for your post..<DIV>&nbsp;</DIV><DIV>I have tried to improve a bit..</DIV><DIV>&nbsp;</DIV><DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>private</strong> String rtrim(String string) {</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>if</strong> (string == <strong>null</strong>)</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>return</strong> <strong>null</strong>;</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>if</strong> (string.trim().equals(""))</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>return</strong> "";</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"></FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono">StringBuilder tempString = <strong>new</strong> StringBuilder(string);</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>while</strong> (tempString.charAt(tempString.length() - 1) == ' ') {</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono">tempString.deleteCharAt(tempString.length() - 1);</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono">}</FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"></FONT></DIV><DIV align=left><FONT face="Courier New, Courier, mono"><strong>return</strong> tempString.toString();</FONT></DIV><DIV><FONT face="Courier New, Courier, mono">}</FONT></DIV></DIV>]]>
   </description>
   <pubDate>Fri, 19 Feb 2010 14:49:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.itgalary.com/forum_posts.asp?TID=824&amp;PID=1936#1936</guid>
  </item> 
 </channel>
</rss>