<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Java never die</title>
	<link>http://www.javaneverdie.com</link>
	<description>Java modern frameworks. But not only.</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:49:18 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Chrome is not showing frame border</title>
		<description><![CDATA[&#160; I have frameset with 1: frameborder=&#34;yes&#34; attribute.&#160; It works well in IE and FF (showing borders between frames) but not in Chrome. &#160; Workaround very simple&#160; &#8212; just delete attribute completely. Now it working in all browsers. Related posts:onfocus not working in Chrome click() not working in Chrome top 10 browsers


Related posts:<ol><li><a href='http://www.javaneverdie.com/javascript/onfocus-not-working-in-chrome/' rel='bookmark' title='Permanent Link: onfocus not working in Chrome'>onfocus not working in Chrome</a></li>
<li><a href='http://www.javaneverdie.com/javascript/click-not-working-in-chrome/' rel='bookmark' title='Permanent Link: click() not working in Chrome'>click() not working in Chrome</a></li>
<li><a href='http://www.javaneverdie.com/web-statistics/top-10-browsers/' rel='bookmark' title='Permanent Link: top 10 browsers'>top 10 browsers</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/html/chrome-is-not-showing-frame-border/</link>
			</item>
	<item>
		<title>onfocus not working in Chrome</title>
		<description><![CDATA[That is. I am just trying to adjust some old project, working fine only in IE8, to Firefox and Chrome. &#160; Workaround very simple&#160; &#8211;&#160; change onfocus to onclick. Related posts:click() not working in Chrome How to refresh PHP project in Netbeans Permalinks don&#8217;t working? Fix apache config!


Related posts:<ol><li><a href='http://www.javaneverdie.com/javascript/click-not-working-in-chrome/' rel='bookmark' title='Permanent Link: click() not working in Chrome'>click() not working in Chrome</a></li>
<li><a href='http://www.javaneverdie.com/java/netbeans/how-to-refresh-php-project-in-netbeans/' rel='bookmark' title='Permanent Link: How to refresh PHP project in Netbeans'>How to refresh PHP project in Netbeans</a></li>
<li><a href='http://www.javaneverdie.com/wordpress/permalinks-dont-working-fix-apache-config/' rel='bookmark' title='Permanent Link: Permalinks don&#8217;t working? Fix apache config!'>Permalinks don&#8217;t working? Fix apache config!</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/javascript/onfocus-not-working-in-chrome/</link>
			</item>
	<item>
		<title>click() not working in Chrome</title>
		<description><![CDATA[&#160; I have code like 1: var link = document.getElementById(&#34;myLink&#34;); 2: link.click(); and it is working in all browsers (really tested in IE8 and FF9) but not in Chrome. &#160; Stackoverflow has three questions about this issue without workaround. http://stackoverflow.com/questions/5015893/onclick-parent-getelementbyid-click-not-working-in-chrome http://stackoverflow.com/questions/1938356/chrome-browser-action-click-not-working http://stackoverflow.com/questions/7857289/click-not-working-in-chrome People speak about some security limits. And voila – solution: 1: var link [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/javascript/onfocus-not-working-in-chrome/' rel='bookmark' title='Permanent Link: onfocus not working in Chrome'>onfocus not working in Chrome</a></li>
<li><a href='http://www.javaneverdie.com/wordpress/permalinks-dont-working-fix-apache-config/' rel='bookmark' title='Permanent Link: Permalinks don&#8217;t working? Fix apache config!'>Permalinks don&#8217;t working? Fix apache config!</a></li>
<li><a href='http://www.javaneverdie.com/javascript/how-to-remove-select-options/' rel='bookmark' title='Permanent Link: DOM:how to remove select options'>DOM:how to remove select options</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/javascript/click-not-working-in-chrome/</link>
			</item>
	<item>
		<title>How to close parent window in Firefox and Chrome</title>
		<description><![CDATA[.. and possible also in Opera, Safari etc. The problem: 1: parent.window.close(); that working well in IE8 but not working in Firefox and Chrome. Some state that for security reasons. Solution (lol): 1: top.window.close(); &#160; A little more details: I have a page that opens popup using showModalDialog(&#8230;.) function. Inside popup i have a frameset(old [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/javascript/how-to-edit-firefox-configuration-settings/' rel='bookmark' title='Permanent Link: How to edit firefox configuration settings'>How to edit firefox configuration settings</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/javascript/how-to-close-parent-window-in-firefox-and-chrome/</link>
			</item>
	<item>
		<title>GetResource().getPath() FileNotFoundException while running from jar</title>
		<description><![CDATA[I have some code that works correct when run from Eclipse, but throws FileNotFoundException when run from jar. Even more this code properly worked before but stopped after&#8230; I don&#8217;t know. May be after some Windows update? Here is the code &#160; 1: String path = Thread.currentThread().getContextClassLoader().getResource(&#34;stopwords.txt&#34;).getPath(); 2: System.out.println(path); 3: BufferedReader input = new BufferedReader(new [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/how-to-read-text-file-from-jar/' rel='bookmark' title='Permanent Link: How to read text file from jar'>How to read text file from jar</a></li>
<li><a href='http://www.javaneverdie.com/java/how-to-convert-inputstream-to-bufferedreader/' rel='bookmark' title='Permanent Link: How to convert InputStream to BufferedReader'>How to convert InputStream to BufferedReader</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/java/getresource-getpath-filenotfoundexception-while-running-from-jar/</link>
			</item>
	<item>
		<title>The most [java] advanced country</title>
		<description><![CDATA[Today i downloaded from sourceforge some java library and occasionally looked on statistics. The first place with 20% from all downloads&#160; takes &#8230; China. USA on the second place. India – 3. Spain – 4. And so on. No related posts.


No related posts.]]></description>
		<link>http://www.javaneverdie.com/java/the-most-java-advanced-country/</link>
			</item>
	<item>
		<title>Component doesn&#8217;t fill container on resize</title>
		<description><![CDATA[&#160; I have [custom] component that change its width&#160; but not height&#160; on resize. Cause is probably a bug in SWT Designer.&#160; This code was auto generated and produce a problem GroupLayout gl_shell = new GroupLayout(shell); gl_shell.setHorizontalGroup( gl_shell.createParallelGroup(GroupLayout.LEADING) .add(composite, GroupLayout.DEFAULT_SIZE, 800, Short.MAX_VALUE) ); gl_shell.setVerticalGroup( gl_shell.createParallelGroup(GroupLayout.LEADING) .add(composite)//problem here ); that looks like: changing code to : [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/java/swing/how-to-remove-component-from-container/' rel='bookmark' title='Permanent Link: How to remove component from container'>How to remove component from container</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/java/component-doesnt-fill-container-on-resize/</link>
			</item>
	<item>
		<title>How to program bots in Java?</title>
		<description><![CDATA[&#160; So, what about writing bots in Java? Question only looks hard but have very simple answer: Use: HtmlUnit; Selenium; Using HtmlUnit to writing bots pretty good described. &#160; What is Selenium? Selenium is testing framework that consist of Firefox plugin that can record user’s actions in browser and Java (several another languages as well) [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/mysql/mysql-on-windows-access-denied-for-user-rootlocalhost-using-password-no/' rel='bookmark' title='Permanent Link: MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)'>MySQL on Windows Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: NO)</a></li>
<li><a href='http://www.javaneverdie.com/seo/great-spam-comments-examples/' rel='bookmark' title='Permanent Link: Great spam comments examples'>Great spam comments examples</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/java/how-to-program-bots-in-java/</link>
			</item>
	<item>
		<title>ShareEveryWhere</title>
		<description><![CDATA[I am just registering application on Twitter, so this page is answer for Twitters request about application homepage. No related posts.


No related posts.]]></description>
		<link>http://www.javaneverdie.com/twitter/shareeverywhere/</link>
			</item>
	<item>
		<title>Google ranking factors</title>
		<description><![CDATA[Google always make choice between relevance and authority. Relevance factors&#160; always on-page factors, but authority factors always off-page factors. So, firstly just count them and then will try to sort by importance. Relevance factors: Keyword in&#160; URL (domain, subdomain, file name). Keyword in Title. Keyword in Description. Keyword in H tags. Keyword in alt tags. [...]


Related posts:<ol><li><a href='http://www.javaneverdie.com/seo/traffic-data-available-at-google-ad-planner-only-for-high-popular-sites/' rel='bookmark' title='Permanent Link: Traffic data available at Google Ad Planner only for high popular sites'>Traffic data available at Google Ad Planner only for high popular sites</a></li>
<li><a href='http://www.javaneverdie.com/web-statistics/unknown-search-engine-pretend-to-be-the-biggest/' rel='bookmark' title='Permanent Link: Unknown search engine pretend to be the biggest'>Unknown search engine pretend to be the biggest</a></li>
</ol>]]></description>
		<link>http://www.javaneverdie.com/seo/google-ranking-factors/</link>
			</item>
</channel>
</rss>

