<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments for Think. Reflect. Act.</title>
	<atom:link href="http://www.homik.de/think/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.homik.de/think</link>
	<description></description>
	<lastBuildDate>Tue, 29 Jun 2010 23:11:01 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to display html snippets in Struts2 by coder101</title>
		<link>http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/comment-page-1/#comment-4463</link>
		<dc:creator>coder101</dc:creator>
		<pubDate>Tue, 29 Jun 2010 23:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/#comment-4463</guid>
		<description>Thanks for the 411 man. Your rock.</description>
		<content:encoded><![CDATA[<p>Thanks for the 411 man. Your rock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX with Eclipse on Windows by Ivan Dario Posada</title>
		<link>http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/comment-page-1/#comment-4424</link>
		<dc:creator>Ivan Dario Posada</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/#comment-4424</guid>
		<description>Hi everyone!, im using texlipse under MAC oSX i&#039;m writen a little document in spanish but i have a problem with &quot;Ã±&quot; character this is my code:

\documentclass{article}
\usepackage[latin1]{inputenc}
\usepackage[spanish]{babel}	
\usepackage[T1]{fontenc}
\usepackage[margin=2cm]{geometry}
\usepackage{graphicx}

\begin{document}

\title{\bf\LaTeX\\ Taller 2}
\author{Ivan Dario Posada Suarez\\ Codigo: 0621041944}
\date{2009-II}
\maketitle
DiseÃ±o

this is my error message:

&quot;Package inputenc error: Keyboard character used is undefined.&quot;

Why this error???</description>
		<content:encoded><![CDATA[<p>Hi everyone!, im using texlipse under MAC oSX i&#8217;m writen a little document in spanish but i have a problem with &#8220;Ã±&#8221; character this is my code:</p>
<p>\documentclass{article}<br />
\usepackage[latin1]{inputenc}<br />
\usepackage[spanish]{babel}<br />
\usepackage[T1]{fontenc}<br />
\usepackage[margin=2cm]{geometry}<br />
\usepackage{graphicx}</p>
<p>\begin{document}</p>
<p>\title{\bf\LaTeX\\ Taller 2}<br />
\author{Ivan Dario Posada Suarez\\ Codigo: 0621041944}<br />
\date{2009-II}<br />
\maketitle<br />
DiseÃ±o</p>
<p>this is my error message:</p>
<p>&#8220;Package inputenc error: Keyboard character used is undefined.&#8221;</p>
<p>Why this error???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to display html snippets in Struts2 by Martino Tommi Andre</title>
		<link>http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/comment-page-1/#comment-4367</link>
		<dc:creator>Martino Tommi Andre</dc:creator>
		<pubDate>Mon, 01 Jun 2009 17:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/#comment-4367</guid>
		<description>Thank you Struts god!</description>
		<content:encoded><![CDATA[<p>Thank you Struts god!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to display html snippets in Struts2 by khadija</title>
		<link>http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/comment-page-1/#comment-4366</link>
		<dc:creator>khadija</dc:creator>
		<pubDate>Mon, 18 May 2009 08:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/04/22/how-to-display-html-snippets-in-struts2/#comment-4366</guid>
		<description>Thank you so much</description>
		<content:encoded><![CDATA[<p>Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Overloading methods and passing &#8216;null&#8217; as argument by Ankit Jain</title>
		<link>http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/comment-page-1/#comment-4365</link>
		<dc:creator>Ankit Jain</dc:creator>
		<pubDate>Thu, 14 May 2009 12:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/10/28/overloading-methods-and-passing-null-as-argument/#comment-4365</guid>
		<description>what if i pass Object as argument?

     setProperty((Object)null); 

or if the value null gets resolved at runtime?
e.g.

      Object a = null;
      setProperty(a );

how will javac or JRE react to such behavior?

- ankit</description>
		<content:encoded><![CDATA[<p>what if i pass Object as argument?</p>
<p>     setProperty((Object)null); </p>
<p>or if the value null gets resolved at runtime?<br />
e.g.</p>
<p>      Object a = null;<br />
      setProperty(a );</p>
<p>how will javac or JRE react to such behavior?</p>
<p>- ankit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Master Thesis: Competency Matching by morgan</title>
		<link>http://www.homik.de/think/index.php/2007/05/14/master-thesis-competency-matching/comment-page-1/#comment-4363</link>
		<dc:creator>morgan</dc:creator>
		<pubDate>Fri, 08 May 2009 12:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2007/05/14/master-thesis-competency-matching/#comment-4363</guid>
		<description>I am doing Phd and my thesis is about competency. Can you identify what is new in this area that i can conduct research. Please help me.</description>
		<content:encoded><![CDATA[<p>I am doing Phd and my thesis is about competency. Can you identify what is new in this area that i can conduct research. Please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX with Eclipse on Windows by mateusch</title>
		<link>http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/comment-page-1/#comment-4359</link>
		<dc:creator>mateusch</dc:creator>
		<pubDate>Sun, 19 Apr 2009 12:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/#comment-4359</guid>
		<description>Texlipse is great. But aspell (neither that from cygwin, nor that precompiled for windows) want to accept right written words with german chars (e.g. ÃŸ, Ã¼ etc.) if your aspell command looks like that: -a -t â€“lang=de â€“encoding=utf-8. There must be a problem with encoding handling within aspell, i think.
But, as I&#039;ve realised, you can keep your documents encoded in utf-8 without resigning on aspell spell checking in texlipse. I set all encoding settings (workspace, project and document, as well as the inputenc package) to utf-8, but changed the aspell command, so it looks like this: -a -t â€“lang=de â€“encoding=iso8859-1 . I thought, it would not work, but it works great (at least for me: aspell 0.60.5-1 installed thru cygwin, windows vista x64 ent). So - if you want to use aspell within your utf-8 documents including german or other special characters, just try this solution.</description>
		<content:encoded><![CDATA[<p>Texlipse is great. But aspell (neither that from cygwin, nor that precompiled for windows) want to accept right written words with german chars (e.g. ÃŸ, Ã¼ etc.) if your aspell command looks like that: -a -t â€“lang=de â€“encoding=utf-8. There must be a problem with encoding handling within aspell, i think.<br />
But, as I&#8217;ve realised, you can keep your documents encoded in utf-8 without resigning on aspell spell checking in texlipse. I set all encoding settings (workspace, project and document, as well as the inputenc package) to utf-8, but changed the aspell command, so it looks like this: -a -t â€“lang=de â€“encoding=iso8859-1 . I thought, it would not work, but it works great (at least for me: aspell 0.60.5-1 installed thru cygwin, windows vista x64 ent). So &#8211; if you want to use aspell within your utf-8 documents including german or other special characters, just try this solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX with Eclipse on Windows by allan</title>
		<link>http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/comment-page-1/#comment-4356</link>
		<dc:creator>allan</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/#comment-4356</guid>
		<description>i prefer texlipse too.</description>
		<content:encoded><![CDATA[<p>i prefer texlipse too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Reader by Epi</title>
		<link>http://www.homik.de/think/index.php/2008/08/26/google-reader/comment-page-1/#comment-4337</link>
		<dc:creator>Epi</dc:creator>
		<pubDate>Thu, 12 Feb 2009 17:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/08/26/google-reader/#comment-4337</guid>
		<description>Have you tried to use NoMachine NX, 
 it makes wonders while remote working I&#039;ve tried the usual suspects and since I gave a try
 to NoMachine NX I haven&#039;t stop using it.
c.u.
Epi</description>
		<content:encoded><![CDATA[<p>Have you tried to use NoMachine NX,<br />
 it makes wonders while remote working I&#8217;ve tried the usual suspects and since I gave a try<br />
 to NoMachine NX I haven&#8217;t stop using it.<br />
c.u.<br />
Epi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on LaTeX with Eclipse on Windows by amary</title>
		<link>http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/comment-page-1/#comment-4322</link>
		<dc:creator>amary</dc:creator>
		<pubDate>Sat, 10 Jan 2009 11:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.homik.de/think/index.php/2008/01/08/latex-with-eclipse-on-windows/#comment-4322</guid>
		<description>Thank you, you helped me!

Finally my aspell works with Texlipse on VISTA!!!! (except bib-tex auto completion..)
I use utf-8 encoding, by the way.

But at the moment, I do not find the personal dictionaries, although they seem to be stored somewhere......

But nontheless, thank you.</description>
		<content:encoded><![CDATA[<p>Thank you, you helped me!</p>
<p>Finally my aspell works with Texlipse on VISTA!!!! (except bib-tex auto completion..)<br />
I use utf-8 encoding, by the way.</p>
<p>But at the moment, I do not find the personal dictionaries, although they seem to be stored somewhere&#8230;&#8230;</p>
<p>But nontheless, thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
