[Proto-Scripty] Re: Prototype.js / AJAX.response() Script

2010-04-09 Thread mTorbin
TJ,

Thanks for the detailed response.  I mostly came to terms with this
resolution but I was hoping another programmer would prove me wrong.
It seems it can be somewhat accomplished with jQuery and PHP but
jQuery and Prototype do not currently get along all that well and I'd
had to bring that problem in house.  The good news is that I am fluent
in PHP so I know the solution can be handled that way.  Thanks for
your time.

 - MT

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Prototype.js / AJAX.response() Script

2010-04-06 Thread mTorbin
Hey all,

I'm relatively new to prototype.js and I'm attempting to figure out
the ajax.response() function.  I'd like to build a little function
that achieves the same as PHP's file_get_contents() but using
Javascript.  Specifically I'd like to be able to take advantage of
TinyURL's open API:

http://tinyurl.com/api-create.php?url=http://www.google.com/

Any suggestions?  Is this possible/doable?

Thanks in advance!

 - MT

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.