<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Ruben&#039;s Dev Blog</title>
	<atom:link href="http://rlopezxl.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rlopezxl.com</link>
	<description>Random ramblings on software development and more...</description>
	<lastBuildDate>Sun, 12 Feb 2012 20:17:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Drawing with MonoTouch. by Ian Vink</title>
		<link>http://rlopezxl.com/2009/10/02/drawing-with-monotouch/#comment-41</link>
		<dc:creator><![CDATA[Ian Vink]]></dc:creator>
		<pubDate>Sun, 12 Feb 2012 20:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.wordpress.com/?p=5#comment-41</guid>
		<description><![CDATA[NSError err = new NSError();

THis is not allowed anymore, just do this

NSError err;

The function taking it with an &#039;out&#039; will create it.]]></description>
		<content:encoded><![CDATA[<p>NSError err = new NSError();</p>
<p>THis is not allowed anymore, just do this</p>
<p>NSError err;</p>
<p>The function taking it with an &#8216;out&#8217; will create it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RealBasic: URL Encoding/Decoding by Harry</title>
		<link>http://rlopezxl.com/2010/08/17/realbasic-url-encodingdecoding/#comment-35</link>
		<dc:creator><![CDATA[Harry]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 11:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=76#comment-35</guid>
		<description><![CDATA[OK I figured it out! Here is what you need to do:

in the beginning tell RB to use UTF8:
s = s.DefineEncoding(Encodings.UTF8)

Then replace ALL calls to
Len with LenB
Mid with MidB
Right with RightB
Asc with AscB

that did the trick for me and made ShowURL work properly.]]></description>
		<content:encoded><![CDATA[<p>OK I figured it out! Here is what you need to do:</p>
<p>in the beginning tell RB to use UTF8:<br />
s = s.DefineEncoding(Encodings.UTF8)</p>
<p>Then replace ALL calls to<br />
Len with LenB<br />
Mid with MidB<br />
Right with RightB<br />
Asc with AscB</p>
<p>that did the trick for me and made ShowURL work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RealBasic: URL Encoding/Decoding by Harry</title>
		<link>http://rlopezxl.com/2010/08/17/realbasic-url-encodingdecoding/#comment-34</link>
		<dc:creator><![CDATA[Harry]]></dc:creator>
		<pubDate>Wed, 11 Jan 2012 11:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=76#comment-34</guid>
		<description><![CDATA[Thanks for the nice code-snippet. But it is not working with special characters like ü. It gives %FC as a result, but to make RBs ShowURL work, you will need UTF8 ecoding which gives %C3%BC as a result. But I haven&#039;s figured out how to accomplish this.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the nice code-snippet. But it is not working with special characters like ü. It gives %FC as a result, but to make RBs ShowURL work, you will need UTF8 ecoding which gives %C3%BC as a result. But I haven&#8217;s figured out how to accomplish this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drawing with MonoTouch. by Ruben</title>
		<link>http://rlopezxl.com/2009/10/02/drawing-with-monotouch/#comment-33</link>
		<dc:creator><![CDATA[Ruben]]></dc:creator>
		<pubDate>Tue, 02 Aug 2011 05:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.wordpress.com/?p=5#comment-33</guid>
		<description><![CDATA[Hi take a look at &lt;a href=&quot;https://github.com/migueldeicaza/monotouch-samples/tree/master/GLPaint-GV&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt; example.]]></description>
		<content:encoded><![CDATA[<p>Hi take a look at <a href="https://github.com/migueldeicaza/monotouch-samples/tree/master/GLPaint-GV" rel="nofollow">this</a> example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MonoTouch: Drawing Rotated Text by Ruben</title>
		<link>http://rlopezxl.com/2010/07/21/monotouch-drawing-rotated-text/#comment-32</link>
		<dc:creator><![CDATA[Ruben]]></dc:creator>
		<pubDate>Tue, 02 Aug 2011 05:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=51#comment-32</guid>
		<description><![CDATA[Hi Frank,

I&#039;m not sure what might be causing your issue but I would go ask in the Xamarin &lt;a href=&quot;http://xamarin.com/support.html&quot; rel=&quot;nofollow&quot;&gt; site&lt;/a&gt;.  They recently took over all support from Novell.]]></description>
		<content:encoded><![CDATA[<p>Hi Frank,</p>
<p>I&#8217;m not sure what might be causing your issue but I would go ask in the Xamarin <a href="http://xamarin.com/support.html" rel="nofollow"> site</a>.  They recently took over all support from Novell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MonoTouch: Drawing Rotated Text by Frank</title>
		<link>http://rlopezxl.com/2010/07/21/monotouch-drawing-rotated-text/#comment-31</link>
		<dc:creator><![CDATA[Frank]]></dc:creator>
		<pubDate>Wed, 27 Jul 2011 15:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=51#comment-31</guid>
		<description><![CDATA[Hello,
I find your blog by searching for &quot;ShowTextAtPoint&quot;. We are using a similar method for text output on a graphic context.
But we have the problem that german umlaute are not displayed (they are replaced by other characters).
Unfortunately, we didn´t get any support from novell (neither any answer).

Do you have any idea, if this is a general problem by monotouch classes?

Thanks for any help.

Frank]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I find your blog by searching for &#8220;ShowTextAtPoint&#8221;. We are using a similar method for text output on a graphic context.<br />
But we have the problem that german umlaute are not displayed (they are replaced by other characters).<br />
Unfortunately, we didn´t get any support from novell (neither any answer).</p>
<p>Do you have any idea, if this is a general problem by monotouch classes?</p>
<p>Thanks for any help.</p>
<p>Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drawing with MonoTouch. by Chandran</title>
		<link>http://rlopezxl.com/2009/10/02/drawing-with-monotouch/#comment-30</link>
		<dc:creator><![CDATA[Chandran]]></dc:creator>
		<pubDate>Thu, 21 Jul 2011 11:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.wordpress.com/?p=5#comment-30</guid>
		<description><![CDATA[Hai,

Thank&#039;s for the tutorial.
I am new to monodevelop.I created a signature project using core graphics.The project uses touches began event and mouse coordinates to draw.When i draw slowly the coordinates are highlighting but when the mouse moves faster there is a gap between adjacent coordinates.Please help..

Here is the code.
var currentPoint = new  PointF();
var lastPoint = new PointF();
UITouch touch = touches.AnyObject as UITouch;
currentPoint = touch.LocationInView(this);
currentPoint.Y -= 7;
UIGraphics.BeginImageContext(this.Frame.Size);
CGContext cont = UIGraphics.GetCurrentContext();			
if (this.Image != null)
{
cont.TranslateCTM(0f, this.Frame.Size.Height);
cont.ScaleCTM(1.0f, -1.0f);	
cont.DrawImage(new RectangleF(0, 0, this.Frame.Size.Width, this.Frame.Size.Height), this.Image.CGImage);
cont.ScaleCTM(1.0f, -1.0f);
cont.TranslateCTM(0f, -this.Frame.Size.Height);
}
cont.SetLineCap(CGLineCap.Round);
cont.SetLineWidth(3f);
cont.SetRGBStrokeColor(0f,0f,0f,1.00f);
cont.BeginPath();			
cont.MoveTo(currentPoint.X, currentPoint.Y);
cont.AddLineToPoint(currentPoint.X,currentPoint.Y+5);
cont.DrawPath(CGPathDrawingMode.Stroke);
this.Image = UIGraphics.GetImageFromCurrentImageContext();
UIGraphics.EndImageContext();
lastPoint = currentPoint;			
NSError err = new NSError();
string img_path=&quot;path&quot;;
this.Image.AsJPEG().Save(img_path,true, out err);]]></description>
		<content:encoded><![CDATA[<p>Hai,</p>
<p>Thank&#8217;s for the tutorial.<br />
I am new to monodevelop.I created a signature project using core graphics.The project uses touches began event and mouse coordinates to draw.When i draw slowly the coordinates are highlighting but when the mouse moves faster there is a gap between adjacent coordinates.Please help..</p>
<p>Here is the code.<br />
var currentPoint = new  PointF();<br />
var lastPoint = new PointF();<br />
UITouch touch = touches.AnyObject as UITouch;<br />
currentPoint = touch.LocationInView(this);<br />
currentPoint.Y -= 7;<br />
UIGraphics.BeginImageContext(this.Frame.Size);<br />
CGContext cont = UIGraphics.GetCurrentContext();<br />
if (this.Image != null)<br />
{<br />
cont.TranslateCTM(0f, this.Frame.Size.Height);<br />
cont.ScaleCTM(1.0f, -1.0f);<br />
cont.DrawImage(new RectangleF(0, 0, this.Frame.Size.Width, this.Frame.Size.Height), this.Image.CGImage);<br />
cont.ScaleCTM(1.0f, -1.0f);<br />
cont.TranslateCTM(0f, -this.Frame.Size.Height);<br />
}<br />
cont.SetLineCap(CGLineCap.Round);<br />
cont.SetLineWidth(3f);<br />
cont.SetRGBStrokeColor(0f,0f,0f,1.00f);<br />
cont.BeginPath();<br />
cont.MoveTo(currentPoint.X, currentPoint.Y);<br />
cont.AddLineToPoint(currentPoint.X,currentPoint.Y+5);<br />
cont.DrawPath(CGPathDrawingMode.Stroke);<br />
this.Image = UIGraphics.GetImageFromCurrentImageContext();<br />
UIGraphics.EndImageContext();<br />
lastPoint = currentPoint;<br />
NSError err = new NSError();<br />
string img_path=&#8221;path&#8221;;<br />
this.Image.AsJPEG().Save(img_path,true, out err);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RealBasic: URL Encoding/Decoding by reborn11</title>
		<link>http://rlopezxl.com/2010/08/17/realbasic-url-encodingdecoding/#comment-28</link>
		<dc:creator><![CDATA[reborn11]]></dc:creator>
		<pubDate>Fri, 11 Mar 2011 22:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=76#comment-28</guid>
		<description><![CDATA[Check this similar tool: 

http://encode.online-toolz.com/tools/php-url-encoder-decoder.php
http://encode.online-toolz.com/tools/javascript-escape-functions.php]]></description>
		<content:encoded><![CDATA[<p>Check this similar tool: </p>
<p><a href="http://encode.online-toolz.com/tools/php-url-encoder-decoder.php" rel="nofollow">http://encode.online-toolz.com/tools/php-url-encoder-decoder.php</a><br />
<a href="http://encode.online-toolz.com/tools/javascript-escape-functions.php" rel="nofollow">http://encode.online-toolz.com/tools/javascript-escape-functions.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RealBasic: URL Encoding/Decoding by Lindsay</title>
		<link>http://rlopezxl.com/2010/08/17/realbasic-url-encodingdecoding/#comment-26</link>
		<dc:creator><![CDATA[Lindsay]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 01:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=76#comment-26</guid>
		<description><![CDATA[This is a really good online URL encoder - 
http://quick-encoder.com/url

It&#039;s a good place to test your own code against. Watch out for accents and unicode characters! They can be tricky to get right.]]></description>
		<content:encoded><![CDATA[<p>This is a really good online URL encoder &#8211;<br />
<a href="http://quick-encoder.com/url" rel="nofollow">http://quick-encoder.com/url</a></p>
<p>It&#8217;s a good place to test your own code against. Watch out for accents and unicode characters! They can be tricky to get right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RealBasic: URL Encoding/Decoding by merlucin</title>
		<link>http://rlopezxl.com/2010/08/17/realbasic-url-encodingdecoding/#comment-23</link>
		<dc:creator><![CDATA[merlucin]]></dc:creator>
		<pubDate>Fri, 24 Sep 2010 10:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://rlopezxl.com/?p=76#comment-23</guid>
		<description><![CDATA[Thank you very much for this code snippet!]]></description>
		<content:encoded><![CDATA[<p>Thank you very much for this code snippet!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

