Re: [PHP] Re: Progressbar

2009-06-25 Thread Michael A. Peters
Lenin wrote: @Peters you probably didnt understand the thread at all. Then the prudent thing to do would be to explain it. That's what lists are for. As far as the *real thread* before the IDE tangent, I'm the only one who posted real demonstratively working code that provides a working non

Re: [PHP] Re: Progressbar

2009-06-25 Thread Michael A. Peters
tedd wrote: At 8:51 AM -0700 6/25/09, Michael A. Peters wrote: On a Mac - bbedit for everything. I never knew that I could use BBEdit to edit/save files to a server -- thanks. I don't know if you can either, I use to use MacOS almost exclusively but then they came out with OS X which worke

Re: [PHP] Re: Progressbar

2009-06-25 Thread Igor Escobar
http://www.ajaxload.info/ Regards, Igor Escobar Systems Analyst & Interface Designer + http://blog.igorescobar.com + http://www.igorescobar.com + @igorescobar (twitter) On Thu, Jun 25, 2009 at 2:03 PM, Eddie Drapkin wrote: > On Thu, Jun 25, 2009 at 12:52 PM, Bastien Koert wrote: > > On Th

Re: [PHP] Re: Progressbar

2009-06-25 Thread Eddie Drapkin
On Thu, Jun 25, 2009 at 12:52 PM, Bastien Koert wrote: > On Thu, Jun 25, 2009 at 11:51 AM, Michael A. Peters wrote: >> Martin Scotta wrote: >>> >>> I found extremely un-productive editors or IDEs like Eclipse or Zend >>> Studio. >>> >>> I use SciTE. >>> >>> It don't has any feature you are talking

Re: [PHP] Re: Progressbar

2009-06-25 Thread tedd
At 8:51 AM -0700 6/25/09, Michael A. Peters wrote: On a Mac - bbedit for everything. I never knew that I could use BBEdit to edit/save files to a server -- thanks. Now if BBEdit would only keep track of projects, such as what files have been changed and automatically upload those files to the

Re: [PHP] Re: Progressbar

2009-06-25 Thread Bastien Koert
On Thu, Jun 25, 2009 at 11:51 AM, Michael A. Peters wrote: > Martin Scotta wrote: >> >> I found extremely un-productive editors or IDEs like Eclipse or Zend >> Studio. >> >> I use SciTE. >> >> It don't has any feature you are talking about... >> >> but it.. >>  # do not eat all you ram >>  # starts

Re: [PHP] Re: Progressbar

2009-06-25 Thread Michael A. Peters
Martin Scotta wrote: I found extremely un-productive editors or IDEs like Eclipse or Zend Studio. I use SciTE. It don't has any feature you are talking about... but it.. # do not eat all you ram # starts in a microsecond # opens any type of file # paints the code in pretty colors. # has a

Re: [PHP] Re: Progressbar

2009-06-25 Thread Martin Scotta
I found extremely un-productive editors or IDEs like Eclipse or Zend Studio. I use SciTE. It don't has any feature you are talking about... but it.. # do not eat all you ram # starts in a microsecond # opens any type of file # paints the code in pretty colors. # has a little intellisense us

Re: [PHP] Re: Progressbar

2009-06-25 Thread Andrew Ballard
On Thu, Jun 25, 2009 at 10:32 AM, Eddie Drapkin wrote: > On Thu, Jun 25, 2009 at 10:29 AM, Stuart wrote: >> 2009/6/25 Eddie Drapkin : >>> On Thu, Jun 25, 2009 at 9:58 AM, Stuart wrote: 2009/6/25 tedd : > At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: >> >> 'Twas brillig, and tedd a

Re: [PHP] Re: Progressbar

2009-06-25 Thread Stuart
2009/6/25 Eddie Drapkin : > On Thu, Jun 25, 2009 at 10:29 AM, Stuart wrote: >> 2009/6/25 Eddie Drapkin : >>> On Thu, Jun 25, 2009 at 9:58 AM, Stuart wrote: 2009/6/25 tedd : > At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: >> >> 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and

Re: [PHP] Re: Progressbar

2009-06-25 Thread Eddie Drapkin
On Thu, Jun 25, 2009 at 10:29 AM, Stuart wrote: > 2009/6/25 Eddie Drapkin : >> On Thu, Jun 25, 2009 at 9:58 AM, Stuart wrote: >>> 2009/6/25 tedd : At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: > > 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: >> >> The biggest

Re: [PHP] Re: Progressbar

2009-06-25 Thread Stuart
2009/6/25 Eddie Drapkin : > On Thu, Jun 25, 2009 at 9:58 AM, Stuart wrote: >> 2009/6/25 tedd : >>> At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: > > The biggest problem in uploading a file is figuring out how large it

Re: [PHP] Re: Progressbar

2009-06-25 Thread Eddie Drapkin
On Thu, Jun 25, 2009 at 9:58 AM, Stuart wrote: > 2009/6/25 tedd : >> At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: >>> >>> 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: The biggest problem in uploading a file is figuring out how large it is. You can't find that out

Re: [PHP] Re: Progressbar

2009-06-25 Thread Stuart
2009/6/25 tedd : > At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: >> >> 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: >>> >>> The biggest problem in uploading a file is figuring out how large it is. >>> You can't find that out in php >> >> Well you can find it out with the uploadpr

[PHP] Re: Progressbar

2009-06-25 Thread tedd
At 8:30 AM +0100 6/25/09, Colin Guthrie wrote: 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: The biggest problem in uploading a file is figuring out how large it is. You can't find that out in php Well you can find it out with the uploadprogress or APC PECL extensions. If you

Re: [PHP] Re: Progressbar

2009-06-25 Thread Michael A. Peters
Colin Guthrie wrote: 'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: The biggest problem in uploading a file is figuring out how large it is. You can't find that out in php Well you can find it out with the uploadprogress or APC PECL extensions. http://www.clfsrpm.net/upprogre

[PHP] Re: Progressbar

2009-06-25 Thread Colin Guthrie
'Twas brillig, and tedd at 24/06/09 15:24 did gyre and gimble: The biggest problem in uploading a file is figuring out how large it is. You can't find that out in php Well you can find it out with the uploadprogress or APC PECL extensions. If you use Zend Framework then it has a progress bar f