<?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>Tekipad Nuggets &#187; php</title>
	<atom:link href="http://www.tekipad.com/blog/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tekipad.com/blog</link>
	<description>when the bits settle</description>
	<lastBuildDate>Sun, 13 Jun 2010 09:58:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ExtJS line Charts and improper string data from PHP</title>
		<link>http://www.tekipad.com/blog/2010/02/22/extjs-line-charts-and-improper-string-data-from-php/</link>
		<comments>http://www.tekipad.com/blog/2010/02/22/extjs-line-charts-and-improper-string-data-from-php/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 13:22:26 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[linechart]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=203</guid>
		<description><![CDATA[





While working on the main dashboard for the current extjs project I am working I had to create a line chart which showed the performance over the last 1 week. This was across 3 different variables.
The code to show that with tips and all as an item in an ExtJS Panel is

new Ext.chart.LineChart({
   [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2010/02/22/extjs-line-charts-and-improper-string-data-from-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Function to create traffic graph in PHP with gd</title>
		<link>http://www.tekipad.com/blog/2009/09/21/function-to-create-traffic-graph-in-php-with-gd/</link>
		<comments>http://www.tekipad.com/blog/2009/09/21/function-to-create-traffic-graph-in-php-with-gd/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 11:15:35 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[graphing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[traffic analysis]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=172</guid>
		<description><![CDATA[





Just finished a couple of projects in which this code came in useful.
You just pass in an array of traffic date of the format
arrayname[0]['date']=&#8217;15/06&#8242;;
arrayname[0]['data']=200;
arrayname[1]['date']=&#8217;16/06&#8242;;
arrayname[1]['data']=100;
I am Indian so the data code is in format d/m, but m/d should not matter either if you create the array in proper order. Also if the data is greater than [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/09/21/function-to-create-traffic-graph-in-php-with-gd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Positioning text vertically and horizontally using gd</title>
		<link>http://www.tekipad.com/blog/2009/09/03/positioning-text-vertically-and-horizontally-using-gd/</link>
		<comments>http://www.tekipad.com/blog/2009/09/03/positioning-text-vertically-and-horizontally-using-gd/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:14:40 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[Graph]]></category>
		<category><![CDATA[Image Creation]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=167</guid>
		<description><![CDATA[





I was working on a PHP script yesterday for creating a couple of graphs which required lots of text in various places aligned to text on the same line. Some on the x axix and some on y. Finding no inbuilt function in gd on php, I created this simple function to align text vertically [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/09/03/positioning-text-vertically-and-horizontally-using-gd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Proxy script to solve javascript  and jquery cross domain issues</title>
		<link>http://www.tekipad.com/blog/2009/09/02/php-proxy-script-to-solve-javascript-and-jquery-cross-domain-issues/</link>
		<comments>http://www.tekipad.com/blog/2009/09/02/php-proxy-script-to-solve-javascript-and-jquery-cross-domain-issues/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:03:28 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[cross domain]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery dialog]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=162</guid>
		<description><![CDATA[I just finished a project in which a jquery dialog used a jquery.ajax call using get to obtain details of a transaction from a url on another domain, effectively a cross domain ajax request. Since firefox 3.0 does not allow itself to be set to allow cross domain requests, I had to use some other [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/09/02/php-proxy-script-to-solve-javascript-and-jquery-cross-domain-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and XML RPC &#8211; Searching for values</title>
		<link>http://www.tekipad.com/blog/2009/08/10/php-and-xml-rpc-searching-for-values/</link>
		<comments>http://www.tekipad.com/blog/2009/08/10/php-and-xml-rpc-searching-for-values/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 09:15:46 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[domdoc]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xmlrpc]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=149</guid>
		<description><![CDATA[Many servers provide xmlrpc interfaces which allow other web applications to call and execute functions. It is actually quite simple once you get the hang of it. The servers also return the response and any variables as xmlrpc response messages which are xml responses basically
There are probably a lot of ways to get this done, [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/08/10/php-and-xml-rpc-searching-for-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solving the include_once error in Pear Mail</title>
		<link>http://www.tekipad.com/blog/2008/12/07/solving-the-include_once-error-in-pear-mail/</link>
		<comments>http://www.tekipad.com/blog/2008/12/07/solving-the-include_once-error-in-pear-mail/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 16:55:00 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=38</guid>
		<description><![CDATA[I have this hosting from hosting.india.to and helping on a friend&#8217;s community development initiative by setting up his website. It may soon move to careforindia.org.
During that, I set up a email form on my system, using PHP&#8217;s PEAR mail package to send mail. Though it worked fine on my own system, it didn&#8217;t on the [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2008/12/07/solving-the-include_once-error-in-pear-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
