<?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 Enterra Technical Articles and Reviews</title>
	<atom:link href="http://www.enterra-inc.com/techzone/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.enterra-inc.com/techzone</link>
	<description>Enterra Inc technical blog</description>
	<lastBuildDate>Thu, 17 Sep 2009 09:13:21 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Custom Camera applications development using iPhone SDK by admin</title>
		<link>http://www.enterra-inc.com/techzone/custom-camera-applications-development-using-iphone-sdk/comment-page-1/#comment-811</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 17 Sep 2009 09:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/architecture/custom-camera-applications-development-using-iphone-sdk/#comment-811</guid>
		<description>1. Yes, since you have CGImageRef instance, you can get any image-related information using set of CGImage* functions (like CGImageGetBitsPerPixel). If you need raw pixel data, you can use CGImageGetDataProvider and CGDataProviderCopyData. There are a few useful links: 

http://developer.apple.com/mac/library/qa/qa2007/qa1509.html
http://stackoverflow.com/questions/144250/how-to-get-the-rgb-values-for-a-pixel-on-an-image-on-the-iphone
http://stackoverflow.com/questions/448125/how-to-get-pixel-data-from-a-uiimage-cocoa-touch-or-cgimage-core-graphics

2. I think you cannot modify that frozen image directly - you should use a view (UIImageView) that contains required filter (image) and overlays that frozen image. Simply add the view as a subview above the frozen image view.

Please notice that SDK 3.x provides completely different UIImagePicker views and the article and sample code need to be rewritten.</description>
		<content:encoded><![CDATA[<p>1. Yes, since you have CGImageRef instance, you can get any image-related information using set of CGImage* functions (like CGImageGetBitsPerPixel). If you need raw pixel data, you can use CGImageGetDataProvider and CGDataProviderCopyData. There are a few useful links: </p>
<p><a href="http://developer.apple.com/mac/library/qa/qa2007/qa1509.html" rel="nofollow">http://developer.apple.com/mac/library/qa/qa2007/qa1509.html</a><br />
<a href="http://stackoverflow.com/questions/144250/how-to-get-the-rgb-values-for-a-pixel-on-an-image-on-the-iphone" rel="nofollow">http://stackoverflow.com/questions/144250/how-to-get-the-rgb-values-for-a-pixel-on-an-image-on-the-iphone</a><br />
<a href="http://stackoverflow.com/questions/448125/how-to-get-pixel-data-from-a-uiimage-cocoa-touch-or-cgimage-core-graphics" rel="nofollow">http://stackoverflow.com/questions/448125/how-to-get-pixel-data-from-a-uiimage-cocoa-touch-or-cgimage-core-graphics</a></p>
<p>2. I think you cannot modify that frozen image directly &#8211; you should use a view (UIImageView) that contains required filter (image) and overlays that frozen image. Simply add the view as a subview above the frozen image view.</p>
<p>Please notice that SDK 3.x provides completely different UIImagePicker views and the article and sample code need to be rewritten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Camera applications development using iPhone SDK by Alessandro</title>
		<link>http://www.enterra-inc.com/techzone/custom-camera-applications-development-using-iphone-sdk/comment-page-1/#comment-810</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/architecture/custom-camera-applications-development-using-iphone-sdk/#comment-810</guid>
		<description>another question: can I also superpose an image on the forzen image? can i for instance use a filter that print a glass and mustache mask on the screen and then, behind have the taken picture?

thanks again, 
Alex</description>
		<content:encoded><![CDATA[<p>another question: can I also superpose an image on the forzen image? can i for instance use a filter that print a glass and mustache mask on the screen and then, behind have the taken picture?</p>
<p>thanks again,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Camera applications development using iPhone SDK by Alessandro</title>
		<link>http://www.enterra-inc.com/techzone/custom-camera-applications-development-using-iphone-sdk/comment-page-1/#comment-809</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/architecture/custom-camera-applications-development-using-iphone-sdk/#comment-809</guid>
		<description>Great article, really!
thanks for your help.
can I also in some way get information out of this sfrozen picture as for instance the color of a pixel?</description>
		<content:encoded><![CDATA[<p>Great article, really!<br />
thanks for your help.<br />
can I also in some way get information out of this sfrozen picture as for instance the color of a pixel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Human-readable(SEO friendly) URL in Wicket by it-fabrik blog &#187; Human-readable (SEO friendly) URL in Wicket</title>
		<link>http://www.enterra-inc.com/techzone/human-readable-url-in-wicket/comment-page-1/#comment-680</link>
		<dc:creator>it-fabrik blog &#187; Human-readable (SEO friendly) URL in Wicket</dc:creator>
		<pubDate>Fri, 26 Dec 2008 21:44:09 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=10#comment-680</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] article at techzone.enterra-inc.com At mygoods.at we also use a custom UrlCodingStrategy to modify our url with a custom content id [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom Camera applications development using iPhone SDK by jakarta08</title>
		<link>http://www.enterra-inc.com/techzone/custom-camera-applications-development-using-iphone-sdk/comment-page-1/#comment-671</link>
		<dc:creator>jakarta08</dc:creator>
		<pubDate>Mon, 08 Dec 2008 23:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/architecture/custom-camera-applications-development-using-iphone-sdk/#comment-671</guid>
		<description>Great article! Helped a lot to understand the architecture.
Are you aware that this doesn&#039;t work with OS2.2 however.
The hidden imageRef is gone. 

Any ideas how to get the reference to the original image?
BTW: iUniqable crashes with 2.2</description>
		<content:encoded><![CDATA[<p>Great article! Helped a lot to understand the architecture.<br />
Are you aware that this doesn&#8217;t work with OS2.2 however.<br />
The hidden imageRef is gone. </p>
<p>Any ideas how to get the reference to the original image?<br />
BTW: iUniqable crashes with 2.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Flash Video FLV Player by Niranjan Meegammana</title>
		<link>http://www.enterra-inc.com/techzone/free-flash-video-flv-player/comment-page-1/#comment-409</link>
		<dc:creator>Niranjan Meegammana</dc:creator>
		<pubDate>Wed, 23 Apr 2008 05:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=30#comment-409</guid>
		<description>Hi
Mikhail Pieson

Your player was just integrated to our e Learning Software
Thanks it took the system to a new level and possible break throgh for our project phase II

Niranjan

</description>
		<content:encoded><![CDATA[<p>Hi<br />
Mikhail Pieson</p>
<p>Your player was just integrated to our e Learning Software<br />
Thanks it took the system to a new level and possible break throgh for our project phase II</p>
<p>Niranjan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: improving performance by Alexey Harlamov</title>
		<link>http://www.enterra-inc.com/techzone/gwt-improving-performance/comment-page-1/#comment-301</link>
		<dc:creator>Alexey Harlamov</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=25#comment-301</guid>
		<description>Rajesh,

Yes you are right. This can be a possible security hole. That is why we are keen to see innerHtml rendering support from GWT compiler. When the code generation will be done by an automatically generated code, probability of XSS hole will be subtile.</description>
		<content:encoded><![CDATA[<p>Rajesh,</p>
<p>Yes you are right. This can be a possible security hole. That is why we are keen to see innerHtml rendering support from GWT compiler. When the code generation will be done by an automatically generated code, probability of XSS hole will be subtile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: improving performance by Renat Akhmerov</title>
		<link>http://www.enterra-inc.com/techzone/gwt-improving-performance/comment-page-1/#comment-300</link>
		<dc:creator>Renat Akhmerov</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=25#comment-300</guid>
		<description>Hi, Ed

Thank you for your note, looks like it makes a lot of sense to do your way :)</description>
		<content:encoded><![CDATA[<p>Hi, Ed</p>
<p>Thank you for your note, looks like it makes a lot of sense to do your way <img src='http://www.enterra-inc.com/techzone/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: improving performance by Rajesh Venkatesan</title>
		<link>http://www.enterra-inc.com/techzone/gwt-improving-performance/comment-page-1/#comment-299</link>
		<dc:creator>Rajesh Venkatesan</dc:creator>
		<pubDate>Tue, 19 Feb 2008 06:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=25#comment-299</guid>
		<description>Hi,

Seems like an interesting option. But GWT has explicitly stated that use of inner html is a potential cause of XSS atacks. Any thoughts on that?

http://groups.google.com/group/Google-Web-Toolkit/web/security-for-gwt-applications


Rajesh V</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Seems like an interesting option. But GWT has explicitly stated that use of inner html is a potential cause of XSS atacks. Any thoughts on that?</p>
<p><a href="http://groups.google.com/group/Google-Web-Toolkit/web/security-for-gwt-applications" rel="nofollow">http://groups.google.com/group/Google-Web-Toolkit/web/security-for-gwt-applications</a></p>
<p>Rajesh V</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: improving performance by Ed</title>
		<link>http://www.enterra-inc.com/techzone/gwt-improving-performance/comment-page-1/#comment-288</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=25#comment-288</guid>
		<description>Hi Renat,

I was looking a bit more at your code, and I think I could be a bit more optimized by optimizing the method DOM.getElementById() usage....  
Now this method will search the whole dom tree. It&#039;s better to search the tree from the parent down, which is know by forehand... (I noticed this in other gwt related projects ;) )...</description>
		<content:encoded><![CDATA[<p>Hi Renat,</p>
<p>I was looking a bit more at your code, and I think I could be a bit more optimized by optimizing the method DOM.getElementById() usage&#8230;.<br />
Now this method will search the whole dom tree. It&#8217;s better to search the tree from the parent down, which is know by forehand&#8230; (I noticed this in other gwt related projects <img src='http://www.enterra-inc.com/techzone/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GWT: improving performance by Rudolf Michael</title>
		<link>http://www.enterra-inc.com/techzone/gwt-improving-performance/comment-page-1/#comment-249</link>
		<dc:creator>Rudolf Michael</dc:creator>
		<pubDate>Wed, 13 Feb 2008 11:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=25#comment-249</guid>
		<description>Hello,
Intresting article...
We&#039;re also moving to GWT and i have been working over it since 3 months now. I totaly agree with you on the HTML segment part, we have already figured out that doing the design using pure html and css is much much faster then using the GWT Panels components. what we are doing right now is retrieving the HTML page using an HTTP Request, then every Class/HTML Page will update its HTML code by creating and setting the widgets. we have used HTMLPanel to load the html pages and then use panel.add(Widget, htmlID) to add the widgets, everytime the page has finished loading its widgets. we&#039;re adding it to the RootPanel, our RootPanel consits of one static html page where it contains html ID. the problem is that i still have some performance issues specially if a registration page has like 80 widgets to set where every widget has an http call to get its data from the server. so i will try to use DOM.setInnerHTML instead of RootPanel().get(&quot;HTMLID&quot;).add(htmlPanel); do you know which one is faster to execute?</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Intresting article&#8230;<br />
We&#8217;re also moving to GWT and i have been working over it since 3 months now. I totaly agree with you on the HTML segment part, we have already figured out that doing the design using pure html and css is much much faster then using the GWT Panels components. what we are doing right now is retrieving the HTML page using an HTTP Request, then every Class/HTML Page will update its HTML code by creating and setting the widgets. we have used HTMLPanel to load the html pages and then use panel.add(Widget, htmlID) to add the widgets, everytime the page has finished loading its widgets. we&#8217;re adding it to the RootPanel, our RootPanel consits of one static html page where it contains html ID. the problem is that i still have some performance issues specially if a registration page has like 80 widgets to set where every widget has an http call to get its data from the server. so i will try to use DOM.setInnerHTML instead of RootPanel().get(&#8221;HTMLID&#8221;).add(htmlPanel); do you know which one is faster to execute?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video for Web: storage, access, system deployment variants by admin</title>
		<link>http://www.enterra-inc.com/techzone/video-for-web-storage-access-system-deployment-variants/comment-page-1/#comment-248</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 13 Feb 2008 06:43:50 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=24#comment-248</guid>
		<description>Hello, jeffsters. 

Thank your for your note.  Actually, we didn&#039;t consider Mac solutions in this document. Maybe the next edition will include deployment variant for Leopard server.  Podcast Producer, QT Broadcaster etc. are really powerful tools to be ignored. As about Quick time Streaming Server and Darwin streaming server, they are almost identically. The main difference is that QTSS is supported and DSS is not.</description>
		<content:encoded><![CDATA[<p>Hello, jeffsters. </p>
<p>Thank your for your note.  Actually, we didn&#8217;t consider Mac solutions in this document. Maybe the next edition will include deployment variant for Leopard server.  Podcast Producer, QT Broadcaster etc. are really powerful tools to be ignored. As about Quick time Streaming Server and Darwin streaming server, they are almost identically. The main difference is that QTSS is supported and DSS is not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video for Web: storage, access, system deployment variants by jeffsters</title>
		<link>http://www.enterra-inc.com/techzone/video-for-web-storage-access-system-deployment-variants/comment-page-1/#comment-109</link>
		<dc:creator>jeffsters</dc:creator>
		<pubDate>Thu, 10 Jan 2008 18:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://techzone.enterra-inc.com/?p=24#comment-109</guid>
		<description>Why did you use Darwin as your Apple example and not the Full version in Leopard Server?  Like the MS Version it too requires the installation and cost of the Server software however it&#039;s still much less and has a robust suite of tools you&#039;ve ignored.</description>
		<content:encoded><![CDATA[<p>Why did you use Darwin as your Apple example and not the Full version in Leopard Server?  Like the MS Version it too requires the installation and cost of the Server software however it&#8217;s still much less and has a robust suite of tools you&#8217;ve ignored.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
