
<?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>Dipin Krishna</title>
	<atom:link href="http://dipinkrishna.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dipinkrishna.com</link>
	<description>I love to code. If you feel the same, then i have some cool codes for you. They are simple but good to get started.</description>
	<lastBuildDate>Tue, 21 May 2013 05:07:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>iOS: UITableView &#8211; Swipe to delete row</title>
		<link>http://dipinkrishna.com/blog/2013/05/ios-uitableview-swipe-delete-row/</link>
		<comments>http://dipinkrishna.com/blog/2013/05/ios-uitableview-swipe-delete-row/#comments</comments>
		<pubDate>Mon, 06 May 2013 11:03:12 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[iOS]]></category>
		<category><![CDATA[Objective C]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[row]]></category>
		<category><![CDATA[Swipe]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=833</guid>
		<description><![CDATA[Swipe-to-Delete feature shows a Delete button when a user swipes horizontally across a row.]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2013/05/ios-uitableview-swipe-delete-row/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use WGET to recursively download the whole FTP directory</title>
		<link>http://dipinkrishna.com/blog/2013/02/wget-recursively-download-ftp-directory/</link>
		<comments>http://dipinkrishna.com/blog/2013/02/wget-recursively-download-ftp-directory/#comments</comments>
		<pubDate>Fri, 15 Feb 2013 07:41:43 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[recursively]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=798</guid>
		<description><![CDATA[I wanted to copy all of the files and folders from my current host to my new server. And I only have FTP access to that current host. My new server is running Ubuntu, and i hated using the FTP command. But i had to some how download the whole directory of files. Can&#8217;t use [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2013/02/wget-recursively-download-ftp-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>intad.pag2p.co sidepage.co streamride.net, are they Malware?</title>
		<link>http://dipinkrishna.com/blog/2013/02/intad-pag2p-co-sidepage-co-streamride-net-malware/</link>
		<comments>http://dipinkrishna.com/blog/2013/02/intad-pag2p-co-sidepage-co-streamride-net-malware/#comments</comments>
		<pubDate>Tue, 12 Feb 2013 04:36:18 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[intad.pag2p.co]]></category>
		<category><![CDATA[isp]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[sidepage.co]]></category>
		<category><![CDATA[streamride.net]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=783</guid>
		<description><![CDATA[intad.pag2p.co/dva1/int, sidepage.co and ui.streamride.net has been creating a panic to internet users around the globe. Everyone who first encounters it thinks that their computer is infected by a malware. This has made many users to replace/reinstall their OS (and losing many data). But, the actual culprit is your ISP (Internet Service Provider). The ISPs has [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2013/02/intad-pag2p-co-sidepage-co-streamride-net-malware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl: Send an Email with attachment through Gmail SMTP</title>
		<link>http://dipinkrishna.com/blog/2012/12/perl-send-email-attachment-gmail-smtp/</link>
		<comments>http://dipinkrishna.com/blog/2012/12/perl-send-email-attachment-gmail-smtp/#comments</comments>
		<pubDate>Wed, 19 Dec 2012 08:31:34 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=761</guid>
		<description><![CDATA[This is a tutorial on how to send an email with attachment via Gmail SMTP. Here i am using Email::MIME to create the email/message object. Email::Sender::Simple (sendmail) is used to send the mail with the help of secure transport provided by Email::Sender::Transport::SMTP::TLS. The sample script below sends an email with two attachments and a text/html [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/12/perl-send-email-attachment-gmail-smtp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is www.OfficialiPhoneUnlock.co.uk a SCAM?</title>
		<link>http://dipinkrishna.com/blog/2012/10/unlock-iphone-www-officialiphoneunlock-co-uk-scam/</link>
		<comments>http://dipinkrishna.com/blog/2012/10/unlock-iphone-www-officialiphoneunlock-co-uk-scam/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 15:59:52 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[scam]]></category>
		<category><![CDATA[unlock]]></category>
		<category><![CDATA[www.officialiphoneunlock.co.uk]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=707</guid>
		<description><![CDATA[Want to Unlock your iphone with baseband 04.12.01. Found www.officialiphoneunlock.co.uk , Is it scam?]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/10/unlock-iphone-www-officialiphoneunlock-co-uk-scam/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>How to Import/restore data into Heroku postgres database from a dump file</title>
		<link>http://dipinkrishna.com/blog/2012/09/heroku-importrestore-data-database-postgres-dump-file/</link>
		<comments>http://dipinkrishna.com/blog/2012/09/heroku-importrestore-data-database-postgres-dump-file/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 17:54:57 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[Heroku]]></category>
		<category><![CDATA[PostgreSql]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=679</guid>
		<description><![CDATA[I was working on a rails app and i had a huge amount of data in my local Postgres database. This is what i did to import data into the database at heroku from a dump file of my local database.]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/09/heroku-importrestore-data-database-postgres-dump-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java: Change the Call Forward Number on an Android phone programmatically</title>
		<link>http://dipinkrishna.com/blog/2012/09/java-change-call-number-android-programmatically/</link>
		<comments>http://dipinkrishna.com/blog/2012/09/java-change-call-number-android-programmatically/#comments</comments>
		<pubDate>Sun, 23 Sep 2012 18:02:23 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Call Forward]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programmatically]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=669</guid>
		<description><![CDATA[We can easily set/change the call forward number on gsm Android phones.
Here i am showing you to change/set the call forward number for "Unconditional forwarding".]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/09/java-change-call-number-android-programmatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails: How to Update the Source code of an existing app on Heroku</title>
		<link>http://dipinkrishna.com/blog/2012/09/rails-update-source-existing-app-heroku/</link>
		<comments>http://dipinkrishna.com/blog/2012/09/rails-update-source-existing-app-heroku/#comments</comments>
		<pubDate>Sat, 22 Sep 2012 20:22:18 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[heroku]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=623</guid>
		<description><![CDATA[Recently, i was working on an existing rails app hosted on Heroku.
After making few updates to the code, i was wondering on how to get it updated on Heroku.
This is what i did on my ubuntu machine.]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/09/rails-update-source-existing-app-heroku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby: Sending mails via Gmail SMTP with authentication</title>
		<link>http://dipinkrishna.com/blog/2012/09/ruby-sending-mails-gmail-smtp-authentication/</link>
		<comments>http://dipinkrishna.com/blog/2012/09/ruby-sending-mails-gmail-smtp-authentication/#comments</comments>
		<pubDate>Sat, 15 Sep 2012 07:00:46 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=602</guid>
		<description><![CDATA[This is a tutorial on how to send mails via Gmail SMTP with authentication  using ruby.]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/09/ruby-sending-mails-gmail-smtp-authentication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Perl: Send an E-Mail using Email::Simple and Email::Sender</title>
		<link>http://dipinkrishna.com/blog/2012/09/perl-send-e-mail-emailsimple-emailsender/</link>
		<comments>http://dipinkrishna.com/blog/2012/09/perl-send-e-mail-emailsimple-emailsender/#comments</comments>
		<pubDate>Fri, 07 Sep 2012 04:32:49 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[PERL]]></category>
		<category><![CDATA[Perl: Send E-Mail Email::Simple and Email::Sender]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=593</guid>
		<description><![CDATA[Email::Simple is the first deliverable of the &#8220;Perl Email Project.&#8221; The Email:: namespace was begun as a reaction against the increasing complexity and bugginess of Perl&#8217;s existing email modules. Email::* modules are meant to be simple to use and to maintain, pared to the bone, fast, minimal in their external dependencies, and correct. Email::Sender replaces [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/09/perl-send-e-mail-emailsimple-emailsender/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PostgreSQL: Dump(Backup) and Restore a Database</title>
		<link>http://dipinkrishna.com/blog/2012/08/postgresql-dumpbackup-restore-database/</link>
		<comments>http://dipinkrishna.com/blog/2012/08/postgresql-dumpbackup-restore-database/#comments</comments>
		<pubDate>Tue, 21 Aug 2012 04:00:41 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[DB]]></category>
		<category><![CDATA[PostgreSql]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[dump]]></category>
		<category><![CDATA[pg_dump]]></category>
		<category><![CDATA[pg_restore]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=569</guid>
		<description><![CDATA[Backup pg_dump is the utility i am using for backing up a PostgreSQL database. It makes consistent backups even if the database is being used concurrently. pg_dump does not block other users accessing the database (readers or writers). Restore pg_restore is the utility i am using for restoring a PostgreSQL database from an archive created [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/08/postgresql-dumpbackup-restore-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perl: How to Upload a file using perl CGI</title>
		<link>http://dipinkrishna.com/blog/2012/08/perl-upload-file-cgi/</link>
		<comments>http://dipinkrishna.com/blog/2012/08/perl-upload-file-cgi/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 12:39:03 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=564</guid>
		<description><![CDATA[This is a tutorial on how to upload a file using perl CGI.]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/08/perl-upload-file-cgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a Div (Lightbox) appear over a Flash / Youtube embedded video</title>
		<link>http://dipinkrishna.com/blog/2012/07/div-lightbox-flash-youtube-embedded-video/</link>
		<comments>http://dipinkrishna.com/blog/2012/07/div-lightbox-flash-youtube-embedded-video/#comments</comments>
		<pubDate>Wed, 25 Jul 2012 16:17:04 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[opaque]]></category>
		<category><![CDATA[transparent]]></category>
		<category><![CDATA[wmode]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=543</guid>
		<description><![CDATA[Do you have a Flash / Youtube video on your website, and have you ever tried to put a Lightbox on top of everything on your site? It is usually said that flash loads on top of everything. What a flash plugin does is, instead of being displaying inside the browser, it actually makes a [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/07/div-lightbox-flash-youtube-embedded-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SED: Shell command to find and replace text inside a directory (multiple files)</title>
		<link>http://dipinkrishna.com/blog/2012/06/sed-command-find-replace-text-directory-multiple-files/</link>
		<comments>http://dipinkrishna.com/blog/2012/06/sed-command-find-replace-text-directory-multiple-files/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 21:10:41 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix/Linux]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[multiple files]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[sed]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=511</guid>
		<description><![CDATA[I have been using this command for a long time now. Whenever i am in need of this command, i won&#8217;t be remembering the correct syntax. So, i google it each time. Now, i am gonna write it down here. sed is a marvelous utility. Unfortunately, most people never learn its real power. The language [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/06/sed-command-find-replace-text-directory-multiple-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress: Fix &#8211; Parameter 1 to fdl_the_content() expected to be a reference &#8211; error</title>
		<link>http://dipinkrishna.com/blog/2012/06/wordpress-parameter-1-fdl_the_content-expected-reference/</link>
		<comments>http://dipinkrishna.com/blog/2012/06/wordpress-parameter-1-fdl_the_content-expected-reference/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 11:37:20 +0000</pubDate>
		<dc:creator>Dipin Krishna</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[fdl_the_content]]></category>
		<category><![CDATA[parameter]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://dipinkrishna.com/?p=498</guid>
		<description><![CDATA[Today, i moved my blog to a new server. Everything was set up easily. But, when i pulled out a blog post, everything was working correctly, except that the blog post content was missing. I then checked out my php error logs and found this &#8220;Parameter 1 to fdl_the_content() expected to be a reference, value [...]]]></description>
		<wfw:commentRss>http://dipinkrishna.com/blog/2012/06/wordpress-parameter-1-fdl_the_content-expected-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
