tobi(at)vonloesch.de
|
webmaster's blogTeXlipse update 1.2.0Finally after over one year of silence we have released TeXlipse v. 1.2.0, a LaTeX editor plugin for Eclipse. 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. Ever wondered why Sourceforge is so slow
Sourceforge 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'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:
<link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/sfx.php?secure=0&20070612-2245" media="screen" title="SFx" /> <link rel="stylesheet" type="text/css" href="http://static.sourceforge.net/css/cca.php?secure=0&20070612-2245" media="screen" /> <script type="text/javascript"> //<![CDATA[ var link = document.createElement('link'); link.setAttribute('rel', 'stylesheet'); link.setAttribute('type', 'text/css'); Ebay with Ruby and Ruby on RailsCurrently I am writing a small RoR application which uses eBay. There are at least two different approaches to use the eBay developer api in Ruby:
Sadly both projects are not updated regulary to the latest ebay api version, but they use ebay's wsdl (resp. xsd) description of the web service. I've first tried Ebay XML Api which works quite well besides a minor flaw with the money class (there is already a bug report and a patch). 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).
|