<?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>Official blog of blokes at ByteAlly</title>
	<atom:link href="http://curry.byteally.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://curry.byteally.com</link>
	<description>Official blog of blokes at ByteAlly</description>
	<lastBuildDate>Wed, 27 Jul 2011 15:03:33 +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>Granting remote access to your MySQL database</title>
		<link>http://curry.byteally.com/granting-remote-access-to-your-mysql-database/</link>
		<comments>http://curry.byteally.com/granting-remote-access-to-your-mysql-database/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 23:00:21 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=93</guid>
		<description><![CDATA[I will keep this short and sweet! if you want to access all your databases if you want to access a particular database]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/granting-remote-access-to-your-mysql-database/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p><img class="aligncenter size-full wp-image-107" title="mysql" src="http://curry.byteally.com/wp-content/uploads/2011/04/mysql.jpg" alt="" width="500" height="291" />I will keep this short and sweet!</p>
<p>if you want to access all your databases</p>
<pre class="brush: plain; title: ; notranslate">GRANT ALL ON *.* TO username@'yourhostnameorip' IDENTIFIED BY 'PASSWORD</pre>
<p>if you want to access a particular database</p>
<pre class="brush: plain; title: ; notranslate">GRANT ALL ON databasename.* TO username@'yourhostnameorip' IDENTIFIED BY 'PASSWORD</pre>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/granting-remote-access-to-your-mysql-database/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/granting-remote-access-to-your-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Solved] The Web Application project &#8216;MyWebApp&#8217; is configured to use IIS error</title>
		<link>http://curry.byteally.com/solved-the-web-application-project-mywebapp-is-configured-to-use-iis-error/</link>
		<comments>http://curry.byteally.com/solved-the-web-application-project-mywebapp-is-configured-to-use-iis-error/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 12:53:53 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=85</guid>
		<description><![CDATA[Solution to "The Web Application project 'MyWebApp' is configured to use IIS. To access local IIS Web sites, you must install the following IIS components - IIS 6 Metabase and IIS 6 Configuration Compatibility Authentication" <a href="http://curry.byteally.com/solved-the-web-application-project-mywebapp-is-configured-to-use-iis-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/solved-the-web-application-project-mywebapp-is-configured-to-use-iis-error/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter size-large wp-image-124" title="IIS7" src="http://curry.byteally.com/wp-content/uploads/2011/04/IIS7-1024x768.jpg" alt="" width="819" height="614" />&#8220;The Web Application project &#8216;MyWebApp&#8217; is configured to use IIS.</p>
<p>To access local IIS Web sites, you must install the following IIS components</p>
<p>IIS 6 Metabase and IIS 6 Configuration Compatibility Authentication&#8221;</p>
<p>This happens when a project created using Visual Studio 2008 is imported opened using Visual Studio 2010. To solve this issue do the following</p>
<p>1) Open your CSProj file in a text editor</p>
<p>2) Replace the following lines</p>
<pre class="brush: plain; title: ; notranslate">

&amp;lt;UseIIS&amp;gt;True&amp;lt;/UseIIS&amp;gt;</pre>
<p>with</p>
<pre class="brush: plain; title: ; notranslate">&amp;lt;UseIIS&amp;gt;False&amp;lt;/UseIIS&amp;gt;</pre>
<p>and</p>
<pre class="brush: plain; title: ; notranslate">&amp;lt;IISUrl&amp;gt;http://localhost/site&amp;lt;/IISUrl&amp;gt;</pre>
<p>with</p>
<pre class="brush: plain; title: ; notranslate">&amp;lt;CustomServerUrl&amp;gt; http://localhost/site &amp;lt;/CustomServerUrl&amp;gt;</pre>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/solved-the-web-application-project-mywebapp-is-configured-to-use-iis-error/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/solved-the-web-application-project-mywebapp-is-configured-to-use-iis-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sticky wicket. Dealing with FBML deprecation, Iframe facebook app as page tab</title>
		<link>http://curry.byteally.com/sticky-wicket-dealing-with-fbml-deprecation-iframe-facebook-app-as-page-tab/</link>
		<comments>http://curry.byteally.com/sticky-wicket-dealing-with-fbml-deprecation-iframe-facebook-app-as-page-tab/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 13:31:07 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fbml]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=80</guid>
		<description><![CDATA[Here is the situation break-down. *Facebook is deprecating FBML this year, 2011. *FBML is most often used to create facebook page tabs. Since facebook is deprecating FBML it no more makes sense. *Facebook documents say developers need to go with &#8230; <a href="http://curry.byteally.com/sticky-wicket-dealing-with-fbml-deprecation-iframe-facebook-app-as-page-tab/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/sticky-wicket-dealing-with-fbml-deprecation-iframe-facebook-app-as-page-tab/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p><img class="aligncenter size-full wp-image-118" title="fbml-logo" src="http://curry.byteally.com/wp-content/uploads/2011/01/fbml-logo.jpg" alt="" width="500" height="500" />Here is the situation break-down.<br />
*Facebook is deprecating FBML this year, 2011.<br />
*FBML is most often used to create facebook page tabs. Since facebook is deprecating FBML it no more makes sense.<br />
*Facebook documents say developers need to go with Iframe apps from now on and not FBML.<br />
*So in order to create a facebook page tab, one needs to create a facebook application(IFRAME) and add the app as a page tab.<br />
*BUT, iframe is not allowed inside page tabs, as in tags such as <em>body</em> , any custom Javascript is not allowed inside a page tab.</p>
<p>So its a messy situation. Is there any solution to this problem? the answer is <strong>NO</strong>. Going still with FBML is the only solution.</p>
<p>I had to spend hours and hours to find out that there is no solution to this problem as of now. The only way is to go with FBML even though Facebook suggests against doing it. And thats exactly why i am posting this. So you guys save time.</p>
<p>There is a super easy way to add a facebook application(IFrame) to your page as a tab. Just an URL with the following format will do.</p>
<p>http://www.facebook.com/add.php?api_key={<em>your_facebook_app_key</em>}&#038;pages=1&#038;page={<em>page_id</em>}</p>
<p>Here is an example. You will know what i am talking about</p>
<p><a href="http://www.facebook.com/add.php?api_key=d702312c39692db23db1f5b321051191&amp;pages=1" target="_blank">http://www.facebook.com/add.php?api_key=d702312c39692db23db1f5b321051191&amp;pages=1</a></p>
<p>And now an another problem with facebook Iframe app as your page tab. I am very sure most of the time you will need to access the visiting user&#8217;s information. But hey guess what? <strong>You cannot access it. Period. (if your page tab is a facebook application).</strong></p>
<p>You will need to prompt the user for permission to access it. I have not tried doing it. I just used FBML even though its against what Facebook suggests. Facebook has seriously messed this up and i hope they will sort this entire FBML vs IFrame thing soon or else developers might go crazy.</p>
<p>Went crazy but now fine,</p>
<p>Keyan</p>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/sticky-wicket-dealing-with-fbml-deprecation-iframe-facebook-app-as-page-tab/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/sticky-wicket-dealing-with-fbml-deprecation-iframe-facebook-app-as-page-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In search of the neos and the oracles</title>
		<link>http://curry.byteally.com/in-search-of-the-neos-and-the-oracles/</link>
		<comments>http://curry.byteally.com/in-search-of-the-neos-and-the-oracles/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 20:13:23 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[ByteAlly]]></category>
		<category><![CDATA[hiring]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=66</guid>
		<description><![CDATA[Folks, We are looking for freshers who love working with web development in a start-up environment. We say &#8216;web-development&#8217; because he or she should be willing to work with HTML, Javascript, CSS, Ruby on Rails and PHP. Yes. from UI &#8230; <a href="http://curry.byteally.com/in-search-of-the-neos-and-the-oracles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/in-search-of-the-neos-and-the-oracles/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p>Folks,</p>
<p>We are looking for freshers who love working with web development in a start-up environment. We say &#8216;web-development&#8217; because he or she should be willing to work with HTML, Javascript, CSS, Ruby on Rails and PHP. Yes. from UI to server side stuff. It will only help you in staying ahead of your contemporaries working in MNCs. Believe me its good for you.</p>
<p>And to be fair, we don’t expect you to know everything from HTML, JS, CSS to RoR and PHP. You would qualify if you know HTML, CSS and PHP and have a great deal of love for web apps. The rest of the stuff you can learn here.</p>
<p>Lets talk about the company now. ByteAlly officially became a private limited in February 2010. We have clients across US, Europe and India. We primarily develop anything that can run on the web, but our main focus for the next year or so would be on Social media marketing and analytics which is a fascinating segment to work on.</p>
<p>So shoot us an email at <strong>putchuttni@byteally.com</strong> if you are interested along with your resume, twitter ID(if you have one), blog urls (if you have any). Oh yes, we would like to know you better before we have some face time.</p>
<p>Cheers,<br />
Karthikeyan Mani<br />
CTO/Managing Director/Chef/ Car driver<br />
ByteAlly Software Solutions private limited.</p>
<p>www.byteally.com</p>
<div id="attachment_69" class="wp-caption aligncenter" style="width: 633px"><img class="size-full wp-image-69  " title="byteally careers" src="http://curry.byteally.com/wp-content/uploads/2010/12/careersba.jpg" alt="byteally careers" width="623" height="675" /><p class="wp-caption-text">byteally careers</p></div>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/in-search-of-the-neos-and-the-oracles/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/in-search-of-the-neos-and-the-oracles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons learnt on PayPal Website Payments Pro API today, Supported currencies, Changes needed with Active merchant integration</title>
		<link>http://curry.byteally.com/lessons-learnt-on-paypal-website-payments-pro-api-today-supported-currencies-changes-needed-with-active-merchant-integration/</link>
		<comments>http://curry.byteally.com/lessons-learnt-on-paypal-website-payments-pro-api-today-supported-currencies-changes-needed-with-active-merchant-integration/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 20:01:59 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[active merchant]]></category>
		<category><![CDATA[currency]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[pro us]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=60</guid>
		<description><![CDATA[First of all the blokes at paypal need to organize their documentation well. I spent more time trying to figure out the currencies  supported by PayPal web standards pro for reals than i spent on the actual integration. There seems &#8230; <a href="http://curry.byteally.com/lessons-learnt-on-paypal-website-payments-pro-api-today-supported-currencies-changes-needed-with-active-merchant-integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/lessons-learnt-on-paypal-website-payments-pro-api-today-supported-currencies-changes-needed-with-active-merchant-integration/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p><img class="aligncenter size-full wp-image-115" title="Paypal" src="http://curry.byteally.com/wp-content/uploads/2010/12/images.jpg" alt="" width="426" height="118" />First of all the blokes at paypal need to organize their documentation well. I spent more time trying to figure out the currencies  supported by PayPal web standards pro for reals than i spent on the actual integration. There seems to be a confusion amongst fellow developers too regarding the currencies supported by PayPal Website Payments Pro.</p>
<p>Paypal website payments pro<strong> US</strong> supports only <strong><samp class="codeph"></samp><samp class="codeph">AUD,</samp><samp class="codeph">CAD,</samp><samp class="codeph">EUR,</samp><samp class="codeph">JPY,</samp><samp class="codeph">GBP,</samp><samp class="codeph">USD</samp></strong></p>
<p>while Paypal website payments pro <strong>UK and Canada</strong> supports</p>
<p><strong><samp class="codeph">AUD,</samp><samp class="codeph">CAD,</samp><samp class="codeph">EUR,</samp><samp class="codeph">JPY,</samp><samp class="codeph">GBP,</samp></strong><strong><samp class="codeph"></samp><samp class="codeph">USD,</samp><samp class="codeph">CHF,</samp><samp class="codeph">SEK,</samp><samp class="codeph">SGD,</samp><samp class="codeph">PLN,</samp><samp class="codeph">NZD,</samp><samp class="codeph">NOK,</samp><samp class="codeph">DKK,</samp></strong><samp class="codeph"><strong>CZK</strong></samp><samp class="codeph"></samp><samp class="codeph"><strong><br />
</strong></samp></p>
<p>So my fellow developers from switzerland , denmark,  hungary, new zealand, poland, norway, singapore and sweden, im sure your currencies smell lovely! but its sad PayPal does not support them yet with <strong>Pro US </strong>accounts. Hmmm.</p>
<p>And going now to the actual integration, i found out today that with Direct Payment when you are authorizing or paying with a new credit card, the billing address is necessary otherwise the API will return the error</p>
<p>&#8220;Please enter a complete shipping address&#8221;</p>
<p>So be sure to send that in as well to the API. If you are using ActiveMerchant gem for ruby on rails to integrate PayPal the code below is for your reference.</p>
<pre class="brush: ruby; title: ; notranslate">

response = gateway.authorize(100, credit_card,{ :ip =&gt; &quot;127.0.0.1&quot;,:billing_address =&gt; {
 :name     =&gt; &quot;vin dibly&quot;,
 :address1 =&gt; &quot;#3, The street where no milkman arrives, Mullholand drive&quot;,
 :city     =&gt; &quot;Los angeles&quot;,
 :state    =&gt; &quot;California&quot;,
 :country  =&gt; &quot;US&quot;,
 :zip      =&gt; &quot;90001&quot;}}

 )
</pre>
<p>And please note that the value for country should be the Iso2 country code and not the country&#8217;s name.</p>
<p>If you happen to work with PayPal website payments pro please be sure to go through the following link. Will be helpful</p>
<p><a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_api_WPWebsitePaymentsPro" target="_blank">https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_api_WPWebsitePaymentsPro</a></p>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/lessons-learnt-on-paypal-website-payments-pro-api-today-supported-currencies-changes-needed-with-active-merchant-integration/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/lessons-learnt-on-paypal-website-payments-pro-api-today-supported-currencies-changes-needed-with-active-merchant-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Promotage has been selected as one of the 20 finalists for Seedcamp Mumbai 2010</title>
		<link>http://curry.byteally.com/promotage-has-been-selected-as-one-of-the-20-finalists-for-seedcamp-mumbai-2010/</link>
		<comments>http://curry.byteally.com/promotage-has-been-selected-as-one-of-the-20-finalists-for-seedcamp-mumbai-2010/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 12:26:49 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[ByteAlly]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[promotage]]></category>
		<category><![CDATA[seedcamp]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=56</guid>
		<description><![CDATA[We are glad that Promotage has been selected as one of the 20 finalists for Seedcamp Mumbai 2010. Seedcamp Mumbai is a one day event aiming to connect the 20 best web-tech, mobile and software talent with some of the &#8230; <a href="http://curry.byteally.com/promotage-has-been-selected-as-one-of-the-20-finalists-for-seedcamp-mumbai-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/promotage-has-been-selected-as-one-of-the-20-finalists-for-seedcamp-mumbai-2010/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p><img class="aligncenter size-full wp-image-109" title="seedcamp" src="http://curry.byteally.com/wp-content/uploads/2010/11/seedcamp.png" alt="" width="150" height="150" />We are glad that <a href="http://www.promotage.com" target="_blank">Promotage </a>has been selected as one of the 20 finalists for Seedcamp Mumbai 2010. Seedcamp Mumbai is a one day event aiming to connect the 20 best web-tech, mobile and software talent with some of the leading entrepreneurs, developers, and experts from the Indian, Asian, and European tech ecosystems.</p>
<p><a href="http://blog.seedcamp.com/2010/11/seedcamp-mumbai-finalists-announced.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+seedcamp%2Fhtzs+%28seedcamp%29" target="_blank">Here</a> is the link to the list of other startups that have been selected.</p>
<p>Congratulations to the team. Its been a great ride so far and we are hoping to make it bigger.</p>
<p>We are also thrilled to see three other companies from Chennai making it to the final list. Looking forward to meeting them at Seedcamp.</p>
<p>Cheers,</p>
<p>Keyan</p>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/promotage-has-been-selected-as-one-of-the-20-finalists-for-seedcamp-mumbai-2010/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/promotage-has-been-selected-as-one-of-the-20-finalists-for-seedcamp-mumbai-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calculating future gmt datetime with Ruby on Rails</title>
		<link>http://curry.byteally.com/calculating-future-gmt-datetime-with-ruby-on-rails/</link>
		<comments>http://curry.byteally.com/calculating-future-gmt-datetime-with-ruby-on-rails/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 20:42:09 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[future date and time]]></category>
		<category><![CDATA[GMT]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=53</guid>
		<description><![CDATA[Calculating the current GMT and calculating a future datetime in GMT using Ruby on Rails <a href="http://curry.byteally.com/calculating-future-gmt-datetime-with-ruby-on-rails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/calculating-future-gmt-datetime-with-ruby-on-rails/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p style="text-align: center;"><img class="aligncenter size-full wp-image-112" title="Ruby on Rails" src="http://curry.byteally.com/wp-content/uploads/2010/11/ruby-on-rails.jpg" alt="" width="530" height="331" />created_at, updated_at. Is there any table without those two columns when it comes to applications?. We usually store the GMT for such fields. Storing the datetime in GMT makes internationalization a cake walk. Sometimes there might be a need to calculate future dates too. And here is how you do it using RoR(ruby on rails).</p>
<p>Calculating the current GMT</p>
<pre class="brush: ruby; title: ; notranslate">

time_stamp = Time.now()
gmt_stamp = time_stamp.gmtime
gmt = Time.gm(gmt_stamp.year,gmt_stamp.month,gmt_stamp.day, gmt_stamp.hour, gmt_stamp.min)
&quot;#{gmt.strftime('%Y-%m-%d %H:%M:%S')}&quot;
</pre>
<p>The above function returns the gmt in a format that is supported by some of the major SQL databases(mySQL, MS SQL)</p>
<p>Now, calculating a future datetime in GMT</p>
<pre class="brush: ruby; title: ; notranslate">

 time_stamp = Time.now()
 gmt_stamp = time_stamp.gmtime
 future_gmt = Time.gm(gmt_stamp.year,gmt_stamp.month,gmt_stamp.day, gmt_stamp.hour, gmt_stamp.min) + length.to_i.months
 # to calculate by days + length.to_i.days
 # by hours + length.to_i.hours#minutes length.to_i.minutes
 &quot;#{future_gmt.strftime('%Y-%m-%d %H:%M:%S')}&quot;
</pre>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/calculating-future-gmt-datetime-with-ruby-on-rails/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/calculating-future-gmt-datetime-with-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Verification status of a paypal account , Ruby on Rails, PayPal Adaptive Accounts GetVerifiedStatus</title>
		<link>http://curry.byteally.com/finding-verification-status-of-a-paypal-account-ruby-on-rails-paypal-adaptive-accounts-getverifiedstatus/</link>
		<comments>http://curry.byteally.com/finding-verification-status-of-a-paypal-account-ruby-on-rails-paypal-adaptive-accounts-getverifiedstatus/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 05:44:49 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Adaptive accounts]]></category>
		<category><![CDATA[GetVerifiedStatus]]></category>
		<category><![CDATA[PayPal]]></category>
		<category><![CDATA[Ruby Rails]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=20</guid>
		<description><![CDATA[We recently had a requirement where we had to find the &#8220;verification&#8221; status of any given paypal account. This might be very useful to reduce the risk of online frauds. I was searching for a Ruby on rails plugin for &#8230; <a href="http://curry.byteally.com/finding-verification-status-of-a-paypal-account-ruby-on-rails-paypal-adaptive-accounts-getverifiedstatus/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/finding-verification-status-of-a-paypal-account-ruby-on-rails-paypal-adaptive-accounts-getverifiedstatus/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p><img class="aligncenter size-full wp-image-47" title="paypalruby" src="http://curry.byteally.com/wp-content/uploads/2010/07/paypalruby.jpg" alt="" width="650" height="250" />We recently had a requirement where we had to find the &#8220;verification&#8221; status of any given paypal account. This might be very useful to reduce the risk of online frauds. I was searching for a Ruby on rails plugin for PayPal&#8217;s adaptive accounts API. Neither did i have the time nor the patience to go through the search results. Looking at the GetVerifiedStatus Adaptive Accounts API it looked damn straight forward. So i went ahead to implement it with my own code.</p>
<p>Its pretty simple. I used the <em>httpclient</em> gem, which is pretty cool, to make the http request. You can install it by doing</p>
<pre class="brush: plain; title: ; notranslate"> gem install httpclient</pre>
<p>I also use the <em>xmlsimple</em> gem to process the response from the API. Makes things a lot easier.</p>
<pre class="brush: plain; title: ; notranslate"> gem install xml-simple</pre>
<p>Once you have the gems installed, these are the parameters you got to watch out for</p>
<p>The <strong>end point</strong> for Sandbox is</p>
<pre class="brush: plain; title: ; notranslate">https://svcs.sandbox.paypal.com/AdaptiveAccounts/GetVerifiedStatus</pre>
<p>And the production end point is</p>
<pre class="brush: plain; title: ; notranslate">https://svcs.paypal.com/AdaptiveAccounts/GetVerifiedStatus</pre>
<p>The entire code. Here you go!</p>
<pre class="brush: ruby; title: ; notranslate">
def verify_paypal
   #include the gems needed
    require 'httpclient'
    require 'xmlsimple'
   #set the header of the request
    header =  {&quot;X-PAYPAL-SECURITY-USERID&quot; =&gt; &quot;tok261_biz_api.abc.com&quot;,
               &quot;X-PAYPAL-SECURITY-PASSWORD&quot; =&gt; &quot;1244612379&quot;,
               &quot;X-PAYPAL-SECURITY-SIGNATURE&quot; =&gt; &quot;lkfg9groingghb4uw5&quot;,
               &quot;X-PAYPAL-REQUEST-DATA-FORMAT&quot; =&gt; &quot;NV&quot;,
               &quot;X-PAYPAL-RESPONSE-DATA-FORMAT&quot; =&gt; &quot;XML&quot;,
               &quot;X-PAYPAL-APPLICATION-ID&quot; =&gt;  &quot;APP-80W284485P519543T&quot;
                }
    #data to be sent in the request
    data = {&quot;emailAddress&quot; =&gt; params[:paypal],
           &quot;firstName&quot;=&gt; current_user.first_name,
           &quot;lastName&quot; =&gt; current_user.last_name,
           &quot;matchCriteria&quot;=&gt; &quot;NAME&quot;,
           &quot;requestEnvelope.errorLanguage&quot; =&gt; &quot;en_US&quot;}
    #initialize the request
    clnt = HTTPClient.new
    #API end point(sandbox)
    uri = &quot;https://svcs.sandbox.paypal.com/AdaptiveAccounts/GetVerifiedStatus&quot;
    #make the post
    res = clnt.post(uri, data, header)
   #if the request is successfull parse the XML
   if res.status == 200
     @xml = XmlSimple.xml_in(res.content)
     #check if the status node exists in the xml
     if @xml['accountStatus']!=nil
       account_status = @xml['accountStatus'][0]
       #its pretty obvious from here init?
         if account_status.to_s() == &quot;VERIFIED&quot;
            render :text =&gt; &quot;Account verified&quot;
        else
            render :text =&gt; &quot;Oopsy! Yet to be verified&quot;
        end

    else
       render :text =&gt; &quot;Gee! sorry! something went seriously wrong&quot;
    end

  end

 end
</pre>
<p>Breaking it down. First the request header. PayPal expects the following parameters in the request header</p>
<pre class="brush: ruby; title: ; notranslate">#set the headers of the request
 #X-PAYPAL-SECURITY-USERID = &lt;Your API username&gt;
 #X-PAYPAL-SECURITY-PASSWORD = &lt;Your API password&gt;
 #X-PAYPAL-SECURITY-SIGNATURE = &lt;Your API signature&gt;
 #X-PAYPAL-REQUEST-DATA-FORMAT = NV
 #Please note that for sandbox you can use APP-80W284485P519543T
 # as the X-PAYPAL-APPLICATION-ID
 header =  {&quot;X-PAYPAL-SECURITY-USERID&quot; =&gt; &quot;tok261_biz_api.abc.com&quot;,
 &quot;X-PAYPAL-SECURITY-PASSWORD&quot; =&gt; &quot;1244612379&quot;,
 &quot;X-PAYPAL-SECURITY-SIGNATURE&quot; =&gt; &quot;lkfg9groingghb4uw5&quot;,
 &quot;X-PAYPAL-REQUEST-DATA-FORMAT&quot; =&gt; &quot;NV&quot;,
 &quot;X-PAYPAL-RESPONSE-DATA-FORMAT&quot; =&gt; &quot;XML&quot;,
 &quot;X-PAYPAL-APPLICATION-ID&quot; =&gt;  &quot;APP-80W284485P519543T&quot;
 }</pre>
<p>In the above snippet if you notice, im sending the data as name value pairs in the request.</p>
<pre class="brush: ruby; title: ; notranslate">&quot;X-PAYPAL-REQUEST-DATA-FORMAT&quot; =&gt; &quot;NV&quot;</pre>
<p>and consuming the response data in XML format.</p>
<pre class="brush: ruby; title: ; notranslate">&quot;X-PAYPAL-RESPONSE-DATA-FORMAT&quot; =&gt; &quot;XML&quot;</pre>
<p><em>Please note that paypal sends and accepts data as NV,XML,JSON</em></p>
<p>Now comes the data to be sent along the request</p>
<pre class="brush: ruby; title: ; notranslate">data = {&quot;emailAddress&quot; =&gt; &quot;vindibly@dibly.net&quot;,
 &quot;firstName&quot;=&gt; &quot;vin&quot;,
 &quot;lastName&quot; =&gt; &quot;dibly&quot;,
 &quot;matchCriteria&quot;=&gt; &quot;NAME&quot;,
 &quot;requestEnvelope.errorLanguage&quot; =&gt; &quot;en_US&quot;}</pre>
<p>All the parameters are required for <em>GetVerifiedStatus </em>call. <em>firstName</em>, <em>lastName</em>, <em>matchCriteria</em>. The parameter <em>matchCriteria </em>takes only the value &#8220;<strong>NAME</strong>&#8221; as of now and this is case sensitive. The API checks if the account is the name of &#8220;vin dibly&#8221; in case of our example. If that varies, status is returned as unknown. So we got to make sure the user provides or your system has the right first and last name of the user.</p>
<p>The rest of it</p>
<pre class="brush: ruby; title: ; notranslate">clnt = HTTPClient.new</pre>
<p>sandbox url</p>
<pre class="brush: ruby; title: ; notranslate">uri = &quot;https://svcs.sandbox.paypal.com/AdaptiveAccounts/GetVerifiedStatus&quot;</pre>
<p>Post the data with the header information to the API</p>
<pre class="brush: ruby; title: ; notranslate">res = clnt.post(uri, data, header)</pre>
<p>check if the request is succesfull</p>
<pre class="brush: ruby; title: ; notranslate">if res.status == 200</pre>
<p>#now parse the response content(which happens to be a XML in our case)</p>
<pre class="brush: ruby; title: ; notranslate">@xml = XmlSimple.xml_in(res.content)</pre>
<p>make sure the node isnt nil and check the status value</p>
<pre class="brush: ruby; title: ; notranslate"> if @xml['accountStatus']!=nil

#yep this is where the status sits
 account_status = @xml['accountStatus'][0]

#you know what to do if its a verified account
 if account_status.to_s() == &quot;VERIFIED&quot;

#do your logic
 render :text =&gt; &quot;Account verified&quot;
 else
 render :text =&gt; &quot;Oopsy! Yet to be verified&quot;
 end

 else
 render :text =&gt; &quot;Gee! sorry! something went seriously wrong&quot;
 end
 end
</pre>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/finding-verification-status-of-a-paypal-account-ruby-on-rails-paypal-adaptive-accounts-getverifiedstatus/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/finding-verification-status-of-a-paypal-account-ruby-on-rails-paypal-adaptive-accounts-getverifiedstatus/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>First Salute!</title>
		<link>http://curry.byteally.com/first-salute/</link>
		<comments>http://curry.byteally.com/first-salute/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 09:53:01 +0000</pubDate>
		<dc:creator>keyanmk</dc:creator>
				<category><![CDATA[ByteAlly]]></category>
		<category><![CDATA[byteally]]></category>

		<guid isPermaLink="false">http://curry.byteally.com/?p=5</guid>
		<description><![CDATA[It has been an amazing journey fo r us. We have grown rapidly. From being a solely owned business to becoming a private Ltd company. We wanted to rebrand our website and mark a new milestone for ByteAlly. One of the &#8230; <a href="http://curry.byteally.com/first-salute/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/first-salute/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			<p>It has been an amazing journey fo r us. We have grown rapidly. From being a solely owned business to becoming a private Ltd company. We wanted to rebrand our website and mark a new milestone for <strong>ByteAlly</strong>. One of the results of it is our new website!</p>
<p>What on earth do these stick figures with super cool hairdos mean!!??! What it is got to do with web development?. Is There a correlation.  These hairdos resemble that of George Harrison, Bob Marley, Elvis Presley, Tutankhamun (not an hairdo exactly, well sort of). Im sure many of you would have recognized it immediately. Well that’s what we are about. Our fundamental rule works in a simple but effective way, as in building global brands doesn’t require complex features but simple reachable solutions.</p>
<p>You do not need herculean power to see through our most striking features!</p>
<p>Its not often easy to recognize that important factor which makes the biggest impact amongst the target users. That’s where we come into play. We not only write chunks of code and come up with layouts and graphical interfaces, we also help you analyze your competition, understand the market, end users and guide you come up with a business product in the end rather than just a web application. To put it simply we know what it takes to make your end user use your product.</p>
<p>Okay, whats so special about us. Well the answer is simple. We are a small team. So during the pre-project  stages you wont be talking  to a so called ‘Project Manager’ who has no clue what ‘PHP’ or ‘Ruby Rails’ or a web server is. From beginning to the end, the communication is neat and straight. Its between you and our programmers. You may ask what a programmer might know about business? Well, at <strong>ByteAlly</strong> we don’t just hire programmers who knows just how to code, we hire people who can understand the business  side of the application they are building, which we believe is the greatest asset of our team. That’s why we are small, we don’t need that extra guy who tries to tell us what you discussed with him during the initial phases and messes it up. That’s why we choose to be small. And that’s exactly why we end up understanding our customer and his product inside out.</p>
<p>Since we use the word ’small’ very  often, it may make you wonder whether we can handle big projects. Only a small tightly knit team can handle complex projects. Infact we are currently working on a monster of a project.  This way we don’t rely on just technology to communicate. Our small environment and development methodology allows us to discuss and debate our work vigorously during production. Makes work a lot more engaging, does it not?</p>
<p>Most of the credit for our rapid growth goes to the OpenSource community. Imagine  a world without PHP or Ruby Rails or Python? We acknowledge their contribution and would love to give back to the community. That we chose as one of our prime agenda when our business venture became a private company. To share what we learn and give away as much as we take from the Open Source community. We are going to do that through our blog space, applications, and presentations. So please do stop by at our blog and our website when you can.</p>
<p>Cheerio!<br />
Keyan,<br />
Web programmer/Managing Director,<br />
<strong>ByteAlly</strong> Software Solutions Pvt Ltd</p>
<p><img class="aligncenter size-full wp-image-10" title="byteallycharacters" src="http://curry.byteally.com/wp-content/uploads/2010/03/byteallycharcaters.gif" alt="" width="650" height="250" /></p>

			<!--Facebook Like and Send button by darkomitrovic.com-->
			<div id="fb-root"></div>
			<script>
			<!--
			  window.fbAsyncInit = function() {
				FB.init({appId: "224955984185367", status: true, cookie: true, xfbml: true});
			  };
			  (function() {
				var e = document.createElement("script"); e.async = true;
				e.src = document.location.protocol +
				  "//connect.facebook.net/en_US/all.js";
				document.getElementById("fb-root").appendChild(e);
			  }());
			-->
			</script>
			<fb:like href="http://curry.byteally.com/first-salute/" send="true" layout="standard" width="450" show_faces="true" colorscheme="light" action="like" font=""></fb:like>
			<!--Facebook Like and Send button by darkomitrovic.com-->
			]]></content:encoded>
			<wfw:commentRss>http://curry.byteally.com/first-salute/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

