<?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>Serious Japery &#187; design</title>
	<atom:link href="http://www.apurvap.com/blog/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apurvap.com/blog</link>
	<description>Apurva Pangam&#039;s happy mediums</description>
	<lastBuildDate>Mon, 28 Nov 2011 21:07:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Changing Sender Email &#8211; PHP Mail Function</title>
		<link>http://www.apurvap.com/blog/2011/06/changing-sender-email-php-mail-function/</link>
		<comments>http://www.apurvap.com/blog/2011/06/changing-sender-email-php-mail-function/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 02:02:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.apurvap.com/blog/?p=111</guid>
		<description><![CDATA[Pretty simple function and an elegant use of parameters/optional header fields in order to achieve the look of sending an email from a particular email address/sender using the PHP mail method. $Name = &#8220;Your Name&#8221;; //senders name $email = &#8220;your-email@adress.com&#8221;;]]></description>
			<content:encoded><![CDATA[<p>Pretty simple function and an elegant use of parameters/optional header fields in order to achieve the look of sending an email from a particular email address/sender using the PHP mail method.</p>
<blockquote><p>
$Name = &#8220;Your Name&#8221;; //senders name<br />
$email = &#8220;your-email@adress.com&#8221;; //senders e-mail address<br />
$recipient = &#8220;PersonWhoGetsIt@emailadress.com&#8221;; //recipient<br />
$mail_body = &#8220;The text for the mail&#8230;&#8221;; //mail body<br />
$subject = &#8220;Subject for reviewer&#8221;; //subject<br />
$header = &#8220;From: &#8220;. $Name . &#8221; <" . $email . ">\r\n&#8221;; //optional header fields </p>
<p>mail($recipient, $subject, $mail_body, $header); //mail command
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.apurvap.com/blog/2011/06/changing-sender-email-php-mail-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting Sequel Pro to Bluehost databases</title>
		<link>http://www.apurvap.com/blog/2011/06/connecting-sequel-pro-to-bluehost-databases/</link>
		<comments>http://www.apurvap.com/blog/2011/06/connecting-sequel-pro-to-bluehost-databases/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 01:44:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.apurvap.com/blog/?p=103</guid>
		<description><![CDATA[Connecting Sequel Pro to Bluehost is simple task made difficult. Too bad Bluehost doesn&#8217;t give you instructions for the usernames, domains, etc. Anyway, after a decent struggle trying to connect Sequel Pro to my Bluehost database, I found Jason&#8217;s post]]></description>
			<content:encoded><![CDATA[<p>Connecting Sequel Pro to Bluehost is simple task made difficult. Too bad Bluehost doesn&#8217;t give you instructions for the usernames, domains, etc.</p>
<p>Anyway, after a decent struggle trying to connect Sequel Pro to my Bluehost database, I found <a href="http://www.getbetterat.com/web-related/coding/connecting-sequel-pro-to-bluehost-databases/">Jason&#8217;s post</a> and similar information in a <a href="http://www.bluehostforum.com/archive/index.php/t-9995.html">Bluehost forum</a> that didn&#8217;t come up in searches as easily.</p>
<p>First, add your IP to Cpanel > Databases > RemoteMySql. Bluehost makes it simple by letting you hit the Add button next to the autodetected IP. </p>
<p>Second, in Sequel Pro:<br />
Host: your domain name (without the http://www)<br />
Port: 3306<br />
username: database_username<br />
password: database_password</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apurvap.com/blog/2011/06/connecting-sequel-pro-to-bluehost-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset that!</title>
		<link>http://www.apurvap.com/blog/2011/06/reset-that/</link>
		<comments>http://www.apurvap.com/blog/2011/06/reset-that/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 20:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.apurvap.com/blog/?p=93</guid>
		<description><![CDATA[Most times I get requests to reset my system password from IT services, there&#8217;s nothing other than a boring old email telling you to reset it, with a bunch of rules, and worse &#8211; a strict warning that YOU BETTER]]></description>
			<content:encoded><![CDATA[<p>Most times I get requests to reset my system password from IT services, there&#8217;s nothing other than a boring old email telling you to reset it, with a bunch of rules, and worse &#8211; a strict warning that YOU BETTER DO IT.</p>
<p>But I just got this email to reset my password, and it also made me smile about the increasing UX maturity of Deloitte&#8217;s IT Services. </p>
<p><img src="http://www.apurvap.com/blog/wp-content/uploads/2011/06/passwordreset.jpg" alt="" title="passwordreset" width="623" height="245" class="size-full wp-image-95" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apurvap.com/blog/2011/06/reset-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going pro tasks</title>
		<link>http://www.apurvap.com/blog/2009/04/going-pro-tasks/</link>
		<comments>http://www.apurvap.com/blog/2009/04/going-pro-tasks/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 21:56:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://www.apurvap.com/blog/?p=35</guid>
		<description><![CDATA[Finally decided to go with a remember the milk Pro account. After a lot of debate, supporting the gang is good, and its a free iPhone app!]]></description>
			<content:encoded><![CDATA[<p>Finally decided to go with a <a href="http://www.rememberthemilk.com">remember the milk</a> Pro account. After a lot of debate, supporting the gang is good, and its a free iPhone app! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.apurvap.com/blog/2009/04/going-pro-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Third life.</title>
		<link>http://www.apurvap.com/blog/2009/04/third-life/</link>
		<comments>http://www.apurvap.com/blog/2009/04/third-life/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 03:05:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[discover]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[love]]></category>

		<guid isPermaLink="false">http://www.apurvap.com/blog/?p=14</guid>
		<description><![CDATA[This is crazy. First apurvaonline.com, then apurvapangam.com. The first I decide not to renew after 3 years, the second passes the renewal period after 4. Both times I lose the online identity that I create over that period. The need]]></description>
			<content:encoded><![CDATA[<p>This is crazy. First apurvaonline.com, then apurvapangam.com. The first I decide not to renew after 3 years, the second passes the renewal period after 4. Both times I lose the online identity that I create over that period.</p>
<p>The need for the outlet of thought, formulation of ideas and execution of work is what is making me do this a third time around.</p>
<p>It’s been sometime now that I’ve been trying to take some time out to write &#8211; some time to put some ideas to screen. The roadblocks this time, as always, tend to be topical, than purely time constrained. So here goes, a simple list of topics I’d like to start touching upon, as a recap of learnings and insights.</p>
<p>- Designing in the economic trenches, and how this can affect our future (sustainable design, designing better processes)<br />
- Food, and how everyone is becoming a foodie<br />
- Cooking through philosophy, deconstruction at its best<br />
- Reducing waste, the carbon footprint<br />
- Exploring a new city &#8211; San Francisco<br />
- Living healthier &#8211; the half marathon challenge<br />
- Finding happiness &#8211; gratitude, love, and the need of solitude</p>
<p>These should be a good start to things to archive here &#8211; finer brush strokes of the everyday life.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apurvap.com/blog/2009/04/third-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

