<?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>RJDesignz</title>
	<atom:link href="http://rjdesignz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rjdesignz.com</link>
	<description>Design Blog and Portfolio of Rahul Joshi</description>
	<lastBuildDate>Sun, 13 May 2012 13:36:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Open an App in App Store or Play Store from Adobe AIR for Mobile</title>
		<link>http://rjdesignz.com/adobe-air/open-an-app-in-apple-app-store-or-google-play-store-from-adobe-air-for-mobile/</link>
		<comments>http://rjdesignz.com/adobe-air/open-an-app-in-apple-app-store-or-google-play-store-from-adobe-air-for-mobile/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 18:59:13 +0000</pubDate>
		<dc:creator>rjoshicool</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://rjdesignz.com/?p=445</guid>
		<description><![CDATA[In one of my recent applications there was a requirement to open other apps by same publisher in the respective stores on both iOS and Android platforms. After looking a bit over the internet and doing  some experiments, I was able to find how to do so. Though the approaches are pretty straight forward and [...]]]></description>
			<content:encoded><![CDATA[<p>In one of my recent applications there was a requirement to open other apps by same publisher in the respective stores on both iOS and Android platforms. After looking a bit over the internet and doing  some experiments, I was able to find how to do so. Though the approaches are pretty straight forward and what most of ActionScript developers usually do on daily basis, I wanted to share it in case someone was looking for it.</p>
<p>To open an app on Apple App Store on an iOS device, simply use:</p>
<div class="codecolorer-container actionscript3 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #004993;">navigateToURL</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;http://itunes.apple.com/us/app/moneyman/id503230204?ls=1&amp;amp;mt=8&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></div></div>
<p>To open an app in Google Play store, use the same method:</p>
<div class="codecolorer-container actionscript3 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #004993;">navigateToURL</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;https://play.google.com/store/apps/details?id=air.com.bg1.lite&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></div></div>
<p>Using the above code will usually give option to either open the link in browser on the Google Play Store.</p>
<p>In case you want to directly open the app directly in the Google Play Store, you can use:</p>
<div class="codecolorer-container actionscript3 default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">market<span style="color: #000066; font-weight: bold;">:</span><span style="color: #009900; font-style: italic;">//details?id=air.com.bg1.lite</span></div></div>
<p>Here the parameter id is the reverse DNS nomenclature or unique id for your app.</p>
]]></content:encoded>
			<wfw:commentRss>http://rjdesignz.com/adobe-air/open-an-app-in-apple-app-store-or-google-play-store-from-adobe-air-for-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free premium PSD template</title>
		<link>http://rjdesignz.com/downloads/free-premium-psd-template/</link>
		<comments>http://rjdesignz.com/downloads/free-premium-psd-template/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 13:11:02 +0000</pubDate>
		<dc:creator>rjoshicool</dc:creator>
				<category><![CDATA[Downloads]]></category>

		<guid isPermaLink="false">http://rjdesignz.com/?p=436</guid>
		<description><![CDATA[Recently I updated my website to a with a new WordPress Theme. I&#8217;ve been quite a busy setting up the new design and adding content to the new design. I hope the site is now quite a bit done with the design changes. I though of giving away the PSD for the previous website design. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I updated my website to a with a new WordPress Theme. I&#8217;ve been quite a busy setting up the new design and adding content to the new design. I hope the site is now quite a bit done with the design changes.</p>
<p>I though of giving away the PSD for the previous website design. The previous design is a clean and elegant minimalistic one with design. I am giving away this freebie for people to use as it is or use elements from it to build the site upon.</p>
<p><a href="http://rjdesignz.com/wp-content/uploads/2012/04/display3.png"><img class="alignnone size-full wp-image-440" title="RJDesignz Website Freebie" src="http://rjdesignz.com/wp-content/uploads/2012/04/display3.png" alt="RJDesignz Website Freebie" width="600" height="300" /></a></p>
<p><a href="http://rjdesignz.com/wp-content/uploads/2012/04/RJDesignzv4.zip"><img class="alignnone size-full wp-image-442" title="download" src="http://rjdesignz.com/wp-content/uploads/2012/04/download.png" alt="Download RJDesignzv4 PSD" width="250" height="55" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rjdesignz.com/downloads/free-premium-psd-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Momentz- Diary App for iPhone/iPod Touch and Giveaway</title>
		<link>http://rjdesignz.com/uncategorized/my-momentz-diary-app-for-iphoneipod-touch-and-giveaway/</link>
		<comments>http://rjdesignz.com/uncategorized/my-momentz-diary-app-for-iphoneipod-touch-and-giveaway/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 04:10:49 +0000</pubDate>
		<dc:creator>rjoshicool</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rjdesignz.com/?p=295</guid>
		<description><![CDATA[Do you like to jot down your thoughts, write notes or maintain a personal diary/ journal? My Momentz is designed to make this process a whole lot easier and aesthetically pleasing on your device. Features: Privacy concerns? Password protection to keep your entries safe from prying eyes A picture is worth a thousand words. Attach [...]]]></description>
			<content:encoded><![CDATA[<p>Do you like to jot down your thoughts, write notes or maintain a personal diary/ journal? My Momentz is designed to make this process a whole lot easier and aesthetically pleasing on your device.<br/><br />
<span id="more-295"></span><br />
<strong>Features:</strong></p>
<ul>
<li>Privacy concerns? Password protection to keep your entries safe from prying eyes</li>
<li>A picture is worth a thousand words. Attach an image to your entries from the library or capture directly using the camera.</li>
<li>Like something you wrote? Bookmark the entry.</li>
<li>Feeling happy, sad, naughty, angry,&#8230;? Personalize your entries with moods.</li>
<li>*Like to use your app in the landscape mode? Both portrait and landscape mode supported for viewing and editing your moments.</li>
<li>Want to share your thoughts with the world? Share your moments over email or on Facebook.</li>
</ul>
<p><a href="http://itunes.apple.com/us/app/my-momentz/id449002954?mt=8&amp;ls=1"><img class="aligncenter size-full wp-image-296" title="AppStore_badge" src="http://rjdesignz.com/wp-content/uploads/2011/08/AppStore_badge.png" alt="" width="173" height="60" /></a></p>
<p><strong>Giveaway details:</strong><br />
I am giving away 5 promo codes for the application. In order to enter this contest, just comment below on &#8220;What feature you would like to see in a Diary App?&#8221; Comments with best suggestions would be chosen and given promo codes by email. The contest ends on <strong>15th August 2011</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rjdesignz.com/uncategorized/my-momentz-diary-app-for-iphoneipod-touch-and-giveaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free One Page Portfolio Website Template</title>
		<link>http://rjdesignz.com/downloads/free-one-page-portfolio-website-template/</link>
		<comments>http://rjdesignz.com/downloads/free-one-page-portfolio-website-template/#comments</comments>
		<pubDate>Sat, 08 May 2010 20:09:59 +0000</pubDate>
		<dc:creator>rjoshicool</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://rjdesignz.com/?p=283</guid>
		<description><![CDATA[This is a clean one page portfolio website template. The template is available in 4 variants- Dark Pink, Grey, Dark Peach and a Bonus one. The template consists of the source PSD files and the HTML/CSS files also. A brief documentation is also included within the download. Few features of the template are: Consists of [...]]]></description>
			<content:encoded><![CDATA[<p>This is a clean one page portfolio website template. The template is available in 4 variants- Dark Pink, Grey, Dark Peach and a Bonus one. The template consists of the source PSD files and the HTML/CSS files also. A brief documentation<span id="more-283"></span> is also included within the download. Few features of the template are:</p>
<ul>
<li>Consists of Home, Portfolio, About and Contact Section.</li>
<li>Coda Slider and Thickbox effects.</li>
<li>Works fine on Firefox 3, IE 7, Google Chrome and Apple Safari 3.1</li>
</ul>
<p>If you use the template in any form, a credit or link-back to my site would be appreciated.</p>
<p><a title="One Page Website Template" href="http://rjdesignz.com/wp-content/themes/RJDesignz-ver-4/uploads/one-page/" target="_blank" class="demo-link">Preview Template</a></p>
<p><a title="Download Template" href="http://rjdesignz.com/wp-content/themes/RJDesignz-ver-4/uploads/OnePage-by-RJDesignz.zip" target="_blank" class="download-link">Download Template</a></p>
]]></content:encoded>
			<wfw:commentRss>http://rjdesignz.com/downloads/free-one-page-portfolio-website-template/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

