<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Flapjax Google Group</title>
  <link>http://groups.google.com/group/flapjax</link>
  <description>Discussion list for the Flapjax programming language.</description>
  <language>en</language>
  <item>
  <title>compiler install failure</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/62e6449330665dbc/81d427a14b17c772?show_docid=81d427a14b17c772</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m trying to install the compiler, so I downloaded the source, cd compiler, &lt;br&gt; cabal install, but am stuck with: &lt;br&gt; &lt;p&gt;Configuring Flapjax-2.0.1... &lt;br&gt; Preprocessing executables for Flapjax-2.0.1... &lt;br&gt; Building Flapjax-2.0.1... &lt;br&gt; &lt;p&gt;src/Flapjax/Compiler.hs:22:17: &lt;br&gt; Could not find module `BrownPLT.Html.Syntax&#39;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/62e6449330665dbc</guid>
  <author>
  pivi...@gmail.com
  (ivan)
  </author>
  <pubDate>Tue, 15 Dec 2009 10:23:56 UT
</pubDate>
  </item>
  <item>
  <title>Strawman of DSL support for JS</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/ba29fa5509bb423a/f4761d36ae9b08a1?show_docid=f4761d36ae9b08a1</link>
  <description>
  There&#39;s a strawman proposal for DSL support in EcmaScript at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wiki.ecmascript.org/lib/exe/fetch.php?id=strawman%3Aquasis&amp;cache=cache&amp;media=strawman:quasi-strawman.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I&#39;d love to get thoughts from Flapjaxers since I&#39;m sure many of you &lt;br&gt; have thought a lot about DSLs in Javascript and how to generate and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/ba29fa5509bb423a</guid>
  <author>
  mikesam...@gmail.com
  (Mike Samuel)
  </author>
  <pubDate>Mon, 14 Dec 2009 22:50:27 UT
</pubDate>
  </item>
  <item>
  <title>switchB?</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/7ff51c00c9c40879/8503d99a8320dba0?show_docid=8503d99a8320dba0</link>
  <description>
  I don&#39;t understand what switchB does: &lt;br&gt; &lt;p&gt;--------------------------- &lt;br&gt; switchB [top] &amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flapjax-lang.org/docs/#toc&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; &lt;p&gt;switchB(sourceBB) -&amp;gt; Behavior a &lt;br&gt; &lt;p&gt;sourceBB :: Behavior (Behavior a) &lt;br&gt; &lt;p&gt;*When the value of a time varying value is time varying itself, which is &lt;br&gt; common when dealing DOM objects.*
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/7ff51c00c9c40879</guid>
  <author>
  fja...@gmail.com
  (Fred Janon)
  </author>
  <pubDate>Fri, 13 Nov 2009 09:08:28 UT
</pubDate>
  </item>
  <item>
  <title>Demos not showing on website</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/be40858e8cc1d4a6/5c49b5b554c62c19?show_docid=5c49b5b554c62c19</link>
  <description>
  Hi, &lt;br&gt; The demos aren&#39;t showing on your website, would you be able to check out &lt;br&gt; whats wrong? &lt;br&gt; Cheers &lt;br&gt; Ravi
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/be40858e8cc1d4a6</guid>
  <author>
  ravik...@gmail.com
  (ravi mittal)
  </author>
  <pubDate>Wed, 04 Nov 2009 10:51:28 UT
</pubDate>
  </item>
  <item>
  <title>Can the library be smaller?</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/895ecf5aa7a0ac80/ed7fa7f319eb3260?show_docid=ed7fa7f319eb3260</link>
  <description>
  Hi, &lt;br&gt; I know we can minimize the library, but I saw some mention that part of the &lt;br&gt; library is for the compiler. Would it be possible to remove that part? &lt;br&gt; Thanks &lt;br&gt; Fred
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/895ecf5aa7a0ac80</guid>
  <author>
  fja...@gmail.com
  (Fred Janon)
  </author>
  <pubDate>Wed, 04 Nov 2009 04:40:53 UT
</pubDate>
  </item>
  <item>
  <title>Flapjax REPL</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/6fa0774245704523/7171e7556978cd8a?show_docid=7171e7556978cd8a</link>
  <description>
  Last week at OOPSLA, we live-coded a timer in Flapjax, using a custom &lt;br&gt; REPL. I&#39;ve added this REPL to the demos on the Flapjax website: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flapjax-lang.org/demos/timer.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;See the popup in the bottom-right corner for the timer&#39;s code. Other &lt;br&gt; than the built-in timer UI and the showTime function, it is a generic
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/6fa0774245704523</guid>
  <author>
  arjun.g...@gmail.com
  (Arjun Guha)
  </author>
  <pubDate>Mon, 02 Nov 2009 18:12:26 UT
</pubDate>
  </item>
  <item>
  <title>Tutorial question: mouse1.html</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/9a5d3a22b9678d57/769aa415ca28e48b?show_docid=769aa415ca28e48b</link>
  <description>
  I am trying &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flapjax-lang.org/demos/mouse1.html&quot;&gt;[link]&lt;/a&gt; . I was wondering &lt;br&gt; what needs to be added to the code to make the &amp;quot;themouse&amp;quot; DIV initial &lt;br&gt; position under the current mouse position. In the example, one has to move &lt;br&gt; the mouse for the div to be under the cursor. I tried a few things with no &lt;br&gt; success.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/9a5d3a22b9678d57</guid>
  <author>
  fja...@gmail.com
  (Fred Janon)
  </author>
  <pubDate>Mon, 02 Nov 2009 12:18:59 UT
</pubDate>
  </item>
  <item>
  <title>Tutorial broken link</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/529649616fb20c86/d20575eb5ed2b0f6?show_docid=d20575eb5ed2b0f6</link>
  <description>
  Hi, &lt;br&gt; Page doesn&#39;t exist: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flapjax-lang.org/tutorial/demos/mouse1.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; in &lt;br&gt; moving the box to follow the mouse. See the mouse &lt;br&gt; move&amp;lt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flapjax-lang.org/tutorial/demos/mouse1.html&quot;&gt;[link]&lt;/a&gt;&amp;gt; &lt;br&gt; . &lt;br&gt; Fred
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/529649616fb20c86</guid>
  <author>
  fja...@gmail.com
  (Fred Janon)
  </author>
  <pubDate>Sat, 31 Oct 2009 07:56:05 UT
</pubDate>
  </item>
  <item>
  <title>How to use Flapjax without the compiler?</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/9fb81c203ce41e19/033e1d696e52e690?show_docid=033e1d696e52e690</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;The examples use the compiler, I guess. The paper refers to using the &lt;br&gt; library without the compiler. so what do I need to use to an HTML page &lt;br&gt; to use the library only and not anything that deals with the compiler? &lt;br&gt; I am guessing just include the js library in the HTML head? Do I still &lt;br&gt; need to use &amp;quot;text/flapjax&amp;quot; around my code or just &amp;quot;text/javascript&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/9fb81c203ce41e19</guid>
  <author>
  fja...@gmail.com
  (Fred Janon)
  </author>
  <pubDate>Fri, 30 Oct 2009 11:02:56 UT
</pubDate>
  </item>
  <item>
  <title>abod0505@googlegroups.com‬</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/2bb868b83de12d0c/0d45e61db379a670?show_docid=0d45e61db379a670</link>
  <description>
  abod0505@googlegroups.com‬
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/2bb868b83de12d0c</guid>
  <author>
  ww5...@gmail.com
  (عبوود)
  </author>
  <pubDate>Sun, 25 Oct 2009 15:34:56 UT
</pubDate>
  </item>
  <item>
  <title>Order of Evaluation</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/930f48eedd7a91dd/03831afab351aa54?show_docid=03831afab351aa54</link>
  <description>
  Howdy, &lt;br&gt; &lt;p&gt;First, I want to say thank you for this great library. Bringing FRP &lt;br&gt; to JavaScript was a great idea, and you executed it swimmingly. &lt;br&gt; &lt;p&gt;Second, I have read your 2009 OOPSLA paper, and have been developing a &lt;br&gt; web application using Flapjax for the past couple of weeks. I have &lt;br&gt; some questions surrounding guarantees on the order of evaluation. In
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/930f48eedd7a91dd</guid>
  <author>
  jfreema...@gmail.com
  (jfreeman)
  </author>
  <pubDate>Mon, 12 Oct 2009 01:19:23 UT
</pubDate>
  </item>
  <item>
  <title>Starting with FlapJax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/4dd22b30b9441c9e/80f79e5b36d273b3?show_docid=80f79e5b36d273b3</link>
  <description>
  Hi everyone, &lt;br&gt; &lt;p&gt;I am starting with flapjax, and for a first contact I am using the paper in &lt;br&gt; your web site. That has some interesting concepts, but I think for the first &lt;br&gt; time it is very hard to understand. &lt;br&gt; &lt;p&gt;I have tried the first example on the paper: &lt;br&gt; &lt;p&gt;&amp;lt;html&amp;gt; &lt;br&gt; &amp;lt;head&amp;gt; &lt;br&gt; &amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/4dd22b30b9441c9e</guid>
  <author>
  apdma...@gmail.com
  (André Matos)
  </author>
  <pubDate>Fri, 18 Sep 2009 12:39:55 UT
</pubDate>
  </item>
  <item>
  <title>Orc vs flapjax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/3a9406c90a87d15a/2588f05ac3d99bd2?show_docid=2588f05ac3d99bd2</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have recently discovered Orc (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://orc.csres.utexas.edu&quot;&gt;[link]&lt;/a&gt;), it seems &lt;br&gt; to be rather similar to flapjax in spirit. &lt;br&gt; &lt;p&gt;From a quick reading of the tutorial it seems to be based on just &lt;br&gt; three coordination primitives (roughly speaking an OR, and AND and an &lt;br&gt; ONCE). &lt;br&gt; &lt;p&gt;I didn&#39;t see Orc mentioned in the OOPSLA paper so I wondered if the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/3a9406c90a87d15a</guid>
  <author>
  tittoass...@gmail.com
  (titto)
  </author>
  <pubDate>Thu, 17 Sep 2009 21:04:30 UT
</pubDate>
  </item>
  <item>
  <title>Joyent Smart Platform</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/68f818ca3079ae0b/d2c11a1cd261a830?show_docid=d2c11a1cd261a830</link>
  <description>
  From a bird&#39;s eye perspective can anyone comment on the possible &lt;br&gt; synergy (or lack thereof) between Flapjax and the Joyent Smart &lt;br&gt; Platform: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.joyent.com/products/joyent-smart-platform/&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/68f818ca3079ae0b</guid>
  <author>
  bradjone...@gmail.com
  (Brad)
  </author>
  <pubDate>Thu, 17 Sep 2009 17:58:40 UT
</pubDate>
  </item>
  <item>
  <title>simple spreadsheet demo</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/00c4a350b57ca519/1d9b3ee6dd2d4681?show_docid=1d9b3ee6dd2d4681</link>
  <description>
  Hi, &lt;br&gt; to learn a bit more about flapjax, I have written a little &amp;quot;spreadsheet&amp;quot; demo. &lt;br&gt; You can find it at: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://quicquid.org/spreadsheet.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; However, it doesn&#39;t always work, sometimes a dependent cell is not &lt;br&gt; updated when the cells it depends upon are modified. &lt;br&gt; Also I am not sure that I used the right method to connect/disconnect
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/00c4a350b57ca519</guid>
  <author>
  tittoass...@gmail.com
  (Pasqualino Assini)
  </author>
  <pubDate>Thu, 10 Sep 2009 16:27:43 UT
</pubDate>
  </item>
  <item>
  <title>real-world apps in flapjax: browser compatibility and namespace pollution</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/3366684eae7acf6f/df28efc60596e524?show_docid=df28efc60596e524</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;reading the docs I see that flapjax has been used to build a few real- &lt;br&gt; world apps. &lt;br&gt; &lt;p&gt;I would like to also use flapjax in production but I need to &lt;br&gt; understand how compatible flapjax really is with the major browsers. &lt;br&gt; &lt;p&gt;Has any systematic tests been done? Is there a compatibility matrix &lt;br&gt; somewhere? I could not find it.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/3366684eae7acf6f</guid>
  <author>
  tittoass...@gmail.com
  (titto)
  </author>
  <pubDate>Mon, 07 Sep 2009 14:38:47 UT
</pubDate>
  </item>
  <item>
  <title>isDetached</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/338e9afe73b0a956/1133299d2de06b24?show_docid=1133299d2de06b24</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;in the oopsla paper there is a reference to the existence of an &lt;br&gt; isDetached method for streams but I cannot see in the git code. &lt;br&gt; &lt;p&gt;Also, is the isDetached property the correct approach to allow for &lt;br&gt; release of stream resources? &lt;br&gt; &lt;p&gt;If we have a streams that get detached and then no more events are
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/338e9afe73b0a956</guid>
  <author>
  tittoass...@gmail.com
  (titto)
  </author>
  <pubDate>Mon, 07 Sep 2009 14:22:16 UT
</pubDate>
  </item>
  <item>
  <title>flapjax on hackage</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/b4797ec735542d07/c1ce1291aea5339e?show_docid=c1ce1291aea5339e</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I wondered why the flapjax compiler and related haskell packages &lt;br&gt; (WebBits, etc.) were not on hackage. &lt;br&gt; &lt;p&gt;It&#39;s a pity, that would spread the word about flapjax in the rather &lt;br&gt; large Haskell community and make it much more likely to get other &lt;br&gt; people involved in the development. &lt;br&gt; &lt;p&gt;Regards, &lt;br&gt; &lt;p&gt; titto
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/b4797ec735542d07</guid>
  <author>
  tittoass...@gmail.com
  (titto)
  </author>
  <pubDate>Wed, 02 Sep 2009 15:00:38 UT
</pubDate>
  </item>
  <item>
  <title>Querying DOM object properties (or &quot;Sticky footer with Flapjax&quot;)</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/dace0b7ce13612c0/2ebcc206935c259e?show_docid=2ebcc206935c259e</link>
  <description>
  Hello, &lt;br&gt; Is it possible to get DOM object properites like top/left/width/height? &lt;br&gt; Something along the lines of extractValueB, but for styling properties &lt;br&gt; for example? &lt;br&gt; Here&#39;s an example where it would ease development. Say we have a &lt;br&gt; webpage, comprised of a heading, a variable-height body and a footer. &lt;br&gt; We would like to stick footer to either
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/dace0b7ce13612c0</guid>
  <author>
  artyom.shalkha...@gmail.com
  (Artyom Shalkhakov)
  </author>
  <pubDate>Sat, 29 Aug 2009 11:42:37 UT
</pubDate>
  </item>
  <item>
  <title>flapjax.js file size</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/348f0fbb15c32ee9/eebd21890c0c0f14?show_docid=eebd21890c0c0f14</link>
  <description>
  Hello &lt;br&gt; &lt;p&gt;flapjax.js seems to contains compiler related code. &lt;br&gt; I wonder, can this be removed by someone that only uses Flapjax as a &lt;br&gt; library in order to reduce the download size (around 55KB at the &lt;br&gt; moment) ? &lt;br&gt; If so, what lines exactly could be left out ? &lt;br&gt; &lt;p&gt;Thanks &lt;br&gt; &lt;p&gt;t25
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/348f0fbb15c32ee9</guid>
  <author>
  th3ra...@googlemail.com
  (therac25)
  </author>
  <pubDate>Wed, 26 Aug 2009 10:10:02 UT
</pubDate>
  </item>
  <item>
  <title>Bug in extractValueB and manually setting values</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/d5d8a8a7ac68a4a0/2386a87881b48ed5?show_docid=2386a87881b48ed5</link>
  <description>
  The following program shows that when I press the clear button, the &lt;br&gt; value behavior doesn&#39;t follow along. I&#39;m not quite sure how to fix &lt;br&gt; this yet. Suggestions? &lt;br&gt; &lt;p&gt;&amp;lt;html&amp;gt; &lt;br&gt; &amp;lt;head&amp;gt; &lt;br&gt; &amp;lt;title&amp;gt;Flapjax Demo: Where is the Mouse?&amp;lt;/title&amp;gt; &lt;br&gt; &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;/demo.css&amp;quot;/&amp;gt; &lt;br&gt; &lt;p&gt;&amp;lt;script&amp;gt; &lt;br&gt; function clearMe() {
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/d5d8a8a7ac68a4a0</guid>
  <author>
  danny....@gmail.com
  (Danny Yoo)
  </author>
  <pubDate>Tue, 18 Aug 2009 17:40:05 UT
</pubDate>
  </item>
  <item>
  <title>Expression problem</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/e4f35a2714bfef87/9523eda604f6eb12?show_docid=9523eda604f6eb12</link>
  <description>
  Hello, &lt;br&gt; I&#39;m trying to create a resizeable box with Flapjax. Four draggable boxes &lt;br&gt; are created, one for each edge -- top, left, right, bottom (we&#39;ll call them &lt;br&gt; &amp;quot;handles&amp;quot;). The handles define dimensions of the box. &lt;br&gt; The problem is this: every handle depends on the dimensions of the box &lt;br&gt; being resized, which, in turn, depend on the positions of other handles.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/e4f35a2714bfef87</guid>
  <author>
  artyom.shalkha...@gmail.com
  (Artyom Shalkhakov)
  </author>
  <pubDate>Tue, 11 Aug 2009 10:30:04 UT
</pubDate>
  </item>
  <item>
  <title>carousel with Flapjax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/5a1bd7ea89957767/6bf7a58069de0459?show_docid=6bf7a58069de0459</link>
  <description>
  Hi list, &lt;br&gt; &lt;p&gt;Carrying on with my idea to discover Flapjax through useful &#39;real- &lt;br&gt; world&#39; widgets, I&#39;ve put together a carousel example: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://la.di.da.free.fr/Flapjax/carousel/carousel.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Any comment welcome &lt;br&gt; &lt;p&gt;T25 &lt;br&gt; &lt;p&gt;(should work at least in FF3)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/5a1bd7ea89957767</guid>
  <author>
  th3ra...@googlemail.com
  (therac25)
  </author>
  <pubDate>Mon, 13 Jul 2009 17:32:13 UT
</pubDate>
  </item>
  <item>
  <title>Tabs with Flapjax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/6cd9c21a3c24d52b/5c4fa249f5abab89?show_docid=5c4fa249f5abab89</link>
  <description>
  Hello Flapjax team and thanks for your work ! &lt;br&gt; &lt;p&gt;I find myself constantly re-implementing tabs widgets at work, so I &lt;br&gt; made a generic one with jQuery. Then I thought I&#39;d try with Flapjax &lt;br&gt; (something similar to &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://andreaslagerkvist.com/jquery/super-simple-tabs/&quot;&gt;[link]&lt;/a&gt;). &lt;br&gt; &lt;p&gt;At first I didn&#39;t know how to get started, until I realized that the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/6cd9c21a3c24d52b</guid>
  <author>
  th3ra...@googlemail.com
  (therac25)
  </author>
  <pubDate>Mon, 06 Jul 2009 11:36:25 UT
</pubDate>
  </item>
  <item>
  <title>Generalized tagRec?</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/897ae6908133e60c/23fa01b7fb9518d4?show_docid=23fa01b7fb9518d4</link>
  <description>
  Hello, &lt;br&gt; I was writing a small file browser in Flapjax and have encountered &lt;br&gt; a problem with tagRec: there seems to be no way to make one &lt;br&gt; dynamically created tag to depend on another dynamically created &lt;br&gt; tag&#39;s events. &lt;br&gt; What I would like to achieve is a tree with branches that &lt;br&gt; can be shown or hidden. &lt;br&gt; The tree (or rather, a forest) for testing is the parse tree of an expression
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/897ae6908133e60c</guid>
  <author>
  artyom.shalkha...@gmail.com
  (Artyom Shalkhakov)
  </author>
  <pubDate>Thu, 04 Jun 2009 11:05:16 UT
</pubDate>
  </item>
  <item>
  <title>Using flapjax with window.onload</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/1cdb74751d12fd95/515853c3c71fb447?show_docid=515853c3c71fb447</link>
  <description>
  Hi &lt;br&gt; I tried the demos in website with &amp;quot;window.onload&amp;quot; method , however i &lt;br&gt; couldnt run them. &lt;br&gt; Should we always declare flapjax scripts as attributes of html tags? I &lt;br&gt; mean, should we always use onload=&amp;quot;start();&amp;quot; etc , or is it possible &lt;br&gt; to use window.onload=start; ? &lt;br&gt; I couldnt manage the second way
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/1cdb74751d12fd95</guid>
  <author>
  jcra...@gmail.com
  (jcrazer@gmail.com)
  </author>
  <pubDate>Sat, 30 May 2009 21:53:45 UT
</pubDate>
  </item>
  <item>
  <title>Nifty Piano Demo</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/2d67a1d8df8581aa/63128b4cff659119?show_docid=63128b4cff659119</link>
  <description>
  I just threw together a small flapjax demo on a whim - it &lt;br&gt; demonstrates, among some basic event/behavior examplings, that flapjax &lt;br&gt; works fine with other libraries (in this case, SoundManager2). It is &lt;br&gt; hosted at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://users.wpi.edu/~dbjorge/flapjax/piano.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;While I was making it, I came across a problem that I was hoping
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/2d67a1d8df8581aa</guid>
  <author>
  brosm...@gmail.com
  (Dan Bjorge)
  </author>
  <pubDate>Mon, 18 May 2009 19:30:48 UT
</pubDate>
  </item>
  <item>
  <title>Question about timerE (event streams in flapjax)</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/739717277d0d967d/361b97f0b15b4643?show_docid=361b97f0b15b4643</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I know timerE returns an event stream that fires an event at specific &lt;br&gt; intervals. But I am a bit lost in how to make my desired function to &lt;br&gt; work. for example, I want to build a sample that reduces from 100 to &lt;br&gt; 0: &lt;br&gt; &lt;p&gt;// i have a timer now that triggers event every second &lt;br&gt; var timer = timerE(1000);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/739717277d0d967d</guid>
  <author>
  chen...@gmail.com
  (pointer)
  </author>
  <pubDate>Mon, 18 May 2009 16:29:04 UT
</pubDate>
  </item>
  <item>
  <title>ocamljs + froc</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/485d7a432c0411a7/3841ec41cc542cff?show_docid=3841ec41cc542cff</link>
  <description>
  Hi list, &lt;br&gt; I thought you might be interested in a couple of projects I have been &lt;br&gt; working on: ocamljs, an OCaml to Javascript compiler, and froc, a &lt;br&gt; library for functional reactive programming in OCaml: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/ocamljs/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/p/froc/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Here are some blog posts working through an example:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/485d7a432c0411a7</guid>
  <author>
  jake.don...@gmail.com
  (Jake Donham)
  </author>
  <pubDate>Wed, 13 May 2009 16:57:08 UT
</pubDate>
  </item>
  <item>
  <title>Failed to run the flapjax compiler on my machine</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/ec87c8497e25adce/259758d07bf11b03?show_docid=259758d07bf11b03</link>
  <description>
  I tried to run fxc on the Catch Up demo, and got this error: &lt;br&gt; &lt;p&gt;fxc: src/Flapjax/HtmlEmbedding.hs:2 5:9-22: No instance nor default &lt;br&gt; method for class operation BrownPLT.Html.Syntax.prettyPri ntScript &lt;br&gt; &lt;p&gt;What&#39;s going wrong here? Thanks.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/ec87c8497e25adce</guid>
  <author>
  wei....@gmail.com
  (Wei Hu)
  </author>
  <pubDate>Tue, 12 May 2009 07:28:46 UT
</pubDate>
  </item>
  <item>
  <title>A newbie question about curly-bang and compiler</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/c548091aaeeb67da/2f567ea2ee144700?show_docid=2f567ea2ee144700</link>
  <description>
  Hi i&#39;m newcomer to flapjax. it&#39;s very interesting for me, but i &lt;br&gt; encounter a problem when getting my hands into it. &lt;br&gt; &lt;p&gt;i have been following flapjax tutorial page and tried to make a sample &lt;br&gt; page with some curly-bang syntax like {! timerB(100) !}. but it doesnt &lt;br&gt; work in my browsers even though there&#39;s &amp;lt;script type=&amp;quot;text/javascript&amp;quot;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/c548091aaeeb67da</guid>
  <author>
  chen...@gmail.com
  (pointer)
  </author>
  <pubDate>Fri, 08 May 2009 13:52:23 UT
</pubDate>
  </item>
  <item>
  <title>Flan: Animations in Flapjax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/ab9a49aee137c4aa/54a7cc5dc7d969d7?show_docid=54a7cc5dc7d969d7</link>
  <description>
  I&#39;ve just uploaded my (very small, very incomplete) animation library &lt;br&gt; Flan: &lt;br&gt; &lt;p&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://github.com/noelwelsh/flan/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Happy hacking. &lt;br&gt; N.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/ab9a49aee137c4aa</guid>
  <author>
  noelwe...@gmail.com
  (noelwelsh@gmail.com)
  </author>
  <pubDate>Fri, 17 Apr 2009 15:38:17 UT
</pubDate>
  </item>
  <item>
  <title>Flapjax &quot;demos&quot; page doesn&#39;t load</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/09a0b8d954fc368c/b33ddddbe58ed4ad?show_docid=b33ddddbe58ed4ad</link>
  <description>
  The page &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.flapjax-lang.org/demos/&quot;&gt;[link]&lt;/a&gt; says &amp;quot;Flapjax Demos &lt;br&gt; Loading...&amp;quot;, but that text never goes away. No demos appear, even &lt;br&gt; after several minutes. I tried with Firefox 3, IE 7, Opera 9, and &lt;br&gt; Chrome.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/09a0b8d954fc368c</guid>
  <author>
  joshpurin...@gmail.com
  (Josh Purinton)
  </author>
  <pubDate>Wed, 15 Apr 2009 19:04:11 UT
</pubDate>
  </item>
  <item>
  <title>hacking Flapjax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/555975244300955c/97e7d9905e94b519?show_docid=97e7d9905e94b519</link>
  <description>
  Flapjax is open source software. I&#39;d like to give you a quick &lt;br&gt; introduction to the Flapjax source: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.github.com/arjunguha/flapjax&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; We use git for version control. If you don&#39;t want to use git, you can &lt;br&gt; click the Download button across the top to get a tarball/zip with the &lt;br&gt; current sources. &lt;br&gt; To build the Flapjax library and compiler, you will need to use our
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/555975244300955c</guid>
  <author>
  ar...@cs.brown.edu
  (Arjun Guha)
  </author>
  <pubDate>Tue, 14 Apr 2009 14:59:00 UT
</pubDate>
  </item>
  <item>
  <title>a tech report about Flapjax</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/7fb25aab0195c6ab/712a00356606529a?show_docid=712a00356606529a</link>
  <description>
  It&#39;s finally happened -- we&#39;ve attempted to present Flapjax in a more &lt;br&gt; scholarly fashion! For those wondering about this, doing so was an &lt;br&gt; explicit un-goal, because papers take months to write, and that would &lt;br&gt; be time not spent writing code. But as Flapjax turns 2.5 years, we &lt;br&gt; feel the system is mature enough to warrant a first write-up. The
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/7fb25aab0195c6ab</guid>
  <author>
  s...@cs.brown.edu
  (Shriram Krishnamurthi)
  </author>
  <pubDate>Tue, 14 Apr 2009 06:24:45 UT
</pubDate>
  </item>
  <item>
  <title>A question about insertValueB/insertValueE type signature</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/374ccb2d50c0a864/f47a8428fae37613?show_docid=f47a8428fae37613</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;insertValueB has &amp;quot;type&amp;quot; of Behavior a * (Dom . Array id) -&amp;gt; void &lt;br&gt; &lt;p&gt;Is it intensional that insertValueB/insertValueE return &amp;quot;void&amp;quot;? In &lt;br&gt; FRAN, for example, functions are of type &lt;br&gt; &lt;p&gt;(auxilliary parameters here) * Element -&amp;gt; Element &lt;br&gt; &lt;p&gt;which allows nesting and is very convenient in my opionion.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/374ccb2d50c0a864</guid>
  <author>
  artyom.shalkha...@gmail.com
  (artyom.shalkhakov)
  </author>
  <pubDate>Fri, 10 Apr 2009 04:25:04 UT
</pubDate>
  </item>
  <item>
  <title>Can&#39;t insertValueB class attribute.</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/e32edfd0e32600bd/61e950e17335f07d?show_docid=61e950e17335f07d</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I am using Flapjax 2.0. I am having difficulty in trying to insert &lt;br&gt; value into class attribute of an input element &lt;br&gt; &lt;p&gt;insertValueB(ifB(readyForSubmi ssionB, &#39;enabled&#39;, &#39;disabled&#39;), &lt;br&gt; &#39;input1&#39;, &#39;class&#39;); &lt;br&gt; &lt;p&gt;There must be something that I am missing here because when I change &lt;br&gt; the class attribute to value, things seem to work fine. I see enabled
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/e32edfd0e32600bd</guid>
  <author>
  watt.poosanguan...@gmail.com
  (Watt)
  </author>
  <pubDate>Thu, 09 Apr 2009 17:39:42 UT
</pubDate>
  </item>
  <item>
  <title>Missing foldR (and a patch)</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/d9fff1757c6c2601/60443a582e5d6b93?show_docid=60443a582e5d6b93</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;Strangely enough, but foldR is missing (seems like it&#39;s just been &lt;br&gt; forgotten about). &lt;br&gt; &lt;p&gt;Here&#39;s a fix: &lt;br&gt; &lt;p&gt;3731a3732,3739 &lt;br&gt; 3989a3998 &lt;br&gt; &lt;p&gt;(I suppose it&#39;s okay.) &lt;br&gt; &lt;p&gt;Cheers, &lt;br&gt; Artyom Shalkhakov.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/d9fff1757c6c2601</guid>
  <author>
  artyom.shalkha...@gmail.com
  (artyom.shalkhakov)
  </author>
  <pubDate>Wed, 08 Apr 2009 08:57:37 UT
</pubDate>
  </item>
  <item>
  <title>removeListener gone?</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/9e2be3e19cdfd88f/ebc7974efff7b5e8?show_docid=ebc7974efff7b5e8</link>
  <description>
  It looks like removeListener is gone in 2.0. Is there some replacement &lt;br&gt; for it that I just haven&#39;t been able to spot? &lt;br&gt; &lt;p&gt;My application regularly creates event streams which it doesn&#39;t need &lt;br&gt; (and would like the GC to eat) after awhile. But when they listen to &lt;br&gt; another, more permanent event stream, it holds a reference, and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/9e2be3e19cdfd88f</guid>
  <author>
  komi...@gmail.com
  (Jay Kominek)
  </author>
  <pubDate>Tue, 07 Apr 2009 16:29:56 UT
</pubDate>
  </item>
  <item>
  <title>Bug (and fix) in constantE</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/f7017d440bdfb87f/03f8475872ba25ec?show_docid=03f8475872ba25ec</link>
  <description>
  var constantE = function(e) { return e.constantE(); }; &lt;br&gt; should be &lt;br&gt; var constantE = function(e, v) { return e.constantE(v); }; &lt;br&gt; N.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/f7017d440bdfb87f</guid>
  <author>
  noelwe...@gmail.com
  (Noel Welsh)
  </author>
  <pubDate>Wed, 01 Apr 2009 15:49:05 UT
</pubDate>
  </item>
  <item>
  <title>Bug in documentation</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/6e61b25a58e5f461/c3a00636ce79e8a8?show_docid=c3a00636ce79e8a8</link>
  <description>
  The documentation for constantE has the following example: &lt;br&gt; The following code displays an alert box whenever the button is clicked: &lt;br&gt; var clicks = extractValueE(&#39;form-button&#39;,&#39;c lick&#39;); &lt;br&gt; clicks.constantE(function() { alert(&#39;Do not press this button.&#39;); }); &lt;br&gt; This doesn&#39;t work -- it needs a mapE after the constantE -- and it
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/6e61b25a58e5f461</guid>
  <author>
  noelwe...@gmail.com
  (Noel Welsh)
  </author>
  <pubDate>Wed, 01 Apr 2009 15:36:24 UT
</pubDate>
  </item>
  <item>
  <title>Re: flapjax - 1 new message in 1 topic - digest</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/6c385187ad64a5c5/5b9b35b8624a5c2b?show_docid=5b9b35b8624a5c2b</link>
  <description>
  This is great news -- I thought Flapjax had basically died. Out of &lt;br&gt; interest, why is there no public code repository for Flapjax? &lt;br&gt; N.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/6c385187ad64a5c5</guid>
  <author>
  noelwe...@gmail.com
  (Noel Welsh)
  </author>
  <pubDate>Tue, 31 Mar 2009 09:19:04 UT
</pubDate>
  </item>
  <item>
  <title>Flapjax 2.0</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/d055b73f050e377f/328f85563873c20c?show_docid=328f85563873c20c</link>
  <description>
  We are pleased to announce a new release of Flapjax. Flapjax features &lt;br&gt; a faster and more space-efficient implementation and a revised API. &lt;br&gt; In addition, we have a new Flapjax compiler that better supports &lt;br&gt; transparent-reactivity--contra ry to earlier threats to abandon the &lt;br&gt; compiler. &lt;br&gt; &lt;p&gt;For this release, we have overhauled the Flapjax website:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/d055b73f050e377f</guid>
  <author>
  arjun.g...@gmail.com
  (Arjun Guha)
  </author>
  <pubDate>Mon, 30 Mar 2009 12:50:15 UT
</pubDate>
  </item>
  <item>
  <title>OMeta as translation layer</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/9ded18dde7aa364b/c3b0a75aff9b7493?show_docid=c3b0a75aff9b7493</link>
  <description>
  I wonder if OMeta/JS might be appropriate as a translator from flapjax &lt;br&gt; syntax to pure javascript. While not optimal in terms of performance, &lt;br&gt; it would allow interactive development within the browser, and then &lt;br&gt; the translated output could be captured cached for repeat use. &lt;br&gt; &lt;p&gt;OMeta already has a reasonably complete Javascript compiler and
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/9ded18dde7aa364b</guid>
  <author>
  rossjud...@gmail.com
  (rossjudson)
  </author>
  <pubDate>Wed, 27 Aug 2008 16:06:16 UT
</pubDate>
  </item>
  <item>
  <title>Flapjax in Brazil/Brasil</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/f993a76f700f2793/a5207729968adbe2?show_docid=a5207729968adbe2</link>
  <description>
  Flapjax will be the focus of my invited keynote talk at this year&#39;s &lt;br&gt; SBLP, the annual Brazilian programming languages symposium. The event &lt;br&gt; is in Fortaleza, August 27-29, and I&#39;ll speaking on the afternoon of &lt;br&gt; the 28th. I will also be speaking at the Universidade de Pernambuco &lt;br&gt; in Recife on August 25 (Monday). If any of you are at either place,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/f993a76f700f2793</guid>
  <author>
  s...@cs.brown.edu
  (Shriram Krishnamurthi)
  </author>
  <pubDate>Fri, 01 Aug 2008 23:25:13 UT
</pubDate>
  </item>
  <item>
  <title>XMPP and events</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/f5367078a7e86782/1eab4f57b96367ca?show_docid=1eab4f57b96367ca</link>
  <description>
  An excerpt from this article: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://open.blogs.nytimes.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; The excerpted prose: &lt;br&gt; Evan &amp;quot;Rabble&amp;quot; Henshaw-Plath (independent) and Kellan Elliott-McCrea &lt;br&gt; (Flickr) have essentially hijacked XMPP in order to solve the polling &lt;br&gt; problem many services run into with REST. The idea of having a &lt;br&gt; protocol for &amp;quot;event streams&amp;quot; makes a lot of sense for our site, since
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/f5367078a7e86782</guid>
  <author>
  s...@cs.brown.edu
  (Shriram Krishnamurthi)
  </author>
  <pubDate>Fri, 01 Aug 2008 23:23:25 UT
</pubDate>
  </item>
  <item>
  <title>Animation using Flapjax (problems)</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/5f7e45fc67266de6/7feea098c72c322b?show_docid=7feea098c72c322b</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I was trying to do animation using Flapjax, and found I couldn&#39;t model &lt;br&gt; a specific behaviour. The idea is to have an element that reacts to an &lt;br&gt; &#39;activation event&#39;, which triggers the animation cycle (starting a &lt;br&gt; timer changing it&#39;s value every 50ms or so, for duration of, say, &lt;br&gt; 1500ms).
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/5f7e45fc67266de6</guid>
  <author>
  artyom.shalkha...@gmail.com
  (artyom.shalkhakov)
  </author>
  <pubDate>Tue, 01 Jul 2008 13:34:25 UT
</pubDate>
  </item>
  <item>
  <title>New Flapjax release coming; plans to drop compiler</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/e47df4f7e8959e3d/bd589399fcfeb239?show_docid=bd589399fcfeb239</link>
  <description>
  In early July, we intend to release a new version of the Flapjax &lt;br&gt; library. This release will be backward-compatible with the current &lt;br&gt; release. We will fix bugs, improve performance, and provide better &lt;br&gt; documentation. &lt;br&gt; The principal change is that we wish to no longer support the Flapjax &lt;br&gt; compiler. More on that below.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/e47df4f7e8959e3d</guid>
  <author>
  s...@cs.brown.edu
  (Shriram Krishnamurthi)
  </author>
  <pubDate>Tue, 10 Jun 2008 00:59:39 UT
</pubDate>
  </item>
  <item>
  <title>domObj.getAttribute() is not a function (flapjax.js, line 3303)</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/8b73332c6ce7f60d/19f2606396249432?show_docid=19f2606396249432</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I&#39;ve downloaded the latest release of Flapjax for Linux &lt;br&gt; (flapjax-20070514), and encountered the error mentioned above when &lt;br&gt; trying to open hello.html in FireFox3 beta 5. &lt;br&gt; &lt;p&gt;The strange thing is that online demos work fine. &lt;br&gt; &lt;p&gt;What might be the reason? (I guess it&#39;s related to FireFox3, because
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/8b73332c6ce7f60d</guid>
  <author>
  artyom.shalkha...@gmail.com
  (artyom.shalkhakov)
  </author>
  <pubDate>Sat, 07 Jun 2008 18:23:15 UT
</pubDate>
  </item>
  <item>
  <title>status update</title>
  <link>http://groups.google.com/group/flapjax/browse_frm/thread/f935ab046daa349a/712f9c492137691e?show_docid=712f9c492137691e</link>
  <description>
  Dear all, &lt;br&gt; We haven&#39;t provided much by way of status updates for a while, so I &lt;br&gt; thought now would be a good time to do so. Here&#39;s what we have been &lt;br&gt; up to. &lt;br&gt; ----- &lt;br&gt; The most useful thing that has happened in the past year is that we &lt;br&gt; got going on building real applications. We&#39;ve had people outside the &lt;br&gt; group build real things, but that doesn&#39;t teach us enough. So we
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/flapjax/browse_frm/thread/f935ab046daa349a</guid>
  <author>
  s...@cs.brown.edu
  (Shriram Krishnamurthi)
  </author>
  <pubDate>Fri, 06 Jun 2008 01:45:48 UT
</pubDate>
  </item>
  </channel>
</rss>
