<?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/"
	>

<channel>
	<title>Injoit.com iPhone developers' blog</title>
	<atom:link href="http://www.injoit.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.injoit.com/blog</link>
	<description>internet joy it</description>
	<pubDate>Fri, 26 Jun 2009 20:10:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting to know OAuth</title>
		<link>http://www.injoit.com/blog/2009/06/26/getting-to-know-oauth/</link>
		<comments>http://www.injoit.com/blog/2009/06/26/getting-to-know-oauth/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 20:10:55 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Fun at work]]></category>

		<category><![CDATA[QA and testing]]></category>

		<category><![CDATA[Web technologies]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[authentication]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[games]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[nonce]]></category>

		<category><![CDATA[oauth]]></category>

		<category><![CDATA[online high scores]]></category>

		<category><![CDATA[timestamp]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=232</guid>
		<description><![CDATA[Today we are having a real life test of our online high scores system because iCombat game version 1.2  got approved by Apple and there has been a flow of users populating the DB with their scores since then.
And suddenly it has stopped working - the online table wouldn&#8217;t show and as a result I [...]]]></description>
			<content:encoded><![CDATA[<p>Today we are having a real life test of our <a href="http://www.igetscores.com/">online high scores system</a> because iCombat game version 1.2  got approved by Apple and there has been a flow of users populating the DB with their scores since then.</p>
<p>And suddenly it has stopped working - the online table wouldn&#8217;t show and as a result I had to learn a bit more about <a href="http://oauth.net/">OAuth system</a> we are using for the authentication purposes.</p>
<p><span id="more-232"></span></p>
<p>But want to tell a bit about how it has started. First there was a post here in our blog:<br />
<a href="http://www.injoit.com/blog/2009/02/20/an-idea-for-saving-game-scores-online-for-iphone-apps/">http://www.injoit.com/blog/2009/02/20/an-idea-for-saving-game-scores-online-for-iphone-apps/<br />
</a>where I was thinking aloud on how to make a solution to store the high scores online (for our iPhone games). And then Chris Messina (one of the authors of OAuth) has made his comment &#8216;Sounds like you’re reinventing OAuth!&#8217;. So this is how I opened OAuth for myself and then decided indeed to use it as an authentication for our system.</p>
<p>Later we have decided to make the system open source and now it&#8217;s in beta stage, but it&#8217;s already installed in 4 iPhone games.</p>
<p>It&#8217;s fantastic how OAuth has resolved all our authentication problems and we didn&#8217;t have to write it everything from scratch. The only thing I&#8217;m afraid of is I&#8217;ve just used it as is, picked the standard php+mysql implementation, made a few modifications and that&#8217;s it. Still I&#8217;m far from understanding of all the aspects of how this thing works.</p>
<p>The example was today when iCombat players started to update it to version 1.2 where our iGetScores system has been implemented and suddenly it just stopped working. The funny thing was that the system still worked for other game so I couldn&#8217;t believe the problem was with the server and was looking elsewhere. Then tried to get a request token with my testing web client and got this error:</p>
<pre>OAuth Verification Failed: Timestamp is out of sequence. Request rejected.
Got 1246034104 last max is 1246119788 allowed skew is 600</pre>
<p>Suddenly I realized that users playing the game have different time zones and therefore after I have tested it in Ukraine and my time was 8 p.m., the users from New York had no chance to add their scores until their local time will be the same (in 5 hours or so).</p>
<p>So I didn&#8217;t have a choice but to comment those lines in server where it checks the nonce/timestamp pair. Because if we make any alterations to the iPhone client, we would need to re-submit the game and it might take weeks for Apple testers to check and approve the new version. Everything is working now.</p>
<p>The positive thing is we have learned more about OAuth and will be improving the way we use it in our system in the nearest future.  And huge thanks to Blaine Cook and Chris Messina for developing such a great open authentication system.</p>
<p>And, by the way, if, you&#8217;re a game developer or wish to help us with OAuth implementation, please feel free to visit our Google Code side where the iGetScores project is hosted. We&#8217;ve made both iPhone client and web server open source and free to download. Just launched it for beta testing and hope some developers will join us to develop and improve the system:<br />
<a href="http://code.google.com/p/igetscores/">http://code.google.com/p/igetscores/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/06/26/getting-to-know-oauth/feed/</wfw:commentRss>
		</item>
		<item>
		<title>lots of news</title>
		<link>http://www.injoit.com/blog/2009/06/08/lots-of-news/</link>
		<comments>http://www.injoit.com/blog/2009/06/08/lots-of-news/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 18:51:32 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Injoit news and press releases]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[game dev]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[news]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[participate]]></category>

		<category><![CDATA[products]]></category>

		<category><![CDATA[WDDC]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=230</guid>
		<description><![CDATA[Hello everyone, 
Injoit has been working on a number of projects lately - lots of projects for our clients as usual but also we have worked on a number of our own developments including the Color Shake iPhone game, the Online High Scores Server and also Chipmunk level editor + Unity 3D game dev tool.
Right now [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone, </p>
<p>Injoit has been working on a number of projects lately - lots of projects for our clients as usual but also we have worked on a number of our own developments including the <strong>Color Shake iPhone game</strong>, the <strong>Online High Scores Server</strong> and also <strong>Chipmunk level editor</strong> + <strong>Unity 3D game dev tool</strong>.</p>
<p>Right now in this moment the WWDC is starting but since we didn&#8217;t manage to get there this time we&#8217;ll make sure we work hard here and release our new products as soon as possible during the time when lots of people are occupied with talking there :).</p>
<p>By the way, we plan to make most of the products open source and therefore free so <span style="text-decoration: underline;">iPhone and game devs are welcome to use, test and participate in the development of our tools</span>.</p>
<p>Also we plan to make public our Incubator internal site so that other developers can join us to develop our ideas or suggest their own projects and find people to collaborate with. </p>
<p>Our mission remains the same - to create great and useful products and make the world a better place.</p>
<p>Stay tuned!</p>
<p>P.S. here is our Twitter account for you to follow: <a href="http://twitter.com/injoit">http://twitter.com/injoit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/06/08/lots-of-news/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Earn by selling your book through App Store</title>
		<link>http://www.injoit.com/blog/2009/05/13/earn-by-selling-your-book-through-app-store/</link>
		<comments>http://www.injoit.com/blog/2009/05/13/earn-by-selling-your-book-through-app-store/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:27:18 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Injoit news and press releases]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[app]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[book]]></category>

		<category><![CDATA[book reader]]></category>

		<category><![CDATA[content]]></category>

		<category><![CDATA[copywrite]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[iPod touch]]></category>

		<category><![CDATA[proposal]]></category>

		<category><![CDATA[sell]]></category>

		<category><![CDATA[writers]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=228</guid>
		<description><![CDATA[Injoit rolls out a proposal for writers and content owners - basically we propose to use our book reader app (customized for your content) to publish it as an application for iPhones.
Making it available on App Store will give you a key to a growing market with great opportunities for revenues.
Check our iPhone book turnkey [...]]]></description>
			<content:encoded><![CDATA[<p>Injoit rolls out a <strong>proposal for writers and content owners</strong> - basically we propose to <span style="text-decoration: underline;">use our book reader app</span> (customized for your content) to <span style="text-decoration: underline;">publish it as an application for iPhones</span>.</p>
<p>Making it available on App Store will give you a key to a growing market with great opportunities for revenues.</p>
<p>Check our <a href="http://www.injoit.com/eng/iphone-book-turnkey">iPhone book turnkey</a> page for details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/05/13/earn-by-selling-your-book-through-app-store/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone apps currently selling in App Store developed by Injoit</title>
		<link>http://www.injoit.com/blog/2009/05/01/iphone-apps-currently-selling-in-app-store-developed-by-injoit/</link>
		<comments>http://www.injoit.com/blog/2009/05/01/iphone-apps-currently-selling-in-app-store-developed-by-injoit/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:25:25 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Injoit news and press releases]]></category>

		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[Portfolio - coding]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[apps]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[itunes]]></category>

		<category><![CDATA[selling]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=226</guid>
		<description><![CDATA[Here are some of the apps developed by us and already selling in the app store.
Also, some great apps are pending review and are to be seen soon!
iCombat - tanks game
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=309676121&#38;mt=8

MyMakeup - make up application for kids
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308690247&#38;mt=8
Maxi Dice - dice game (Yatzee type)
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302875350&#38;mt=8
Thumb Wars - small touch game
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305996685&#38;mt=8
Jonas Wish - small fun app
http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305802591&#38;mt=8

PopHead - small [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some of the apps developed by us and already selling in the app store.</p>
<p>Also, some great apps are pending review and are to be seen soon!</p>
<p><strong>iCombat </strong>- tanks game<br />
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=309676121&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=309676121&amp;mt=8<br />
</a><br />
<strong>MyMakeup</strong> - make up application for kids<br />
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308690247&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=308690247&amp;mt=8</a></p>
<p><strong>Maxi Dice</strong> - dice game (Yatzee type)<br />
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302875350&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=302875350&amp;mt=8</a></p>
<p><strong>Thumb Wars</strong> - small touch game<br />
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305996685&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305996685&amp;mt=8</a></p>
<p><strong>Jonas Wish</strong> - small fun app<br />
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305802591&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=305802591&amp;mt=8</a><br />
<strong><br />
PopHead</strong> - small fun app<br />
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=310731594&amp;mt=8">http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=310731594&amp;mt=8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/05/01/iphone-apps-currently-selling-in-app-store-developed-by-injoit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Knowledge base: How to prepare graphics for the development of iPhone application</title>
		<link>http://www.injoit.com/blog/2009/04/24/knowledge-base-how-to-prepare-graphics-for-the-development-of-iphone-application/</link>
		<comments>http://www.injoit.com/blog/2009/04/24/knowledge-base-how-to-prepare-graphics-for-the-development-of-iphone-application/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:57:25 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Web design]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[client]]></category>

		<category><![CDATA[graphics]]></category>

		<category><![CDATA[GUI]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[mockups]]></category>

		<category><![CDATA[prepare]]></category>

		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=222</guid>
		<description><![CDATA[Have just added a new guide to our Knowledge base
How to prepare graphics for the development of iPhone application
[click the link above to access the most up to date version of the document in Injoit's Knowledge Base]
This might be useful for our clients - helps to save both their and developers&#8217; time.
Posting current version here:

This [...]]]></description>
			<content:encoded><![CDATA[<p>Have just added a new guide to our Knowledge base</p>
<p><a href="http://sites.google.com/a/injoit.com/knowledge-base/how-to-prepare-graphics-for-iphone-apps">How to prepare graphics for the development of iPhone application</a></p>
<p>[click the link above to access the most up to date version of the document in Injoit's Knowledge Base]</p>
<p>This might be useful for our clients - helps to save both their and developers&#8217; time.</p>
<p>Posting current version here:</p>
<p><span id="more-222"></span></p>
<div>This is a guideline for <a rel="nofollow" href="http://www.injoit.com/">Injoit</a>&#8217;s clients on how to prepare graphics for us to develop your iPhone applications.</div>
<div>Please follow this as it will help to save lots of time for both Client and developers.</div>
<div><span><strong>1. Size</strong></span></div>
<div>please note the iPhone screen size is 480 x 320 pixels </div>
<div>we need all the graphics 1:1 </div>
<div>in some cases (splash screen, game background etc) you need to prepare full size images 480 x 320 </div>
<div>in other cases (moving elements, buttons etc) we need just the graphics for the element (no background) - but it should be 1:1, PNG and with proper transparency and alpha channel</div>
<div>examples: </div>
<div>
<ul>
<li>sun moving over the sky - we need 480 x 320 px background image + 1 image of the sun (1:1 size, cropped) with alpha channel and transparent background</li>
</ul>
</div>
<div>
<ul>
<li>button with a highlight effect (or small animated element) - we need the images for the different states of the element - 1:1, cropped, transparent background and same positioning (i.e. different states of the same object should be cropped in the same way - different positioning in relation to top left corner will cause jumping or moving effects)</li>
</ul>
</div>
<div><span><strong>2. Format and compression</strong></span></div>
<div>Usually it&#8217;s better to use PNG. </div>
<div>Please use the lowest number of colors and lowest quality which is acceptable for you. </div>
<div>For example, usually it&#8217;s not necessary to have 256 colors for PNG - save it with 128 colors (but check if it still looks good for you).</div>
<div><span><strong>3. Positioning</strong></span></div>
<div>All animated elements when supplied in a series of images should have the same positioning - i.e. distance from &#8216;zero point&#8217; - top left corner - of the image - should be the same unless you want it jumping or moving.</div>
<div><span><strong>4. Transparency</strong></span></div>
<div>For non-background elements (buttons, characters etc) - please check you have your images with transparent background and alpha channel enabled (for PNG).</div>
<div><span><strong>5. File names</strong></span></div>
<div>Please organize file names and folders so that it&#8217;s easier to understand which element goes where and which are different frames of the same element. </div>
<div>When sending the new versions of the same files - please keep the filenames the same too (remove &#8220;copy&#8221; or &#8220;copy 2&#8243; added by Photoshop)</div>
<div><span><strong>6. 3D and OpenGL</strong></span></div>
<div>There is a rule for OpenGL textures that the sizes should be a power of 2 - so when sending graphics for 3D objects - please make sizes a power of 2 ( 4 x 4, 8 x 8, 256 x 256, 1024 x 1024 etc)</div>
<div><span><strong>7. Fonts</strong></span></div>
<div>Here you may check which fonts are system for iPhone SDK and therefore could be displayed programmatically (no need to make graphics for text in this case):</div>
<div><span><a rel="nofollow" href="http://www.latenightcode.com/devblog/iphone-fonts/">http://www.latenightcode.com/devblog/iphone-fonts/</a> </span></div>
<div><span><br />
</span></div>
<div><span><strong>8. Useful resources</strong></span></div>
<div>The iPhone UI mockup PSD file is attached to this document. Please use it when making graphics in Photoshop.</div>
<div>Check out a great tool to create iPhone mockups:</div>
<div><span><a rel="nofollow" href="http://iphonemockup.lkmc.ch/">http://iphonemockup.lkmc.ch/</a> </span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/04/24/knowledge-base-how-to-prepare-graphics-for-the-development-of-iphone-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google dance</title>
		<link>http://www.injoit.com/blog/2009/04/03/google-dance/</link>
		<comments>http://www.injoit.com/blog/2009/04/03/google-dance/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:29:25 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Online promotion and SEO]]></category>

		<category><![CDATA[Portfolio - online promotion and SEO]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[Google dance]]></category>

		<category><![CDATA[marketing]]></category>

		<category><![CDATA[page rank]]></category>

		<category><![CDATA[pr]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=218</guid>
		<description><![CDATA[Updates of Google Page Rank brought happy increase in ratings for our projects.
Examples:
injoit.com -  3 -&#62; 4
this blog - 2 -&#62; 3
uslugi.net ukrainian business directory -  3 -&#62; 4
great news!
]]></description>
			<content:encoded><![CDATA[<p>Updates of Google Page Rank brought happy increase in ratings for our projects.</p>
<p>Examples:</p>
<p><a href="http://www.injoit.com/">injoit.com</a> -  3 -&gt; <strong>4</strong></p>
<p><a href="http://www.injoit.com/blog/">this blog</a> - 2 -&gt; <strong>3</strong></p>
<p><a href="http://www.uslugi.net/">uslugi.net ukrainian business directory</a> -  3 -&gt; <strong>4</strong></p>
<p>great news!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/04/03/google-dance/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iCombat launched!</title>
		<link>http://www.injoit.com/blog/2009/04/03/icombat-launched/</link>
		<comments>http://www.injoit.com/blog/2009/04/03/icombat-launched/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:21:17 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Injoit news and press releases]]></category>

		<category><![CDATA[Online promotion and SEO]]></category>

		<category><![CDATA[Portfolio - coding]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[app store]]></category>

		<category><![CDATA[atari]]></category>

		<category><![CDATA[feedback]]></category>

		<category><![CDATA[icombat]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[iphone game]]></category>

		<category><![CDATA[published]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[reviews]]></category>

		<category><![CDATA[tanks game]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=212</guid>
		<description><![CDATA[Hey iCombat game is already selling in appstore we are excited about it as well as the client obviously. Can&#8217;t sleep these days as it&#8217;s very important how people will accept it, what the first reviews and ratings will be etc.
Check iCombat website
Or buy it in iTunes (less than 1$ currently and great updates to [...]]]></description>
			<content:encoded><![CDATA[<p>Hey iCombat game is already <strong>selling in appstore</strong> we are excited about it as well as the client obviously. Can&#8217;t sleep these days as it&#8217;s very important how people will accept it, what the first reviews and ratings will be etc.</p>
<p>Check <a href="http://www.icombatgame.com/">iCombat website</a></p>
<p>Or <a href="http://click.linksynergy.com/fs-bin/stat?id=CAvopFfVx*A&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252FWebObjects%252FMZStore.woa%252Fwa%252FviewSoftware%253Fid%253D309676121%2526mt%253D8%2526partnerId%253D30">buy it in iTunes</a> (<span style="text-decoration: underline;">less than 1$</span> currently and great updates to the game are about to come soon!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/04/03/icombat-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Apps team solution</title>
		<link>http://www.injoit.com/blog/2009/03/28/google-apps-team-solution/</link>
		<comments>http://www.injoit.com/blog/2009/03/28/google-apps-team-solution/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 02:58:27 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Web technologies]]></category>

		<category><![CDATA[business]]></category>

		<category><![CDATA[calendar]]></category>

		<category><![CDATA[docs]]></category>

		<category><![CDATA[google apps]]></category>

		<category><![CDATA[share]]></category>

		<category><![CDATA[team]]></category>

		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=210</guid>
		<description><![CDATA[Following the advice of Sandeep, my colleague, CEO to Indianic, I have moved all our corporate e-mails to Google Apps.
This is wonderful!
Every member of the team gets 7Gb of e-mail space, all the great Gmail functionality + you can set it up so you still use your domain name (injoit.com in our case). No problem [...]]]></description>
			<content:encoded><![CDATA[<p>Following the advice of Sandeep, my colleague, CEO to <a href="http://www.indianic.com/">Indianic</a>, I have moved all our corporate e-mails to Google Apps.</p>
<p>This is wonderful!</p>
<p>Every member of the team gets 7Gb of e-mail space, all the great Gmail functionality + you can set it up so you still use your domain name (injoit.com in our case). No problem of losing any single e-mail of your clients anymore, no spam, easy access through POP3 or webmail.</p>
<p>Morevover, members of your team can use all the great Google features such as Calendar, Contacts, Sites, Docs, Chat and there is a great permissions management service so you can actually choose between storing data privately, sharing it with your team or making it public.</p>
<p>This is just great bunch of solutions from Google coming for free so thanks very much for them as they will help to do our business more effeciently.</p>
<p>In case you would also like to set up an account, start here:</p>
<p><a href="http://www.google.com/a/cpanel/domain/new?hl=en">http://www.google.com/a/cpanel/domain/new?hl=en</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/03/28/google-apps-team-solution/feed/</wfw:commentRss>
		</item>
		<item>
		<title>iPhone apps portfolio updated</title>
		<link>http://www.injoit.com/blog/2009/03/25/iphone-apps-portfolio-updated/</link>
		<comments>http://www.injoit.com/blog/2009/03/25/iphone-apps-portfolio-updated/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 16:49:33 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<category><![CDATA[Injoit news and press releases]]></category>

		<category><![CDATA[Portfolio]]></category>

		<category><![CDATA[Portfolio - coding]]></category>

		<category><![CDATA[iphone development]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[apps]]></category>

		<category><![CDATA[iPhone]]></category>

		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=208</guid>
		<description><![CDATA[We have updated our iPhone applications portfolio. More projects are currently in development or being reviewed by Apple testers, so check later for more exciting stuff developed by Injoit.
]]></description>
			<content:encoded><![CDATA[<p>We have updated our <a href="http://www.injoit.com/eng/portfolio/iphone-applications-portfolio">iPhone applications portfolio</a>. More projects are currently in development or being reviewed by Apple testers, so check later for more exciting stuff developed by Injoit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/03/25/iphone-apps-portfolio-updated/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Drop.io</title>
		<link>http://www.injoit.com/blog/2009/03/12/dropio/</link>
		<comments>http://www.injoit.com/blog/2009/03/12/dropio/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 16:02:25 +0000</pubDate>
		<dc:creator>Taras</dc:creator>
		
		<category><![CDATA[Business and e-commerce]]></category>

		<category><![CDATA[Project management]]></category>

		<category><![CDATA[Web technologies]]></category>

		<category><![CDATA[basecamp]]></category>

		<category><![CDATA[dropio]]></category>

		<category><![CDATA[real time]]></category>

		<category><![CDATA[repository]]></category>

		<guid isPermaLink="false">http://www.injoit.com/blog/?p=206</guid>
		<description><![CDATA[Our client Miguel just showed me what looks like real-time Basecamp - a project management / repository tool where you see in real time how project documents, sources etc get added and how people do things and chat.
Check it here: http://drop.io/
]]></description>
			<content:encoded><![CDATA[<p>Our client Miguel just showed me what looks like real-time Basecamp - a project management / repository tool where you see in real time how project documents, sources etc get added and how people do things and chat.</p>
<p>Check it here: <a href="http://drop.io/">http://drop.io/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.injoit.com/blog/2009/03/12/dropio/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
