<?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"
	>
<channel>
	<title>Comments on: ajaxed: Calling server side VBScript procedures from client side (equivalent to PHP xajax)</title>
	<atom:link href="http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/</link>
	<description>hot talk about web scripting</description>
	<pubDate>Fri, 25 Jul 2008 15:30:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8933</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8933</guid>
		<description>jonas just the the request.form collection .. the values are being posted. a nicer way though is accessing it with the RF methods of the page e.g.

page.RF(fieldname)

but

request.form(fieldname)

is also possible...</description>
		<content:encoded><![CDATA[<p>jonas just the the request.form collection .. the values are being posted. a nicer way though is accessing it with the RF methods of the page e.g.</p>
<p>page.RF(fieldname)</p>
<p>but</p>
<p>request.form(fieldname)</p>
<p>is also possible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas Hovgaard</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8929</link>
		<dc:creator>Jonas Hovgaard</dc:creator>
		<pubDate>Thu, 17 Jul 2008 10:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8929</guid>
		<description>"If you dont want to post the whole form or use your own parameters for the callback, you can use the third parameter of the ajaxed.callback function (with JSON). E.g."

But how do I get the value of my parameters in my callback sub?

Thx..</description>
		<content:encoded><![CDATA[<p>&#8220;If you dont want to post the whole form or use your own parameters for the callback, you can use the third parameter of the ajaxed.callback function (with JSON). E.g.&#8221;</p>
<p>But how do I get the value of my parameters in my callback sub?</p>
<p>Thx..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8780</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Fri, 04 Jul 2008 05:26:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8780</guid>
		<description>hey pete ... i know the documentation sucks a lot but its getting better. there are no tutorials for the datatable yet because it is not in an official release ... i will release the next version soon but i think the datatable wont make it into the next one ... its not finished yet .. paging and filtering is still missing. 
if u have some specific question then post them on the google group ... you will get answers quick as the documentation lacks ;)</description>
		<content:encoded><![CDATA[<p>hey pete &#8230; i know the documentation sucks a lot but its getting better. there are no tutorials for the datatable yet because it is not in an official release &#8230; i will release the next version soon but i think the datatable wont make it into the next one &#8230; its not finished yet .. paging and filtering is still missing.<br />
if u have some specific question then post them on the google group &#8230; you will get answers quick as the documentation lacks ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Harrison</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8779</link>
		<dc:creator>Pete Harrison</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8779</guid>
		<description>I've installed the latest version of Ajaxed and am ver impressed. The samples are really great, but lacking in documentation and explanation.

I really wnat to use the datagrid for an application of mine, but the example has little or no text to help me.

Is there a tutorial or documentation as to how to use these features?

many thanks
Pete</description>
		<content:encoded><![CDATA[<p>I&#8217;ve installed the latest version of Ajaxed and am ver impressed. The samples are really great, but lacking in documentation and explanation.</p>
<p>I really wnat to use the datagrid for an application of mine, but the example has little or no text to help me.</p>
<p>Is there a tutorial or documentation as to how to use these features?</p>
<p>many thanks<br />
Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HumbleGuy</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8013</link>
		<dc:creator>HumbleGuy</dc:creator>
		<pubDate>Mon, 05 May 2008 05:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8013</guid>
		<description>Thanks Michael,

Ajaxed Rocks</description>
		<content:encoded><![CDATA[<p>Thanks Michael,</p>
<p>Ajaxed Rocks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8012</link>
		<dc:creator>Michal</dc:creator>
		<pubDate>Mon, 05 May 2008 05:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8012</guid>
		<description>humble ajaxed uses prototypejs as the javascript library ... thus you can use al its ajax facilities.. in your case it would be the Ajax.Updater .. doc can be found here: http://www.prototypejs.org/api/ajax/updater
basically you would use it like this:

new Ajax.Updater('containerID', 'pageurl.asp', {parameters: {someParam: 1}});</description>
		<content:encoded><![CDATA[<p>humble ajaxed uses prototypejs as the javascript library &#8230; thus you can use al its ajax facilities.. in your case it would be the Ajax.Updater .. doc can be found here: <a href="http://www.prototypejs.org/api/ajax/updater" rel="nofollow">http://www.prototypejs.org/api/ajax/updater</a><br />
basically you would use it like this:</p>
<p>new Ajax.Updater(&#8217;containerID&#8217;, &#8216;pageurl.asp&#8217;, {parameters: {someParam: 1}});</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HumbleGuy</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8007</link>
		<dc:creator>HumbleGuy</dc:creator>
		<pubDate>Mon, 05 May 2008 00:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-8007</guid>
		<description>How can i get the contents of another page using this library. e.g. i am on a default.asp and want to embed the results of specials.asp (with few parameters) on this page. At the moment, i am using the iframe. want to remove this and instead want to display the results in a div on default.asp</description>
		<content:encoded><![CDATA[<p>How can i get the contents of another page using this library. e.g. i am on a default.asp and want to embed the results of specials.asp (with few parameters) on this page. At the moment, i am using the iframe. want to remove this and instead want to display the results in a div on default.asp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seamus</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-7401</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-7401</guid>
		<description>hy adam, great framework, very useful.
I'm trying to use it on my new job.
It gives me this error on codePage

Object doesn't support this property or method: 'codePage'

I've comm /tools/ajaxed/ajaxedPage.asp at  line 334, and it works.
is there better solution?
My conf is win2k with iis5.0

tnx
s</description>
		<content:encoded><![CDATA[<p>hy adam, great framework, very useful.<br />
I&#8217;m trying to use it on my new job.<br />
It gives me this error on codePage</p>
<p>Object doesn&#8217;t support this property or method: &#8216;codePage&#8217;</p>
<p>I&#8217;ve comm /tools/ajaxed/ajaxedPage.asp at  line 334, and it works.<br />
is there better solution?<br />
My conf is win2k with iis5.0</p>
<p>tnx<br />
s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-2449</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-2449</guid>
		<description>Very good!  Remote scripting has failed on me (it delays for 15 - 30 seconds) so this looks like a quick fix.  Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Very good!  Remote scripting has failed on me (it delays for 15 - 30 seconds) so this looks like a quick fix.  Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mattias Carlsson</title>
		<link>http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-1342</link>
		<dc:creator>Mattias Carlsson</dc:creator>
		<pubDate>Wed, 28 Nov 2007 16:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevbros.net/2007/07/02/ajaxed-calling-server-side-vbscript-procedures-from-client-side-equivalent-to-php-xajax/#comment-1342</guid>
		<description>I stumbled across ajaxed, and what a good asp-script. Now there is even less reason to use .Net stuff. But there is a problem with the latest protoype 1.6.0. If I replaec the prototype.js with the latest, the callbacks stop working. Do you have a new version or patch going?  Keep up your good work !</description>
		<content:encoded><![CDATA[<p>I stumbled across ajaxed, and what a good asp-script. Now there is even less reason to use .Net stuff. But there is a problem with the latest protoype 1.6.0. If I replaec the prototype.js with the latest, the callbacks stop working. Do you have a new version or patch going?  Keep up your good work !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
