This site will look better in a browser that supports Web standards, but it is accessible to any browser or Internet device.

September 1, 2008

1993
2001
2002
2003
2004
2005
2006
2007
2008
January
February
March
April
May
June
July
August
September
Su M Tu W Th F Sa
  1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30        
October
November
December
2009
2010
2011
2012

Don't Confuse PHP with Unicode

Don't save your PHP files as UTF-16. Browsers can figure them out, but the PHP engine can't because the people who make PHP haven't figured out the rest of the world exists. If you do you'll see your PHP commands as plain text. And if you started with UTF-16 and switch to UTF-8, delete the byte-order marker (0xFFFE) -- for some reason that makes Firefox think that the output of phpinfo() is really a wad of Japanese text.

This page's URL is http://jasonfleshman.net

This page last updated Mar 19, 2011 6:54:08 PM.