<?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/"
	>

<channel>
	<title>Andr&#233; L. S. &#187; Quick tips</title>
	<atom:link href="http://www.andrels.com/wp-en_US/index.php/category/quick-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrels.com/wp-en_US</link>
	<description>Softwares Development, Technology and Games</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:02:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setting up internet access through proxy server</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2010/03/setting-up-internet-access-through-proxy-server/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2010/03/setting-up-internet-access-through-proxy-server/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 01:54:22 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[proxy]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=116</guid>
		<description><![CDATA[Today I had a trouble in my workplace when a client application, running through a terminal (DOS prompt), not reach the server hosted in the internet, this is because the company where I work use proxy. After some tries I found two solutions to solve my access problem: first was pass as Java parameters the [...]]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2010/03/setting-up-internet-access-through-proxy-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amarok&#8217;s playlist stop after play one music</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 02:42:58 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[playlist]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=112</guid>
		<description><![CDATA[Recently I had a problem like others Amarok's 2.1.1 users: It play only one music and stop. To resolve this: Close Amarok, delete the file ~/.kde/share/apps/amarok/current.xspf and then restart Amarok. Least worked to me and I hope that works for you too! Until next!!]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2010/03/amaroks-playlist-stop-after-play-one-musica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving files in BLOB table column of a data base</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2010/02/saving-files-in-blob-table-column-of-a-data-base/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2010/02/saving-files-in-blob-table-column-of-a-data-base/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 00:46:06 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[jdbc]]></category>
		<category><![CDATA[Oracle]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=102</guid>
		<description><![CDATA[To insert a file, is it in any format, you need call the method setBinaryStream, implemented by PreparedStatement. PreparedStatemente.setBinaryStream(int index, Inputstream is, int length); In sample, we set a table called FILEthat contains BLOB column called BIN. //Normal connection, as any JDBC connection Class.forName("oracle.jdbc.driver.OracleDriver"); Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@&#60;IP&#62;:&#60;PORT&#62;:&#60;SID&#62;","&#60;USER&#62;","&#60;PASSWORD&#62;"); //Reading the file and retrieving an InputStream [...]]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2010/02/saving-files-in-blob-table-column-of-a-data-base/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable Telnet and TFTP Client on Windows 7</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2009/12/how-to-enable-telnet-and-tftp-client-on-windows-7/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2009/12/how-to-enable-telnet-and-tftp-client-on-windows-7/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:30:38 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Configurations]]></category>
		<category><![CDATA[Operational Systems]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[tftp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=96</guid>
		<description><![CDATA[Like in Windows Vista, Windows 7 don't enable Telnet and TFTP Clients in installation. To enable them, open Control Panel &#62; Programs and Features &#62; click Turn Windows features on or off in left side &#62; enable Client Telnet  and  Client TFTP then click in OK. I not tested in Windows Vista yet, but the [...]]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2009/12/how-to-enable-telnet-and-tftp-client-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The most used Unix commands for Windows</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2009/11/the-most-used-unix-commands-for-windows/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2009/11/the-most-used-unix-commands-for-windows/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 21:29:55 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Operational Systems]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=92</guid>
		<description><![CDATA[Have you thought about run commands like grep, chown, tail e su in Windows SO and can change command dir by ls? Looking in internet for an alternative Win32 to command tail, I found UnixUtils. A compilation for Windows of most used commands in Linux/Unix. You can download the ZIP file in SourceForge clicking here. [...]]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2009/11/the-most-used-unix-commands-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting maximum number of characters in JTextField</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2009/09/setting-maximum-number-of-characters-in-jtextfield/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2009/09/setting-maximum-number-of-characters-in-jtextfield/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 16:07:48 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[jtextfield]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=73</guid>
		<description><![CDATA[The default implementation of JTextField not allow set maximum number of characters. To enable this resource you need implements a Document, overriding insertString method. public class MaxLengthTextDocument extends PlainDocument { //Store maximum characters permitted private int maxChars; @Override public void insertString(int offs, String str, AttributeSet a) throws BadLocationException { if(str != null &#038;&#038; (getLength() + [...]]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2009/09/setting-maximum-number-of-characters-in-jtextfield/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Introducing padding in a JLabel</title>
		<link>http://www.andrels.com/wp-en_US/index.php/2009/08/introducing-padding-in-a-jlabel/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.andrels.com/wp-en_US/index.php/2009/08/introducing-padding-in-a-jlabel/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 15:07:38 +0000</pubDate>
		<dc:creator>André</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Quick tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://www.andrels.com/wp-en_US/?p=63</guid>
		<description><![CDATA[To introduce padding in a JLabel can we use an EmptyBorder, where the attribute width will be our padding. Like this: ... JLabel jLabel = new JLabel("My JLabel"); //Border used as padding Border paddingBorder = BorderFactory.createEmptyBorder(10,10,10,10); jLabel.setBorder(BorderFactory.createCompoundBorder(border,paddingBorder)); ... Here, the JLabel contains a padding with 10 pixels in top, right, bottom and left respectively. If [...]]]></description>
		<wfw:commentRss>http://www.andrels.com/wp-en_US/index.php/2009/08/introducing-padding-in-a-jlabel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
