Probably OT but, as previously noted, I had an inquiry this week about tide pages for cell phones. (It was really out of right-field, in that the query came from someone in Florida, and I'm in California. He found me through a cell phone/tide search.)
In any case, I already had xtide on my server making a
PDA sized tide chart for a local port, but not one sized for a cell phone. Using php to resample that image down made the text unreadable, so I set xtide to making a tide chart sized for
cell phones.
Unfortunately, my Moto E815 doesn't display PNGs as produced by xtide. So I threw a little PHP at the problem to convert the
png to a jpg.
The site name for the port is longer than the image is wide, so next I need to code the php script to paint out the top line with blue and add a different title.
Now, when we go to the beach for Date Day breakfast, I can check the tides on my cell phone.
PDC (pretty darn cool).