Re: [nyphp-talk] Deep Linking with Ajax?

2006-12-17 Thread Jamie Wilkinson
+1 If all you want is to display multiple pieces of content inside a single page, you could also do good old-fashioned DHTML. Single page loads all content, and various nav/tab/link elements cause the content to display dynamically without the 'complexity' of AJAX. -- A: Yes. Q: Are you sure?

Re: [nyphp-talk] Reading Photo Information

2006-12-17 Thread David Krings
Hi, yes, exif is not a standard module in many PHP configurations. I use Apachefriend's XAMPP on Windows and it was simply a matter of taking the ; out in front of the line in the php.ini. Haven't done this on Linux yet, but if the module is there it will probably as easy. David t

RE: [nyphp-talk] Reading Photo Information

2006-12-17 Thread Andy Dirnberger
>From http://us2.php.net/exif Requirements Your PHP must be compiled in with --enable-exif. PHP does not require any additional library for the exif module. Windows users must also have the mbstring extension enabled. Installation To enable exif-support configure PHP with --enable-exif Windows

Re: [nyphp-talk] Help with a basic mod_rewrite issue?

2006-12-17 Thread inforequest
csnyder chsnyder-at-gmail.com |nyphp dev/internal group use| wrote: On 12/15/06, Dell Sala <[EMAIL PROTECTED]> wrote: mod_rewrite seems like a messy business. How about naming your php script without a .php extension and just have that be parsed with php? Then, whatever path is appending to th

Re: [nyphp-talk] Reading Photo Information

2006-12-17 Thread tedd
At 8:58 AM -0800 12/16/06, Jeff Knight wrote: http://www.nyphp.org/content/presentations/GDintro/gd27.php It might be an obvious question to some, but according the docs, the exif_read_data() function is supposed to be available for php 4 and greater. However, I'm using php 4.3.11 and when I

Re: [nyphp-talk] Reading Photo Information

2006-12-17 Thread David Krings
Hi, I found this http://www.microimages.com/sml/GetEXIF.htm to be very helpful. The structure of the code is almost like PHP and it has the biggest collection of exif tag information that I could find...and I searched for days. Getting the exif tags out is one thing, but interpreting what

Re: [nyphp-talk] Reading Photo Information

2006-12-17 Thread Joseph Crawford
Thanks to both of you. THose will both be put at the top of my reading list ;D On 12/16/06, Jeff Knight <[EMAIL PROTECTED]> wrote: http://www.nyphp.org/content/presentations/GDintro/gd27.php On 12/16/06, Joseph Crawford <[EMAIL PROTECTED]> wrote: > Guys, > > I saw a script called Andromeda a