<?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 reboot.org.uk</title>
	<atom:link href="http://reboot.org.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://reboot.org.uk</link>
	<description>forever turning stuff off and on again</description>
	<lastBuildDate>Wed, 02 Jun 2010 21:40:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on How to resize an image on a BlackBerry by Damien Poulain</title>
		<link>http://reboot.org.uk/2009/08/05/how-to-resize-an-image-on-blackberry/comment-page-1/#comment-11</link>
		<dc:creator>Damien Poulain</dc:creator>
		<pubDate>Wed, 02 Jun 2010 21:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://reboot.org.uk/?p=119#comment-11</guid>
		<description>Hey, really nice tutorial! It helped me a lot, thank you.
About the SDK, I totally agree. I developed an iPhone App and this is day and night, so complicated to make applications working on every device or most of them (with the Storm to manage, different OS, etc.).</description>
		<content:encoded><![CDATA[<p>Hey, really nice tutorial! It helped me a lot, thank you.<br />
About the SDK, I totally agree. I developed an iPhone App and this is day and night, so complicated to make applications working on every device or most of them (with the Storm to manage, different OS, etc.).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to resize an image on a BlackBerry by Shani Shah</title>
		<link>http://reboot.org.uk/2009/08/05/how-to-resize-an-image-on-blackberry/comment-page-1/#comment-10</link>
		<dc:creator>Shani Shah</dc:creator>
		<pubDate>Wed, 30 Dec 2009 09:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://reboot.org.uk/?p=119#comment-10</guid>
		<description>Hey, It&#039;s Work for me. If you have EncodeImage then Your code will work and if it Bitmap image resize then try below code for the same. Many thanks..

 public static Bitmap resizeBitmap(Bitmap image, int width, int height) {
                
                int rgb[] = null , rgb2[] = null;
     
                rgb = new int[image.getWidth() * image.getHeight()];
                
                
                
                image.getARGB(rgb, 0, image.getWidth(), 0, 0, image.getWidth(), image
                                .getHeight());
    
                rgb2 = rescaleArray(rgb, image.getWidth(), image.getHeight(),
                                width, height);

                Bitmap temp2 = new Bitmap(width, height);
                temp2.setARGB(rgb2, 0, width, 0, 0, width, height);
                
                return temp2;
        }</description>
		<content:encoded><![CDATA[<p>Hey, It&#8217;s Work for me. If you have EncodeImage then Your code will work and if it Bitmap image resize then try below code for the same. Many thanks..</p>
<p> public static Bitmap resizeBitmap(Bitmap image, int width, int height) {</p>
<p>                int rgb[] = null , rgb2[] = null;</p>
<p>                rgb = new int[image.getWidth() * image.getHeight()];</p>
<p>                image.getARGB(rgb, 0, image.getWidth(), 0, 0, image.getWidth(), image<br />
                                .getHeight());</p>
<p>                rgb2 = rescaleArray(rgb, image.getWidth(), image.getHeight(),<br />
                                width, height);</p>
<p>                Bitmap temp2 = new Bitmap(width, height);<br />
                temp2.setARGB(rgb2, 0, width, 0, 0, width, height);</p>
<p>                return temp2;<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sneak peak: visual voice email for Blackberry by Ray</title>
		<link>http://reboot.org.uk/2009/08/12/blackberry-visual-voicemail/comment-page-1/#comment-9</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Tue, 24 Nov 2009 05:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://reboot.org.uk/?p=148#comment-9</guid>
		<description>Alex, thanks a lot for defacing my website you scum bag.</description>
		<content:encoded><![CDATA[<p>Alex, thanks a lot for defacing my website you scum bag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sneak peak: visual voice email for Blackberry by amoeba</title>
		<link>http://reboot.org.uk/2009/08/12/blackberry-visual-voicemail/comment-page-1/#comment-7</link>
		<dc:creator>amoeba</dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://reboot.org.uk/?p=148#comment-7</guid>
		<description>this site sucks, douchebag.</description>
		<content:encoded><![CDATA[<p>this site sucks, douchebag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hackintosh beginner by Ray</title>
		<link>http://reboot.org.uk/2009/07/08/hackintosh-newbie/comment-page-1/#comment-6</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Sat, 15 Aug 2009 16:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://reboot.org.uk/?p=89#comment-6</guid>
		<description>Hi Shaz, thanks for posting the first ever comment on my blog :) I own a copy of OSX for this installation, I just didn&#039;t use Apples installation DVD.</description>
		<content:encoded><![CDATA[<p>Hi Shaz, thanks for posting the first ever comment on my blog <img src='http://reboot.org.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I own a copy of OSX for this installation, I just didn&#8217;t use Apples installation DVD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hackintosh beginner by Shaz</title>
		<link>http://reboot.org.uk/2009/07/08/hackintosh-newbie/comment-page-1/#comment-4</link>
		<dc:creator>Shaz</dc:creator>
		<pubDate>Thu, 13 Aug 2009 05:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://reboot.org.uk/?p=89#comment-4</guid>
		<description>do you no you can get sued by apple for running pirate mac osx?</description>
		<content:encoded><![CDATA[<p>do you no you can get sued by apple for running pirate mac osx?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
