revmobile and posting to the internet

2010-05-07 Thread pbower
Is there a way to get data to and from a remote server via a post command or 
some other method that will work once the revmobile plug-in deploys the app to 
an iPhone/iPad?

thanks


Peter J. Bower, M.D.
630 Peter Jefferson Pky.
Suite # 230
Charlottesville, VA 22911
(434) 964-0159  f(434) 978-1667
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


RevWeb and iPhone Safari

2009-07-23 Thread pbower

Sorry if I missed this.
I just tried to load revWeb onto my iPhone Safari browser and it is a no go.
I've got a revWeb page build loaded onto the onRev server and it works great 
on my firefox desktop.


Any thoughts?

Thanks

Peter 


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: cgi create card script question

2003-11-27 Thread pbower

Thanks to all !!

The answer (for closure) is that the stack that the cgi script attempts to updated 
must have  APACHE as both owner and group. Then it works like a charm.

I love that warm feeling when you hit enter and the code executes for the first time 
: )

Peter

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


cgi create card script question

2003-11-24 Thread pbower
My basic problem:

 I can create a card in a stack using buttons and the command line but this fails when 
the command is given from an otherwise fully functional cgi script.details.


running apache on a linux computer:
I have  a stack test1 in my cgi-bin folder
I have cgi scripts running mc executing everything just fine except

for the life of me when I have this code in the cgi script.

start using stack test1
create card
save stack test1
close stack test1

nothing happens.
The rest of the script runs without a hitch.

if I directly open stack test1 from within Revolution  and from the message box type 

create card

or even

send create card to stack test1

this works just fine, a new card is created.

Any thoughts why the same commard when run from inside a cgi script will not execute?
The permissions are set correctly on the stack for read/write/execute.

I am at a loss.

Thanks

Peter
___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution