RE: [PHP] PHP/Ajax Framework - Call for Developers Testers

2009-08-21 Thread Bob McConnell
From: Raymond Irving Hi Nathan, I agree with you, and I believe that there are many persons who don't like the idea of hosting all their applications on a third party server. IMO there are some advantages and disadvantages to doing so but that's a discussion in itself. Hosted servers are

Re: [PHP] PHP/Ajax Framework - Call for Developers Testers

2009-08-20 Thread Nathan Nobbe
On Wed, Aug 19, 2009 at 8:57 PM, Raymond Irving xwis...@yahoo.com wrote: Hi Nathan, Many thanks for the feedback. There many other useful features built into the API but my favorite is the embedded feature. You can see a live example here: http://raxanpdi.com/shoutbox-embedded-example.html

Re: [PHP] PHP/Ajax Framework - Call for Developers Testers

2009-08-20 Thread Raymond Irving
Irving --- On Thu, 8/20/09, Nathan Nobbe quickshif...@gmail.com wrote: From: Nathan Nobbe quickshif...@gmail.com Subject: Re: [PHP] PHP/Ajax Framework - Call for Developers Testers To: Raymond Irving xwis...@yahoo.com Cc: php-general@lists.php.net Date: Thursday, August 20, 2009, 1:31 PM ive

[PHP] PHP/Ajax Framework - Call for Developers Testers

2009-08-19 Thread Raymond Irving
Hello, I've just released Raxan Beta 2 with lots for features for both PHP and Ajax developers. I'm looking for persons to help me test and improve the framework. If you're interested, then please download the framework , join the community and share your thoughts and ideas. Feel free to send

Re: [PHP] PHP/Ajax Framework - Call for Developers Testers

2009-08-19 Thread Raymond Irving
quickshif...@gmail.com wrote: From: Nathan Nobbe quickshif...@gmail.com Subject: Re: [PHP] PHP/Ajax Framework - Call for Developers Testers To: Raymond Irving xwis...@yahoo.com Cc: php-general@lists.php.net Date: Wednesday, August 19, 2009, 11:56 AM On Wed, Aug 19, 2009 at 7:06 AM, Raymond Irving xwis

[PHP] AJAX with POST

2009-04-04 Thread Skip Evans
Hey all, At the risk of being told this is a PHP and not a JS list, but also knowing the discussions on this list, to the benefit of all I believe, very wildly, I'm posting this JS code snippet for some advice. As I posted earlier, my AJAX app that uses a GET to post to the server (and get

Re: [PHP] AJAX with POST

2009-04-04 Thread Phpster
On Apr 4, 2009, at 17:30, Skip Evans s...@bigskypenguin.com wrote: Hey all, At the risk of being told this is a PHP and not a JS list, but also knowing the discussions on this list, to the benefit of all I believe, very wildly, I'm posting this JS code snippet for some advice. As I

Re: [PHP] AJAX with POST

2009-04-04 Thread Skip Evans
Hey Bastien all, ...D'oh! Thanks for the catch, yes, I am sending args on the URL. But more to my problem, if I switch to POST will IE be able to submit more data? If so, I can parse the URL down in the function and build a proper post transaction, but my real problem is IE can't submit,

Re: [PHP] AJAX with POST

2009-04-04 Thread Phpster
Yep, much more Bastien Sent from my iPod On Apr 4, 2009, at 21:24, Skip Evans s...@bigskypenguin.com wrote: Hey Bastien all, ...D'oh! Thanks for the catch, yes, I am sending args on the URL. But more to my problem, if I switch to POST will IE be able to submit more data? If so, I can

Re: [PHP] AJAX and PHP

2008-10-06 Thread Nathan Rixham
tedd wrote: At 12:10 PM +0200 10/4/08, Alain Roger wrote: HI, i'm currently working on some web application and i would like to know what is the best way to do what i want. basically like all application i have a menu and based on selected item menu i want to display a page (basically 50 %

Re: [PHP] AJAX and PHP

2008-10-06 Thread Alain Roger
Alain: The only difference the user experiences between having AJAX, or not, is refreshing the page. If page refresh is not a problem, then don't complicate your life. On the other hand, if page refresh is annoying, or not wanted, then AJAX is you're only solution. But as it has been said

Re: [PHP] AJAX and PHP

2008-10-06 Thread Nathan Rixham
Alain Roger wrote: Alain: The only difference the user experiences between having AJAX, or not, is refreshing the page. If page refresh is not a problem, then don't complicate your life. On the other hand, if page refresh is annoying, or not wanted, then

Re: [PHP] AJAX and PHP

2008-10-06 Thread Wolf
!-- SNIP -- yes, flex is flash for developers; the main language is AS3 and it outputs swf's; flex is basically a program which allows you to use mix of pre-made ui elements classes, css and AS3 to quickly make great RIA's. Yup, but you have to have flash enabled. But some of us don't

Re: [PHP] AJAX and PHP

2008-10-06 Thread Alain Roger
And AFAIK it does not work on linux platform On Mon, Oct 6, 2008 at 3:36 PM, Wolf [EMAIL PROTECTED] wrote: !-- SNIP -- yes, flex is flash for developers; the main language is AS3 and it outputs swf's; flex is basically a program which allows you to use mix of pre-made ui elements

Re: [PHP] AJAX and PHP

2008-10-06 Thread Nathan Rixham
mailto:[EMAIL PROTECTED] wrote: !-- SNIP -- yes, flex is flash for developers; the main language is AS3 and it outputs swf's; flex is basically a program which allows you to use mix of pre-made ui elements classes, css and AS3 to quickly make great RIA's. Yup,

Re: [PHP] AJAX and PHP

2008-10-06 Thread Philip Thompson
On Oct 4, 2008, at 7:38 AM, Ashley Sheridan wrote: On Sat, 2008-10-04 at 13:48 +0200, Nitsan Bin-Nun wrote: It depends how much stuff you have in the first div, it there are a lot of images and the user will have to load them again (in case there is no cache) and you care for the traffic

Re: [PHP] AJAX and PHP

2008-10-06 Thread Ashley Sheridan
On Mon, 2008-10-06 at 17:09 +0200, Alain Roger wrote: And AFAIK it does not work on linux platform On Mon, Oct 6, 2008 at 3:36 PM, Wolf [EMAIL PROTECTED] wrote: !-- SNIP -- yes, flex is flash for developers; the main language is AS3 and it outputs swf's; flex is basically a program

[PHP] AJAX and PHP

2008-10-04 Thread Alain Roger
HI, i'm currently working on some web application and i would like to know what is the best way to do what i want. basically like all application i have a menu and based on selected item menu i want to display a page (basically 50 % of this new page is DB result/grid. As usual i have 2 divs, one

Re: [PHP] AJAX and PHP

2008-10-04 Thread Nitsan Bin-Nun
It depends how much stuff you have in the first div, it there are a lot of images and the user will have to load them again (in case there is no cache) and you care for the traffic those images cost - it would be better to use AJAX. But generally - they both okay, I personally would use reload of

Re: [PHP] AJAX and PHP

2008-10-04 Thread Ashley Sheridan
On Sat, 2008-10-04 at 13:48 +0200, Nitsan Bin-Nun wrote: It depends how much stuff you have in the first div, it there are a lot of images and the user will have to load them again (in case there is no cache) and you care for the traffic those images cost - it would be better to use AJAX.

Re: [PHP] AJAX and PHP

2008-10-04 Thread Alain Roger
On Sat, Oct 4, 2008 at 2:38 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sat, 2008-10-04 at 13:48 +0200, Nitsan Bin-Nun wrote: It depends how much stuff you have in the first div, it there are a lot of images and the user will have to load them again (in case there is no cache) and you

Re: [PHP] AJAX and PHP

2008-10-04 Thread Ashley Sheridan
On Sat, 2008-10-04 at 14:41 +0200, Alain Roger wrote: On Sat, Oct 4, 2008 at 2:38 PM, Ashley Sheridan [EMAIL PROTECTED]wrote: On Sat, 2008-10-04 at 13:48 +0200, Nitsan Bin-Nun wrote: It depends how much stuff you have in the first div, it there are a lot of images and the user will

Re: [PHP] AJAX and PHP

2008-10-04 Thread tedd
At 12:10 PM +0200 10/4/08, Alain Roger wrote: HI, i'm currently working on some web application and i would like to know what is the best way to do what i want. basically like all application i have a menu and based on selected item menu i want to display a page (basically 50 % of this new page

Re: [PHP] AJAX and PHP

2008-10-04 Thread Alain Roger
Thanks tedd. basically page refreshin is not a problem for me as it in intranet application. however, AJAX offers some really nice thing and 1 from my point of view it's to reduce the network traffic by limiting what should be refresh/downloaded. in that way i think it is interesting. On Sat,

Re: [PHP] AJAX and PHP

2008-10-04 Thread tedd
At 5:39 PM +0200 10/4/08, Alain Roger wrote: Thanks tedd. basically page refreshin is not a problem for me as it in intranet application. however, AJAX offers some really nice thing and 1 from my point of view it's to reduce the network traffic by limiting what should be refresh/downloaded.

Re: [PHP] AJAX and PHP

2008-10-04 Thread Per Jessen
Alain Roger wrote: Thanks tedd. basically page refreshin is not a problem for me as it in intranet application. however, AJAX offers some really nice thing and 1 from my point of view it's to reduce the network traffic by limiting what should be refresh/downloaded. in that way i think it is

Re: [PHP] AJAX and PHP

2008-10-04 Thread Alain Roger
So in this case what is the plus for companies like MS, Google (with Gmail), flicker and so on to use AJAX ? it is on internet, so i guess they have a purpose to do that. mine is to have a responsive and intuitive interface application whatever it is on internet or intranet. On Sat, Oct 4, 2008

Re: [PHP] AJAX and PHP

2008-10-04 Thread Robert Cummings
On Sat, 2008-10-04 at 13:38 +0100, Ashley Sheridan wrote: On Sat, 2008-10-04 at 13:48 +0200, Nitsan Bin-Nun wrote: It depends how much stuff you have in the first div, it there are a lot of images and the user will have to load them again (in case there is no cache) and you care for the

Re: [PHP] AJAX and PHP

2008-10-04 Thread Per Jessen
Alain Roger wrote: So in this case what is the plus for companies like MS, Google (with Gmail), flicker and so on to use AJAX ? For them (and others), it's about the user experience, and ajax is good at enhancing the user experience. it is on internet, so i guess they have a purpose to do

Re: [PHP] AJAX and PHP

2008-10-04 Thread Micah Gersten
Per Jessen wrote: Alain Roger wrote: So in this case what is the plus for companies like MS, Google (with Gmail), flicker and so on to use AJAX ? For them (and others), it's about the user experience, and ajax is good at enhancing the user experience. it is on internet,

[PHP] Problem with special characters - PHP AJAX

2008-07-07 Thread bperquku
be the issue?? Thanks in advance -- View this message in context: http://www.nabble.com/Problem-with-special-characters---PHP---AJAX-tp18311031p18311031.html Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Problem with special characters - PHP AJAX

2008-07-07 Thread Michael Kubler
Are the messages being sent as UTF-8 or something else? Is the server sending the headers as something different to that listed in the header? Actually, looking at it, you don't have a valid DOC-TYPE

Re: [PHP] Problem with special characters - PHP AJAX

2008-07-07 Thread Jason Norwood-Young
On Mon, 2008-07-07 at 19:35 +0930, Michael Kubler wrote: Are the messages being sent as UTF-8 or something else? Is the server sending the headers as something different to that listed in the header? Actually, looking at it, you don't have a valid DOC-TYPE

Re: [PHP] php, ajax and international application

2008-04-22 Thread Robert Cummings
On Tue, 2008-04-22 at 07:55 +0200, Alain Roger wrote: Hi, Till now, i'm used to have a php file (for each language) to store all text labels for my international application. i tried with Ajax to improve it but it seems not so flexible at it promised. my purpose was to limit the transfer

[PHP] AJAX and PHP

2008-04-21 Thread Alain Roger
Hi, i'm playing around with AJAX and PHP to create something like a small desktop application. basically the first step is to log in the system. for that i have a log-in form where users can choose the interface language. here is my problem : when the log-in form runs, it is in English. user can

Re: [PHP] AJAX and PHP

2008-04-21 Thread Thijs Lensselink
Quoting Alain Roger [EMAIL PROTECTED]: Hi, i'm playing around with AJAX and PHP to create something like a small desktop application. basically the first step is to log in the system. for that i have a log-in form where users can choose the interface language. here is my problem : when the

Re: [PHP] AJAX and PHP

2008-04-21 Thread Alain Roger
you understood right. basically my problem is that the layout avoid it. here is something like my layout : div#0 div#1Lanague (label) : img flag img arrow to show all languages from div#2/div#1 div#2 all flags/div#2 div#3 login field + pwd field + submit button/div#3 /div#0 till now i only use

Re: [PHP] AJAX and PHP

2008-04-21 Thread Alain Roger
in fact i meant by redirecting the following thing : - if user wrote a correct pwd and login, the system should redirect [using header(Location ] syntax to launch the application. but if i use such syntax it will be redirected only into the div#0, and not in the browser itslef. is it clearer

Re: [PHP] AJAX and PHP

2008-04-21 Thread Thijs Lensselink
Quoting Alain Roger [EMAIL PROTECTED]: in fact i meant by redirecting the following thing : - if user wrote a correct pwd and login, the system should redirect [using header(Location ] syntax to launch the application. but if i use such syntax it will be redirected only into the div#0, and

Re: [PHP] AJAX and PHP

2008-04-21 Thread Nitsan Bin-Nun
Hi Alain, You can create a mini-db with XML, that contains translations for each of the words you need (if there are 10 words, 50 langs, you got 500 records.. small and useful). HTH, Nitsan On 21/04/2008, Alain Roger [EMAIL PROTECTED] wrote: Hi, i'm playing around with AJAX and PHP to create

Re: [PHP] AJAX and PHP

2008-04-21 Thread Thijs Lensselink
Quoting Alain Roger [EMAIL PROTECTED]: you understood right. basically my problem is that the layout avoid it. here is something like my layout : div#0 div#1Lanague (label) : img flag img arrow to show all languages from div#2/div#1 div#2 all flags/div#2 div#3 login field + pwd field +

[PHP] php, ajax and international application

2008-04-21 Thread Alain Roger
Hi, Till now, i'm used to have a php file (for each language) to store all text labels for my international application. i tried with Ajax to improve it but it seems not so flexible at it promised. my purpose was to limit the transfer data and especially to not load too much the server with not

Re: [PHP] PHP Ajax progress bar

2008-03-13 Thread tedd
At 11:24 AM +0800 3/12/08, Shelley wrote: Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here? Great thanks. -- Regard, Shelley (http://phparch.cn) Shelley: Here's my solution:

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Thijs Lensselink
Quoting Shelley [EMAIL PROTECTED]: Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here? Great thanks. -- Regard, Shelley (http://phparch.cn) -- PHP General Mailing List

RE: [PHP] PHP Ajax progress bar

2008-03-12 Thread Mr Webber
I haven't' tried this yet ... so I would appreciate your feedback. -Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 4:28 AM To: php-general@lists.php.net Subject: Re: [PHP] PHP Ajax progress bar Quoting Shelley [EMAIL PROTECTED]: Hi

RE: [PHP] PHP Ajax progress bar

2008-03-12 Thread Thijs Lensselink
Quoting Mr Webber [EMAIL PROTECTED]: I haven't' tried this yet ... so I would appreciate your feedback. -Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 4:28 AM To: php-general@lists.php.net Subject: Re: [PHP] PHP Ajax progress bar

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Shelley
Thijs Lensselink 写道: Quoting Mr Webber [EMAIL PROTECTED]: I haven't' tried this yet ... so I would appreciate your feedback. -Original Message- From: Thijs Lensselink [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 4:28 AM To: php-general@lists.php.net Subject: Re: [PHP] PHP

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Thijs Lensselink
@lists.php.net Subject: Re: [PHP] PHP Ajax progress bar Quoting Shelley [EMAIL PROTECTED]: Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here? Great thanks. -- Regard, Shelley (http

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Philip Thompson
On Mar 12, 2008, at 5:02 AM, Thijs Lensselink wrote: Thijs Lensselink 写道: How do you pronounce your name? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Thijs Lensselink
Quoting Philip Thompson [EMAIL PROTECTED]: On Mar 12, 2008, at 5:02 AM, Thijs Lensselink wrote: Thijs Lensselink 写道: How do you pronounce your name? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Well.. how to explain this one...

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Philip Thompson
On Mar 12, 2008, at 9:52 AM, Thijs Lensselink wrote: Quoting Philip Thompson [EMAIL PROTECTED]: On Mar 12, 2008, at 5:02 AM, Thijs Lensselink wrote: Thijs Lensselink 写道: How do you pronounce your name? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Daniel Brown
On Wed, Mar 12, 2008 at 11:03 AM, Philip Thompson [EMAIL PROTECTED] wrote: On Mar 12, 2008, at 9:52 AM, Thijs Lensselink wrote: Quoting Philip Thompson [EMAIL PROTECTED]: How do you pronounce your name? Well.. how to explain this one... thijs : T + [ice] Which is

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Thijs Lensselink
Quoting Daniel Brown [EMAIL PROTECTED]: On Wed, Mar 12, 2008 at 11:03 AM, Philip Thompson [EMAIL PROTECTED] wrote: On Mar 12, 2008, at 9:52 AM, Thijs Lensselink wrote: Quoting Philip Thompson [EMAIL PROTECTED]: How do you pronounce your name? Well.. how to explain this one...

Re: [PHP] PHP Ajax progress bar

2008-03-12 Thread Sn!per
Quoting Shelley [EMAIL PROTECTED]: I don't think it works. I tried. The screen always said 0%, 0 of 0 byte until the file is uploaded. Is that what you mean progress bar? -- Regards, Shelley (http://phparch.cn) It work fine. And that's what we meant by progress bar. -- Roger

[PHP] Re: PHP Ajax progress bar

2008-03-12 Thread Manuel Lemos
Hello, on 03/12/2008 12:24 AM Shelley said the following: Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here? You may want to take a look at this forms generation and validation class

[PHP] PHP Ajax progress bar

2008-03-11 Thread Shelley
Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here? Great thanks. -- Regard, Shelley (http://phparch.cn) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] PHP Ajax progress bar

2008-03-11 Thread Wolf
Shelley, What code have you tried and what were your results? What about searches on google or the archives here? Wolf Shelley wrote: Hi all, I'm searching some file upload progress bar code. But no good result was found. :( So is there anybody please be kind enough to show some code here?

Re: [PHP] PHP Ajax progress bar

2008-03-11 Thread Wolf
As a qualified PHP Engineer , I'm certain you have written some code that is failing and you need a little help massaging, by all means post it and we'll gladly take a look and see if we can help facilitate its use. Wolf Shelley wrote: Hi all, I'm searching some file upload progress bar

[PHP] PHP: Ajax send()

2008-02-22 Thread germana
Hi!! Im trying to sent data to and php with Ajax, so.. this is what im sending_url= table='historia'$'='$''$'string'$''; then i do: _url = _url.substring(0,_url.length-1) //quita el de sobra al final var ajax = nuevoAjax(); ajax.open(POST, atrapalo_x.php, true);

Re: [PHP] PHP: Ajax send()

2008-02-22 Thread Zoltán Németh
2008. 02. 22, péntek keltezéssel 12.03-kor germana ezt írta: Hi!! Im trying to sent data to and php with Ajax, so.. this is what im sending_url= table='historia'$'='$''$'string'$''; then i do: _url = _url.substring(0,_url.length-1) //quita el de sobra al final var ajax = nuevoAjax();

Re: [PHP] PHP: Ajax send()

2008-02-22 Thread Zoltán Németh
please reply to the list also... 2008. 02. 22, péntek keltezéssel 15.25-kor germana ezt írta: nuevoAjax() is the name of the ajax object :P in spanish OK, but that does not tell me anything about what kind of ajax library you're using... anyway, maybe it's better to ask on an ajax list because

Re: [PHP] PHP: Ajax send()

2008-02-22 Thread Zoltán Németh
2008. 02. 22, péntek keltezéssel 14.32-kor germana ezt írta: So... i was checking my localhost with wireshark (a sniffer) and i found that the DATA is send after the POST ¿¿¿ i dont understand why the data is not send completly. the problem must be in your ajax library... I don't

[PHP] Ajax, an HTML form being saved in mySQL

2008-02-10 Thread Ron Piggott
I am trying to bring my programming skills together ... but I have hit a road block. I am writing my own ledger (accounting) software. I am needing help to pass 2 variables generated by Ajax through my form to be saved in a mySQL table. A sample of what ledger_select_account.js outputs is as

Re: [PHP] Re: PHP/AJAX File DragDrop

2007-12-01 Thread Jim Lucas
Verovski (aka MacGuru) [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi ! Anyone knows PHP/AJAX library which allows to get full path of file dropped into web browser's window area? It is required for document archiving system in order to avoid multiple (or to be more precise, almost

Re: [PHP] Re: PHP/AJAX File DragDrop

2007-12-01 Thread Rafael
Jim Lucas wrote: Dan wrote: Unfortunatly javascript can't access the filesystem so it can't get filenames. The closest way you could do something like this would be to use Java (not javascript, totally different). It's a permissions thing, just the way JS and everything else is designed.

RE: [PHP] Re: PHP/AJAX File DragDrop

2007-11-30 Thread Warren Vail
-general@lists.php.net Subject: [PHP] Re: PHP/AJAX File DragDrop Unfortunatly javascript can't access the filesystem so it can't get filenames. The closest way you could do something like this would be to use Java (not javascript, totally different). It's a permissions thing, just the way JS

[PHP] Re: PHP/AJAX File DragDrop

2007-11-30 Thread Dan
MacGuru) [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi ! Anyone knows PHP/AJAX library which allows to get full path of file dropped into web browser's window area? It is required for document archiving system in order to avoid multiple (or to be more precise, almost endless

RE: [PHP] Re: PHP/AJAX File DragDrop

2007-11-30 Thread Andrés Robinet
@lists.php.net Subject: [PHP] Re: PHP/AJAX File DragDrop Unfortunatly javascript can't access the filesystem so it can't get filenames. The closest way you could do something like this would be to use Java (not javascript, totally different). It's a permissions thing, just the way JS

Re: [PHP] PHP/AJAX File DragDrop

2007-11-30 Thread Stephen Edberg
On Sat, 1 Dec 2007, Andrei Verovski (aka MacGuru) wrote: Hi ! Anyone knows PHP/AJAX library which allows to get full path of file dropped into web browser's window area? It is required for document archiving system in order to avoid multiple (or to be more precise, almost endless) usage

[PHP] PHP/AJAX File DragDrop

2007-11-30 Thread Andrei Verovski (aka MacGuru)
Hi ! Anyone knows PHP/AJAX library which allows to get full path of file dropped into web browser's window area? It is required for document archiving system in order to avoid multiple (or to be more precise, almost endless) usage of open file dialogs from the browser. Library should

[PHP] instant messenger php + ajax

2007-05-24 Thread Marco Sottana
hi i am looking for an instant messenger for my web site i would like to enable also not register user to chat to the other not register user in my web site.. where i can find a source code like this ?

[PHP] Re: instant messenger php + ajax

2007-05-24 Thread Darren Whitlen
Marco Sottana wrote: hi i am looking for an instant messenger for my web site i would like to enable also not register user to chat to the other not register user in my web site.. where i can find a source code like this ? Lots of the them out there.. google php ajax chat My personal

Re: [PHP] Re: instant messenger php + ajax

2007-05-24 Thread Marco Sottana
i would like a one to one chat .. no one to everybody - Original Message - From: Darren Whitlen [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Thursday, May 24, 2007 10:05 AM Subject: [PHP] Re: instant messenger php + ajax Marco Sottana wrote: hi i am looking for an instant

Re: [PHP] Re: instant messenger php + ajax

2007-05-24 Thread Darren Whitlen
Marco Sottana wrote: i would like a one to one chat .. no one to everybody - Original Message - From: Darren Whitlen [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Thursday, May 24, 2007 10:05 AM Subject: [PHP] Re: instant messenger php + ajax Marco Sottana wrote: hi i am

Re: [PHP] Re: instant messenger php + ajax

2007-05-24 Thread Marco Sottana
- Original Message - From: Darren Whitlen [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Thursday, May 24, 2007 10:19 AM Subject: Re: [PHP] Re: instant messenger php + ajax Marco Sottana wrote: i would like a one to one chat .. no one to everybody - Original Message

RE: [PHP] Ajax Developer

2007-05-11 Thread tedd
At 1:58 PM -0400 5/9/07, Efrain Sarmiento wrote: Can someone clarify that for me...I got that directly off job description from Lehman. Thanks Then ask Lehman what a PhotoShop IDE is. And, while you're at it, ask if you can have a sky-hook. tedd -- --- http://sperling.com

Re: [PHP] Ajax Developer

2007-05-11 Thread tedd
At 2:00 PM -0400 5/9/07, Daniel Brown wrote: Is it just me, or does it seem like everyone things AJAX is some sort of PHP extension or new way of programming in PHP? The name alone more or less says otherwise AJAX is supposed to be Asynchronous JavaScript And XML, right? Or am I

Re: [PHP] Ajax?

2007-05-10 Thread Rangel Reale
, 2007 10:03 PM Subject: Re: [PHP] Ajax? On May 9, 2007, at 8:04 AM, Emil Edeholt wrote: Hi! What do you guys use to develop ajax applications and do you have any good articles on the subject? I've just about finished an ajaxish site but it wasn't fun. A lot of nesting javascript inside php

Re: [PHP] Ajax?

2007-05-10 Thread Robert Cummings
On Thu, 2007-05-10 at 08:52 -0300, Rangel Reale wrote: JavaScript (and AJAX) took the fun out of programming. Before AJAX, programming for web was easy and fast. Now its the oposite. Maybe you're doing it wrong :| Cheers, Rob. --

[PHP] Ajax?

2007-05-09 Thread Emil Edeholt
Hi! What do you guys use to develop ajax applications and do you have any good articles on the subject? I've just about finished an ajaxish site but it wasn't fun. A lot of nesting javascript inside php calls, having to write the logic both in javascript and php and so on. The source looks

[PHP] Ajax Developer

2007-05-09 Thread Efrain Sarmiento
AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6 months ongoing. $560/day C2C. _ Efrain

Re: [PHP] Ajax Developer

2007-05-09 Thread Stut
Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6 months ongoing. $560/day C2C. Hands up everyone who

Re: [PHP] Ajax Developer

2007-05-09 Thread Davi
Em Quarta 09 Maio 2007 12:12, Stut escreveu: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6

Re: [PHP] Ajax Developer

2007-05-09 Thread Edward Vermillion
On May 9, 2007, at 10:12 AM, Stut wrote: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6 months

Re: [PHP] Ajax Developer

2007-05-09 Thread Robert Cummings
On Wed, 2007-05-09 at 10:23 -0500, Edward Vermillion wrote: On May 9, 2007, at 10:12 AM, Stut wrote: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like

Re: [PHP] Ajax Developer

2007-05-09 Thread Davi
Em Quarta 09 Maio 2007 12:41, Robert Cummings escreveu: On Wed, 2007-05-09 at 10:23 -0500, Edward Vermillion wrote: On May 9, 2007, at 10:12 AM, Stut wrote: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS,

RE: [PHP] Ajax?

2007-05-09 Thread Edward Kay
-Original Message- From: Emil Edeholt [mailto:[EMAIL PROTECTED] Sent: 09 May 2007 16:05 To: php-general@lists.php.net Subject: [PHP] Ajax? Hi! What do you guys use to develop ajax applications and do you have any good articles on the subject? I've just about finished

RE: [PHP] Ajax Developer

2007-05-09 Thread Edward Kay
-Original Message- From: Robert Cummings [mailto:[EMAIL PROTECTED] On Wed, 2007-05-09 at 10:23 -0500, Edward Vermillion wrote: On May 9, 2007, at 10:12 AM, Stut wrote: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience,

Re: [PHP] Ajax Developer

2007-05-09 Thread Edward Vermillion
On May 9, 2007, at 10:41 AM, Robert Cummings wrote: On Wed, 2007-05-09 at 10:23 -0500, Edward Vermillion wrote: On May 9, 2007, at 10:12 AM, Stut wrote: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML,

Re: [PHP] Ajax Developer

2007-05-09 Thread Daniel Brown
On 5/9/07, Edward Kay [EMAIL PROTECTED] wrote: Ah, but can you code JAVASCRIRPT in the Gimp IDE? ;) Is JAVASCRIRPT another of those Web 2.0 languages? ;-P -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107

RE: [PHP] Ajax?

2007-05-09 Thread bruce
General List Subject: RE: [PHP] Ajax? -Original Message- From: Emil Edeholt [mailto:[EMAIL PROTECTED] Sent: 09 May 2007 16:05 To: php-general@lists.php.net Subject: [PHP] Ajax? Hi! What do you guys use to develop ajax applications and do you have any good articles

Re: [PHP] Ajax?

2007-05-09 Thread Greg Donald
On 5/9/07, bruce [EMAIL PROTECTED] wrote: from my reading.. i thought yahoo's user interface (yui) components where for interfacing with yahoo am i missing something here?? Yes. :) The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in JavaScript, for

Re: [PHP] Ajax?

2007-05-09 Thread Satyam
and use whatever you want. And don't miss the videos of the presentations of Douglas Crockford on JavaScrit and the DOM. Satyam - Original Message - From: Emil Edeholt [EMAIL PROTECTED] To: php-general@lists.php.net Sent: Wednesday, May 09, 2007 5:04 PM Subject: [PHP] Ajax? Hi

Re: [PHP] Ajax?

2007-05-09 Thread Martin Marques
Greg Donald escribió: On 5/9/07, bruce [EMAIL PROTECTED] wrote: from my reading.. i thought yahoo's user interface (yui) components where for interfacing with yahoo am i missing something here?? Yes. :) The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written

RE: [PHP] Ajax?

2007-05-09 Thread bruce
@lists.php.net Subject: Re: [PHP] Ajax? On 5/9/07, bruce [EMAIL PROTECTED] wrote: from my reading.. i thought yahoo's user interface (yui) components where for interfacing with yahoo am i missing something here?? Yes. :) The Yahoo! User Interface (YUI) Library is a set of utilities

Re: [PHP] Ajax Developer

2007-05-09 Thread Richard Lynch
On Wed, May 9, 2007 10:09 am, Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6 months ongoing.

Re: [PHP] Ajax Developer

2007-05-09 Thread Richard Lynch
On Wed, May 9, 2007 10:12 am, Stut wrote: Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6 months

RE: [PHP] Ajax Developer

2007-05-09 Thread Efrain Sarmiento
: [PHP] Ajax Developer On Wed, May 9, 2007 10:09 am, Efrain Sarmiento wrote: AJAX Developer (Web Designer / Developer). MUST HAVE: 1 year AJAX Experience, HTML, CSS, DHTML, OOJS, XML, JAVASCRIRPT, J2EE, and at lease an IDE like Photoshop, Dreamweaver, Eclipse or similar. Jersey City, NJ, 6

Re: [PHP] Ajax Developer

2007-05-09 Thread Richard Lynch
On Wed, May 9, 2007 10:54 am, Daniel Brown wrote: On 5/9/07, Edward Kay [EMAIL PROTECTED] wrote: Ah, but can you code JAVASCRIRPT in the Gimp IDE? ;) Is JAVASCRIRPT another of those Web 2.0 languages? ;-P No, but here's a Tip: If you spell it that way, the code you write just plain

Re: [PHP] Ajax Developer

2007-05-09 Thread Daniel Brown
Is it just me, or does it seem like everyone things AJAX is some sort of PHP extension or new way of programming in PHP? The name alone more or less says otherwise AJAX is supposed to be Asynchronous JavaScript And XML, right? Or am I just talking out of my ass again? I seem to be

  1   2   3   >