<?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>Fidelus</title>
	<atom:link href="http://fidelus.in/feed" rel="self" type="application/rss+xml" />
	<link>http://fidelus.in</link>
	<description>Fidelus.in</description>
	<lastBuildDate>Wed, 22 Dec 2010 06:30:29 +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>Facebook app development ..</title>
		<link>http://fidelus.in/facebook-app-development</link>
		<comments>http://fidelus.in/facebook-app-development#comments</comments>
		<pubDate>Wed, 22 Dec 2010 06:30:29 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=375</guid>
		<description><![CDATA[I was recently developing an application for facebook .. and came across an interesting problem .. Problem: The values submitted by our users were not being passed on to the next page when the application was being used for the first time. Reason: The form had action as &#8220;POST&#8221; Explanation: POST has a life time [...]]]></description>
		<wfw:commentRss>http://fidelus.in/facebook-app-development/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File / Image not getting uploaded from Internet Explorer</title>
		<link>http://fidelus.in/file-image-not-getting-uploaded-from-internet-explorer</link>
		<comments>http://fidelus.in/file-image-not-getting-uploaded-from-internet-explorer#comments</comments>
		<pubDate>Thu, 25 Nov 2010 09:46:14 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=366</guid>
		<description><![CDATA[At MyShaadi.in we provide our users with a feature to upload photos in their wedding site. However our users have been complaining about not being able to upload photos when using Internet Explorer, though the same image could be uploaded successfully when using Firefox or Chrome . . any non-IE browser for that matter &#8230; [...]]]></description>
		<wfw:commentRss>http://fidelus.in/file-image-not-getting-uploaded-from-internet-explorer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to install s3cmd on a shared server</title>
		<link>http://fidelus.in/steps-to-install-s3cmd-on-a-shared-server</link>
		<comments>http://fidelus.in/steps-to-install-s3cmd-on-a-shared-server#comments</comments>
		<pubDate>Thu, 05 Aug 2010 06:23:52 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=360</guid>
		<description><![CDATA[S3cmd is a command line tool for uploading, retrieving and managing data in Amazon S3. It is best suited for power users who don&#8217;t fear command line. It is also ideal for scripts, automated backups triggered from cron, etc. S3cmd is an open source project available under GNU Public License v2 (GPLv2) and is free [...]]]></description>
		<wfw:commentRss>http://fidelus.in/steps-to-install-s3cmd-on-a-shared-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create transparent images with Imagick</title>
		<link>http://fidelus.in/how-to-create-transparent-images-with-imagick</link>
		<comments>http://fidelus.in/how-to-create-transparent-images-with-imagick#comments</comments>
		<pubDate>Tue, 11 May 2010 10:43:50 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Imagick]]></category>
		<category><![CDATA[ImagickDraw]]></category>
		<category><![CDATA[Transparent]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=350</guid>
		<description><![CDATA[&#60;?php class ImageCreator { var $ttf_file = &#34;English.ttf&#34;; function createPng($text,$dest_file) { try { /*** a new Imagick object ***/ $im = new Imagick(); /*** a new draw object ***/ $draw = new ImagickDraw(); /*** set the font ***/ $draw-&#62;setFont($this-&#62;ttf_file); /*** set the font color ***/ $draw-&#62;setFillColor(new ImagickPixel(&#34;#d4d4d4&#34;)); /*** set the font size ***/ $draw-&#62;setFontSize( 40 [...]]]></description>
		<wfw:commentRss>http://fidelus.in/how-to-create-transparent-images-with-imagick/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password-less login to your server</title>
		<link>http://fidelus.in/password-less-login-to-your-server</link>
		<comments>http://fidelus.in/password-less-login-to-your-server#comments</comments>
		<pubDate>Thu, 01 Apr 2010 10:20:53 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=345</guid>
		<description><![CDATA[The following three steps should do the job. Step1 $local&#62; ssh-keygen -t dsa Step2 upload the ~/.ssh/id_sda.pub to server&#8217;s home Step 3 $server&#62; cat id_dsa.pub &#62;&#62; ~/.ssh/authorized_keys You should be good to.]]></description>
		<wfw:commentRss>http://fidelus.in/password-less-login-to-your-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Executing Cron Job in CakePHP</title>
		<link>http://fidelus.in/executing-cron-job-in-cakephp</link>
		<comments>http://fidelus.in/executing-cron-job-in-cakephp#comments</comments>
		<pubDate>Mon, 29 Mar 2010 08:13:01 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[lynx]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=343</guid>
		<description><![CDATA[After going through a number of ways to execute a cron job in CakePHP .. The option below seemed to be the simplest and easiest to execute. However this would work only on a linux / unix machine and requires lynx be installed in your machine. lynx &#8211;dump http://www.your_domain.com/controller/action/ &#62;/dev/null So for a cron job: [...]]]></description>
		<wfw:commentRss>http://fidelus.in/executing-cron-job-in-cakephp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Demographics for India</title>
		<link>http://fidelus.in/facebook-demographics-for-india</link>
		<comments>http://fidelus.in/facebook-demographics-for-india#comments</comments>
		<pubDate>Fri, 26 Mar 2010 06:52:24 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Age Group]]></category>
		<category><![CDATA[Demographic]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Gender]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[Statistic]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=305</guid>
		<description><![CDATA[Facebook has approximately 7,779,180 users in India &#8230; Please note that the data below is approximate. By Age Group Age group &#8211; 13-17 580,080 (7.46 %) Age group &#8211; 18-21 2,128,660 (27.36 %) Age group &#8211; 22-25 1,948,100 (25.04 %) Age group &#8211; 26-30 1,430,520 (18.39 %) Age group &#8211; 31-40 1,027,180 (13.2 %) Age [...]]]></description>
		<wfw:commentRss>http://fidelus.in/facebook-demographics-for-india/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Shell for PHP</title>
		<link>http://fidelus.in/shell-for-php</link>
		<comments>http://fidelus.in/shell-for-php#comments</comments>
		<pubDate>Wed, 03 Mar 2010 06:53:46 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=302</guid>
		<description><![CDATA[Features tab-completion (if readline() support is compiled into php) handles FATAL errors (like calling a undefined function) inline help autoload() is enabled by default works on all php platforms (shell wrappers for Unix and Windows) Complete Article : http://jan.kneschke.de/projects/php-shell/]]></description>
		<wfw:commentRss>http://fidelus.in/shell-for-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Passing Parameters Into Your Layouts in CakePHP</title>
		<link>http://fidelus.in/passing-parameters-into-your-layouts-in-cakephp</link>
		<comments>http://fidelus.in/passing-parameters-into-your-layouts-in-cakephp#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:38:49 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=297</guid>
		<description><![CDATA[Interestingly enough, the developers over at CakePHP incorporated this little interesting tidbit: any variable set for your view with a name ending in “_for_layout” automatically gets passed into the layout. Here’s a little example: //in my controller $this-&#62;set(‘var_for_layout’,$value); Source: http://kushaura.com/blog/view/name:Passing-Parameters-Into-Your-Layouts-in-CakePHP]]></description>
		<wfw:commentRss>http://fidelus.in/passing-parameters-into-your-layouts-in-cakephp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Rewriting in Apache</title>
		<link>http://fidelus.in/url-rewriting-in-apache</link>
		<comments>http://fidelus.in/url-rewriting-in-apache#comments</comments>
		<pubDate>Sat, 18 Jul 2009 14:13:06 +0000</pubDate>
		<dc:creator>Abhishek Jain</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://fidelus.in/?p=287</guid>
		<description><![CDATA[What if you want a feature like twitter in your site .. twitter.com/username .. redirects you to the profile page of the user. Usually Apache would consider &#8220;username&#8221; to be a folder under the root folder and try opening its index page. Thats not what we intend to do .. create a folder and its [...]]]></description>
		<wfw:commentRss>http://fidelus.in/url-rewriting-in-apache/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

