Re: [PHP] Re: zip and mac safari

2010-10-09 Thread M. Reuter
Yes, certainly that is causing the problem. As I said it is only the decompress tool in safari that has problems. But the problem is that most Mac users who download stuff from my page will not try again, if the build in Safari tool does not work directly. By now I tried: default zip class anothe

Re: [PHP] What other languages do you use?

2010-10-09 Thread tedd
At 4:21 PM +0100 10/9/10, Nathan Rixham wrote: tedd wrote: At 6:30 PM +0100 10/8/10, Nathan Rixham wrote: As per the subject, not what other languages have you used, but what other languages do you currently use? I guess it may also be interesting to know if: (1) there's any particular reaso

Re: [PHP] What other languages do you use?

2010-10-09 Thread Daniel P. Brown
On Sat, Oct 9, 2010 at 11:21, Nathan Rixham wrote: > > yup that's correct - you can thank Dan Brown for setting everybody off > speaking in foreign tongues :p No worries, karma bit my ass back. I'm about to catch a plane cross-country to San Diego in a bit, and last night I came down with a

Re: [PHP] What other languages do you use?

2010-10-09 Thread Nathan Rixham
tedd wrote: At 6:30 PM +0100 10/8/10, Nathan Rixham wrote: As per the subject, not what other languages have you used, but what other languages do you currently use? I guess it may also be interesting to know if: (1) there's any particular reason for you using a different language (other tha

Re: [PHP] tedd's Friday Post ($ per line)

2010-10-09 Thread Nathan Rixham
tedd wrote: At 4:30 PM +0100 10/8/10, Nathan Rixham wrote: tedd wrote: Now, back to the question at hand -- what price would you sell a line of your code for? Interesting case and question Tedd! Quite sure we all realise the answer is not black and white but various shades of grey, and I wo

Re: [PHP] What other languages do you use?

2010-10-09 Thread tedd
At 6:30 PM +0100 10/8/10, Nathan Rixham wrote: As per the subject, not what other languages have you used, but what other languages do you currently use? I guess it may also be interesting to know if: (1) there's any particular reason for you using a different language (other than work/day-jo

Re: [PHP] tedd's Friday Post ($ per line)

2010-10-09 Thread tedd
At 4:30 PM +0100 10/8/10, Nathan Rixham wrote: tedd wrote: Now, back to the question at hand -- what price would you sell a line of your code for? Interesting case and question Tedd! Quite sure we all realise the answer is not black and white but various shades of grey, and I wouldn't fancy

Re: [PHP] Re: zip and mac safari

2010-10-09 Thread TR Shaw
Safari has a pref not to auto open files (which IMHO is a pref that should be set). Perhaps this is causing your issues? Tom On Oct 9, 2010, at 10:18 AM, Martin Reuter wrote: > It works in other browsers and it works when storing it and unzipping in a > terminal on OSX. I think it is probably

Re: [PHP] Re: zip and mac safari

2010-10-09 Thread Martin Reuter
It works in other browsers and it works when storing it and unzipping in a terminal on OSX. I think it is probably a safari unzipped bug (not sure what tool safari chooses to automatically unzipped without asking). the weird thing is that some people report it works, so maybe they don't store di

Re: [PHP] code documentation

2010-10-09 Thread Laruence
Hi: yep , I thinks so. On 10/09/2010 18:22, Tommy Pham wrote: Hi everyone, It's been a couple of years since I started a PHP project. Are there any other document formats other than phpDocumentor? Is phpDocumentor still the preferred format? TIA, Tommy -- PHP General Mailing List (http:

[PHP] code documentation

2010-10-09 Thread Tommy Pham
Hi everyone, It's been a couple of years since I started a PHP project. Are there any other document formats other than phpDocumentor? Is phpDocumentor still the preferred format? TIA, Tommy -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Heredocs, print_r() and newline "\n" and fnmatch() -curious failures ...

2010-10-09 Thread YAD(YetAnotherDavid)
Thanks for the response - I found the answer to Q1 - the problem of formatting newlines - I was running the code outputting to browser - and got lazy on some - just pasting the PHP manual examples code directly, without bracketing with HTML tags such as ... etc. Of course that won't produce th