<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="https://diaryproducts.net">
<channel>
 <title>Diary Products - Hannes Schmidt - Programmer</title>
 <link>https://diaryproducts.net/taxonomy/term/4/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Convert JSP pages to JSP documents (JSPX) with Jsp2x</title>
 <link>https://diaryproducts.net/about/programming_languages/java/convert_jsp_pages_to_jsp_documents_jspx_with_jsp2x</link>
 <description>        &lt;p&gt;Jsp2X is a command line utility for batch conversion of JSP &lt;em&gt;pages&lt;/em&gt; to JSP
        &lt;em&gt;documents&lt;/em&gt;, i.e. JSPs in well-formed XML syntax (aka JSPX, see chapter 5 of the &lt;a
        href=&quot;http://jcp.org/aboutJava/communityprocess/final/jsr053/&quot;&gt;JavaServer Pages&lt;sup style=
        &quot;font-size:50%;&quot;&gt;TM&lt;/sup&gt; 1.2 Specification&lt;/a&gt; and chapter 6 of the &lt;a href=
        &quot;http://jcp.org/aboutJava/communityprocess/final/jsr152/&quot;&gt;JavaServer Pages&lt;sup style=
        &quot;font-size:50%;&quot;&gt;TM&lt;/sup&gt; 2.0 Specification&lt;/a&gt;). It is written in Java and incorporates a
        parser derived from a combined JSP+XHTML grammar using the ANTLR parser generator. It tries
        very hard to create JSPX output that portable across engines. Jsp2X was designed to be used
        in an iterative fashion in which it alerts the user of potential problems in the input.&lt;/p&gt;</description>
 <category domain="https://diaryproducts.net/exactly/about/programming_languages/java">Java</category>
 <category domain="https://diaryproducts.net/exactly/for/programmer">Programmer</category>
 <enclosure url="https://diaryproducts.net/files/jsp2x-0.9.1-SNAPSHOT-bin.jar" length="542991" type="0" />
 <pubDate>Fri, 18 Jan 2008 02:01:08 +0000</pubDate>
</item>
<item>
 <title>Download Ruby Plugin 0.7.6 for jEdit</title>
 <link>https://diaryproducts.net/about/programming_languages/ruby/download_ruby_plugin_0_7_6_jedit</link>
 <description>&lt;p&gt;I had difficulties downloading the Ruby Plugin for jEdit today. The main site of the plugin seams to be down and the instructions don&#039;t mention certain dependencies. Until Rob fixes those problems, all necessary files will be available for download at Diary Products.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/programming_languages/ruby">Ruby</category>
 <category domain="https://diaryproducts.net/exactly/for/programmer">Programmer</category>
 <pubDate>Sat, 08 Apr 2006 19:32:58 +0000</pubDate>
</item>
<item>
 <title>Visual SourceSafe 2005 Internet and IIS Setup</title>
 <link>https://diaryproducts.net/about/operating_systems/windows/sourcesafe_2005_internet_iis</link>
 <description>&lt;p&gt;One might think that it wouldn&#039;t be so difficult to setup Visual SourceSafe 2005 on Windows Server 2003 with IIS such that users can access the SourceSafe database using the Visual SourceSafe 2005 Internet plugin. But dude, I was so wrong! I managed to get it working in the end but it took me an etire day. Anyway, this isn&#039;t a complete HowTo. I would just like to point out a few not so obvious caveats.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/operating_systems/windows">Windows</category>
 <category domain="https://diaryproducts.net/exactly/for/administrator">Administrator</category>
 <category domain="https://diaryproducts.net/exactly/for/programmer">Programmer</category>
 <pubDate>Tue, 06 Dec 2005 01:28:42 +0000</pubDate>
</item>
<item>
 <title>Best Of Two Worlds - Acrobat PDF Scripting Using VisualBasic (VBA) &amp; JavaScript</title>
 <link>https://diaryproducts.net/for/programmer/adobe_acrobat_pdf_scripting_visualbasic_javascript</link>
 <description>&lt;p&gt;The other day I was asked by a client of mine to create a convenient macro for adding watermarks or letterheads to Word documents. The first thought that came to my mind was putting a graphics object (the letterhead) into the header or footer of the document. This is exactly what Word does automatically, when the user clicks the Format | Background menu item. Sounds simple. &lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/programming_languages/javascript">JavaScript</category>
 <category domain="https://diaryproducts.net/exactly/about/programming_languages/vba_visualbasic_for_applications">VBA (VisualBasic)</category>
 <category domain="https://diaryproducts.net/exactly/for/programmer">Programmer</category>
 <pubDate>Thu, 29 Jul 2004 18:30:19 +0000</pubDate>
</item>
<item>
 <title>Thesis: Genericity and Variablility - A Framework For Graphical Editors</title>
 <link>https://diaryproducts.net/for/programmer/thesis_genericity_variability_framework_graphical_editors</link>
 <description>&lt;p&gt;For the impatient: &lt;a style=&quot;white-space: nowrap;&quot; target=&#039;_blank&#039; href=&quot;/thesis/Thesis.pdf&quot;&gt;Download thesis as PDF&lt;/a&gt; or &lt;a style=&quot;white-space: nowrap;&quot; href=&quot;/thesis/thesis.html&quot;&gt;view as HTML&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;During my Masters program in Computer Science I had to write a thesis. Instead of simply writing on a subject determined by one of my professors I picked a subject on my own. Unsurprisingly, my professor had his own research interests so we had to find a compromise. The result of our negotiations was that I would write on two separate subjects, trying to link them with each other. As each of these subjects was worth a thesis of its own, I ended up writing two theses in one. In addition to that, I implemented a software engineering tool and the core of a graphical user interface (GUI) framework. In retrospect, I don’t regret doing it that way because although it was quite labor intensive it was also very interesting. The only drawback was that I wasn’t able to exhaust either subject even remotely.&lt;/p&gt;
</description>
 <category domain="https://diaryproducts.net/exactly/about/programming_languages/java">Java</category>
 <category domain="https://diaryproducts.net/exactly/for/programmer">Programmer</category>
 <pubDate>Wed, 02 Jun 2004 16:53:01 +0000</pubDate>
</item>
</channel>
</rss>
