<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.vonloesch.de" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>webmaster&#039;s blog</title>
 <link>http://www.vonloesch.de/blog/1</link>
 <description></description>
 <language>en</language>
<item>
 <title>TeXlipse update 1.2.0</title>
 <link>http://www.vonloesch.de/TeXlipse-update-1-2-0</link>
 <description>&lt;p&gt;Finally after over one year of silence we have released &lt;a href=&quot;http://texlipse.sourceforge.net&quot;&gt;TeXlipse&lt;/a&gt; v. 1.2.0, a LaTeX editor plugin for Eclipse. &lt;/p&gt;
&lt;p&gt;Actually to some extend this release is owed to Windows Vista, because the previous one was incompatible. So we need to hurry a little bit to release a fresh version.&lt;br /&gt;
This is mainly a bug fix release, which corrects over 30 bugs and should therefore be quite stable. Along came some new and funky features, at the head the usage of &lt;i&gt;Open Declaration&lt;/i&gt; (F3) as you know it from the Java editor. You can use it to jump to a defining label from a reference, to the definition of a custom command, to the associated BibTeX entry, and open the file that is included by \input or \include.&lt;br /&gt;
Also the other features are very useful in every-day-editing-life. For a more complete list take a look at the &lt;a href=&quot;http://texlipse.sourceforge.net/newandNote120.html&quot;&gt;New and Noteworthy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.vonloesch.de/TeXlipse-update-1-2-0&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.vonloesch.de/TeXlipse-update-1-2-0#comments</comments>
 <category domain="http://www.vonloesch.de/taxonomy/term/9">Eclipse</category>
 <category domain="http://www.vonloesch.de/taxonomy/term/7">LaTeX</category>
 <category domain="http://www.vonloesch.de/taxonomy/term/8">TeXlipse</category>
 <pubDate>Sun, 14 Oct 2007 11:08:09 +0200</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">40 at http://www.vonloesch.de</guid>
</item>
<item>
 <title>Ever wondered why Sourceforge is so slow</title>
 <link>http://www.vonloesch.de/blog/Ever-wondered-why-Sourceforge-is-so-slow</link>
 <description>&lt;a href=&quot;http://sourceforge.net&quot;&gt;Sourceforge&lt;/a&gt; is a site I am visiting quite frequently but which is sooo slow, that it is a pain. I always thought, that their servers didn&#039;t scale with the growing count of visitors, but I also found another thing, which has a huge impact of the speed of the site. Take a look at the head section of a typical sf page:
&lt;pre&gt;
&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://static.sourceforge.net/css/sfx.php?secure=0&amp;amp;20070612-2245&quot; media=&quot;screen&quot; title=&quot;SFx&quot; /&amp;gt;
&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://static.sourceforge.net/css/cca.php?secure=0&amp;amp;20070612-2245&quot; media=&quot;screen&quot; /&amp;gt;
&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;
	//&amp;lt;![CDATA[
                var link = document.createElement(&#039;link&#039;);
                link.setAttribute(&#039;rel&#039;, &#039;stylesheet&#039;);
                link.setAttribute(&#039;type&#039;, &#039;text/css&#039;);
&lt;p&gt;&lt;a href=&quot;http://www.vonloesch.de/blog/Ever-wondered-why-Sourceforge-is-so-slow&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.vonloesch.de/blog/Ever-wondered-why-Sourceforge-is-so-slow#comments</comments>
 <category domain="http://www.vonloesch.de/taxonomy/term/12">Other</category>
 <pubDate>Thu, 20 Sep 2007 11:08:25 +0200</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">39 at http://www.vonloesch.de</guid>
</item>
<item>
 <title>Ebay with Ruby and Ruby on Rails</title>
 <link>http://www.vonloesch.de/blog/Ebay-with-Ruby-and-Ruby-on-Rails</link>
 <description>&lt;p&gt;Currently I am writing a small RoR application which uses &lt;a href=&quot;http://developer.ebay.com&quot;&gt;eBay&lt;/a&gt;. There are at least two different approaches to use the eBay developer api in Ruby:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://code.google.com/p/ebay/&quot;&gt;Ebay XML Api&lt;/a&gt; (Version: 0.10.2)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://rubyforge.org/projects/ebay4r/&quot;&gt;eBay4R&lt;/a&gt; (Version: 0.8.0 beta)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Sadly both projects are not updated regulary to the latest ebay api version, but they use ebay&#039;s wsdl (resp. xsd) description of the web service.&lt;/p&gt;
&lt;p&gt;I&#039;ve first tried &lt;a href=&quot;http://code.google.com/p/ebay/&quot;&gt;Ebay XML Api&lt;/a&gt; which works quite well besides a minor flaw with the money class (there is already a &lt;a href=&quot;http://rubyforge.org/tracker/index.php?func=detail&amp;amp;aid=11776&amp;amp;group_id=2058&amp;amp;atid=8005&quot;&gt;bug report and a patch&lt;/a&gt;). I have tried to update the library with the build-in rake task to the latest ebay version, but it fails (and I have no idea how to fix it).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.vonloesch.de/blog/Ebay-with-Ruby-and-Ruby-on-Rails&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.vonloesch.de/blog/Ebay-with-Ruby-and-Ruby-on-Rails#comments</comments>
 <category domain="http://www.vonloesch.de/taxonomy/term/5">Ruby</category>
 <category domain="http://www.vonloesch.de/taxonomy/term/6">Ruby on Rails</category>
 <pubDate>Sun, 16 Sep 2007 20:10:37 +0200</pubDate>
 <dc:creator>webmaster</dc:creator>
 <guid isPermaLink="false">37 at http://www.vonloesch.de</guid>
</item>
</channel>
</rss>
