<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Llama explained &#8211; Javeline Teleport</title>
	<atom:link href="http://www.jasny.net/articles/llama-explained-part-1-teleport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasny.net/articles/llama-explained-part-1-teleport/</link>
	<description>It&#039;s all about me, mysql and Einstein.</description>
	<lastBuildDate>Thu, 09 Sep 2010 15:08:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Renmiri</title>
		<link>http://www.jasny.net/articles/llama-explained-part-1-teleport/comment-page-1/#comment-1884</link>
		<dc:creator>Renmiri</dc:creator>
		<pubDate>Mon, 09 Jul 2007 05:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=12#comment-1884</guid>
		<description>your suggestion worked, thanks!!! try it here
http://ffproject.net/xfer/llama/index.html

Download it here
http://ffproject.net/xfer/llama/hammurabi_ajax.zip

I just gotta say I loved Javeline teleport. This will make my life so much easier!!!</description>
		<content:encoded><![CDATA[<p>your suggestion worked, thanks!!! try it here<br />
<a href="http://ffproject.net/xfer/llama/index.html" rel="nofollow">http://ffproject.net/xfer/llama/index.html</a></p>
<p>Download it here<br />
<a href="http://ffproject.net/xfer/llama/hammurabi_ajax.zip" rel="nofollow">http://ffproject.net/xfer/llama/hammurabi_ajax.zip</a></p>
<p>I just gotta say I loved Javeline teleport. This will make my life so much easier!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renmiri</title>
		<link>http://www.jasny.net/articles/llama-explained-part-1-teleport/comment-page-1/#comment-1883</link>
		<dc:creator>Renmiri</dc:creator>
		<pubDate>Mon, 09 Jul 2007 05:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=12#comment-1883</guid>
		<description>Wooohoo!!!!

Got it to work finally! You should use my mods because it shows how to send mre than one value to the php, plus not only hardcoded msgid but form field values as well, allowing you to do form validation just using javeline teleport. Really cool!!! :D

http://ffproject.net/xfer/llama/index.html

(Try entering negative values!)</description>
		<content:encoded><![CDATA[<p>Wooohoo!!!!</p>
<p>Got it to work finally! You should use my mods because it shows how to send mre than one value to the php, plus not only hardcoded msgid but form field values as well, allowing you to do form validation just using javeline teleport. Really cool!!! <img src='http://www.jasny.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p><a href="http://ffproject.net/xfer/llama/index.html" rel="nofollow">http://ffproject.net/xfer/llama/index.html</a></p>
<p>(Try entering negative values!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnold Daniels</title>
		<link>http://www.jasny.net/articles/llama-explained-part-1-teleport/comment-page-1/#comment-1880</link>
		<dc:creator>Arnold Daniels</dc:creator>
		<pubDate>Mon, 09 Jul 2007 03:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=12#comment-1880</guid>
		<description>Hi Renmiri,

Great to hear that you are working with TelePort. I am the developer of that library and Arnold asked me to answer your question. If you look at the following code you will see that it works (if I understood your question correctly that is): 

var p1 = document.getElementById(&quot;acresp&quot;).value;
var p2 = document.getElementById(&quot;bushelsd&quot;).value;
var p3 = document.getElementById(&quot;landb&quot;).value;
var p4 = document.getElementById(&quot;lands&quot;).value;
llama_comm.getMessage(&#039;newyear&#039;,p1,p2,p3,p4);

When you type Ctrl-g you will get a debug screen in which you can try this code by pasting it in the ‘Javascript console’ section. If this wasn’t the nature of your problem don’t hesitate to ask me about it. If you wish, please join our mailinglist (http://lists.javeline.net/listinfo/internals) so that everybody can benefit from your questions and the answer to them.

Kind Regards,
Ruben Daniëls</description>
		<content:encoded><![CDATA[<p>Hi Renmiri,</p>
<p>Great to hear that you are working with TelePort. I am the developer of that library and Arnold asked me to answer your question. If you look at the following code you will see that it works (if I understood your question correctly that is): </p>
<p>var p1 = document.getElementById(&#8221;acresp&#8221;).value;<br />
var p2 = document.getElementById(&#8221;bushelsd&#8221;).value;<br />
var p3 = document.getElementById(&#8221;landb&#8221;).value;<br />
var p4 = document.getElementById(&#8221;lands&#8221;).value;<br />
llama_comm.getMessage(&#8217;newyear&#8217;,p1,p2,p3,p4);</p>
<p>When you type Ctrl-g you will get a debug screen in which you can try this code by pasting it in the ‘Javascript console’ section. If this wasn’t the nature of your problem don’t hesitate to ask me about it. If you wish, please join our mailinglist (<a href="http://lists.javeline.net/listinfo/internals" rel="nofollow">http://lists.javeline.net/listinfo/internals</a>) so that everybody can benefit from your questions and the answer to them.</p>
<p>Kind Regards,<br />
Ruben Daniëls</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renmiri</title>
		<link>http://www.jasny.net/articles/llama-explained-part-1-teleport/comment-page-1/#comment-1863</link>
		<dc:creator>Renmiri</dc:creator>
		<pubDate>Sat, 07 Jul 2007 08:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=12#comment-1863</guid>
		<description>Hi!

I did some playing with your code but I can&#039;t seem to get teleport to pass variables around, or at least more than one. I poked and prodded around the ajax.org and the javelin developer site and couldn&#039;t find the right syntax. I get no errors and the help fields work but my little game engine in ajax (Hammurabi, in honor of one of the very first computer games)  doesn&#039;t get the form fields value at all. 

You can see the llama_msg.php file at
http://ffproject.net/xfer/llama/hamu_llama_msg.txt

BTW, I hope you don&#039;t mind but I named Hammurabi&#039;s prime minister Mr. Llama in your honor ;)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I did some playing with your code but I can&#8217;t seem to get teleport to pass variables around, or at least more than one. I poked and prodded around the ajax.org and the javelin developer site and couldn&#8217;t find the right syntax. I get no errors and the help fields work but my little game engine in ajax (Hammurabi, in honor of one of the very first computer games)  doesn&#8217;t get the form fields value at all. </p>
<p>You can see the llama_msg.php file at<br />
<a href="http://ffproject.net/xfer/llama/hamu_llama_msg.txt" rel="nofollow">http://ffproject.net/xfer/llama/hamu_llama_msg.txt</a></p>
<p>BTW, I hope you don&#8217;t mind but I named Hammurabi&#8217;s prime minister Mr. Llama in your honor <img src='http://www.jasny.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: overthinkings &#187; Javeline Platform 1.0.1</title>
		<link>http://www.jasny.net/articles/llama-explained-part-1-teleport/comment-page-1/#comment-154</link>
		<dc:creator>overthinkings &#187; Javeline Platform 1.0.1</dc:creator>
		<pubDate>Sun, 04 Mar 2007 23:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.adaniels.nl/?p=12#comment-154</guid>
		<description>[...] Well, over time several other protocols were created. A group of people doing a lot of javascript based RPC thought it would be nicer to encode the messages using javascript itself. So they created JSON-RPC. With all the hype around web services the PHP developers felt that this was just bloat. Why not just use REST/POST to get the xml. If you want to call the method getUsers. Just call http://www.example.com/rpc.php?func=getUsers and you are done. No extra protocol needed. In particular for non-enterprise solutions this is a very easy way. [...]</description>
		<content:encoded><![CDATA[<p>[...] Well, over time several other protocols were created. A group of people doing a lot of javascript based RPC thought it would be nicer to encode the messages using javascript itself. So they created JSON-RPC. With all the hype around web services the PHP developers felt that this was just bloat. Why not just use REST/POST to get the xml. If you want to call the method getUsers. Just call <a href="http://www.example.com/rpc.php?func=getUsers" rel="nofollow">http://www.example.com/rpc.php?func=getUsers</a> and you are done. No extra protocol needed. In particular for non-enterprise solutions this is a very easy way. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
