<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/">

  <channel rdf:about="http://www.weiqigao.com/blog/">
    <title>Weiqi Gao&#039;s Observations</title>
    <link>http://www.weiqigao.com/blog/</link>
    <description>Sharing My Experience...</description>
    <items>
      <rdf:Seq>
        
        <rdf:li resource="http://www.weiqigao.com/blog/2012/02/03/running_32_bit_javafx_2_1_beta_sdk_on_64_bit_ubuntu_11_10.html" />
        
        <rdf:li resource="http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html" />
        
        <rdf:li resource="http://www.weiqigao.com/blog/2012/01/12/todays_st_louis_jug_meeting_is_canceled.html" />
        
      </rdf:Seq>
    </items>
  </channel>

  
  <item rdf:about="http://www.weiqigao.com/blog/2012/02/03/running_32_bit_javafx_2_1_beta_sdk_on_64_bit_ubuntu_11_10.html">
    <title>Running 32-bit JavaFX 2.1 Beta SDK On 64-bit Ubuntu 11.10</title>
    <link>http://www.weiqigao.com/blog/2012/02/03/running_32_bit_javafx_2_1_beta_sdk_on_64_bit_ubuntu_11_10.html</link>
    
      
        <description>
          &lt;p&gt;&lt;b&gt;[Update Fri Feb  3 21:59:05 CST 2012]&lt;/b&gt; I started this blog a few days ago with the goal of playing JavaFX videos on 64-bit Ubuntu Linux.  It turned out to be a longish post.  So I&#039;ll just put the result here at the top, showing one of the video playing JavaFX 2 program at work.  (This is an example from the upcoming Apress book &lt;a href= &#034;http://www.apress.com/9781430268727&#034; &gt;Pro JavaFX 2 Platform&lt;/a&gt;.  It&#039;s written by &lt;a href= &#034;https://twitter.com/#!/deanriverson&#034; &gt;Dean Iverson&lt;/a&gt;.  Thanks Dean.)&lt;/p&gt;

&lt;center&gt;
&lt;video style=&#034;padding: 10px 0px 10px 0px&#034; src=&#034;http://www.weiqigao.com/blog/files/omgrobots.ogv&#034; autoplay=&#034;false&#034; controls=&#034;true&#034;&gt;Your browser does not support HTML 5 video.  Here&#039;s the &lt;a href= &#034;./files/omgrobots.ogv&#034; &gt;link to the video file&lt;/a&gt;.&lt;/video&gt;
&lt;/center&gt;

&lt;p&gt;Tobias left a &lt;a href= &#034;http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html#comment1327568342317&#034; &gt;comment&lt;/a&gt; on the &lt;a href= &#034;http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html&#034; &gt;JavaFX 2.1 SDK Developer Preview Comes To Linux&lt;/a&gt; post 7 days ago:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Comment from &lt;b&gt;Tobias&lt;/b&gt; on January 26, 2012 2:59:02 AM CST &lt;a href= &#034;http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html#comment1327568342317&#034; &gt;#&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I think it is really nice to have an early preview of JavaFX 2.1 on Linux. However, I am also on a 64-bit Ubuntu and I cannot find out how to add the 32-bit libraries -- as soon as I try one of the 386 or multiarch versions, synaptics wants to remove hundreds of packages that I use daily.&lt;/p&gt;

&lt;p&gt;I am really happy with JavaFX 2, which I believe is the best way to work with Java today -- but I am very tired of having to use VirtualBox and Win7 to get it working, so any help in installing the correct libraries would be great!&lt;/p&gt;

&lt;p&gt;Let us hope that Oracle gives JavaFX on Linux the love it needs and deserves! I think they will.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;According to the &lt;a href= &#034;http://docs.oracle.com/javafx/2.0/release_notes_linux/jfxpub-release_notes_linux.htm&#034; &gt;release notes&lt;/a&gt;, JavaFX 2.1 Developer Preview for Linux requires

&lt;ul&gt;
&lt;li&gt;Ubuntu Linux 10.04 or higher (32 or 64 bit)&lt;/li&gt;
&lt;li&gt;JDK 6 update 26 or higher&lt;/li&gt;
&lt;li&gt;GTK+ 2 2.18 or higher&lt;/li&gt;
&lt;li&gt;libavcodec (for media)&lt;/li&gt;
&lt;/ul&gt;
&lt;/p&gt;

&lt;p&gt;Since the JavaFX 2.1 Beta SDK is 32-bit, I need 32-bit versions of the dependencies.  On my 64-bit Ubuntu 11.10, I have already installed the 32-bit Sun JRE using Synaptic by installing the &lt;tt&gt;ia32-sun-java6-bin&lt;/tt&gt; package.  This package has a dependency &lt;tt&gt;ia32-lib&lt;/tt&gt; which contains the 32-bit GTK+.  There is no 32-bit Oracle JDK in the 64-bit Ubuntu&#039;s repositories, but it can be easily downloaded from Oracle&#039;s JDK download page.  I downloaded the 32-bit JDK 7 update 2.  With these software installed, I can start the sample programs such as the &lt;tt&gt;Ensamble.jar&lt;/tt&gt;.&lt;/p&gt;

&lt;center&gt;
&lt;a href= &#034;./images/javafx-ensamble-linux.png&#034; &gt;
&lt;img src=&#034;http://www.weiqigao.com/blog/images/javafx-ensamble-linux.png&#034; alt=&#034;JavaFX Ensamble running in Linux&#034; title=&#034;JavaFX Ensamble running in Linux&#034; width=&#034;624&#034; height=&#034;438&#034; /&gt;
&lt;/a&gt;
&lt;/center&gt;

&lt;p&gt;The dependency &lt;tt&gt;libavcodec&lt;/tt&gt; turns out to be more problematic.  Synaptic does show a &lt;tt&gt;libavcodec53:i386&lt;/tt&gt; package.  But it is marked to be in conflict with the 64-bit version of &lt;tt&gt;libavcodec53&lt;/tt&gt;.  And if I choose to install it, 12 64-bit packages will be removed, including &lt;tt&gt;libavcodec53&lt;/tt&gt; and its dependencies, among them &lt;tt&gt;gnome&lt;/tt&gt;.  Apparently that is not desirable.  Plus, the JavaFX 2.1 shared object that has a dependency on libavcodec is &lt;tt&gt;fxavcodecplugin.so&lt;/tt&gt;.  It is linked against &lt;tt&gt;libavcodec.so.52&lt;/tt&gt;:&lt;/p&gt;

&lt;pre style=&#034;margin-left:3em&#034;&gt;&lt;b&gt;weiqi@gao:/opt/javafx-sdk2.1.0-beta/rt/bin$&lt;/b&gt; LD_LIBRARY_PATH=. ldd  &lt;span style=&#034;color:red&#034;&gt;fxavcodecplugin.so&lt;/span&gt; 
	linux-gate.so.1 =&gt;  (0xf76e1000)
	libgstreamer-lite.so =&gt; ./libgstreamer-lite.so (0xf75ec000)
	libgobject-2.0.so.0 =&gt; /usr/lib32/libgobject-2.0.so.0 (0xf7575000)
	libgthread-2.0.so.0 =&gt; /usr/lib32/libgthread-2.0.so.0 (0xf756e000)
	librt.so.1 =&gt; /lib32/librt.so.1 (0xf7565000)
	libglib-2.0.so.0 =&gt; /lib32/libglib-2.0.so.0 (0xf746c000)
	&lt;span style=&#034;color:red&#034;&gt;libavcodec.so.52 =&gt; not found&lt;/span&gt;
	libpthread.so.0 =&gt; /lib32/libpthread.so.0 (0xf7451000)
	libc.so.6 =&gt; /lib32/libc.so.6 (0xf72d6000)
	libm.so.6 =&gt; /lib32/libm.so.6 (0xf72ac000)
	libgmodule-2.0.so.0 =&gt; /usr/lib32/libgmodule-2.0.so.0 (0xf72a7000)
	libffi.so.6 =&gt; /usr/lib32/libffi.so.6 (0xf72a0000)
	libpcre.so.3 =&gt; /lib32/libpcre.so.3 (0xf7261000)
	/lib/ld-linux.so.2 (0xf76e2000)
	libdl.so.2 =&gt; /lib32/libdl.so.2 (0xf725b000)&lt;/pre&gt;

&lt;p&gt;So I have to somehow get the content of the package of the 32-bit &lt;tt&gt;libavcodec52&lt;/tt&gt;, probably from an earlier Ubuntu release, without going through Synaptic,  The easiest way to do this is through the &lt;a href= &#034;http://packages.ubuntu.com/&#034; &gt;Ubuntu Packages&lt;/a&gt; website.  A few minutes of poking around reveals that &lt;tt&gt;libavcodec52&lt;/tt&gt; is available from Lucid Lynx (10.04), Maverick Meerkat (10.10), and Natty Narwhal (11.04).  I choose to download it from &lt;a href= &#034;http://packages.ubuntu.com/natty/libs/libavcodec52&#034; &gt;http://packages.ubuntu.com/lucid/libavcodec52&lt;/a&gt;.  I also downloaded all its dependencies (except &lt;tt&gt;libc6&lt;/tt&gt; and &lt;tt&gt;zlib1g&lt;/tt&gt;, which I&#039;m pretty sure is already part of &lt;tt&gt;ia32-lib&lt;/tt&gt;.  Here&#039;s the list of &lt;tt&gt;*.deb&lt;/tt&gt; files I downloaded:&lt;/p&gt;

&lt;pre style=&#034;margin-left:3em&#034;&gt;weiqi@gao$ &lt;b&gt;ls -l *deb&lt;/b&gt;
-rw-rw-r-- 1 weiqi weiqi 4470450 2012-02-03 20:42 &lt;span style=&#034;color:red&#034;&gt;libavcodec52_0.6.4-0ubuntu0.11.04.1_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi   78724 2012-02-03 20:41 &lt;span style=&#034;color:red&#034;&gt;libavutil50_0.6.4-0ubuntu0.11.04.1_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi   27556 2012-02-03 20:42 &lt;span style=&#034;color:red&#034;&gt;libgsm1_1.0.13-3_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi   16594 2012-02-03 20:43 &lt;span style=&#034;color:red&#034;&gt;libogg0_1.2.0~dfsg-1_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi  158080 2012-02-03 20:42 &lt;span style=&#034;color:red&#034;&gt;liborc-0.4-0_0.4.11-2_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi  255362 2012-02-03 20:42 &lt;span style=&#034;color:red&#034;&gt;libschroedinger-1.0-0_1.0.10-2_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi  112208 2012-02-03 20:43 &lt;span style=&#034;color:red&#034;&gt;libspeex1_1.2~rc1-1ubuntu1_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi  357600 2012-02-03 20:43 &lt;span style=&#034;color:red&#034;&gt;libtheora0_1.1.1+dfsg.1-3_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi   33602 2012-02-03 20:44 &lt;span style=&#034;color:red&#034;&gt;libva1_1.0.8-3_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi   93674 2012-02-03 20:44 &lt;span style=&#034;color:red&#034;&gt;libvorbis0a_1.3.2-1ubuntu1_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi  116528 2012-02-03 20:45 &lt;span style=&#034;color:red&#034;&gt;libvorbisenc2_1.3.2-1ubuntu1_i386.deb&lt;/span&gt;
-rw-rw-r-- 1 weiqi weiqi  236094 2012-02-03 20:45 &lt;span style=&#034;color:red&#034;&gt;libvpx0_0.9.6-1_i386.deb&lt;/span&gt;&lt;/pre&gt;

&lt;p&gt;Now I can extract the content of these &lt;tt&gt;*.deb&lt;/tt&gt; files with the following command:&lt;/p&gt;

&lt;pre style=&#034;margin-left:3em&#034;&gt;weiqi@gao$ &lt;b&gt;for x in *.deb; do dpkg -x $x /opt/libavcodec52-i386; done&lt;/b&gt;&lt;/pre&gt;

&lt;p&gt;This will populate the &lt;tt&gt;/opt/libavcodec52-i386/usr/lib&lt;/tt&gt; directory with the shared objects needed by the JavaFX 2.1 Beta SDK:&lt;/p&gt;

&lt;pre style=&#034;margin-left:3em&#034;&gt;weiqi@gao:/opt/libavcodec52-i386/usr/lib$ &lt;b&gt;ls&lt;/b&gt;
&lt;span style=&#034;color:blue&#034;&gt;dri&lt;/span&gt;                    &lt;span style=&#034;color:darkcyan&#034;&gt;liborc-test-0.4.so.0&lt;/span&gt;           &lt;span style=&#034;color:darkcyan&#034;&gt;libva.so.1&lt;/span&gt;
&lt;span style=&#034;color:blue&#034;&gt;i686&lt;/span&gt;                   liborc-test-0.4.so.0.11.0      libva.so.1.0.8
&lt;span style=&#034;color:darkcyan&#034;&gt;libavcodec.so.52&lt;/span&gt;       &lt;span style=&#034;color:darkcyan&#034;&gt;libschroedinger-1.0.so.0&lt;/span&gt;       &lt;span style=&#034;color:darkcyan&#034;&gt;libvorbisenc.so.2&lt;/span&gt;
libavcodec.so.52.72.2  libschroedinger-1.0.so.0.10.0  libvorbisenc.so.2.0.8
&lt;span style=&#034;color:darkcyan&#034;&gt;libavutil.so.50&lt;/span&gt;        &lt;span style=&#034;color:darkcyan&#034;&gt;libspeex.so.1&lt;/span&gt;                  &lt;span style=&#034;color:darkcyan&#034;&gt;libvorbis.so.0&lt;/span&gt;
libavutil.so.50.15.1   libspeex.so.1.5.0              libvorbis.so.0.4.5
&lt;span style=&#034;color:darkcyan&#034;&gt;libgsm.so.1&lt;/span&gt;            &lt;span style=&#034;color:darkcyan&#034;&gt;libtheoradec.so.1&lt;/span&gt;              &lt;span style=&#034;color:darkcyan&#034;&gt;libvpx.so.0&lt;/span&gt;
libgsm.so.1.0.12       libtheoradec.so.1.1.4          libvpx.so.0.9
&lt;span style=&#034;color:darkcyan&#034;&gt;libogg.so.0&lt;/span&gt;            &lt;span style=&#034;color:darkcyan&#034;&gt;libtheoraenc.so.1&lt;/span&gt;              libvpx.so.0.9.6
libogg.so.0.7.0        libtheoraenc.so.1.1.2          &lt;span style=&#034;color:blue&#034;&gt;sse2&lt;/span&gt;
&lt;span style=&#034;color:darkcyan&#034;&gt;liborc-0.4.so.0&lt;/span&gt;        &lt;span style=&#034;color:darkcyan&#034;&gt;libtheora.so.0&lt;/span&gt;
liborc-0.4.so.0.11.0   libtheora.so.0.3.10
&lt;/pre&gt;

&lt;p&gt;Finally, I need to tell the 32-bit Java process where to find these shared objects.  I accomplish this with setting the &lt;tt&gt;LD_LIBRARY_PATH&lt;/tt&gt; environment variable:&lt;/p&gt;

&lt;pre style=&#034;margin-left:3em&#034;&gt;weiqi@gao$ &lt;b&gt;export LD_LIBRARY_PATH=/opt/libavcodec52-i386/usr/lib&lt;/b&gt;&lt;/pre&gt;

&lt;p&gt;Now, I can run JavaFX media programs on my 64-bit Ubuntu 11.10 box.  One of the results is shown at the beginning of the post.&lt;/p&gt;

&lt;p&gt;For those who trust this website, (which you in general shouldn&#039;t, unless you know me personally or pseudo-personally) here&#039;s a &lt;a href= &#034;./files/libavcodec52-i386-for-javafx.tar.gz&#034; &gt;file&lt;/a&gt; that you may be interested in getting.  &lt;tt&gt;:)&lt;/tt&gt;&lt;/p&gt;

        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html">
    <title>JavaFX 2.1 SDK Developer Preview Comes To Linux</title>
    <link>http://www.weiqigao.com/blog/2012/01/26/javafx_2_1_sdk_developer_preview_comes_to_linux.html</link>
    
      
        <description>
          &lt;p&gt;Looking back at my series of blogs on the topic of JavaFX and Linux:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href= &#034;http://www.weiqigao.com/blog/2008/12/04/using_javafx_1_0_on_linux.html&#034; &gt;Using JavaFX 1.0 On Linux&lt;/a&gt; (1148 days ago)&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://www.weiqigao.com/blog/2009/02/13/javafx_1_1_released_still_no_linux_version.html&#034; &gt;JavaFX 1.1 Released: Still No Linux Version&lt;/a&gt; (1077 days ago)&lt;/li&gt;
&lt;li&gt;&lt;a href= &#034;http://www.weiqigao.com/blog/2009/05/31/javafx_1_2_fun_for_linux_and_solaris.html&#034; &gt;JavaFX 1.2 Fun For Linux and Solaris&lt;/a&gt; (970 days ago)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;makes me feel it is natural for me to blog about another significant development between JavaFX and Linux, namely, the availability of JavaFX 2.1 SDK Developer Preview on the Linux platform.&lt;/p&gt;

&lt;p&gt;I don&#039;t know about you, but I learned of the news on &lt;a href= &#034;http://twitter.com&#034; &gt;Twitter&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;b&gt;&lt;a href=&#034;https://twitter.com/#!/AdamBien/status/161688953236373504n&#034;&gt;@AdamBien&lt;/a&gt;&lt;/b&gt;: JavaFX 2.0 Is Available On ...Linux: JavaFX 2.0 SDK is available for Linux as Developer Preview Download. Enjoy ... &lt;a href=&#034;http://t.co/2E3v1jfQ&#034;&gt;bit.ly/zCBCgp&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The official announcement (3 days ago) is &lt;a href= &#034;http://blogs.oracle.com/javafx/entry/javafx_2_0_is_cross&#034; &gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The beta is a 32-bit release, and requires Ubuntu 10.04 or later or equivalent, and requires JDK 7 Update 2.  To give it a spin, I downloaded the &lt;a href= &#034;http://www.oracle.com/technetwork/java/javafx/downloads/devpreview-1429449.html&#034; &gt;JavaFX 2.1 SDK Developer Preview&lt;/a&gt; for Linux, the *.tar.gz version of 32-bit &lt;a  href= &#034;http://www.oracle.com/technetwork/java/javase/downloads/index.html&#034; &gt;JDK 7&lt;/a&gt;.  Untarred them into the &lt;tt&gt;/opt&lt;/tt&gt; directory, resulting in&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;tt&gt;/opt/javafx-sdk2.1.0-beta&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;&lt;tt&gt;/opt/jdk1.7.0_02&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I use JetBrain&#039;s IntelliJ IDEA for my day to day Java development.  And it is really easy to work with JavaFX 2.0 in IDEA.  First I add the 32-bit JDK 7 Update 2 as a JSDK to IDEA.  Then I create a Java project, change it&#039;s JDK to the 32-bit JDK (for me the default is JDK 6 Update 26 that comes with Ubuntu).  Finally I add &lt;tt&gt;/opt/javafx-sdk2.1.0-beta/rt/lib/jfxrt.jar&lt;/tt&gt; as a dependency to the main module of the newly created project.&lt;/p&gt;

&lt;p&gt;That&#039;s exactly the same way I setup JavaFX projects on Windows and Mac OS X.  Moreover, the code I write is also exactly the same as on Windows or Mac OS X.  The following is a short screen capture video (in the open source Ogg Theora format that works on some browsers on some operating systems but not others (HTML 5 is great!)) showing how the Lissajous curve (&lt;a href= &#034;http://en.wikipedia.org/wiki/Lissajous_curve&#034; &gt;Wikipedia page&lt;/a&gt;) example that I posted 15 days ago is working on my Ubuntu 11.10 box.&lt;/p&gt;

&lt;center&gt;
&lt;video style=&#034;padding: 10px 0px 10px 0px&#034; src=&#034;http://www.weiqigao.com/blog/files/lissajous-curve-example.ogv&#034; autoplay=&#034;false&#034; controls=&#034;true&#034;&gt;Your browser does not support HTML 5 video.  Here&#039;s the &lt;a href= &#034;./files/lissajous-curve-example.ogv&#034; &gt;link to the video file&lt;/a&gt;.&lt;/video&gt;
&lt;/center&gt;

&lt;p&gt;I just want to make one point about 32-bit vs. 64-bit software on 64-bit operating systems.  (If you are on a 32-bit operating system, you cannot use anything 64-bit period.)  Since JavaFX 2.1 contains native libraries, the size of the JDK must match the size of the JavaFX.  Since the native portion of the JavaFX 2.1 SDk has dependencies beyond the JDK, all of those dependencies must be present in a size that matches the SDK.&lt;/p&gt;

&lt;p&gt;Since I&#039;m on 64-bit Ubuntu, most of the shared libraries are available as 64-bit.  And not all of them are available as 32-bit shared libraries.  That is the case for &lt;tt&gt;libavcodec.so.52&lt;/tt&gt;, which is needed by JavaFX SDK&#039;s &lt;tt&gt;fxavcodecplugin.so&lt;/tt&gt; for playing MP3 audio.&lt;/p&gt;

&lt;p&gt;And another thing worth worrying is the video hardware.  My PC is three years old and contains an Intel GMA 3100 video card.  When I ran the program, Prism falls back to the Java2D pipeline.&lt;/p&gt;

&lt;p&gt;I hope Oracle is also working on a 64-bit version of JavaFX SDK for Linux.&lt;/p&gt;

&lt;p&gt;What this earlier than expected release of a Linux version of the JavaFX 2.1.0 SDK Developer Preview shows is that the JavaFX team is committed to the cross platform vision of Java, is serious about delivering compelling technologies to make it easy and enjoyable to develop rich client Java applications, and is putting JavaFx in a position to be leveraged by thoughtful developers and companies to fuel the next round of innovations.  (Like Ruby before Rails, and Objective-C before iPhone and iOS,)&lt;/p&gt;
        </description>
      
      
    
  </item>
  
  <item rdf:about="http://www.weiqigao.com/blog/2012/01/12/todays_st_louis_jug_meeting_is_canceled.html">
    <title>Today&#039;s St. Louis JUG Meeting Is Canceled</title>
    <link>http://www.weiqigao.com/blog/2012/01/12/todays_st_louis_jug_meeting_is_canceled.html</link>
    
      
        <description>
          &lt;p style=&#034;font-size: large; font-weight: bold;&#034;&gt;Just a note to let everyone know that we decided to cancel today&#039;s St. Louis JUG meeting due to inclement weather.  We hope to reschedule the presentation in a future St. Louis JUG meeting.&lt;/p&gt;
        </description>
      
      
    
  </item>
  

</rdf:RDF>

