<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My One Cent</title>
	<atom:link href="http://myonecent.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://myonecent.wordpress.com</link>
	<description>My One Cent and Bla Bla Bla</description>
	<lastBuildDate>Fri, 15 Feb 2013 08:30:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='myonecent.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My One Cent</title>
		<link>http://myonecent.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://myonecent.wordpress.com/osd.xml" title="My One Cent" />
	<atom:link rel='hub' href='http://myonecent.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Batch Delete Post Revisions of an WordPress Blog</title>
		<link>http://myonecent.wordpress.com/2011/08/29/how-to-batch-delete-post-revisions-of-an-wordpress-blog/</link>
		<comments>http://myonecent.wordpress.com/2011/08/29/how-to-batch-delete-post-revisions-of-an-wordpress-blog/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 16:48:17 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/08/29/how-to-batch-delete-post-revisions-of-an-wordpress-blog/</guid>
		<description><![CDATA[Execute the following SQL command: DELETE FROM wp_posts WHERE post_type = "revision"; for detail: http://www.wprecipes.com/how-to-batch-deleting-post-revisions<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=188&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Execute the following SQL command:
<pre>DELETE FROM wp_posts WHERE post_type = "revision";</pre>
<p>for detail: <a href="http://www.wprecipes.com/how-to-batch-deleting-post-revisions" rel="nofollow">http://www.wprecipes.com/how-to-batch-deleting-post-revisions</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=188&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/08/29/how-to-batch-delete-post-revisions-of-an-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>Top 10 MySQL Mistakes Made By PHP</title>
		<link>http://myonecent.wordpress.com/2011/08/27/top-10-mysql-mistakes-made-by-php/</link>
		<comments>http://myonecent.wordpress.com/2011/08/27/top-10-mysql-mistakes-made-by-php/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 10:38:18 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/08/27/top-10-mysql-mistakes-made-by-php/</guid>
		<description><![CDATA[Building a solid, dependable database takes time and expertise. Here are ten of the worst MySQL mistakes: Using MyISAM rather than InnoDB Using PHP’s mysql functions Not sanitizing user input Not using UTF-8 Favoring PHP over SQL Not optimizing your queries Using the wrong data types Using * in SELECT queries Under- or over-indexing Forgetting [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=186&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Building a solid, dependable database takes time and expertise. Here are ten of the worst MySQL mistakes:
<ol>
<li>Using MyISAM rather than InnoDB</li>
<li>Using PHP’s mysql functions</li>
<li>Not sanitizing user input</li>
<li>Not using UTF-8</li>
<li>Favoring PHP over SQL</li>
<li>Not optimizing your queries</li>
<li>Using the wrong data types</li>
<li>Using * in SELECT queries</li>
<li>Under- or over-indexing</li>
<li>Forgetting to back up</li>
<li>Bonus mistake: not considering other databases!</li>
</ol>
<p>Read details here: <br /><a target="_blank" href="http://www.sitepoint.com/mysql-mistakes-php-developers/">http://www.sitepoint.com/mysql-mistakes-php-developers/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/186/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/186/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=186&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/08/27/top-10-mysql-mistakes-made-by-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>PHPLinkDirectory Category Table Data doesn&#8217;t Store and Display Unicode Characters</title>
		<link>http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-category-table-data-doesnt-store-and-display-unicode-characters/</link>
		<comments>http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-category-table-data-doesnt-store-and-display-unicode-characters/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 16:04:17 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[Web technologies]]></category>
		<category><![CDATA[phpLD]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-category-table-data-doesnt-store-and-display-unicode-characters/</guid>
		<description><![CDATA[While importing data from a script file please make sure you open the script file as &#8220;SQL Script File UTF-8 (*.sql)&#8221;. From MySQL query browser, you can select this option on the &#8220;Open Script File&#8221; dialog. The dialog pops up when you select File &#62; Open Script&#8230; option.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=180&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>While importing data from a script file please make sure you open the script file as &#8220;SQL Script File UTF-8 (*.sql)&#8221;. From MySQL query browser, you can select this option on the &#8220;Open Script File&#8221; dialog. The dialog pops up when you select File &gt; Open Script&#8230; option. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=180&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-category-table-data-doesnt-store-and-display-unicode-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>PHPLinkDirectory Unicode UTF-8 Characters Display Problem Solved</title>
		<link>http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-unicode-utf-8-characters-display-problem-solved/</link>
		<comments>http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-unicode-utf-8-characters-display-problem-solved/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 15:58:18 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[Web technologies]]></category>
		<category><![CDATA[phpLD]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-unicode-utf-8-characters-display-problem-solved/</guid>
		<description><![CDATA[By default PHPLinkDirectory does not display unicode utf-8 coded characters. You need to change the init.php file at the root of your phpld directoy. Edit init.php in both home directory of your phpld installation and the admin directory. Change: // $setCharset = $db-&#62;Execute (“SET NAMES ‘utf8′”); // $setCharset = $db-&#62;Execute (“SET CHARACTER SET utf8″); to: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=178&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>By default PHPLinkDirectory does not display unicode utf-8 coded characters. You need to change the init.php file at the root of your phpld directoy.</p>
<p>Edit init.php in both home directory of your phpld installation and the admin directory.</p>
<p>Change:<br />
// $setCharset = $db-&gt;Execute (“SET NAMES ‘utf8′”);<br />
// $setCharset = $db-&gt;Execute (“SET CHARACTER SET utf8″);</p>
<p>to:<br />
$setCharset = $db-&gt;Execute (“SET NAMES ‘utf8′”);<br />
$setCharset = $db-&gt;Execute (“SET CHARACTER SET utf8″);</p>
<p>For more detail: <a target="_blank" href="http://www.karolos.com/unicode-utf-8-characters-problem-solved-in-phpld/">http://www.karolos.com/unicode-utf-8-characters-problem-solved-in-phpld/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=178&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/08/12/phplinkdirectory-unicode-utf-8-characters-display-problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>MS Access Exported Query Expression Truncated at 255 Characters</title>
		<link>http://myonecent.wordpress.com/2011/08/11/ms-access-exported-query-expression-truncated-at-255-characters/</link>
		<comments>http://myonecent.wordpress.com/2011/08/11/ms-access-exported-query-expression-truncated-at-255-characters/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 17:26:30 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/08/11/ms-access-exported-query-expression-truncated-at-255-characters/</guid>
		<description><![CDATA[MS Access exported query expressions usually get truncated at 255 Characters. Instead of exporting the query result directly, insert the query result into &#8220;a table with Memo field&#8221;. Then export &#8220;the table with memo field&#8221;. The solution detail can be found here: http://support.microsoft.com/kb/178743<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=169&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>MS Access exported query expressions usually get truncated at 255<br />
Characters. Instead of exporting the query result directly, insert the<br />
query result into &#8220;a table with Memo field&#8221;. Then export &#8220;the table with<br />
 memo field&#8221;. The solution detail can be found here: <a target="_blank" href="http://support.microsoft.com/kb/178743">http://support.microsoft.com/kb/178743</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=169&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/08/11/ms-access-exported-query-expression-truncated-at-255-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>Java String Comparison</title>
		<link>http://myonecent.wordpress.com/2011/06/03/java-string-comparison/</link>
		<comments>http://myonecent.wordpress.com/2011/06/03/java-string-comparison/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 19:00:44 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/06/03/java-string-comparison/</guid>
		<description><![CDATA[To compare Strings for equality, don&#8217;t use ==. The == operator checks to see if two objects are exactly the same object. Two strings may be different objects, but have the same value (have exactly the same characters in them). Use the .equals() method to compare strings for equality. Similarly, use the .compareTo() method to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=165&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>To compare Strings for equality, don&#8217;t use ==.  The == operator checks to see if two objects are <strong>exactly the same object</strong>. Two strings may be different objects, but have the same value (have exactly the same characters in them).  Use the .equals() method to compare strings for equality.  Similarly, use the .compareTo() method to test for unequal comparisons. For example,
<pre>    String s = "&lt;i&gt;something&lt;/i&gt;", t = "&lt;i&gt;maybe something else&lt;/i&gt;";
    if (s == t)      // Legal, but usually WRONG.
    if (s.equals(t)) // RIGHT
    if (s &gt; t)    // ILLEGAL
    if (s.compareTo(t) &gt; 0) // CORRECT&gt;

(Courtesy: http://www.leepoint.net/notes-java/data/strings/12stringcomparison.html)
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=165&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/06/03/java-string-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitter Application for Composing, Scheduling and Posting Tweets &#8211; Tweetinger</title>
		<link>http://myonecent.wordpress.com/2011/05/28/twitter-application-for-composing-scheduling-and-posting-tweets-tweetinger/</link>
		<comments>http://myonecent.wordpress.com/2011/05/28/twitter-application-for-composing-scheduling-and-posting-tweets-tweetinger/#comments</comments>
		<pubDate>Sat, 28 May 2011 04:38:22 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/05/28/twitter-application-for-composing-scheduling-and-posting-tweets-tweetinger/</guid>
		<description><![CDATA[There are many Twitter application that makes life easier for regular twitter users. One of the breeds of such application is having auto-tweeting capabilities. However, auto tweeting has its own disadvantage if not done carefully. This particular Twitter application for composing and scheduling tweets, which is in it&#8217;s beta now, looks like very promising in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=161&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There are many Twitter application that makes life easier for regular twitter users. One of the breeds of such application is having auto-tweeting capabilities. However, auto tweeting has its own disadvantage if not done carefully. This particular <a target="_blank" href="http://ebusinessgems.com/blog/notifications/tweetinger-helps-manage-scheduling-composing-posting-tweets/">Twitter application for composing and scheduling tweets</a>, which is in it&#8217;s beta now, looks like very promising in this regard.</p>
<p>From the description of the applications scope: &#8220;In fact Tweetinger&#8217;s built-in ability to filter spam  like behaviors will catch and kill posts before twitter can see it.  Ability to spin and twist your tweets will ensure that your posts are  fresh and natural. This is very important. <em>Tweetinger</em> will ensure this very thing that your tweets are spontaneous and not a mechanical output<em>&#8220;. </em>Let&#8217;s see how it turns out.<em></em><em></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=161&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/05/28/twitter-application-for-composing-scheduling-and-posting-tweets-tweetinger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I format a number with leading zeros, in Java?</title>
		<link>http://myonecent.wordpress.com/2011/05/05/how-do-i-format-a-number-with-leading-zeros-in-java/</link>
		<comments>http://myonecent.wordpress.com/2011/05/05/how-do-i-format-a-number-with-leading-zeros-in-java/#comments</comments>
		<pubDate>Thu, 05 May 2011 16:14:16 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/05/05/how-do-i-format-a-number-with-leading-zeros-in-java/</guid>
		<description><![CDATA[This is an example using java.text.DecimalFormat class to add leading zeros to a number. The method shown is available before Java 1.5import java.text.DecimalFormat;import java.text.NumberFormat;public class NumberFormatLeadingZerosExample {&#160;&#160;&#160; public static void main(String[] args) {&#160;&#160;&#160; NumberFormat formatter = new DecimalFormat("0000000");&#160;&#160;&#160; String number = formatter.format(2500);&#160;&#160;&#160; System.out.println("Number with lading zeros: " + number);&#160;&#160;&#160; }}The following example shows you how [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=159&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is an example using java.text.DecimalFormat class to add leading zeros to a number. The method shown is available before Java 1.5<br /><code><br /><font color="#006600">import java.text.DecimalFormat;<br />import java.text.NumberFormat;<br />public class NumberFormatLeadingZerosExample {<br />&nbsp;&nbsp;&nbsp; public static void main(String[] args) {<br />&nbsp;&nbsp;&nbsp; NumberFormat formatter = new DecimalFormat("0000000");<br />&nbsp;&nbsp;&nbsp; String number = formatter.format(2500);<br />&nbsp;&nbsp;&nbsp; System.out.println("Number with lading zeros: " + number);<br />&nbsp;&nbsp;&nbsp; }<br />}</font></code><font color="#006600"><br /></font><br />The following example shows you how to use the String.format() method to add zero padding to a number. If you just want to print out the result you can use System.out.format(). This method is available since Java 1.5, so If you use a previous version you can use the NumberFormat class shown above. <br /><code><br /><font color="#006600">public class LeadingZerosExample {<br />public static void main(String[] args) {<br />&nbsp;&nbsp;&nbsp; int number = 1500;<br />&nbsp;&nbsp;&nbsp; //<br />&nbsp;&nbsp;&nbsp; // String format below will add leading zeros (the %0 syntax)<br />&nbsp;&nbsp;&nbsp; // to the number above. The length of the formatted string will<br />&nbsp;&nbsp;&nbsp; // be 7 characters.<br />&nbsp;&nbsp;&nbsp; //<br />&nbsp;&nbsp;&nbsp; String formatted = String.format("%07d", number);<br />&nbsp;&nbsp;&nbsp; System.out.println("Number with leading zeros: " + formatted);<br />&nbsp;&nbsp;&nbsp; }<br />}</p>
<p><font color="#000000">Courtesy: <a target="_blank" href="http://www.kodejava.org/examples/174.html">http://www.kodejava.org/examples/174.html</a></font></p>
<p></font></code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=159&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/05/05/how-do-i-format-a-number-with-leading-zeros-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto Copy and Paste between Local and Remote Desktop</title>
		<link>http://myonecent.wordpress.com/2011/04/30/howto-copy-and-paste-between-local-and-remote-desktop/</link>
		<comments>http://myonecent.wordpress.com/2011/04/30/howto-copy-and-paste-between-local-and-remote-desktop/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 17:43:12 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://myonecent.wordpress.com/2011/04/30/howto-copy-and-paste-between-local-and-remote-desktop/</guid>
		<description><![CDATA[This HowTo covers how to copy and paste the files/text/graphics (Clipboard) content between remote desktop session and local computer in Windows XP. Follow the following instruction in both local and remote computers. Go to Start-&#62;Control Panel-&#62;Administrative Tools-&#62;Services. Enable and start the following services in the order shown below: 1. Network DDE DSDM 2. Network DDE [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=157&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This HowTo covers how to copy and paste the files/text/graphics (Clipboard) content between remote desktop session and local computer in Windows XP.</p>
<p>Follow the following instruction in both local and remote computers.</p>
<p>Go to <b>Start-&gt;Control Panel-&gt;Administrative Tools-&gt;Services</b>. Enable and start the following services in the order shown below:</p>
<p>    1. Network DDE DSDM 2. Network DDE 3. ClipBook</p>
<p>If you want to see the clipboard action in live:</p>
<p>You can go to <b>Start-&gt;Run</b> and type clipbrd and click OK to run clip board viewer. You will be shown current clipboard objects in this viewer.</p>
<p>Now you can use standard copy/paste menu options of the applications in both the computers to exchange the data. </p>
<p>Courtesy: <a target="_blank" href="http://cutecomputer.wordpress.com/2007/01/03/howto-copy-paste-between-local-and-remote-desktop/">http://cutecomputer.wordpress.com/2007/01/03/howto-copy-paste-between-local-and-remote-desktop/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=157&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/04/30/howto-copy-and-paste-between-local-and-remote-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
		<item>
		<title>Zoundry Raven to Go</title>
		<link>http://myonecent.wordpress.com/2011/03/17/zoundry-raven-to-go/</link>
		<comments>http://myonecent.wordpress.com/2011/03/17/zoundry-raven-to-go/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 20:19:50 +0000</pubDate>
		<dc:creator>dcsaha</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web technologies]]></category>
		<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">https://myonecent.wordpress.com/2011/03/17/zoundry-raven-to-go/</guid>
		<description><![CDATA[Downloaded &#8220;Zoundry Raven&#8221; again. Testing now. Looks like very useful. I think this utility will help me blog frequently as it can be launched from my USB drive also. I can post to any of my multiple blogs from this single utility. Indeed, I can keep all my blogs in my pocket and post a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=155&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Downloaded &#8220;Zoundry Raven&#8221; again. Testing now. Looks like very useful. I think this utility will help me blog frequently as it can be launched from my USB drive also. I can post to any of my multiple blogs from this single utility. Indeed, I can keep all my blogs in my pocket and post a couple of lines to any one of those whenever I am in the mood.</p>
<p>(This post is made from &#8220;Zoundry Raven to Go&#8221;)</p>
<p>PS: As you can see, now I am editing this alreday published blog &#8211; from Zoundry Raven and without logging on to my blog web site admin panel.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/myonecent.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/myonecent.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=myonecent.wordpress.com&#038;blog=2310174&#038;post=155&#038;subd=myonecent&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://myonecent.wordpress.com/2011/03/17/zoundry-raven-to-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/5d3133725539d1df4320ea09755c903e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dcsaha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
