<?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; Troubleshooting</title>
	<atom:link href="http://www.tekipad.com/blog/category/troubleshooting/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>Assembla Subversion Repository moving code to trunk</title>
		<link>http://www.tekipad.com/blog/2010/06/13/assembla-subversion-repository-moving-code-to-trunk/</link>
		<comments>http://www.tekipad.com/blog/2010/06/13/assembla-subversion-repository-moving-code-to-trunk/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 09:55:59 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[assembla]]></category>
		<category><![CDATA[svn]]></category>

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





A colleague set up a new subversion repository on assembla and invited me in. Unfortunately he missed importing the code into the trunk directory and as a result all the code was out in the root of the repo.
A bit of googling gave the solution at http://svn.haxx.se/users/archive-2007-10/0600.shtml
Simply put

cd ~/localdir
svn checkout https://path/to/assembla/repo localdir
cd localdir
svn mkdir trunk
for [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2010/06/13/assembla-subversion-repository-moving-code-to-trunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery Upgrade Issues</title>
		<link>http://www.tekipad.com/blog/2010/06/05/gallery-upgrade-issues/</link>
		<comments>http://www.tekipad.com/blog/2010/06/05/gallery-upgrade-issues/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 20:56:57 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

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





I had an issue today with a gallery upgrade in that I upgraded the gallery to 2.3.1 version as per the documentation. However, the galleries (there were about 14k images in about 9GB) displayed ok, while a couple of them had broken thumbnail placeholders. Gallery&#8217;s logs were no help and neither were apache&#8217;s logs. 
I [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2010/06/05/gallery-upgrade-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Paypal resolves issue with indian transfers?</title>
		<link>http://www.tekipad.com/blog/2010/02/06/paypal-resolves-issue-with-indian-transfers/</link>
		<comments>http://www.tekipad.com/blog/2010/02/06/paypal-resolves-issue-with-indian-transfers/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 16:51:39 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=198</guid>
		<description><![CDATA[Elance seems to say that the issue has been fixed
http://elance.zendesk.com/forums/30972/entries/108402
Update: We are happy to report that the issue with PayPal transactions to and from India has been resolved.  PayPal has made the needed changes to allow payments to flow through properly going forward. In addition, the funds from any reversed transactions have been credited back to your [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2010/02/06/paypal-resolves-issue-with-indian-transfers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To Cake or not to cake</title>
		<link>http://www.tekipad.com/blog/2010/02/05/to-cake-or-not-to-cake/</link>
		<comments>http://www.tekipad.com/blog/2010/02/05/to-cake-or-not-to-cake/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 16:42:05 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=187</guid>
		<description><![CDATA[To Cake or not
I am starting work on a project for a client that involves complicated workflows when the customer orders a product and also a simple user interface. Even thought I have worked with a few php frameworks, this is the first time I am starting solo on a project from scratch. While looking [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2010/02/05/to-cake-or-not-to-cake/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exim and Multiple Domains &#8211; PHP Mail function and junk mail issue</title>
		<link>http://www.tekipad.com/blog/2009/11/12/exim-and-multiple-domains-php-mail-function-and-junk-mail-issue/</link>
		<comments>http://www.tekipad.com/blog/2009/11/12/exim-and-multiple-domains-php-mail-function-and-junk-mail-issue/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 19:53:58 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/?p=184</guid>
		<description><![CDATA[I am now working at a place where I get a chance to home my php, javascript and mysql skills, work with cake and other similar projects The job has System Admin work also and it is fun since I get to learn lots of new things. At the moment, I am just being given [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/11/12/exim-and-multiple-domains-php-mail-function-and-junk-mail-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check if a server is down and email admin</title>
		<link>http://www.tekipad.com/blog/2009/11/09/check-if-a-server-is-down-and-email-admin/</link>
		<comments>http://www.tekipad.com/blog/2009/11/09/check-if-a-server-is-down-and-email-admin/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:24:28 +0000</pubDate>
		<dc:creator>Gray Dot</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Shell Scripting]]></category>

		<guid isPermaLink="false">http://www.tekipad.com/blog/2009/11/09/check-if-a-server-is-down-and-email-admin/</guid>
		<description><![CDATA[A simple shell cronjob to mail the admin when a particular ip is down. 
ping -c 1 192.168.0.99 &#124;&#124; echo &#8220;ipdown&#8221; &#124; mail -s &#8220;down&#8221; jebasingh.emmanuel@gmail.com
Or a bit more larger version

PINGCOUNT=4
IPADDR=&#34;192.168.0.59&#34;

COUNT=`ping -c $PINGCOUNT $IPADDR&#124;grep &#039;received&#039;&#124;awk -F &#039;,&#039; &#039;{print $2}&#039;&#124;awk &#039;{print $1}&#039;`
if [ $COUNT -eq 0 ]; then
  echo &#34;Ping reported no responses from $IPADDR [...]]]></description>
		<wfw:commentRss>http://www.tekipad.com/blog/2009/11/09/check-if-a-server-is-down-and-email-admin/feed/</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>
