Re: Witango-Talk: Detecting Javascript

2010-04-10 Thread GK
Ted, Check out our product. We utilize a javascript framework for the front end, and witango for the middle layer. www.billAnywhere.com George From: Theodore Wolfley To: "witango-talk@witango.com" Sent: Sat, April 10, 2010 8:01:25 AM Subject: Re: Witango-Ta

Re: Witango-Talk: License Keys

2009-09-22 Thread GK
ok thanks. Just to let you know the key works for the studio 5.5.0.8 but not the server 5.5.0.20 From: Robert Garcia To: witango-talk@witango.com Sent: Monday, September 21, 2009 1:39:58 PM Subject: Re: Witango-Talk: License Keys Yes, I got several requests ju

Re: Witango-Talk: Vista and ODBC witango

2009-07-22 Thread GK
Yes tango can see the system DSN. I did not do anything special. From: "d...@dss-db.com" To: witango-talk@witango.com Sent: Wednesday, July 22, 2009 10:24:56 AM Subject: Re: Witango-Talk: Vista and ODBC witango But they are all there in the ODBC administrator

Re: Witango-Talk: Witango on Windows Server 2008?

2009-01-19 Thread GK
I have installed Tango 2K on windows 2008 using the installation package and running 2 services and seems to be working just fine. I'm assuming WiTango should also install just fine as well. From: Robert Shubert To: witango-talk@witango.com Sent: Monday, Janu

Re: Witango-Talk: Open Letter to Phil and Sophie

2008-10-19 Thread GK
Perhaps as a community we should start our own open source code conversion tool for Tango/Witango to php, .net, etc. Any takers? - Original Message From: Robert Garcia <[EMAIL PROTECTED]> To: witango-talk@witango.com Sent: Sunday, October 19, 2008 6:33:16 AM Subject: Re: Witango-Talk:

Witango-Talk: ODBC

2008-07-05 Thread GK
Is there a way to set the connection string to a database programatically without using ODBC. I need to create DB on the fly and have the calling search action's query the new DB. I tried creating an ODBC.reg file and using the external action to call regedit /s odbc.reg to import the file but

Witango-Talk: import excel

2008-07-02 Thread GK
Hi. Has anyone implemented an import of an excel or csv file with witango. Thx George TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Re: Witango-Talk: Graphical charting for Witango 5.5

2008-03-12 Thread GK
Just use Google's charting api. pretty easy. George Kassyousef BizManagePro.com - Original Message From: Brian Humes <[EMAIL PROTECTED]> To: witango-talk@witango.com Sent: Wednesday, March 12, 2008 1:44:50 PM Subject: Re: SPAM-MED: RE: Witango-Talk: Graphical charting for Witango 5.5

Witango-Talk: javascript obfuscator in realtime

2008-02-18 Thread GK
Hi. Has anyone been able to obfuscate javascript in realtime with witango. I have embeded tango variables in my javascript code and would like to obfuscate the code on the server side. Any ideas would be appreciated. Thanks __

Re: Witango-Talk: Witango Version 6 - Community Update

2008-02-11 Thread GK
I agree with Robert. The server cost is still a bit high. The strength of WiTango is the studio. It would be great if it could export php code. Nonetheless, this is a good breakthrough and hope to see the community grow. George Kassyousef Phenomena Technologies Inc www.phenomenatech.com -

RE: Witango-Talk: Ruby on Rails anyone?

2008-01-30 Thread GK
We are developing a new app with Tango2K as the middle layer. (Database, JSON). Front end in javascript, dom, AJAX. Looks great. We are using extjs for the javascript framework. We are 80% complete but could use some help, so if anyone is interested in helping out on the project then please let me

Re: Witango-Talk: is witango alive?

2008-01-30 Thread GK
Phil. make it free and make money on support licensing for corporations. Easy model and it works. - Original Message From: Phil Wade <[EMAIL PROTECTED]> To: witango-talk@witango.com Sent: Wednesday, January 30, 2008 2:20:58 AM Subject: RE: Witango-Talk: is witango alive? Hi, As we have

Re: Witango-Talk: performance with array's

2008-01-10 Thread GK
tion Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 [EMAIL PROTECTED] - [EMAIL PROTECTED] http://bighead.net/ - http://eventpix.com/ On Jan 8, 2008, at 6:40 PM, GK wrote: Is there a way to improve the performance of th

Re: Witango-Talk: performance with array's

2008-01-08 Thread GK
sion evaluation. Bill On Jan 8, 2008, at 6:40 PM, GK wrote: > Is there a way to improve the performance of the following code: > > > <@FOR STOP=<@NUMCOLS ARRAY="local > $itemInfo">> >

Witango-Talk: performance with array's

2008-01-08 Thread GK
Is there a way to improve the performance of the following code: <@FOR STOP=<@NUMCOLS ARRAY="local$itemInfo">> <@set local$counter <@calc expr="@@local$counter+1">> '@@resultSet[

Witango-Talk: <@script>

2007-10-03 Thread GK
I would like to call a javascript json parser using the script command so that I may return an array back to a witango array variable. The json parser requires other libs. Is there a way to load the libs inside the <@script> action so the parser may work. Thanks __

Witango-Talk: external action call

2007-10-03 Thread GK
I'm running tomcat on the same webserver as IIS and trying to make an external call to my jsp pages using the external action and getting the following error. The documentation for the external action is vague. Any Ideas. Thanks Error communicating with Java server. Invalid magic number.

RE: Witango-Talk: URL argument ?

2007-09-24 Thread GK
Is there a way to pass the posted arguments directly to a <@URL> call. From: Bill Downall [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 10:31 AM To: witango-talk@witango.com Subject: Re: Witango-Talk: URL argument ? GK, Here's a way: <@assign request

RE: Witango-Talk: URL argument ?

2007-09-24 Thread GK
The only issue is that I want to have name=value and not name:value. Witango evaluates the = sign. Thx From: Bill Downall [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 10:31 AM To: witango-talk@witango.com Subject: Re: Witango-Talk: URL argument ? GK, Here's

RE: Witango-Talk: URL argument ?

2007-08-29 Thread GK
How to get name value pairs of a list of posted arguments. TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

RE: Witango-Talk: Witango and web 2.0

2007-08-29 Thread GK
I'm currently developing some web2.0 websites utilizing lots of AJAX and JS. I am looking for a witango class to decode JSON on the server side since I would like to post my data back to the server as JSON. Has anyone developed such a class? www.json.org -Original Message- From: Dan Stei

RE: Witango-Talk: JSON parser for WiTango

2007-08-14 Thread GK
run a Javascript parser within Witango? Bill On Aug 14, 2007, at 5:46 AM, GK wrote: > Hi, has anyone created a JSON parser for witango. > > Thanks > > > > __ > __ TO UNSUBSCRIBE: Go to http://w

Witango-Talk: JSON parser for WiTango

2007-08-14 Thread GK
Hi, has anyone created a JSON parser for witango. Thanks TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf