<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments for appSTUDIO Israel</title>
	<atom:link href="http://www.appstudio.co.il/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.appstudio.co.il</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 22:39:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Gl Paint expanded by kilabyte</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/gl-paint-expanded/comment-page-1#comment-326</link>
		<dc:creator>kilabyte</dc:creator>
		<pubDate>Tue, 10 Jan 2012 22:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=2009#comment-326</guid>
		<description>the image we are saving is 1024x1024 just content is smaller.  so it works no prob.</description>
		<content:encoded><![CDATA[<p>the image we are saving is 1024&#215;1024 just content is smaller.  so it works no prob.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gl Paint expanded by sarah</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/gl-paint-expanded/comment-page-1#comment-325</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Tue, 10 Jan 2012 08:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=2009#comment-325</guid>
		<description>How are you converting the image into a 1024x1024 image?  I had a similar problem and I found a bug in that code, by not taking into account the status bar.</description>
		<content:encoded><![CDATA[<p>How are you converting the image into a 1024&#215;1024 image?  I had a similar problem and I found a bug in that code, by not taking into account the status bar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gl Paint expanded by sarah</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/gl-paint-expanded/comment-page-1#comment-324</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Tue, 10 Jan 2012 08:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=2009#comment-324</guid>
		<description>I assume by &quot;image&quot; you mean the size of the paintingView.  The matrix you want is probably:

    static const GLfloat vertices[] = {
       0.0, 670, 0.0,
     1024, 670, 0.0,
     0.0, -354, 0.0,
     1024, -354, 0.0
    };
 static const GLfloat normals[] = {
		0.0, 0.0, 1024.0,
		0.0, 0.0, 1024.0,
		0.0, 0.0, 1024.0,
		0.0, 0.0, 1024.0
	};</description>
		<content:encoded><![CDATA[<p>I assume by &#8220;image&#8221; you mean the size of the paintingView.  The matrix you want is probably:</p>
<p>    static const GLfloat vertices[] = {<br />
       0.0, 670, 0.0,<br />
     1024, 670, 0.0,<br />
     0.0, -354, 0.0,<br />
     1024, -354, 0.0<br />
    };<br />
 static const GLfloat normals[] = {<br />
		0.0, 0.0, 1024.0,<br />
		0.0, 0.0, 1024.0,<br />
		0.0, 0.0, 1024.0,<br />
		0.0, 0.0, 1024.0<br />
	};</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gl Paint expanded by kilabyte</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/gl-paint-expanded/comment-page-1#comment-323</link>
		<dc:creator>kilabyte</dc:creator>
		<pubDate>Mon, 09 Jan 2012 20:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=2009#comment-323</guid>
		<description>great info thanks for that! Two questions could you provide the matrices for a 937x670 image? and also if we set the matrices to 1024x1024 every time we call merge to load the image it loads about 10-15px down from the previous or original save position. So essentially the y coord of the merge is always 10-15px lower. any idea on this?</description>
		<content:encoded><![CDATA[<p>great info thanks for that! Two questions could you provide the matrices for a 937&#215;670 image? and also if we set the matrices to 1024&#215;1024 every time we call merge to load the image it loads about 10-15px down from the previous or original save position. So essentially the y coord of the merge is always 10-15px lower. any idea on this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sriracha Hot sauce by david marks</title>
		<link>http://www.appstudio.co.il/blog/sriracha-hot-sauce/comment-page-1#comment-278</link>
		<dc:creator>david marks</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=425#comment-278</guid>
		<description>Tiv tam just got sriracha in as well as this meatery at basel st.</description>
		<content:encoded><![CDATA[<p>Tiv tam just got sriracha in as well as this meatery at basel st.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIView userInteractionEnabled = Maybe by Fred K.</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/uiview-userinteractionenabled-maybe/comment-page-1#comment-277</link>
		<dc:creator>Fred K.</dc:creator>
		<pubDate>Wed, 28 Dec 2011 15:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=1294#comment-277</guid>
		<description>Very instructive article. Thanks a lot for sharing. 
Regards, Fred :-)</description>
		<content:encoded><![CDATA[<p>Very instructive article. Thanks a lot for sharing.<br />
Regards, Fred <img src='http://appstudio.co.il/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CAEmitterLayer &#8211; adding fire to your UIViews by sarah</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/caemitterlayer-adding-fire-to-your-uiviews/comment-page-1#comment-269</link>
		<dc:creator>sarah</dc:creator>
		<pubDate>Wed, 21 Dec 2011 12:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=2395#comment-269</guid>
		<description>The Virtual Menorah is now live on the app store at &lt;a href=&quot;http://itunes.apple.com/us/app/hanukkah-menorah/id487160676?mt=8&amp;uo=4&quot; rel=&quot;nofollow&quot;&gt;Virtual Menorah - appSTUDIO&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The Virtual Menorah is now live on the app store at <a href="http://itunes.apple.com/us/app/hanukkah-menorah/id487160676?mt=8&amp;uo=4" rel="nofollow">Virtual Menorah &#8211; appSTUDIO</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UIView userInteractionEnabled = Maybe by Hamish</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/uiview-userinteractionenabled-maybe/comment-page-1#comment-260</link>
		<dc:creator>Hamish</dc:creator>
		<pubDate>Mon, 12 Dec 2011 09:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=1294#comment-260</guid>
		<description>I think you should also be checking for alpha &lt; 0.1 and userInteractionEnabled in the subviews as well as hidden.</description>
		<content:encoded><![CDATA[<p>I think you should also be checking for alpha &lt; 0.1 and userInteractionEnabled in the subviews as well as hidden.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CAEmitterLayer &#8211; adding fire to your UIViews by Nativity scenes</title>
		<link>http://www.appstudio.co.il/blog/ios-developer-tips/caemitterlayer-adding-fire-to-your-uiviews/comment-page-1#comment-256</link>
		<dc:creator>Nativity scenes</dc:creator>
		<pubDate>Sat, 10 Dec 2011 04:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=2395#comment-256</guid>
		<description>Hoping for other ideas in this particular field.</description>
		<content:encoded><![CDATA[<p>Hoping for other ideas in this particular field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sriracha Hot sauce by karyn blass</title>
		<link>http://www.appstudio.co.il/blog/sriracha-hot-sauce/comment-page-1#comment-241</link>
		<dc:creator>karyn blass</dc:creator>
		<pubDate>Mon, 28 Nov 2011 16:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.appstudio.co.il/?p=425#comment-241</guid>
		<description>and where in jerusalem/</description>
		<content:encoded><![CDATA[<p>and where in jerusalem/</p>
]]></content:encoded>
	</item>
</channel>
</rss>

