I love OS X. For me, it’s the ideal development platform. I primarily build web applications that run on the LAMP stack, so having a POSIX compliant UNIX like OS for my daily driver is extremely convenient. My development environment works just like the environments I deploy to, so I don’t have to worry very […]
Continue Reading
One of my partners just informed me that Microsoft’s Windows Mail that currently ships with Vista suffers from the same URI encoding issues that I discussed in a previous post. “I have just discovered that the MS Mail client on Vista has the same problem as Apple Mail, when it comes to handling urls that include a “hash” component. […]
Continue Reading
OK, so browsers are not supposed to send named anchors (or anything after them) to the server. However, I noticed today that SWFAddress links like this: http://example.com/#/portfolio/myClient/myProject …when sent as plain text via email to an iPhone, get URL encoded when displayed in the mail client, so Safari receives the URL from Mail like this: […]
Continue Reading