<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>{Chang2Chang} &#187; Open source development</title>
	<atom:link href="http://www.chang2chang.com/category/open-source-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chang2chang.com</link>
	<description>Web Technology &#124; Reviews &#124; Development &#124; Tutorials</description>
	<lastBuildDate>Mon, 01 Nov 2010 14:28:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Split text file by line numbers in PHP</title>
		<link>http://www.chang2chang.com/2010/06/split-text-file-by-line-numbers-in-php/</link>
		<comments>http://www.chang2chang.com/2010/06/split-text-file-by-line-numbers-in-php/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 03:17:32 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[Open source development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[file split]]></category>
		<category><![CDATA[split file by lines]]></category>
		<category><![CDATA[text file split]]></category>

		<guid isPermaLink="false">http://www.chang2chang.com/?p=144</guid>
		<description><![CDATA[On a recent project I happen to stumble upon an unique problem: splitting up a large flat text file (in my case large CSV) into equal parts so the processing could be more manageable. So the problem: Split up a CSV file with 100,000 rows of data After going through a few search engines, I [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2010/06/split-text-file-by-line-numbers-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding javascript to specific node/url in drupal</title>
		<link>http://www.chang2chang.com/2009/07/adding-javascript-to-specific-nodeurl-in-drupal/</link>
		<comments>http://www.chang2chang.com/2009/07/adding-javascript-to-specific-nodeurl-in-drupal/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 04:53:48 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Open source development]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.chang2chang.com/?p=69</guid>
		<description><![CDATA[This was in one of the module I&#8217;ve written in Drupal and I thought it would be useful to share. The Problem: I wanted to dynamically add javascript file to a specific url under Drupal. The benefit would been that I did not have to include the .js file for the whole site therefore optimize [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2009/07/adding-javascript-to-specific-nodeurl-in-drupal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Custom 403 module on Drupal.org</title>
		<link>http://www.chang2chang.com/2009/06/custom_403_drupal/</link>
		<comments>http://www.chang2chang.com/2009/06/custom_403_drupal/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 04:02:40 +0000</pubDate>
		<dc:creator>Chang</dc:creator>
				<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Open source development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[403]]></category>
		<category><![CDATA[access denied]]></category>
		<category><![CDATA[module]]></category>

		<guid isPermaLink="false">http://www.chang2chang.com/?p=64</guid>
		<description><![CDATA[This is a module I have worked on a while back. I have recently had the time to finish it and it is now released and hosted on drupal.org, which is very exciting. You can view the module project page here, to see a demo page, please visit here The module was made with one [...]]]></description>
		<wfw:commentRss>http://www.chang2chang.com/2009/06/custom_403_drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

