Hello,<div><br></div><div>HJScript is a royal pain to use, IMO. Though I still use it because I haven&#39;t found anything better.</div><div><br></div><div>There is a little bit of HJScript in this demo starting at line 549:</div>
<div><br></div><div><a href="http://src.seereason.com/examples/happstack-imageboard/Web.hs">http://src.seereason.com/examples/happstack-imageboard/Web.hs</a></div><div><br></div><div>not sure that is going to clear much up though. To pop up an alert box do;</div>
<div><br></div><div>window # alert (string &quot;an freaking alert box.&quot;)</div><div><br></div><div>- jeremy</div><div><br><br><div class="gmail_quote">On Tue, Jun 1, 2010 at 2:14 PM, Thomas Hartman <span dir="ltr">&lt;<a href="mailto:thomashartman1@googlemail.com">thomashartman1@googlemail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hey, I am starting to integrate some javascript, specifically I am<br>
generating google finance type charts using<br>
<br>
<a href="http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html" target="_blank">http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html</a><br>
<br>
from the google charts api.<br>
<br>
This seems like a perfect place to wrap javascript in some typesafe<br>
goodness, but I find the documentation somewhat impenetrable.<br>
<br>
<a href="http://hackage.haskell.org/packages/archive/HJScript/0.5.0/doc/html/HJScript.html" target="_blank">http://hackage.haskell.org/packages/archive/HJScript/0.5.0/doc/html/HJScript.html</a><br>
<br>
Could someone that&#39;s familiar with hjscript post a synopsis with a<br>
simple use case like popping up a hello world message box or<br>
something?<br>
<br>
Suggestions on other javascript dsls are also welcome.<br>
<br>
Thanks in advance!<br>
<br>
thomas.<br>
<br>
--<br>
Need somewhere to put your code? <a href="http://patch-tag.com" target="_blank">http://patch-tag.com</a><br>
Want to build a webapp? <a href="http://happstack.com" target="_blank">http://happstack.com</a><br>
<font color="#888888"><br>
--<br>
You received this message because you are subscribed to the Google Groups &quot;Haskell Server Pages&quot; group.<br>
To post to this group, send email to <a href="mailto:haskell-server-pages@googlegroups.com">haskell-server-pages@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href="mailto:haskell-server-pages%2Bunsubscribe@googlegroups.com">haskell-server-pages+unsubscribe@googlegroups.com</a>.<br>
For more options, visit this group at <a href="http://groups.google.com/group/haskell-server-pages?hl=en" target="_blank">http://groups.google.com/group/haskell-server-pages?hl=en</a>.<br>
<br>
</font></blockquote></div><br></div>