<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-602</id>
	<title>Nabble - Cold Fusion - AJaX</title>
	<updated>2008-10-09T04:20:38Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Cold-Fusion---AJaX-f602.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Cold-Fusion---AJaX-f602.html" />
	<subtitle type="html">Ajax (Asynchronous JavaScript + XML) technical discussion mailing list.</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-19896888</id>
	<title>Re: Help change background image using SPRY.</title>
	<published>2008-10-09T04:20:38Z</published>
	<updated>2008-10-09T04:20:38Z</updated>
	<author>
		<name>Raymond Camden</name>
	</author>
	<content type="html">Well I don't think &amp;lt;div&amp;gt;&amp;lt;td&amp;gt; is good HTML. Did you just crop out the
&lt;br&gt;rest? If not, try
&lt;br&gt;&lt;br&gt;&amp;lt;div stuff here&amp;gt;
&lt;br&gt;&amp;lt;table&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;tr your repeat here...&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;td your background here
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Oct 9, 2008 at 5:10 AM, NUGROHO NOTO &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19896888&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sendthisletter@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi, I am just at the beginning of learning SPRY data.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can change image using spry data like this.
&lt;br&gt;&amp;gt; &amp;lt;div id=&amp;quot;op1&amp;quot; spry:detailregion=&amp;quot;ds1 ds1Data&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{@file}&amp;quot;/&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Now.. how can I change background image in table using spry ?
&lt;br&gt;&amp;gt; for example...below does not work
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;div id=&amp;quot;op1&amp;quot; spry:detailregion=&amp;quot;ds1 ds1Data&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;td background=&amp;quot;{@file}&amp;quot;&amp;gt;content&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/div&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So... how can I change those background image with filename taken from spry dataset ?
&lt;br&gt;&amp;gt; Anybody can help ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;207172674;29440083;f&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;207172674;29440083;f&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/ajax/message.cfm/messageid:5509&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/ajax/message.cfm/messageid:5509&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-change-background-image-using-SPRY.-tp19895969p19896888.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19895969</id>
	<title>Help change background image using SPRY.</title>
	<published>2008-10-09T03:10:15Z</published>
	<updated>2008-10-09T03:10:15Z</updated>
	<author>
		<name>NUGROHO NOTO</name>
	</author>
	<content type="html">Hi, I am just at the beginning of learning SPRY data. 
&lt;br&gt;&lt;br&gt;I can change image using spry data like this.
&lt;br&gt;&amp;lt;div id=&amp;quot;op1&amp;quot; spry:detailregion=&amp;quot;ds1 ds1Data&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;{@file}&amp;quot;/&amp;gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;Now.. how can I change background image in table using spry ? 
&lt;br&gt;for example...below does not work
&lt;br&gt;&lt;br&gt;&amp;lt;div id=&amp;quot;op1&amp;quot; spry:detailregion=&amp;quot;ds1 ds1Data&amp;quot;&amp;gt;
&lt;br&gt;&amp;lt;td background=&amp;quot;{@file}&amp;quot;&amp;gt;content&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;lt;/div&amp;gt;
&lt;br&gt;&lt;br&gt;So... how can I change those background image with filename taken from spry dataset ? 
&lt;br&gt;Anybody can help ? 
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;207172674;29440083;f&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;207172674;29440083;f&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/ajax/message.cfm/messageid:5508&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/ajax/message.cfm/messageid:5508&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Help-change-background-image-using-SPRY.-tp19895969p19895969.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19689389</id>
	<title>Senior Software Engineer - AJAX, Adobe Flex, Python, SQL, Object-Oriented Programming</title>
	<published>2008-09-26T07:17:24Z</published>
	<updated>2008-09-26T07:17:24Z</updated>
	<author>
		<name>Robert Stanley</name>
	</author>
	<content type="html">Senior Software Engineer - Structured Query Language (SQL), Object-Oriented Programming
&lt;br&gt;&lt;br&gt;Job Responsibilities
&lt;br&gt;&lt;br&gt;The Sr. Software Developer will be responsible for the development of the NetGraviton suite of products. Development is done primarily using Python on the server, and with Adobe Flex or HTML/AJAX as a Rich Internet Application (RIA) frontend. Typical day-to-day activities include implementing new features in our products, which involve:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; * Development of processes to extract relevant data from input sources
&lt;br&gt;&amp;nbsp; &amp;nbsp; * Design of relational data storage models
&lt;br&gt;&amp;nbsp; &amp;nbsp; * Implementation of data processing algorithms
&lt;br&gt;&amp;nbsp; &amp;nbsp; * Development of AMF remoting methods, used for client/server connectivity
&lt;br&gt;&amp;nbsp; &amp;nbsp; * Development of graphical user interfaces
&lt;br&gt;&lt;br&gt;Qualifications
&lt;br&gt;&lt;br&gt;The candidate must have top-notch software development skills. Prior experience in Python or Adobe Flex is not a strict requirement, experience in related technologies will be accepted. Please note, only candidates with a bachelor's degree in computer science or engineering, or, a very substantial amount of related technical coursework and work experience in a related field will be considered. Prior experience working on web analytics applications, search engines, content management systems or other Web publishing systems is a plus.
&lt;br&gt;&lt;br&gt;Required Skills: Structured Query Language (SQL), Object-Oriented Programming
&lt;br&gt;&lt;br&gt;Bonus Skills: Python, Adobe Flex, SQLite, Open-Source software development, Git, Object-Relational Mapping (ORM), Postgres SQL, AJAX, HTML, Search Engine Optimization (SEO) or Search Engine Marketing (SEM)
&lt;br&gt;&lt;br&gt;Type of Position: Full-time or Contract-to-hire
&lt;br&gt;&lt;br&gt;Travel Required: None
&lt;br&gt;&lt;br&gt;Location: Worldwide (telecommunication)
&lt;br&gt;&lt;br&gt;Position Title: Sr. Software Developer
&lt;br&gt;&lt;br&gt;Compensation and Benefits: Competitive salary based on experience. &amp;nbsp;Employees will have an opportunity to participate in the company's stock option plan.
&lt;br&gt;&lt;br&gt;How To Apply
&lt;br&gt;&lt;br&gt;To apply for the Senior Software Engineer position, send a resume and cover letter to jobs at netgraviton dot com. 
&lt;br&gt;&lt;br&gt;About NetGraviton
&lt;br&gt;&lt;br&gt;NetGraviton is a venture-backed startup engaged in providing search engine marketing software solutions for PPC/SEM and SEO. Our patented, innovative software-as-a-service applications automate the manual, repetitive work involved in search engine optimization, saving time and enabling customers to improve ROI on search marketing objectives in a consistent and repeatable manner. For more information please visit: www.netgraviton.com
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;207172674;29440083;f&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;207172674;29440083;f&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/ajax/message.cfm/messageid:5491&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/ajax/message.cfm/messageid:5491&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Senior-Software-Engineer---AJAX%2C-Adobe-Flex%2C-Python%2C-SQL%2C-Object-Oriented-Programming-tp19689389p19689389.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19270512</id>
	<title>Re: AJAXCFC two .cfc Files?</title>
	<published>2008-09-02T06:42:08Z</published>
	<updated>2008-09-02T06:42:08Z</updated>
	<author>
		<name>Christopher Jordan</name>
	</author>
	<content type="html">Oh! I see... you're using the version of AjaxCFC that uses the DWREngine...
&lt;br&gt;I'm afraid I'm not very familiar with that one. I dropped it as soon as Rob
&lt;br&gt;ported it to use jQuery.
&lt;br&gt;&lt;br&gt;In the jQuery version of AjaxCFC what you're trying to do is much, much,
&lt;br&gt;much simpiler. Mainly, the reason is because you don't include any specific
&lt;br&gt;CFC file. You just include the main ajaxcfc file, and then you make your
&lt;br&gt;ajax call you tell it which cfc you want to use and which method in that cfc
&lt;br&gt;you want to use.
&lt;br&gt;&lt;br&gt;Beyond that I'm thinking that the answer would be something like writing a
&lt;br&gt;facade cfm file (not even sure I'm using that term right) that you include
&lt;br&gt;which would then call your individual cfc files. I realise that's probably
&lt;br&gt;not too much help.
&lt;br&gt;&lt;br&gt;If you're not married to using the DWREngine stuff, and want further
&lt;br&gt;explaination of how to get things up and running with jQuery, and the jQuery
&lt;br&gt;version of AjaxCFC (which is SUPER-DUPER simple) lemme know. I can help lots
&lt;br&gt;more.
&lt;br&gt;&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Tue, Sep 2, 2008 at 1:26 AM, Benedikt L. &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19270512&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sorry... i sent this post before i was finished xD
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DWREngine._execute( &amp;nbsp; &amp;nbsp; _ajaxConfig._cfscriptLocation,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;null,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;'load',
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;g_iProjectError_ID,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;loadCallback);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And the load function is written in the Second-File.. So AJAX can't find
&lt;br&gt;&amp;gt; the function because it doesn't know this function/file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The way above to include a second .cfc-File which I can use with AJAX
&lt;br&gt;&amp;gt; doesn't work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5473&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5473&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AJAXCFC-two-.cfc-Files--tp19253259p19270512.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19264804</id>
	<title>Re: AJAXCFC two .cfc Files?</title>
	<published>2008-09-01T23:26:25Z</published>
	<updated>2008-09-01T23:26:25Z</updated>
	<author>
		<name>Benedikt L.</name>
	</author>
	<content type="html">Sorry... i sent this post before i was finished xD
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWREngine._execute(	_ajaxConfig._cfscriptLocation, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; null, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'load',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_iProjectError_ID,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loadCallback);
&lt;br&gt;&lt;br&gt;And the load function is written in the Second-File.. So AJAX can't find the function because it doesn't know this function/file.
&lt;br&gt;&lt;br&gt;The way above to include a second .cfc-File which I can use with AJAX doesn't work. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5472&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5472&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AJAXCFC-two-.cfc-Files--tp19253259p19264804.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19264773</id>
	<title>Re: AJAXCFC two .cfc Files?</title>
	<published>2008-09-01T23:23:15Z</published>
	<updated>2008-09-01T23:23:15Z</updated>
	<author>
		<name>Benedikt L.</name>
	</author>
	<content type="html">Hi Chris,
&lt;br&gt;&lt;br&gt;i want to include two .cfc-Files in one .cfm-File to run Queries with AJAX(Javascript)
&lt;br&gt;&lt;br&gt;Something like this:
&lt;br&gt;&lt;br&gt;&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _ajaxConfig = {	'_cfscriptLocation':'CFC/index.cfc',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; '_jsscriptFolder':'../../ajaxCFC/core/js',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'debug':false};
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _ajaxConfig2 = {'_cfscriptLocation':'CFC/index2.cfc',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; '_jsscriptFolder':'../../ajaxCFC/core/js',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'debug':false};
&lt;br&gt;&lt;br&gt;&amp;nbsp;DWREngine._execute(	_ajaxConfig._cfscriptLocation, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; null, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'load',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_iProjectError_ID,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; loadCallback);
&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Now I want to run Functions in both files. But when I include the second .cfc file like this, it doesn't work. I can't run scripts which are written in the second included File. How can i do this?
&lt;br&gt;&lt;br&gt;&amp;gt;I don't understand what you're asking. Can you be more specific? Maybe
&lt;br&gt;&amp;gt;include some code or pseudo-code?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Chris
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5471&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5471&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AJAXCFC-two-.cfc-Files--tp19253259p19264773.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19264742</id>
	<title>Re: AJAXCFC two .cfc Files?</title>
	<published>2008-09-01T23:19:05Z</published>
	<updated>2008-09-01T23:19:05Z</updated>
	<author>
		<name>Benedikt L.</name>
	</author>
	<content type="html">I've got one .cfm-File with the code including two .cfc-Files like this:
&lt;br&gt;&lt;br&gt;&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _ajaxConfig = {	'_cfscriptLocation':'CFC/index.cfc','_jsscriptFolder':'../../ajaxCFC/core/js','debug':false};
&lt;br&gt;ajaxConfig = {	'_cfscriptLocation':'CFC/index.cfc','_jsscriptFolder':'../../ajaxCFC/core/js','debug':false};
&lt;br&gt;&amp;lt;/script&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt;I don't understand what you're asking. Can you be more specific? Maybe
&lt;br&gt;&amp;gt;include some code or pseudo-code?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Thanks,
&lt;br&gt;&amp;gt;Chris
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5470&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5470&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AJAXCFC-two-.cfc-Files--tp19253259p19264742.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19259943</id>
	<title>Re: AJAXCFC two .cfc Files?</title>
	<published>2008-09-01T13:00:58Z</published>
	<updated>2008-09-01T13:00:58Z</updated>
	<author>
		<name>Christopher Jordan</name>
	</author>
	<content type="html">I don't understand what you're asking. Can you be more specific? Maybe
&lt;br&gt;include some code or pseudo-code?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;On Mon, Sep 1, 2008 at 6:38 AM, Benedikt L. &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19259943&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;info@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello all,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; does somebody know if you can include two .cfc Files with functions in
&lt;br&gt;&amp;gt; AJAXCFC?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried it in many ways, but all fails.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Bene
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5469&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5469&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AJAXCFC-two-.cfc-Files--tp19253259p19259943.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19253259</id>
	<title>AJAXCFC two .cfc Files?</title>
	<published>2008-09-01T04:38:49Z</published>
	<updated>2008-09-01T04:38:49Z</updated>
	<author>
		<name>Benedikt L.</name>
	</author>
	<content type="html">Hello all,
&lt;br&gt;&lt;br&gt;does somebody know if you can include two .cfc Files with functions in AJAXCFC?
&lt;br&gt;&lt;br&gt;I tried it in many ways, but all fails.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Bene 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5468&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5468&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/AJAXCFC-two-.cfc-Files--tp19253259p19253259.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19195671</id>
	<title>RE: URGENT help needed</title>
	<published>2008-08-28T00:38:55Z</published>
	<updated>2008-08-28T00:38:55Z</updated>
	<author>
		<name>Andrew Scott-4</name>
	</author>
	<content type="html">Although there is not enough information on your problem, can I give you
&lt;br&gt;some advice.
&lt;br&gt;&lt;br&gt;Go to &lt;a href=&quot;http://getfirebug.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://getfirebug.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Download and install this plugin for firefox, then switch it on for the site
&lt;br&gt;you want to delve deeper into. This will allow you to see what is being
&lt;br&gt;returned from the browser, if you are using ajax calls, it will also show
&lt;br&gt;the call to the server and what is returned by the server.
&lt;br&gt;&lt;br&gt;I can't stress enough how important that tool is for developers debugging
&lt;br&gt;applications.
&lt;br&gt;&lt;br&gt;I only wish that more people know about it:-)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Senior Coldfusion Developer
&lt;br&gt;Aegeon Pty. Ltd.
&lt;br&gt;www.aegeon.com.au
&lt;br&gt;Phone: +613 9015 8628
&lt;br&gt;Mobile: 0404 998 273
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: erik tom [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19195671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erik.tsomik@...&lt;/a&gt;] 
&lt;br&gt;Sent: Friday, 22 February 2008 6:14 AM
&lt;br&gt;To: Ajax
&lt;br&gt;Subject: URGENT help needed
&lt;br&gt;&lt;br&gt;Can anybody help me construct the string Because it does not insert into DB
&lt;br&gt;function preprocessAll(obj)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch(obj.id)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case &amp;quot;btnAdd&amp;quot;:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var poststr=&amp;quot;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += obj.id + &amp;quot;=&amp;quot; + encodeURI(obj.value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;topLevel=&amp;quot; +
&lt;br&gt;encodeURI(document.getElementById(&amp;quot;topLevel&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //poststr += &amp;quot;foundOn=&amp;quot; +
&lt;br&gt;encodeURI(document.getElementById(&amp;quot;foundOn&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (var i=0; i &amp;lt;
&lt;br&gt;document.getElementById(&amp;quot;foundOn&amp;quot;).options.length; i++) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if
&lt;br&gt;(document.getElementById(&amp;quot;foundOn&amp;quot;).options[i].selected) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr +=
&lt;br&gt;document.getElementById(&amp;quot;foundOn&amp;quot;).options[i].value ;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;		if (poststr.length &amp;gt; 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr = poststr.substring(0, poststr.length-1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;txtAreaDesc=&amp;quot; +
&lt;br&gt;encodeURI(document.getElementById(&amp;quot;txtAreaDesc&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;link=&amp;quot; +
&lt;br&gt;encodeURI(document.getElementById(&amp;quot;link&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; makeRequestAll('insertIntoMenu.cfm', poststr);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;} 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5461&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5461&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/URGENT-help-needed-tp15619165p19195671.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-19017270</id>
	<title>RE: Ajax.Request not working</title>
	<published>2008-08-16T20:42:40Z</published>
	<updated>2008-08-16T20:42:40Z</updated>
	<author>
		<name>Andrew Scott-4</name>
	</author>
	<content type="html">Not sure what framework you are using, but you should try something like
&lt;br&gt;this.
&lt;br&gt;&lt;br&gt;new Ajax.Request('${createLink(controller: 'myController, action: 'update',
&lt;br&gt;id: id)}', {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; method: 'post',
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; parameters: 'pageUrl=${pageUrl},
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; onFailure: function(transport) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(&amp;quot;There was a problem with updating your layout,
&lt;br&gt;please try again later.&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; onSuccess: function(/* not sure */) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert('do success code');
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; );
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Senior Coldfusion Developer
&lt;br&gt;Aegeon Pty. Ltd.
&lt;br&gt;www.aegeon.com.au
&lt;br&gt;Phone: +613 9015 8628
&lt;br&gt;Mobile: 0404 998 273
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: joaquin henriquez [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=19017270&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;joaquin.henriquez@...&lt;/a&gt;] 
&lt;br&gt;Sent: Tuesday, 1 April 2008 2:42 AM
&lt;br&gt;To: Ajax
&lt;br&gt;Subject: Ajax.Request not working
&lt;br&gt;&lt;br&gt;Hi there I am trying to get a value form the mysql DB.
&lt;br&gt;&lt;br&gt;I have in the js:
&lt;br&gt;&lt;br&gt;var high = new Ajax.Request('highnumberdb.php');
&lt;br&gt;&lt;br&gt;an in the highnumberdb.php:
&lt;br&gt;&amp;lt;?php
&lt;br&gt;$con = mysql_connect('127.0.0.1', 'root', 'assmee20');
&lt;br&gt;if (!$con)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;die('Could not connect: ' . mysql_error());
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;mysql_select_db(&amp;quot;cannabis&amp;quot;, $con);
&lt;br&gt;&lt;br&gt;$sql=&amp;quot;SELECT MAX(cloneref) FROM com_clone_list&amp;quot;;
&lt;br&gt;&lt;br&gt;$result = mysql_query($sql);
&lt;br&gt;$row = mysql_result($result,0);
&lt;br&gt;&lt;br&gt;mysql_close($con);
&lt;br&gt;&lt;br&gt;echo $row;
&lt;br&gt;&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;And my request never goes back to var high, why? (I also tried with return
&lt;br&gt;$row instead of echo $row)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5445&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5445&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax.Request-not-working-tp16400954p19017270.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18964374</id>
	<title>Problem synchronizing successive Ajax calls</title>
	<published>2008-08-13T07:37:09Z</published>
	<updated>2008-08-13T07:37:09Z</updated>
	<author>
		<name>JavaRunner</name>
	</author>
	<content type="html">I have a JSP that renders up to 6 SELECT elements. Each SELECT is dependent on the preceding SELECT.
&lt;br&gt;At startup the app grabs a default value for each SELECT and uses this value to pre-select an option.
&lt;br&gt;This option value then becomes a retrieval argument value in a SQL stmt that retrieves data for the following SELECT.
&lt;br&gt;My problem is this:
&lt;br&gt;The functions containing the Ajax calls are firing before the code to pre-select the preceding SELECT has completed.
&lt;br&gt;Hence an incorrect argument is passed to the SQL.
&lt;br&gt;I have tried using setTimeout but IE gets in the way and reports 'Slow running script bla bla'. Setting various Advanced IE options
&lt;br&gt;suggested by several Google searches hasn't helped. One suggestion involved setting a Registry entry. That did not work either, and
&lt;br&gt;since this is commercial software it's difficult to ensure all users make the necessary Registry changes even if it had worked.
&lt;br&gt;I've also tried setInterval. This will fire a function that can test for a specific variable value that I can set when the
&lt;br&gt;scripts have completed, and then I clearInterval when I find the value has been set.
&lt;br&gt;This doesn't work too well either.
&lt;br&gt;Using IE is mandatory in this case. :evil: :evil:
&lt;br&gt;Any one have any suggestions that might resolve this issue?</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-synchronizing-successive-Ajax-calls-tp18964374p18964374.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18831865</id>
	<title>Ajax and gzip</title>
	<published>2008-08-05T07:04:10Z</published>
	<updated>2008-08-05T07:04:10Z</updated>
	<author>
		<name>citron</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I am trying to get the contents of a gzip file located on the server.
&lt;br&gt;This code only prints the binary content of the file.
&lt;br&gt;&lt;br&gt;var msgUrl = &amp;quot;../messages/&amp;quot;+compressedMessage+&amp;quot;.gz&amp;quot;;
&lt;br&gt;objXml.open(&amp;quot;GET&amp;quot;,msgUrl,false);
&lt;br&gt;objXml.send(null);
&lt;br&gt;alert(objXml.responseText);
&lt;br&gt;&lt;br&gt;&lt;br&gt;Any ideas how to get this working?
&lt;br&gt;&lt;br&gt;Thanks! 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5439&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5439&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax-and-gzip-tp18831865p18831865.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18643061</id>
	<title>Re: CFAjax - Permission denied to call method XMLHttpRequest.open</title>
	<published>2008-07-24T17:22:27Z</published>
	<updated>2008-07-24T17:22:27Z</updated>
	<author>
		<name>johnknyc</name>
	</author>
	<content type="html">It sounds like a same-origin policy that browsers enforce. Here is a php solution, I'm sure the same can be written in Cold Fusion.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://glowfilter.com/articles/web/development/permission-denied-to-call-method-xmlhttprequest.open/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://glowfilter.com/articles/web/development/permission-denied-to-call-method-xmlhttprequest.open/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Jeff Chastain-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I have a few minutes, so I thought I would see what all the hype about AJax
&lt;br&gt;is. &amp;nbsp;I downloaded CFAjax onto my server, but when I try to run the examples,
&lt;br&gt;I am getting an error message in Firefox (&amp;quot;Permission denied to call method
&lt;br&gt;XMLHttpRequest.open&amp;quot;) and a security warning in IE. &amp;nbsp;When I run the examples
&lt;br&gt;online however, things work fine. &amp;nbsp;Is there something special that needs to
&lt;br&gt;be setup on the server for CFAjax to work?
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Thanks
&lt;br&gt;-- Jeff
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
&lt;br&gt;Ticket application
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/banners/view.cfm?bannerid=48&lt;/a&gt;&lt;br&gt;&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:1959&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:1959&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CFAjax---Permission-denied-to-call-method-XMLHttpRequest.open-tp1299011p18643061.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-18570420</id>
	<title>Full-Time Direct-Hire Sr. Web Developer in St. Paul, MN (no telecommuting)</title>
	<published>2008-07-21T07:57:23Z</published>
	<updated>2008-07-21T07:57:23Z</updated>
	<author>
		<name>Kelly_Ackerman</name>
	</author>
	<content type="html">Full-Time Direct-Hire Sr. Web Developer in St. Paul, MN (no
&lt;br&gt;telecommuting)
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Don't miss this exciting career opportunity!!!! My client, located in
&lt;br&gt;St. Paul, MN, is seeking a full-time direct-hire Sr. Web Developer to
&lt;br&gt;join their online marketing agency. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Qualifications:
&lt;br&gt;The ideal candidate will have a positive, passionate and winning
&lt;br&gt;attitude, a Bachelor's degree or higher and 3 to 5 years web development
&lt;br&gt;experience, preferably in the marketing/agency industry. Excellent
&lt;br&gt;communications skills, comfortable multi-tasking and doesn't hesitate to
&lt;br&gt;ask questions and enjoys working as a team as well as acting
&lt;br&gt;independently required. The successful individual will possess the
&lt;br&gt;following skills, knowledge, experience and abilities: 
&lt;br&gt;* Demonstrated experience with front-end web-based technologies such as
&lt;br&gt;CSS, Javascript, AJAX, DHTML/XHTML, XML-XSLT, JSP/ASP and PHP
&lt;br&gt;* Experience developing web sites within content management systems
&lt;br&gt;* Experience with Flash/ActionScript/FLEX, back-end web technologies
&lt;br&gt;(e.g., Java, .NET, Python) and/or relational databases (e.g., mysql, MS
&lt;br&gt;SQL Server) a plus
&lt;br&gt;* Familiarity with Adobe Creative Suite and Macintosh a plus
&lt;br&gt;* Demonstrated ability to write standards-compliant code with minimal
&lt;br&gt;bugs
&lt;br&gt;&lt;br&gt;This employer does not offer sponsorship
&lt;br&gt;&amp;nbsp;
&lt;br&gt;Benefits:
&lt;br&gt;This is a full-time salaried position with comprehensive benefits
&lt;br&gt;including health plans, 401(k) and life insurance. My client invests in
&lt;br&gt;their employees and provides them with the opportunity to acquire new
&lt;br&gt;skills. They work to maintain the best possible environment for their
&lt;br&gt;employees, where people can learn and grow with the company. They strive
&lt;br&gt;to provide a collaborative, creative environment where each person feels
&lt;br&gt;encouraged to contribute to processes, decisions, planning and culture.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;For more information and to apply to the positions, please visit:
&lt;br&gt;&lt;a href=&quot;http://www.MyChoiceEngine.com/Role/43647&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.MyChoiceEngine.com/Role/43647&lt;/a&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;**For immediate consideration, please send a copy of your MS Word resume
&lt;br&gt;with the words &amp;quot;Sr. Web Developer in St. Paul, MN&amp;quot; in the SUBJECT line
&lt;br&gt;to &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18570420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kelly_ackerman@...&lt;/a&gt;
&lt;br&gt;&amp;lt;mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=18570420&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kelly_ackerman@...&lt;/a&gt;&amp;gt; &amp;nbsp;and please include the # of
&lt;br&gt;years of CSS, Javascript, AJAX, DHTML/XHTML, XML-XSLT, JSP/ASP or PHP
&lt;br&gt;development that you have in the body of the email. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;203748912;27390454;j&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;203748912;27390454;j&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5424&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5424&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Full-Time-Direct-Hire-Sr.-Web-Developer-in-St.-Paul%2C-MN-%28no-telecommuting%29-tp18570420p18570420.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-16400954</id>
	<title>Ajax.Request not working</title>
	<published>2008-03-31T08:41:55Z</published>
	<updated>2008-03-31T08:41:55Z</updated>
	<author>
		<name>Joaquin Henriquez (MI/EEM)</name>
	</author>
	<content type="html">Hi there I am trying to get a value form the mysql DB.
&lt;br&gt;&lt;br&gt;I have in the js:
&lt;br&gt;&lt;br&gt;var high = new Ajax.Request('highnumberdb.php');
&lt;br&gt;&lt;br&gt;an in the highnumberdb.php:
&lt;br&gt;&amp;lt;?php
&lt;br&gt;$con = mysql_connect('127.0.0.1', 'root', 'assmee20');
&lt;br&gt;if (!$con)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp;die('Could not connect: ' . mysql_error());
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;mysql_select_db(&amp;quot;cannabis&amp;quot;, $con);
&lt;br&gt;&lt;br&gt;$sql=&amp;quot;SELECT MAX(cloneref) FROM com_clone_list&amp;quot;;
&lt;br&gt;&lt;br&gt;$result = mysql_query($sql);
&lt;br&gt;$row = mysql_result($result,0);
&lt;br&gt;&lt;br&gt;mysql_close($con);
&lt;br&gt;&lt;br&gt;echo $row;
&lt;br&gt;&lt;br&gt;?&amp;gt;
&lt;br&gt;&lt;br&gt;And my request never goes back to var high, why? (I also tried with return $row instead of echo $row)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;192386516;25150098;k&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;192386516;25150098;k&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5148&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5148&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax.Request-not-working-tp16400954p16400954.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15627521</id>
	<title>Re: URGENT help needed</title>
	<published>2008-02-21T20:24:49Z</published>
	<updated>2008-02-21T20:24:49Z</updated>
	<author>
		<name>Todd Kingham</name>
	</author>
	<content type="html">Tom,
&lt;br&gt;&lt;br&gt;It looks like you are trying to convert a Form into a QueryString so you 
&lt;br&gt;can pass it in. You should try downloading JSMX at 
&lt;br&gt;&lt;a href=&quot;http://www.lalabird.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.lalabird.com&lt;/a&gt;. It allows you to just pass the entire form into 
&lt;br&gt;the request and it does the rest. Even if you do not wish to use JSMX 
&lt;br&gt;for your Ajax call you can still open up the engine.js file and grab a 
&lt;br&gt;function called _form2queryString(). That is what JSMX uses to convert 
&lt;br&gt;the entire form into the query string and you can use that.
&lt;br&gt;&lt;br&gt;erik tom wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Can anybody help me construct the string Because it does not insert into DB
&lt;br&gt;&amp;gt; function preprocessAll(obj)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch(obj.id)
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; 		case &amp;quot;btnAdd&amp;quot;:
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 			 var poststr=&amp;quot;&amp;quot;;
&lt;br&gt;&amp;gt; 			 &amp;nbsp;poststr += obj.id + &amp;quot;=&amp;quot; + encodeURI(obj.value);
&lt;br&gt;&amp;gt; 			poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;gt; 			poststr += &amp;quot;topLevel=&amp;quot; + encodeURI(document.getElementById(&amp;quot;topLevel&amp;quot;).value);
&lt;br&gt;&amp;gt; 			poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;gt; 			
&lt;br&gt;&amp;gt; 			//poststr += &amp;quot;foundOn=&amp;quot; + encodeURI(document.getElementById(&amp;quot;foundOn&amp;quot;).value);
&lt;br&gt;&amp;gt; 			for (var i=0; i &amp;lt; document.getElementById(&amp;quot;foundOn&amp;quot;).options.length; i++) {
&lt;br&gt;&amp;gt; 			if (document.getElementById(&amp;quot;foundOn&amp;quot;).options[i].selected) {
&lt;br&gt;&amp;gt; 				poststr += document.getElementById(&amp;quot;foundOn&amp;quot;).options[i].value ;
&lt;br&gt;&amp;gt; 			}
&lt;br&gt;&amp;gt; 		}
&lt;br&gt;&amp;gt; &amp;nbsp;		if (poststr.length &amp;gt; 0) {
&lt;br&gt;&amp;gt; 			poststr = poststr.substring(0, poststr.length-1);
&lt;br&gt;&amp;gt; 		}
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 			poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;gt; 			poststr += &amp;quot;txtAreaDesc=&amp;quot; + encodeURI(document.getElementById(&amp;quot;txtAreaDesc&amp;quot;).value);
&lt;br&gt;&amp;gt; 				poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;gt; 			poststr += &amp;quot;link=&amp;quot; + encodeURI(document.getElementById(&amp;quot;link&amp;quot;).value);
&lt;br&gt;&amp;gt; 		
&lt;br&gt;&amp;gt; 			makeRequestAll('insertIntoMenu.cfm', poststr);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;gt; 		}
&lt;br&gt;&amp;gt; } 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;160198600;22374440;w&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;160198600;22374440;w&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5012&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5012&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/URGENT-help-needed-tp15619165p15627521.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15619165</id>
	<title>URGENT help needed</title>
	<published>2008-02-21T11:14:07Z</published>
	<updated>2008-02-21T11:14:07Z</updated>
	<author>
		<name>erik  tom</name>
	</author>
	<content type="html">Can anybody help me construct the string Because it does not insert into DB
&lt;br&gt;function preprocessAll(obj)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; switch(obj.id)
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case &amp;quot;btnAdd&amp;quot;:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;var poststr=&amp;quot;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += obj.id + &amp;quot;=&amp;quot; + encodeURI(obj.value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;topLevel=&amp;quot; + encodeURI(document.getElementById(&amp;quot;topLevel&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //poststr += &amp;quot;foundOn=&amp;quot; + encodeURI(document.getElementById(&amp;quot;foundOn&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for (var i=0; i &amp;lt; document.getElementById(&amp;quot;foundOn&amp;quot;).options.length; i++) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (document.getElementById(&amp;quot;foundOn&amp;quot;).options[i].selected) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += document.getElementById(&amp;quot;foundOn&amp;quot;).options[i].value ;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp;		if (poststr.length &amp;gt; 0) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr = poststr.substring(0, poststr.length-1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;txtAreaDesc=&amp;quot; + encodeURI(document.getElementById(&amp;quot;txtAreaDesc&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;&amp;&amp;quot;;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; poststr += &amp;quot;link=&amp;quot; + encodeURI(document.getElementById(&amp;quot;link&amp;quot;).value);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; makeRequestAll('insertIntoMenu.cfm', poststr);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;} 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;160198600;22374440;w&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;160198600;22374440;w&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5009&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:5009&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/URGENT-help-needed-tp15619165p15619165.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-15042060</id>
	<title>Ajax Developer - Top tier HR Consultancy - SW London</title>
	<published>2008-01-23T05:32:51Z</published>
	<updated>2008-01-23T05:32:51Z</updated>
	<author>
		<name>Nigel Phillips</name>
	</author>
	<content type="html">&amp;nbsp; Our consultancy offers innovative HR business solutions to the world's largest employers. We stand out through our focus on HR, our expertise, our experience, our euHReka platform, and our global coverage. We have serviced 1 in 5 of the worldâs 500 largest companies and employ over 2,600 staff in 27 countries on 5 continents.
&lt;br&gt;&lt;br&gt;Through HR Management Systems we've installed, we serve over 6 million employees, while 600,000 employees across the globe rely on our HR Outsourcing solutions. By innovating technology and delivering operational excellence, we help customers become better employers.
&lt;br&gt;&lt;br&gt;Through Business Consulting, Technology Integration, and Outsourcing, we innovate in HR processes like Recruitment, HR Administration, Global Payroll, Learning, and Performance Management.
&lt;br&gt;&lt;br&gt;Role Description : 
&lt;br&gt;&lt;br&gt;The main requirement for this individual is to support the development team, primarily focusing on AJAX development of websites and integration with SAP. This individual will be supporting the maintenance of existing websites and will be able to produce core AJAX websites independently using existing objects and code. Ideally the candidate will have experience in developing dynamic websites with a good grounding in all associated areas such as server/network maintenance and configuration (Microsoft Windows), Tomcat &amp; IIS6 as well as an understanding of related technologies. Core production skills are also essential including HTML/CSS/JavaScript and basic image editing skills.
&lt;br&gt;&lt;br&gt;Core Skills Required: 
&lt;br&gt;&lt;br&gt;ASP/ASP.NET, VBSCRIPT, Java/JSP 
&lt;br&gt;HTML/DHTML/CSS/JavaScript 
&lt;br&gt;XML/XSLT 
&lt;br&gt;&amp;nbsp;Software/Applications Knowledge:
&lt;br&gt;&lt;br&gt;Dreamweaver 8 / MX 
&lt;br&gt;Fireworks 8 
&lt;br&gt;Visual Studio .NET 
&lt;br&gt;Tomcat, IIS 5/6, etc 
&lt;br&gt;Flash MX/2004 
&lt;br&gt;Microsoft Office (Word, Excel, Powerpoint etc) 
&lt;br&gt;Location:West London.
&lt;br&gt;&lt;br&gt;Role Type:Permanent Contract subject to six months probationary period.
&lt;br&gt;&lt;br&gt;Salary:Based on skills and experience
&lt;br&gt;&lt;br&gt;Benefits:Contributory Pension Scheme
&lt;br&gt;&lt;br&gt;Private Healthcare
&lt;br&gt;&lt;br&gt;Life Insurance
&lt;br&gt;&lt;br&gt;Annual bonus (subject to company performance
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;AdobeÂ® ColdFusionÂ® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;160198600;22374440;w&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;160198600;22374440;w&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:4886&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:4886&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax-Developer---Top-tier-HR-Consultancy---SW-London-tp15042060p15042060.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14794695</id>
	<title>What is AJAX novice looking for?</title>
	<published>2008-01-13T19:12:15Z</published>
	<updated>2008-01-13T19:12:15Z</updated>
	<author>
		<name>daxianjin</name>
	</author>
	<content type="html">If you are defied by AJAX and want to have better experience, then you
&lt;br&gt;may want to try AJAX Webshop because it features IDE and visualization
&lt;br&gt;and allows beginners to develop Rich Web applications quickly. Let's
&lt;br&gt;look at some of its features:
&lt;br&gt;&lt;br&gt;Based on standard component library it allows Ajax IDE in the pattern
&lt;br&gt;of rapid application development (RAD)
&lt;br&gt;&lt;br&gt;Integrated development and management tools are available. Easy-to-use
&lt;br&gt;visual Unified Modeling Language and visual IDE; complete component
&lt;br&gt;and object-oriented development pattern
&lt;br&gt;&lt;br&gt;Rich Web component library
&lt;br&gt;&lt;br&gt;Troubleshooting IntelliSense support, code editing support, project
&lt;br&gt;release and deployment support.
&lt;br&gt;&lt;br&gt;Java, PHP, C#, VB support
&lt;br&gt;&lt;br&gt;Compatible with IE, Firefox
&lt;br&gt;&lt;br&gt;&lt;img src=&quot;http://www.nabble.com/file/p14794695/Snap2.jpg&quot; border=&quot;0&quot; /&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/What-is-AJAX-novice-looking-for--tp14794695p14794695.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-14560201</id>
	<title>Disable Cached Input History?</title>
	<published>2007-12-31T09:28:45Z</published>
	<updated>2007-12-31T09:28:45Z</updated>
	<author>
		<name>Slade Santurri</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;Recently I've noticed various websites using AJax-style login systems seem to be able to keep a person's username from being cached by the browser, to be remembered by the input field. (One example, Meebo.com)
&lt;br&gt;&lt;br&gt;First, is this AJax that is doing this?
&lt;br&gt;&lt;br&gt;I assume it has something to do with AJax handling the logging in process and the form never really getting submitted via standard HTML.
&lt;br&gt;&lt;br&gt;Second, if not, what is being used to accomplish this? And if it is AJax, can someone give advice on where to go to learn more?
&lt;br&gt;&lt;br&gt;Thanks for your time. 
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date
&lt;br&gt;Get the Free Trial
&lt;br&gt;&lt;a href=&quot;http://ad.doubleclick.net/clk;160198600;22374440;w&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ad.doubleclick.net/clk;160198600;22374440;w&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:4857&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:4857&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Disable-Cached-Input-History--tp14560201p14560201.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-13174202</id>
	<title>Ajax related website</title>
	<published>2007-10-12T06:41:55Z</published>
	<updated>2007-10-12T06:41:55Z</updated>
	<author>
		<name>julesdsl</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've just released a new website for sharing Ajax news, scripts, tutorials and tools. It provides a bookmark system so you can keep a list of interesting websites of the Ajax World.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.ajax-source.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ajax Source.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you have any comments it would be great.
&lt;br&gt;&lt;br&gt;Thanks. </content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Ajax-related-website-tp13174202p13174202.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12740080</id>
	<title>Required Author and Book Information.....!</title>
	<published>2007-09-17T10:58:37Z</published>
	<updated>2007-09-17T10:58:37Z</updated>
	<author>
		<name>Satyanand Verma</name>
	</author>
	<content type="html">Hollo everybody,
&lt;br&gt;&lt;br&gt;I need the book name and author name of AJAX and Javascript (Combined) which is good for web application development. If anybody know then let me know about it....
&lt;br&gt;&lt;br&gt;I am highly desirable of this book....
&lt;br&gt;&lt;br&gt;Have a nice day.
&lt;br&gt;&lt;br&gt;Thanks and regards.....
&lt;br&gt;Satyanand Verma
&lt;br&gt;VTLGlobal Inc.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Required-Author-and-Book-Information.....%21-tp12740080p12740080.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-12291306</id>
	<title>help</title>
	<published>2007-08-23T04:52:22Z</published>
	<updated>2007-08-23T04:52:22Z</updated>
	<author>
		<name>coolcoder</name>
	</author>
	<content type="html">I have been trying to figure out how to open documents such as Word and Excel files with functional toolbars but I am stumped. Can anyone provide some insight on this? 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;www.coderewind.com
&lt;br&gt;Best Place to hunt for Code </content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/help-tp12291306p12291306.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-10450207</id>
	<title>Another problem debugging ajaxcfc program</title>
	<published>2007-05-12T16:05:37Z</published>
	<updated>2007-05-12T16:05:37Z</updated>
	<author>
		<name>kjuliff</name>
	</author>
	<content type="html">I have a Javascript froblem. You can see it in action at
&lt;br&gt;&lt;a href=&quot;http://www.gumnut.com/pub/private/ajax/index2.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gumnut.com/pub/private/ajax/index2.cfm&lt;/a&gt;&lt;br&gt;&lt;br&gt;When I click on the button to the right of the list of names I get &amp;nbsp;an alert box that verifies that the parameter is correct and then I get the error: &amp;quot;message.indexOf is not a function&amp;quot;
&lt;br&gt;&lt;br&gt;I don't understand this, as the function works in the example
&lt;br&gt;&lt;a href=&quot;http://www.gumnut.com/pub/private/ajax/index.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gumnut.com/pub/private/ajax/index.cfm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Here are the relevant javascript &amp;nbsp;functions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function doQueryAndJS(id) &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // send data to CF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(id);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWRUtil.useLoadingMessage();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 'doQueryAndJS', 1, doQueryAndJSResults);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // call back function
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; function doQueryAndJSResults (r) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // evaluate server side JS
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eval(r);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;and here is &amp;nbsp;the cfc code
&lt;br&gt;&lt;br&gt;&amp;lt;cffunction name=&amp;quot;doQueryAndJS&amp;quot; output=&amp;quot;no&amp;quot; access=&amp;quot;private&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfargument name=&amp;quot;uid&amp;quot; type=&amp;quot;numeric&amp;quot; required=&amp;quot;Yes&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfset var qReturn = '' /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfset var jsReturn = '' /&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--- select from your query ---&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfquery name=&amp;quot;qReturn&amp;quot; dbtype=&amp;quot;query&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; select * from q
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; where id = #arguments.uid#
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cfquery&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;!--- set JS commands to be executed ---&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfsavecontent variable=&amp;quot;jsReturn&amp;quot;&amp;gt;&amp;lt;cfoutput&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $('id').innerHTML &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; = '#JSStringFormat(qReturn.id)#';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $('fname').innerHTML &amp;nbsp; &amp;nbsp; &amp;nbsp; = '#JSStringFormat(qReturn.fname)#';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $('lname').innerHTML &amp;nbsp; &amp;nbsp; &amp;nbsp; = '#JSStringFormat(qReturn.lname)#';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $('phone').innerHTML &amp;nbsp; &amp;nbsp; &amp;nbsp; = '#JSStringFormat(qReturn.phone)#';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; $('location').innerHTML = '#JSStringFormat(qReturn.location)#';
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cfoutput&amp;gt;&amp;lt;/cfsavecontent&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;cfreturn jsReturn /&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/cffunction&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Help me PLEASE!!
&lt;br&gt;&lt;br&gt;Kate
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Another-problem-debugging-ajaxcfc-program-tp10450207p10450207.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-6162413</id>
	<title>Re: Coldfusion/AJAX Developer</title>
	<published>2006-09-05T17:30:33Z</published>
	<updated>2006-09-05T17:30:33Z</updated>
	<author>
		<name>Rob-7</name>
	</author>
	<content type="html">Is telecommute an option?
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sep 5, 2006, at 4:12 PM, Shiva Adli wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; Everyone I have a great position for Coldfusion/AJAX.
&lt;br&gt;&amp;gt; Below, I copy the job description. Please respond to
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=6162413&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sadli@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; Shiva
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Position: Cold Fusion Developer
&lt;br&gt;&amp;gt; Duration: 6months contract to perm
&lt;br&gt;&amp;gt; Location: San Francisco/CA
&lt;br&gt;&amp;gt; Industry: Financial industry/UK Based
&lt;br&gt;&amp;gt; Please send your resume to : &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=6162413&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sadli@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Or call Shiva at 1-800-220-0074 ext 228
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Key Job Responsibilities
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	Build, support, and extend features of internal web applications.
&lt;br&gt;&amp;gt; 	Consult with business analysts and business leads to understand &amp;nbsp;
&lt;br&gt;&amp;gt; and deliver appropriate solutions.
&lt;br&gt;&amp;gt; 	Work with proper oversight, change control, and coding methods to &amp;nbsp;
&lt;br&gt;&amp;gt; support best practice in software development.
&lt;br&gt;&amp;gt; 	Team with, mentor, and learn from colleagues; lead design review &amp;nbsp;
&lt;br&gt;&amp;gt; and work with peers to build better software.
&lt;br&gt;&amp;gt; 	Learn GSS methods and libraries; contribute actively to building &amp;nbsp;
&lt;br&gt;&amp;gt; better toolset.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Key Technical Skills
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 	ColdFusion web development, including components, query of &amp;nbsp;
&lt;br&gt;&amp;gt; queries, and the MX architecture.
&lt;br&gt;&amp;gt; 	Supporting Web skills, including HTML, XML, CSS, Ajax, &amp;nbsp;
&lt;br&gt;&amp;gt; JavaScript, SQL, and GUI design.
&lt;br&gt;&amp;gt; 	Java web experience highly desirable.
&lt;br&gt;&amp;gt; 	Familiarity with design patterns, application architecture, three- 
&lt;br&gt;&amp;gt; tier model-view-controller framework.
&lt;br&gt;&amp;gt; 	Customer-centric view, adaptable to support the business process &amp;nbsp;
&lt;br&gt;&amp;gt; and functional specification
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Technical Skills
&lt;br&gt;&amp;gt; 	At least three years ColdFusion development with solid grounding &amp;nbsp;
&lt;br&gt;&amp;gt; in the modern component-based framework.
&lt;br&gt;&amp;gt; 	Full complement of related web development skills including &amp;nbsp;
&lt;br&gt;&amp;gt; Javascript and XML.
&lt;br&gt;&amp;gt; 	Moderate SQL database skills, including stored procedures and &amp;nbsp;
&lt;br&gt;&amp;gt; database modeling.
&lt;br&gt;&amp;gt; 	Java web experience very useful in the future.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
&lt;br&gt;up-to-date ColdFusion information by your peers, delivered to your door four times a year.
&lt;br&gt;&lt;a href=&quot;http://www.fusionauthority.com/quarterly&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fusionauthority.com/quarterly&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:3164&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:3164&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Coldfusion-AJAX-Developer-tp6162312p6162413.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-6162312</id>
	<title>Coldfusion/AJAX Developer</title>
	<published>2006-09-05T17:12:16Z</published>
	<updated>2006-09-05T17:12:16Z</updated>
	<author>
		<name>Shiva Adli</name>
	</author>
	<content type="html">Hello, 
&lt;br&gt;Everyone I have a great position for Coldfusion/AJAX. 
&lt;br&gt;Below, I copy the job description. Please respond to 
&lt;br&gt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=6162312&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sadli@...&lt;/a&gt;
&lt;br&gt;Thanks,
&lt;br&gt;Shiva
&lt;br&gt;&lt;br&gt;Position: Cold Fusion Developer
&lt;br&gt;Duration: 6months contract to perm
&lt;br&gt;Location: San Francisco/CA
&lt;br&gt;Industry: Financial industry/UK Based
&lt;br&gt;Please send your resume to : &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=6162312&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sadli@...&lt;/a&gt;
&lt;br&gt;Or call Shiva at 1-800-220-0074 ext 228
&lt;br&gt;&lt;br&gt;&lt;br&gt;Key Job Responsibilities
&lt;br&gt;&lt;br&gt;â¢	Build, support, and extend features of internal web applications.
&lt;br&gt;â¢	Consult with business analysts and business leads to understand and deliver appropriate solutions.
&lt;br&gt;â¢	Work with proper oversight, change control, and coding methods to support best practice in software development.
&lt;br&gt;â¢	Team with, mentor, and learn from colleagues; lead design review and work with peers to build better software.
&lt;br&gt;â¢	Learn GSS methods and libraries; contribute actively to building better toolset.
&lt;br&gt;&lt;br&gt;Key Technical Skills
&lt;br&gt;&lt;br&gt;â¢	ColdFusion web development, including components, query of queries, and the MX architecture.
&lt;br&gt;â¢	Supporting Web skills, including HTML, XML, CSS, Ajax, JavaScript, SQL, and GUI design.
&lt;br&gt;â¢	Java web experience highly desirable.
&lt;br&gt;â¢	Familiarity with design patterns, application architecture, three-tier model-view-controller framework.
&lt;br&gt;â¢	Customer-centric view, adaptable to support the business process and functional specification
&lt;br&gt;&lt;br&gt;Technical Skills
&lt;br&gt;â¢	At least three years ColdFusion development with solid grounding in the modern component-based framework.
&lt;br&gt;â¢	Full complement of related web development skills including Javascript and XML.
&lt;br&gt;â¢	Moderate SQL database skills, including stored procedures and database modeling.
&lt;br&gt;â¢	Java web experience very useful in the future.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
&lt;br&gt;up-to-date ColdFusion information by your peers, delivered to your door four times a year.
&lt;br&gt;&lt;a href=&quot;http://www.fusionauthority.com/quarterly&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fusionauthority.com/quarterly&lt;/a&gt;&lt;br&gt;&lt;br&gt;Archive: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:3163&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/message.cfm/messageid:3163&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/groups/Ajax/subscribe.cfm&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Coldfusion-AJAX-Developer-tp6162312p6162312.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-4570070</id>
	<title>RE: Spry and ColdFusion</title>
	<published>2006-05-25T21:11:24Z</published>
	<updated>2006-05-25T21:11:24Z</updated>
	<author>
		<name>dontgd</name>
	</author>
	<content type="html">Fig Leaf Software released a class in the Washington, DC area on Spry and
&lt;br&gt;ColdFusion.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://training.figleaf.com/Courses/ajax.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://training.figleaf.com/Courses/ajax.cfm&lt;/a&gt;&lt;br&gt;&lt;br&gt;Not sure if their class comes with tools or not, but it may be worth
&lt;br&gt;checking.
&lt;br&gt;&lt;br&gt;Don 
&lt;br&gt;&lt;br&gt;Ps- at one point in my life I was a trainer with Fig Leaf
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Massimo Foti [mailto:&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=4570070&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;massimo@...&lt;/a&gt;] 
&lt;br&gt;Sent: Thursday, May 25, 2006 1:02 PM
&lt;br&gt;To: Ajax
&lt;br&gt;Subject: Spry and ColdFusion
&lt;br&gt;&lt;br&gt;The photocart:
&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/spry/demos/gallery/cart.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/spry/demos/gallery/cart.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I turned Spry's photogallery into a sort of shopping cart, you can add
&lt;br&gt;images to the cart in order to download the selected images in just one
&lt;br&gt;single swap (a zip is generated on the fly using CF). There is still much
&lt;br&gt;room for improvements, but it was an interesting experience.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I also started working on a set of tools to integrate more easily Spry into
&lt;br&gt;CF apps. The first two aren't yet features complete, but already fully
&lt;br&gt;functional:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/tag/sprydataset/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/tag/sprydataset/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/tag/sprydataset/sample.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/tag/sprydataset/sample.cfm&lt;/a&gt;&lt;br&gt;Marshall a CFML variable into a Spry's dataset. This can be especially
&lt;br&gt;useful whenever you have to handle only a limited amount of data. By not
&lt;br&gt;turning the data into XML you save some work and the extra HTTP call
&lt;br&gt;associated with using XML to populate a Spry's dataset
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/tag/spryxml/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/tag/spryxml/&lt;/a&gt;&lt;br&gt;Marshall a CFML variable into XML that can be used to feed a Spry's dataset
&lt;br&gt;&lt;br&gt;----------------------------
&lt;br&gt;Massimo Foti
&lt;br&gt;Tools for ColdFusion and Dreamweaver developers:
&lt;br&gt;&lt;a href=&quot;http://www.massimocorner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.massimocorner.com&lt;/a&gt;&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2606&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2606&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Spry-and-ColdFusion-tp4562369p4570070.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-4562369</id>
	<title>Spry and ColdFusion</title>
	<published>2006-05-25T11:01:34Z</published>
	<updated>2006-05-25T11:01:34Z</updated>
	<author>
		<name>Massimo Foti-2</name>
	</author>
	<content type="html">The photocart:
&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/spry/demos/gallery/cart.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/spry/demos/gallery/cart.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;I turned Spry's photogallery into a sort of shopping cart, you can add
&lt;br&gt;images to the cart in order to download the selected images in just one
&lt;br&gt;single swap (a zip is generated on the fly using CF). There is still much
&lt;br&gt;room for improvements, but it was an interesting experience.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;I also started working on a set of tools to integrate more easily Spry into
&lt;br&gt;CF apps. The first two aren't yet features complete, but already fully
&lt;br&gt;functional:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/tag/sprydataset/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/tag/sprydataset/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/tag/sprydataset/sample.cfm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/tag/sprydataset/sample.cfm&lt;/a&gt;&lt;br&gt;Marshall a CFML variable into a Spry's dataset. This can be especially
&lt;br&gt;useful whenever you have to handle only a limited amount of data. By not
&lt;br&gt;turning the data into XML you save some work and the extra HTTP call
&lt;br&gt;associated with using XML to populate a Spry's dataset
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.olimpo.ch/tmt/tag/spryxml/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.olimpo.ch/tmt/tag/spryxml/&lt;/a&gt;&lt;br&gt;Marshall a CFML variable into XML that can be used to feed a Spry's dataset
&lt;br&gt;&lt;br&gt;----------------------------
&lt;br&gt;Massimo Foti
&lt;br&gt;Tools for ColdFusion and Dreamweaver developers:
&lt;br&gt;&lt;a href=&quot;http://www.massimocorner.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.massimocorner.com&lt;/a&gt;&lt;br&gt;----------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2597&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2597&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Spry-and-ColdFusion-tp4562369p4562369.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-4558139</id>
	<title>Re: Problem debugging ajaxCFC app</title>
	<published>2006-05-25T06:40:10Z</published>
	<updated>2006-05-25T06:40:10Z</updated>
	<author>
		<name>Rick Root</name>
	</author>
	<content type="html">yeah actually I ended up modifying the engine.js to output some alert 
&lt;br&gt;messages, and that helped me track down where it was happening. &amp;nbsp;Then I 
&lt;br&gt;removed the try/catch/finally functionality out of that particular 
&lt;br&gt;section to see the actually javascript error in firefox.. which helped 
&lt;br&gt;me to discover some errant text in my cfc OUTSIDE of the &amp;lt;cffunction&amp;gt; 
&lt;br&gt;tags...
&lt;br&gt;&lt;br&gt;Then I undid all the changes to engine.js =)
&lt;br&gt;&lt;br&gt;I'm all good now.
&lt;br&gt;&lt;br&gt;Rick
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2596&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2596&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-debugging-ajaxCFC-app-tp4542327p4558139.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-4549315</id>
	<title>Re: Problem debugging ajaxCFC app</title>
	<published>2006-05-24T15:07:28Z</published>
	<updated>2006-05-24T15:07:28Z</updated>
	<author>
		<name>Kenneth S. Redler</name>
	</author>
	<content type="html">Do you get as far as seeing the loading message?
&lt;br&gt;&lt;br&gt;&amp;nbsp; -- Ken
&lt;br&gt;&lt;br&gt;On 5/24/06, Rick Root &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=4549315&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rick.root@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've recently started working on an app that makes use of ajaxCFC and
&lt;br&gt;&amp;gt; I've got it partially working. &amp;nbsp;Ie, my basic functions work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; However, I've got one function that produces an object error alert in IE
&lt;br&gt;&amp;gt; and a Syntax Error alert in Firefox. &amp;nbsp;Nothing is written to the firefox
&lt;br&gt;&amp;gt; javascript debugger.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; here's the function giving me trouble:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; function fundCodeSearch(searchType,q,status)
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // send data to CF
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(1);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWRUtil.useLoadingMessage();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWREngine._execute(_ajaxConfig._cfscriptLocation, null,
&lt;br&gt;&amp;gt; 'fundCodeSearch', searchType, q, status, r_fundCodeSearch);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(2);
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I get the &amp;quot;2&amp;quot; alert box at about the same time as a the Syntax Error
&lt;br&gt;&amp;gt; popup alert, which implies that something is going wrong with the
&lt;br&gt;&amp;gt; _execute() function.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; the r_fundCodeSearch function is never called (it contains nothing but
&lt;br&gt;&amp;gt; an alert), and the coldfusion method fundCodeSearch is never accessed -
&lt;br&gt;&amp;gt; I added a cflog statement to it and nothing is logged.. no errors.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Help!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Rick
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2581&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2581&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-debugging-ajaxCFC-app-tp4542327p4549315.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-4542327</id>
	<title>Problem debugging ajaxCFC app</title>
	<published>2006-05-24T08:35:53Z</published>
	<updated>2006-05-24T08:35:53Z</updated>
	<author>
		<name>Rick Root</name>
	</author>
	<content type="html">I've recently started working on an app that makes use of ajaxCFC and 
&lt;br&gt;I've got it partially working. &amp;nbsp;Ie, my basic functions work.
&lt;br&gt;&lt;br&gt;However, I've got one function that produces an object error alert in IE 
&lt;br&gt;and a Syntax Error alert in Firefox. &amp;nbsp;Nothing is written to the firefox 
&lt;br&gt;javascript debugger.
&lt;br&gt;&lt;br&gt;here's the function giving me trouble:
&lt;br&gt;&lt;br&gt;function fundCodeSearch(searchType,q,status)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // send data to CF
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(1);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWRUtil.useLoadingMessage();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DWREngine._execute(_ajaxConfig._cfscriptLocation, null, 
&lt;br&gt;'fundCodeSearch', searchType, q, status, r_fundCodeSearch);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; alert(2);
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;I get the &amp;quot;2&amp;quot; alert box at about the same time as a the Syntax Error 
&lt;br&gt;popup alert, which implies that something is going wrong with the 
&lt;br&gt;_execute() function.
&lt;br&gt;&lt;br&gt;the r_fundCodeSearch function is never called (it contains nothing but 
&lt;br&gt;an alert), and the coldfusion method fundCodeSearch is never accessed - 
&lt;br&gt;I added a cflog statement to it and nothing is logged.. no errors.
&lt;br&gt;&lt;br&gt;Help!
&lt;br&gt;&lt;br&gt;Rick
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2579&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2579&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Problem-debugging-ajaxCFC-app-tp4542327p4542327.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3800426</id>
	<title>subscribe</title>
	<published>2006-04-07T03:22:07Z</published>
	<updated>2006-04-07T03:22:07Z</updated>
	<author>
		<name>kruce lee</name>
	</author>
	<content type="html">&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3800426&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ajax@...&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2388&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2388&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/subscribe-tp3800426p3800426.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3447680</id>
	<title>Re: CFAJAX: Passing multiple parameters to function</title>
	<published>2006-03-16T16:00:56Z</published>
	<updated>2006-03-16T16:00:56Z</updated>
	<author>
		<name>Josh Nathanson</name>
	</author>
	<content type="html">Cool thanks, that makes things easier. &amp;nbsp;Will check the Wiki first next time.
&lt;br&gt;&lt;br&gt;-- Josh
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;James Holmes&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3447680&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;james.holmes@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;Ajax&amp;quot; &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3447680&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ajax@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Thursday, March 16, 2006 3:49 PM
&lt;br&gt;Subject: Re: CFAJAX: Passing multiple parameters to function
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is all descibed in the wiki - you just pass the multiple
&lt;br&gt;&amp;gt; arguments on the calling line:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.indiankey.com/cfajax/wiki/ow.asp?CFAjaxCallSyntax&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.indiankey.com/cfajax/wiki/ow.asp?CFAjaxCallSyntax&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 3/17/06, Josh Nathanson &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3447680&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pc@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Got it working, but not passing the params as an object - had to build a
&lt;br&gt;&amp;gt;&amp;gt; param string, then parse the string as a list in CF using ListGetAt. &amp;nbsp;I
&lt;br&gt;&amp;gt;&amp;gt; noticed all the cfajax examples pass a single string argument so I 
&lt;br&gt;&amp;gt;&amp;gt; presume
&lt;br&gt;&amp;gt;&amp;gt; that's the only type of argument that will work. &amp;nbsp;If anyone knows 
&lt;br&gt;&amp;gt;&amp;gt; different
&lt;br&gt;&amp;gt;&amp;gt; let me know.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; CFAJAX docs and other useful articles:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jr-holmes.coldfusionjournal.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jr-holmes.coldfusionjournal.com/&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2342&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2342&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CFAJAX%3A-Passing-multiple-parameters-to-function-tp3444283p3447680.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-3447548</id>
	<title>Re: CFAJAX: Passing multiple parameters to function</title>
	<published>2006-03-16T15:49:39Z</published>
	<updated>2006-03-16T15:49:39Z</updated>
	<author>
		<name>James Holmes-3</name>
	</author>
	<content type="html">This is all descibed in the wiki - you just pass the multiple
&lt;br&gt;arguments on the calling line:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.indiankey.com/cfajax/wiki/ow.asp?CFAjaxCallSyntax&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.indiankey.com/cfajax/wiki/ow.asp?CFAjaxCallSyntax&lt;/a&gt;&lt;br&gt;&lt;br&gt;On 3/17/06, Josh Nathanson &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=3447548&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;pc@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Got it working, but not passing the params as an object - had to build a
&lt;br&gt;&amp;gt; param string, then parse the string as a list in CF using ListGetAt. &amp;nbsp;I
&lt;br&gt;&amp;gt; noticed all the cfajax examples pass a single string argument so I presume
&lt;br&gt;&amp;gt; that's the only type of argument that will work. &amp;nbsp;If anyone knows different
&lt;br&gt;&amp;gt; let me know.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;CFAJAX docs and other useful articles:
&lt;br&gt;&lt;a href=&quot;http://jr-holmes.coldfusionjournal.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jr-holmes.coldfusionjournal.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
&lt;br&gt;Message: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=i:47:2341&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=i:47:2341&lt;/a&gt;&lt;br&gt;Archives: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/threads.cfm/47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/threads.cfm/47&lt;/a&gt;&lt;br&gt;Subscription: &lt;a href=&quot;http://www.houseoffusion.com/lists.cfm/link=s:47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/lists.cfm/link=s:47&lt;/a&gt;&lt;br&gt;Unsubscribe: &lt;a href=&quot;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=17837.14401.47&lt;/a&gt;&lt;br&gt;Donations &amp; Support: &lt;a href=&quot;http://www.houseoffusion.com/tiny.cfm/54&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.houseoffusion.com/tiny.cfm/54&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/CFAJAX%3A-Passing-multiple-parameters-to-function-tp3444283p3447548.html" />
</entry>

</feed>
