<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>xajax Forums</title>
<link>http://community.xajaxproject.org</link>
<description> xajax Forums</description>
<language>en</language>
<docs>http://backend.userland.com/rss</docs>
<item>
<title>A secret in xajax 0.5 support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25896#25896</link>
<guid isPermaLink="false">25896@http://community.xajaxproject.org</guid>
<description>Topic: A secret

Message: black nude teen video youngadult video ratinghardcore sudan oral storypollas gay videohome made asian video
</description>
<pubDate>Mon, 06 Oct 2008 23:30:54 +0200</pubDate>
</item>
<item>
<title>Response Sequence in xajax 0.5 support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25894#25894</link>
<guid isPermaLink="false">25894@http://community.xajaxproject.org</guid>
<description>Topic: Response Sequence

Message: q_no wrote:Hmm.. xajax executes the command queue always in the same order the commands were inserted (first in, first out). Why are u calling 2 xajax function via -&#62;script() during a request? You can use -&#62;loadcommands(createTable(1)); inside your xajax function to call other xajax function inside php.
Yo~Thank you very much master~
</description>
<pubDate>Mon, 06 Oct 2008 20:01:32 +0200</pubDate>
</item>
<item>
<title>Response Sequence in xajax 0.5 support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25893#25893</link>
<guid isPermaLink="false">25893@http://community.xajaxproject.org</guid>
<description>Topic: Response Sequence

Message: Hmm.. xajax executes the command queue always in the same order the commands were inserted (first in, first out). Why are u calling 2 xajax function via -&#62;script() during a request? You can use -&#62;loadcommands(createTable(1)); inside your xajax function to call other xajax function inside php.
</description>
<pubDate>Mon, 06 Oct 2008 10:35:16 +0200</pubDate>
</item>
<item>
<title>Response Sequence in xajax 0.5 support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25891#25891</link>
<guid isPermaLink="false">25891@http://community.xajaxproject.org</guid>
<description>Topic: Response Sequence

Message: I would like to know how can I control the response sequence.For Example
Code: PHP$objResponse = new xajaxResponse&#40;&#41;;

$objResponse-&#62;script&#40;&#34;xajax_createTable(1);&#34;&#41;;

$objResponse-&#62;script&#40;&#34;xajax_createTable(2);&#34;&#41;;

return $objResponse;
xajax_createTable(1) is to append a table in a single &#60;div&#62; layerBut the result was that sometimes table(2) was created before table(1).How can I ensure that the queues are processed exactly what i coded?I need to clarify this problem as it causes too much problem in my case.Thank you very very much~
</description>
<pubDate>Mon, 06 Oct 2008 06:58:04 +0200</pubDate>
</item>
<item>
<title>Session check for all requests in xajax 0.5 support : Examples</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25889#25889</link>
<guid isPermaLink="false">25889@http://community.xajaxproject.org</guid>
<description>Topic: Session check for all requests

Message: Hi q_no.I`m not good in english but i'll try:I really want to thank you because this post was very usefull for me. I'm starting to use this technology, is very easy and i like it!.In this case i used this utility in a page where you login and if other guy logs in fron other place whith the same username the first session is clossed (something like msn). At first i used a javascript that calls the validateSession funcion every 5 minutes but the trouble was that the system had maximun 5 minutes to close the session i mean, maximun 5 minutes untill the first session realizes that exist another equal session and with this, the problem was solved.Well, congrax! and thanks again.Regards from Mexico.
</description>
<pubDate>Mon, 06 Oct 2008 02:00:19 +0200</pubDate>
</item>
<item>
<title>Lightwindow and xajax in xajax 0.2.x support : General Discussion</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25887#25887</link>
<guid isPermaLink="false">25887@http://community.xajaxproject.org</guid>
<description>Topic: Lightwindow and xajax

Message: Did anyone worked with lightwindow?http://www.stickmanlabs.com/lightwindow/It's an really nice script. However I'm unable to get xajax based forms to work with this window. Does anyone know how to redirect my addAssign to the window instead of to the document behind it?At least thats what I think thats happening. Cause I dont see any responses when I submit my form.Thx
</description>
<pubDate>Sun, 05 Oct 2008 23:50:47 +0200</pubDate>
</item>
<item>
<title>setEvent question in xajax 0.5 support : Getting started with xajax</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25886#25886</link>
<guid isPermaLink="false">25886@http://community.xajaxproject.org</guid>
<description>Topic: setEvent question

Message: Hi,The syntax for setEvent is:function setEvent($sTarget,&#160; &#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$sEvent,&#160; &#160;&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;$sScript)where $sTarget is the id of the target entity,$sEvent is the name of the event - I believe without the &#34;on&#34; prefix.,and $Script is the JS to be executed when the event is fired.Hope this helps. If not, maybe you could post your complete code.Ed
</description>
<pubDate>Sun, 05 Oct 2008 22:41:36 +0200</pubDate>
</item>
<item>
<title>Cant get values of Editor in xajax 0.2.x support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25885#25885</link>
<guid isPermaLink="false">25885@http://community.xajaxproject.org</guid>
<description>Topic: Cant get values of Editor

Message: Edit - Solved.&#160; It actually was workin correctly, I just had a minor error I overlooked.&#160; I hate PHP sometimes... :P
</description>
<pubDate>Sun, 05 Oct 2008 18:28:36 +0200</pubDate>
</item>
<item>
<title>Cant get values of Editor in xajax 0.2.x support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25884#25884</link>
<guid isPermaLink="false">25884@http://community.xajaxproject.org</guid>
<description>Topic: Cant get values of Editor

Message: I implemented a new editor I grabbed from a third party forum script for editing BBCode.&#160; I dont know javascript and cant seem to get XAJAX to gather the editors values.This is the bbcode editors javascript...
Code: PHP&#60;script type=&#34;text/javascript&#34;&#62;

&#60;!--

function insert_text&#40;open, close&#41;&#123;

         msgfield = &#40;document.all&#41; ? document.all.message : document.forms&#91;'adminForm'&#93;&#91;'message'&#93;;

         // IE support

         if &#40;document.selection &#38;&#38; document.selection.createRange&#41; &#123;

             msgfield.focus&#40;&#41;;

             sel = document.selection.createRange&#40;&#41;;

             sel.text = open + sel.text + close;

             msgfield.focus&#40;&#41;;

         &#125;

         // Moz support

         else if &#40;msgfield.selectionStart || msgfield.selectionStart == '0'&#41; &#123;

             var startPos = msgfield.selectionStart;

             var endPos = msgfield.selectionEnd;

             msgfield.value = msgfield.value.substring&#40;0, startPos&#41; + open + msgfield.value.substring&#40;startPos, endPos&#41; + close + msgfield.value.substring&#40;endPos, msgfield.value.length&#41;;

             msgfield.selectionStart = msgfield.selectionEnd = endPos + open.length + close.length;

             msgfield.focus&#40;&#41;;

         &#125;

         // Fallback support for other browsers

         else &#123;

             msgfield.value += open + close;

             msgfield.focus&#40;&#41;;

         &#125;

         return;

&#125;

--&#62;

&#60;/script&#62;

&#60;script type=&#34;text/javascript&#34;&#62;

&#60;!--

function toggleDisplay&#40;divId&#41; &#123;

    var div = document.getElementById&#40;divId&#41;;

    div.style.display = &#40;div.style.display==&#34;block&#34; ? &#34;none&#34; : &#34;block&#34;&#41;;

&#125;

--&#62;

&#60;/script&#62;
It simply affects the content inside of a textarea named message, but $aFormData['message'] in my registered function prints absolutely nothing.&#160; I was originally usin FCK and found the guide to gather the contents correctly, and it worked, but I dont want users entering HTML.ANyone know how I can access these values for XAJAX?
</description>
<pubDate>Sun, 05 Oct 2008 17:55:24 +0200</pubDate>
</item>
<item>
<title>setEvent question in xajax 0.5 support : Getting started with xajax</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25883#25883</link>
<guid isPermaLink="false">25883@http://community.xajaxproject.org</guid>
<description>Topic: setEvent question

Message: I try to create a form like this:
Code: PHP&#60;php&#62;

function contactFormTable&#40;&#41; &#123;

&#160;

        global $aRequests;

        

        if &#40;isset&#40;$aRequests&#91;'contact'&#93;&#41;&#41; debug&#40;'set'&#41;;

        else debug&#40;'not set'&#41;;

        // isset returns true

&#160;

        $clsForm =&#38; new clsForm&#40;&#41;;

        $clsForm-&#62;setEvent&#40;

            array&#40;'onsubmit', $aRequests&#91;'contact'&#93;,

                array&#40;

                    array&#40;0, XAJAX_FORM_VALUES, 'CONTACT_FORM'&#41;,

                    array&#40;1, XAJAX_QUOTED_VALUE, 'forms_output'&#41;

                &#41;

            &#41;

        &#41;;

       .....

&#125;
But I always get the following error message from the server:[Sun Oct 05 11:50:22 2008] [error] [client 127.0.0.1] PHP Warning:&#160; Missing argument 2 for xajaxControl::setEvent(), called in /localhost/cls/DcContact.php on line 140 and defined in /localhost/xajax/xajax_core/xajaxControl.inc.php on line 228, referer: http://localhost/index.php[Sun Oct 05 11:50:22 2008] [error] [client 127.0.0.1] PHP Notice:&#160; Undefined variable: objRequest in /localhost/xajax/xajax_core/xajaxControl.inc.php on line 231, referer: http://localhost/index.phpCan somebody help me on that?Thank you very much.Damian
</description>
<pubDate>Sun, 05 Oct 2008 12:03:15 +0200</pubDate>
</item>
<item>
<title>modalWindow Plugin in xajax 0.5 support : Third party plugins</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25882#25882</link>
<guid isPermaLink="false">25882@http://community.xajaxproject.org</guid>
<description>Topic: modalWindow Plugin

Message: @harty i have checked the script with the strict header and i see no problems there ( ie6/7 ff3)i think its a problem of your html code and what you trying to do therei have checked the plugin now with a page that scrolls and a small window and the other case was to check it with a small page and a modalwindow which is longer than the pageboth cases looks fine
</description>
<pubDate>Sun, 05 Oct 2008 11:09:14 +0200</pubDate>
</item>
<item>
<title>Hello in xajax 0.2.x support : General Discussion</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25881#25881</link>
<guid isPermaLink="false">25881@http://community.xajaxproject.org</guid>
<description>Topic: Hello

Message: This is David Dung whose job related to Vietnam travel industry. I am new and would like to say &#34;hello&#34; to everyone here before posting. I like this forum very much and I wish there are much more postings here because I would like to exchange as much information as I can.Cheers
</description>
<pubDate>Sun, 05 Oct 2008 09:02:15 +0200</pubDate>
</item>
<item>
<title>modalWindow Plugin in xajax 0.5 support : Third party plugins</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25879#25879</link>
<guid isPermaLink="false">25879@http://community.xajaxproject.org</guid>
<description>Topic: modalWindow Plugin

Message: Hi m[e]ntor,I fixed the problem.I just change order of call configure procedures.* before$xa-&#62;configure('javascript URI', 'lib/xajax/');require_once(LIB_DIR . 'xajax/xajax_core/xajaxPluginManager.inc.php' );require_once(LIB_DIR . 'xajax/xajax_plugins/response/modalWindow/modalWindow.inc.php');* afterrequire_once(LIB_DIR . 'xajax/xajax_core/xajaxPluginManager.inc.php' );require_once(LIB_DIR . 'xajax/xajax_plugins/response/modalWindow/modalWindow.inc.php');$xa-&#62;configure('javascript URI', 'lib/xajax/');Actually fixed. But&#12288;I don't know why.Thanks.
</description>
<pubDate>Sat, 04 Oct 2008 17:06:05 +0200</pubDate>
</item>
<item>
<title>clsForm question in xajax 0.5 support : Getting started with xajax</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25878#25878</link>
<guid isPermaLink="false">25878@http://community.xajaxproject.org</guid>
<description>Topic: clsForm question

Message: Dear Xajax team. First of all I would like to thank you for the great work you are doing. In my opinion Xajax is really the best invention since the invention of HTML.Since I only recently started to use Xajax I'm still a newbie and still have some question which might look simple. Now to my problem.I have a class like this:
Code: PHP&#60;php&#62;

&#160;

class DcContact extends clsTable &#123;

&#160;

    function __construct&#40;&#41; &#123;

&#160;

        parent::clsTable&#40;&#41;;

        parent::setAttribute&#40;'width', '100%'&#41;;

        parent::setAttribute&#40;'class', 'contentTable'&#41;;

&#160;

        $clsBr = new clsBr&#40;&#41;;

&#160;

        $clsTbody = new clsTbody&#40;&#41;;

&#160;

        $clsTr =&#38; new clsTr&#40;&#41;;

        $clsTr-&#62;setAttribute&#40;'valign', 'middle'&#41;;

&#160;

        $clsTh =&#38; new clsTh&#40;&#41;;

        $clsTh-&#62;setAttribute&#40;'align', 'center'&#41;;

        $clsTh-&#62;setAttribute&#40;'class', 'contentTableTitle'&#41;;

        $clsTh-&#62;addChild&#40;$clsBr&#41;;

        $clsTh-&#62;addChild&#40;new clsLiteral&#40;'Contact'&#41;&#41;;

        $clsTh-&#62;addChild&#40;$clsBr&#41;;

        $clsTh-&#62;addChild&#40;$clsBr&#41;;

&#160;

        $clsTr-&#62;addChild&#40;$clsTh&#41;;

&#160;

        $clsTbody-&#62;addChild&#40;$clsTr&#41;;

&#160;

        $clsTr =&#38; new clsTr&#40;&#41;;

        $clsTr-&#62;setAttribute&#40;'valign', 'middle'&#41;;

&#160;

        $clsTh =&#38; new clsTh&#40;&#41;;

        $clsTh-&#62;setAttribute&#40;'align', 'center'&#41;;

        $clsTh-&#62;addChild&#40;$clsBr&#41;;

        $clsTh-&#62;addChild&#40;$this-&#62;contactFormTable&#40;&#41;&#41;;

&#160;

        $clsTr-&#62;addChild&#40;$clsTh&#41;;

&#160;

        $clsTbody-&#62;addChild&#40;$clsTr&#41;;

&#160;

        parent::addChild&#40;$clsTbody&#41;;

    &#125;

&#160;

    function inputFieldLine&#40;$id, $name, $label, $value&#41; &#123;

&#160;

        $clsTr =&#38; new clsTr&#40;&#41;;

        $clsTr-&#62;setAttribute&#40;'valign', 'middle'&#41;;

&#160;

        $clsTd =&#38; new clsTd&#40;&#41;;

        $clsTd-&#62;setAttribute&#40;'align', 'right'&#41;;

        $clsTd-&#62;addChild&#40;new clsLiteral&#40;$label&#41;&#41;;

        $clsTr-&#62;addChild&#40;$clsTd&#41;;

&#160;

        $clsTd =&#38; new clsTd&#40;&#41;;

        $clsTd-&#62;setAttribute&#40;'align', 'left'&#41;;

&#160;

        $clsInput =&#38; new clsInput&#40;&#41;;

        $clsInput-&#62;setAttribute&#40;'id', $id&#41;;

        $clsInput-&#62;setAttribute&#40;'type', 'text'&#41;;

        $clsInput-&#62;setAttribute&#40;'value', $value&#41;;

&#160;

        $clsTd-&#62;addChild&#40;$clsInput&#41;;

&#160;

        $clsTr-&#62;addChild&#40;$clsTd&#41;;

&#160;

        return $clsTr;

&#160;

    &#125;

&#125;
This object is called from an other object like this
Code: PHP&#60;php&#62;

public function contact&#40;&#41; &#123;

&#160;

        global $objResponse;

&#160;

        $dcContact = new DcContact&#40;&#41;;

        $objResponse-&#62;assign&#40;'CONTENT', 'innerHTML', $dcContact-&#62;getHTML&#40;&#41;&#41;;

        return

&#125;
Which is working perfectly fine.Now to my questionsHow has to code of the submit button to look like?How can I access the values of the input fields?How can I call the same object again and check the values of the input fields and if they are not correct show it again and ask the user to change them?Thank you very much for your help.Damian
</description>
<pubDate>Sat, 04 Oct 2008 14:54:55 +0200</pubDate>
</item>
<item>
<title>modalWindow Plugin in xajax 0.5 support : Third party plugins</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25875#25875</link>
<guid isPermaLink="false">25875@http://community.xajaxproject.org</guid>
<description>Topic: modalWindow Plugin

Message: m&#91;e]ntor wrote:I have updated the plugin on my page. The new Version 0.0.5 is now available.
Hi m[e]ntor,I could't find the new version 0.0.5 on your site.I got following error on my project. So I want to try new version.(Sample projects were work fine.)--ERROR: ExecuteCommand (#0, ):Invalid response command: Command [{data}] is not a known command.--Could you please tell me where I can get it.This is the great plugin!!Thanks.
</description>
<pubDate>Sat, 04 Oct 2008 07:00:22 +0200</pubDate>
</item>
<item>
<title>PLUGIN TROUBLE in xajax 0.5 support : Getting started with xajax</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25874#25874</link>
<guid isPermaLink="false">25874@http://community.xajaxproject.org</guid>
<description>Topic: PLUGIN TROUBLE

Message: Hi. Im trying to make a plugin for srriptaculous library, but im getting this error when i do my tests&#34;Cannot redeclare class xajaxRequestPlugin&#34;Here is my code&#60;?php&#160; &#160; &#160; &#160; require_once('xajax/xajax_core/xajax.inc.php');&#160; &#160; require_once('xajax/xajax_core/xajaxPlugin.inc.php');&#160; &#160; require_once('xajax/xajax_core/xajaxPluginManager.inc.php');&#160; &#160; &#160; &#160; include('xajax/xajax_plugins/response/Scriptaculous.inc.php');&#160; &#160; &#160; &#160; &#160; &#160; $xajax = new xajax();&#160; &#160; $xajax-&#62;setCharEncoding('ISO-8859-1');&#160; &#160; $xajax-&#62;configure('decodeUTF8Input',true);&#160; &#160; &#160; &#160; $xajax-&#62;register(XAJAX_FUNCTION,'efecto');&#160; &#160; &#160; &#160; function efecto()&#160; &#160; {&#160; &#160; &#160; &#160; $xajax_resp = new xajaxResponse();&#160; &#160; &#160; &#160; $xajax_resp-&#62;setCharacterEncoding('ISO-8859-1');&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $objResponse-&#62;plugin(&#34;scriptaculous&#34;, &#34;fade&#34;, &#34;efecto&#34;, array(&#34;duration&#34;=&#62;&#34;.3&#34;));&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; return $xajax_resp;&#160; &#160; &#160; &#160; &#160; &#160; }&#160; &#160; &#160; &#160; &#160; &#160; $xajax-&#62;processRequest();?&#62;&#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01 Transitional//EN&#34; &#34;http://www.w3.org/TR/html4/loose.dtd&#34;&#62;&#60;html&#62;&#60;head&#62;&#160; &#160; &#60;meta http-equiv=&#34;content-type&#34; content=&#34;text/html; charset=iso-8859-1&#34;&#62;&#160; &#160; &#60;meta name=&#34;author&#34; content=&#34;Guamacherox&#34;&#62;&#160; &#160; &#60;?php&#160; &#160; &#160; &#160; $xajax-&#62;printJavascript('xajax/');&#160; &#160; ?&#62;&#160; &#160; &#160; &#160; &#60;title&#62;EFECTOS&#60;/title&#62;&#60;script src=&#34;efectos/prototype.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;&#60;script src=&#34;efectos/effects.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62;&#160; &#160; &#60;/head&#62;&#60;body&#62;&#60;table&#62;&#160; &#160; &#60;tr&#62;&#160; &#160; &#160; &#160; &#60;td&#62;&#60;a onclick=&#34;xajax_efecto();&#34;&#62;Pulse Aqui&#60;/a&#62;&#60;/td&#62;&#160; &#160; &#60;/tr&#62;&#160; &#160; &#60;tr&#62;&#160; &#160; &#160; &#160; &#60;td&#62;&#60;div id=&#34;efecto&#34;&#62;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&#60;/div&#62;&#60;/td&#62;&#160; &#160; &#60;/tr&#62;&#60;/table&#62;&#60;/body&#62;&#60;/html&#62;and for the scriptaculous libraryclass scriptaculous extends xajaxResponsePlugin{&#160; &#160; var $sCallName = &#34;scriptaculous&#34;;&#160; &#160; function processParameters(&#38;$aParams) {&#160; &#160; &#160; &#160; $comma = false;&#160; &#160; &#160; &#160; $params = &#34;, {&#34;;&#160; &#160; &#160; &#160; if (isset($aParams[&#34;duration&#34;])) {&#160; &#160; &#160; &#160; &#160; &#160; if ($comma)&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $params .= &#34;, &#34;;&#160; &#160; &#160; &#160; &#160; &#160; $params .= &#34;duration: &#34;;&#160; &#160; &#160; &#160; &#160; &#160; $params .= $aParams[&#34;duration&#34;];&#160; &#160; &#160; &#160; &#160; &#160; $comma = true;&#160; &#160; &#160; &#160; }&#160; &#160; &#160; &#160; if (isset($aParams[&#34;queue&#34;])) {&#160; &#160; &#160; &#160; &#160; &#160; if ($comma)&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; $params .= &#34;, &#34;;&#160; &#160; &#160; &#160; &#160; &#160; $params .= &#34;queue: '&#34;;&#160; &#160; &#160; &#160; &#160; &#160; $params .= $aParams[&#34;queue&#34;];&#160; &#160; &#160; &#160; &#160; &#160; $params .= &#34;'&#34;;&#160; &#160; &#160; &#160; &#160; &#160; $comma = true;&#160; &#160; &#160; &#160; }&#160; &#160; &#160; &#160; $params .= &#34;}&#34;;&#160; &#160; &#160; &#160; if (&#34;, {}&#34; == $params)&#160; &#160; &#160; &#160; &#160; &#160; $params = &#34;&#34;;&#160; &#160; &#160; &#160; return $params;&#160; &#160; }&#160; &#160; &#160; &#160; &#160; &#160; function fade($id, $aParams = array()) {&#160; &#160; &#160; &#160; $params = $this-&#62;processParameters($aParams);&#160; &#160; &#160; &#160; $this-&#62;objResponse-&#62;script(&#34;new Effect.Fade(\&#34;{$id}\&#34;{$params});&#34;);&#160; &#160; }&#160; &#160; function appear($id, $aParams = array()) {&#160; &#160; &#160; &#160; $params = $this-&#62;processParameters($aParams);&#160; &#160; &#160; &#160; $this-&#62;objResponse-&#62;script(&#34;new Effect.Appear(\&#34;{$id}\&#34;{$params})&#34;);&#160; &#160; }}&#160; &#160; $pluginManager = &#38;xajaxPluginManager::getInstance();$pluginManager-&#62;registerResponsePlugin(new scriptaculous());So please, can somebody help me, i dont know what im doing wrong
</description>
<pubDate>Fri, 03 Oct 2008 17:25:16 +0200</pubDate>
</item>
<item>
<title>Problem including a php page in a textArea under IE in xajax 0.5 support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25873#25873</link>
<guid isPermaLink="false">25873@http://community.xajaxproject.org</guid>
<description>Topic: Problem including a php page in a textArea under IE

Message: Try it with value instead of innerHTML.
</description>
<pubDate>Fri, 03 Oct 2008 13:27:40 +0200</pubDate>
</item>
<item>
<title>modalWindow Plugin in xajax 0.5 support : Third party plugins</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25872#25872</link>
<guid isPermaLink="false">25872@http://community.xajaxproject.org</guid>
<description>Topic: modalWindow Plugin

Message: m&#91;e]ntor wrote:mmh kk quirksmode ... i didn´t check this yet
I again was able to customize modalWindow to work for me by comparing the offsetHeight of the container div to ScrollHeight and using the greater value.
i will check this asap
You're awesome!
</description>
<pubDate>Thu, 02 Oct 2008 23:04:22 +0200</pubDate>
</item>
<item>
<title>modalWindow Plugin in xajax 0.5 support : Third party plugins</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25871#25871</link>
<guid isPermaLink="false">25871@http://community.xajaxproject.org</guid>
<description>Topic: modalWindow Plugin

Message: mmh kk quirksmode ... i didn´t check this yet
I again was able to customize modalWindow to work for me by comparing the offsetHeight of the container div to ScrollHeight and using the greater value.
i will check this asap
</description>
<pubDate>Thu, 02 Oct 2008 22:39:16 +0200</pubDate>
</item>
<item>
<title>Getting invalid response XML message - I cannot see it - Please help! in xajax 0.5 support : Troubleshooting</title>
<link>http://community.xajaxproject.org/viewtopic.php?pid=25870#25870</link>
<guid isPermaLink="false">25870@http://community.xajaxproject.org</guid>
<description>Topic: Getting invalid response XML message - I cannot see it - Please help!

Message: Well, I have finally done something (I say something because I do not know what) and it is working fine.&#160; I tell you, I have basically removed 3/4 of my &#34;functions.php&#34; script.&#160; I guess I have to add the code back in a function at a time and find the one function that caused the problem.What I find interesting is that it may break even if the 'BAD' function is not called at the time that the XAJAX routine is called.Thank you guys for your help!
</description>
<pubDate>Thu, 02 Oct 2008 22:35:33 +0200</pubDate>
</item>
</channel>
</rss>
