[jQuery] Re: get email and send email?

2009-06-17 Thread Casey
PHP,ASP,ASP.net,JSP,ColdFusion and any other server side language will work great. It depends on the programmer you have writing the code. He/she gets to pick and it doesn't matter which one he/she picks. In regards to this project, not one language is any better than any other language, it

[jQuery] Re: get email and send email?

2009-06-17 Thread inkexit
Thanks for all your help guys. A recomendation is import because I'm a complete noob when it comes to web programming. FWIW, I do have a lot of experince with C++ though. One question. I thought jQuery was a php library? One poster here said that jQuery will only run in the client's browser,

[jQuery] Re: get email and send email?

2009-06-17 Thread waseem sabjee
JQuery is a JavaScript Library. JavaScript is a form of client side scripting. PHP is a form of server side scripting. they are not the same. JQuery is not a library for PHP, however you can use JQuery and PHP in combination. for example. ?php // this is a php block of code $y = 5; $x = 2 * y;

[jQuery] Re: get email and send email?

2009-06-17 Thread chris thatcher
just to make things terribly confusing ;) javascript is actually ecmascript, which can be used anywhere an implementation of the scripting engine is available. On the server you can use spidermonkey (a c++ implementation from mozilla), rhino(a java implementation also from mozilla), etc. On the

[jQuery] Re: get email and send email?

2009-06-16 Thread inkexit
Any help here, people? If this can't be done with jQuery, would somebody tell me that?

[jQuery] Re: get email and send email?

2009-06-16 Thread MorningZ
Understand that jQuery is running on your user's browser so no, it cannot natively send/receive email On Jun 16, 9:47 am, inkexit createmod...@gmail.com wrote: Any help here, people?  If this can't be done with jQuery, would somebody tell me that?

[jQuery] Re: get email and send email?

2009-06-16 Thread inkexit
Thanks MorningZ. What would you reccommend to get something like this working? What language, or languages, etc? On Jun 16, 8:51 am, MorningZ morni...@gmail.com wrote: Understand that jQuery is running on your user's browser  so no, it cannot natively send/receive email On Jun 16, 9:47 

[jQuery] Re: get email and send email?

2009-06-16 Thread inkexit
Um, java?

[jQuery] Re: get email and send email?

2009-06-15 Thread inkexit
On Jun 14, 9:41 pm, John Bill hexudon...@gmail.com wrote: make up ! Maybelline or L'Oréal?

[jQuery] Re: get email and send email?

2009-06-14 Thread John Bill
make up ! 2009/6/15 inkexit createmod...@gmail.com Looking for a good tutorial on how to use jQuery to read email sent to my site's email address, and how to send email through my site's email. Basically, how to construct the server email portion of Twitter. Thanks all.