<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"     xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom">

  <channel>
    <title>Vorg PHP RSS feed</title>
    <description>PHP tag at the Vorg blog</description>
    <link>http://vorg.ca/tag/PHP</link>
	<copyright>All items Copyright 2001-2004 by their respective authors</copyright>
    <dc:language>en-us</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:info&#64;vorg&#46;com"/>
    <atom:link href="http://vorg.ca/tag/PHP/rss.xml" rel="self" type="application/rss+xml"/>

<item>
      <title>Unicode makes my brain hurt</title>
      <link>http://vorg.ca/1483-Unicode-makes-my-brain-hurt</link>
      <description><![CDATA[ A little while ago I mentioned how Lux was adding a <a href="http://sillytech.com/threads/1459">Japanese</a> localization. And it did in version 5, along with some other funky languages. Since Lux is written in Java it makes it generally pretty easy to support languages that use extended character sets.<br><br>The problem is that the current build of PHP on my server doesn't have <a href="http://ca3.php.net/mbstring">multibyte string</a> support in it. So this means that whenever the ranking system or tracker encounter a Japanese or other multibyte character they mess them up.<br><br>Checking in my server control panel I see it looks easy enough to rebuild PHP with mbstring support. My powerbook's PHP actually came with mbstring enabled, so I already have a test bed for it.<br><br>Except PHP with mbstring enabled doesn't like normal POST data. Or it doesn't translate it how I want it to or something. Fiddling with the php.ini mbstring options doesn't seem to help, and I don't really want to go to the effort of testing <a href="http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4">multipart/form-data</a> POST data since application/x-www-form-urlencoded is so much simpler.<br><br>In short: Bleeeech! Maybe this will end up being an excuse to rewrite some of my PHP into server-side java...]]></description>
      <guid>http://vorg.ca/1483-Unicode-makes-my-brain-hurt</guid>
      <dc:creator>dustin</dc:creator>
      <dc:subject>shareware unicode PHP</dc:subject>
      <dc:date>2005-05-20T02:25:15-04:00</dc:date>
	  <comments>http://vorg.ca/1483-Unicode-makes-my-brain-hurt#replies</comments>
</item>
<item>
      <title>RSSMailingList: a free combination RSS feed creator and mailing list manager</title>
      <link>http://vorg.ca/1426-RSSMailingList-a-free-combination-RSS-feed-creator-and-mailing-list-manager</link>
      <description><![CDATA[ For the Sillysoft Newsletter I wanted an email mailing list that also had an RSS feed of itself. This way users could subscribe whichever way they want. I didn't find anything that did what I wanted so I created my own using PHP and a MySQL database.<br><br>I mentioned it on the macsb mailing list offering to share my code. A few people seemed interested, so I cleaned it up a bunch and hereby release it as <a href="http://www.rssmailinglist.com/">RSSMailingList</a>!<br><br>If you want a combination RSS feed generator and mailing list manager then check it out.]]></description>
      <guid>http://vorg.ca/1426-RSSMailingList-a-free-combination-RSS-feed-creator-and-mailing-list-manager</guid>
      <dc:creator>dustin</dc:creator>
      <dc:subject>PHP RSS MySQL</dc:subject>
      <dc:date>2005-04-21T01:34:14-04:00</dc:date>
	  <comments>http://vorg.ca/1426-RSSMailingList-a-free-combination-RSS-feed-creator-and-mailing-list-manager#replies</comments>
</item>
<item>
      <title>Create RSS feeds from PHP</title>
      <link>http://vorg.ca/1416-Create-RSS-feeds-from-PHP</link>
      <description><![CDATA[ <blockquote><i>RSS is an exciting, yet not quite new standard that lets you publish news from your page for other pages to syndicate. <a href="http://www.bitfolge.de/rsscreator-en.html">FeedCreator.class.php</a> provides an easy way to create RSS feeds from within PHP using easy to use classes.</blockquote><i>]]></description>
      <guid>http://vorg.ca/1416-Create-RSS-feeds-from-PHP</guid>
      <dc:creator>dustin</dc:creator>
      <dc:subject>PHP RSS</dc:subject>
      <dc:date>2005-04-15T15:26:25-04:00</dc:date>
	  <comments>http://vorg.ca/1416-Create-RSS-feeds-from-PHP#replies</comments>
</item>
<item>
      <title>ISO-8601 in PHP</title>
      <link>http://vorg.ca/700-ISO-8601-in-PHP</link>
      <description><![CDATA[ As it turns out sillytech's RSS feeds weren't validating because of some date formatting issue. Thanks to someone who had <a href="http://www.the-emperor.org/blog/entry/56/">already been through this</a> all I had to do was a targeted web search.<br><br>Now <a href="http://feedvalidator.org/check.cgi?url=http://sillytech.com/rss.xml">all is well</a>.]]></description>
      <guid>http://vorg.ca/700-ISO-8601-in-PHP</guid>
      <dc:creator>dustin</dc:creator>
      <dc:subject>PHP</dc:subject>
      <dc:date>2004-03-15T21:12:48-05:00</dc:date>
	  <comments>http://vorg.ca/700-ISO-8601-in-PHP#replies</comments>
</item>

</channel>
</rss>
