Re: [nyphp-talk] Website Screenshots from PHP

2006-11-11 Thread JJainschigg
Kind of a cute idea -- but what a massive infrastructure. Sadly, there doesn't seem to be an fopen-wrappers compatible GD image function called 'getwebpageandrenderaspngjustlikethelatestversionofIEorFFwould()' (grin). I'll bet PHP-Windows people could do this sort of thing quasi-natively, all on

Re: [nyphp-talk] PHP Development on the Road (Advice Needed)

2006-11-11 Thread Peter Sawczynec
Thank you, but picking out specifically the item: - Starbucks monthly wifi pass. While using Starbucks wifi, can one accomplish any of these steps: 1) Kick open an SSH or FTP client like Filezilla or WS_FTP or WinSCP and then transfer files to and fro, from laptop to web site? 2) Telnet from lap

Re: [nyphp-talk] PHP Development on the Road (Advice Needed)

2006-11-11 Thread edward potter
Nirvana on the road? iBook G4 Full php/mysql/apache environment: http://www.living-e.de/en/products/The-MAMP/index.php TextWrangler Starbucks monthly wifi pass Paypal ATM/debit card linked to ebay account Netflix iPod Yoga DVD Craigslist (to meet the locals) :-) ed On 11/11/06, Peter Sawczynec

[nyphp-talk] PHP Development on the Road (Advice Needed)

2006-11-11 Thread Peter Sawczynec
Title: Message I am moving from NYC to Tampa, Florida Gulf Coast area in several days. I'll be mobile, on the road for 2-3 months till I set permanent new home/office.   But, I will need a few hours internet access everyday to keep updating web projects.   Are there any PHP road warrior

Re: [nyphp-talk] Website Screenshots from PHP

2006-11-11 Thread Jon Baer
There is an API service for it ...http://webshotspro.com/Its free unless you want your priority on their cluster moved up ...http://webshotspro.com/register.phpIt does not look fullscreen though, only app Ive seen do it is Papparazi on the Mac (http://www.derailer.org/paparazzi/)- JonOn Nov 11, 200

Re: [nyphp-talk] $_FILES and form reloading

2006-11-11 Thread csnyder
On 11/11/06, Michael Southwell <[EMAIL PROTECTED]> wrote: > I have run into a problem with the $_FILES global and reloading a > form when the user has omitted required information. Reloading the > $_POST variables is no problem. But the form among other things > offers the user a chance to upload a

Re: [nyphp-talk] Website Screenshots from PHP

2006-11-11 Thread csnyder
On 11/11/06, Joseph Crawford <[EMAIL PROTECTED]> wrote: > you can change the url in the querystring and it will take a live screenshot > of the page. > > Any direction on what i should research would be great. obviously i would > have to use image manipulation, but i am not sure how the screen wo

Re: [nyphp-talk] $_FILES and form reloading

2006-11-11 Thread David Krings
Hi, my guess is that one cannot easily pass back a file name to a form, mainly because the file input element doesn't let one do anything at all. It is a pure client side only controlled user interface element. I can think of two ways assuming that the file itself is OK, just some othe

[nyphp-talk] $_FILES and form reloading

2006-11-11 Thread Michael Southwell
I have run into a problem with the $_FILES global and reloading a form when the user has omitted required information. Reloading the $_POST variables is no problem. But the form among other things offers the user a chance to upload a photo, and it is reloading that $_FILE information where I'm

[nyphp-talk] Website Screenshots from PHP

2006-11-11 Thread Joseph Crawford
Hey guys,I found something today that was rather interesting and i would like to feed my brain and figure out how to do something like this http://webdesignbook.net/snapper.php?url="">you can change the url in the querystring and it will take a live screenshot of the page.Any direction on what i sh

Re: [nyphp-talk] So who's using Ajax anway?

2006-11-11 Thread tedd
At 7:47 AM -0500 11/11/06, Peter Sawczynec wrote: >-snip- > >All of these remarks are about living, buying, researching, communicating >and working on, thru and by the internet -- right now. Now. This instant, >in real time, from anywhere I want. And I want it. > >Warmest regards, > >Peter Sawczyne

Re: [nyphp-talk] Please assist w/simple associative array, problem?

2006-11-11 Thread Bob Mariotti
> > foreach ($agx as $key => $value) { > echo "$key is set to $value\n"; > } > > will give you the output: > > back_door is set to 0 > front_door is set to 1 > side_door is set to 0 > garage_door is set to 1 > > Note that in your example foreach $v is in the key position & $k is in > the valu

Re: [nyphp-talk] So who's using Ajax anway?

2006-11-11 Thread Peter Sawczynec
You don't have to use AJAX. You can use .NET objects, JAVA beans, python, whatever. It isn't about who is using it, it is about why are we using it. It isn't about the type of technology, it is about the technique and delivering benefits to the end user. It is about positioning your programmin