<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.9.2 (http://www.squarespace.com/) on Thu, 11 Mar 2010 19:32:53 GMT--><?xml-stylesheet type="text/css" href="/universal/styles/feed.css"?><rss version="2.0"><channel><title>Blog - Comments</title><link>http://www.agilitesoftware.com/blog/</link><description></description><copyright></copyright><language>en-US</language><generator>Squarespace Site Server v5.9.2 (http://www.squarespace.com/)</generator><item><title>Coleen comments on Dismissing the iPhone Keyboard</title><author>Coleen</author><pubDate>Tue, 09 Mar 2010 13:50:58 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2009/9/28/dismissing-the-iphone-keyboard.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7717663</guid><description><![CDATA[<p>This is hte main reason I read www.agilitesoftwzre.com. Killert posts.</p>]]></description></item><item><title>Michael Bowen comments on 5 Reasons why to switch to Git</title><author>Michael Bowen</author><pubDate>Sat, 06 Mar 2010 14:33:52 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/17/5-reasons-why-to-switch-to-git.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7668247</guid><description><![CDATA[<p>Hey Niels. I'm wanting to start programming in Objective C and all that to do my own iPhone apps. Starting from scratch, I first have to pickup a Mac. Would you recommend that I try a used PowerMac G5?</p>]]></description></item><item><title>Hm comments on Xcode 3.2: The New Find Redesign</title><author>Hm</author><pubDate>Wed, 03 Feb 2010 04:27:37 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2009/9/30/xcode-32-the-new-find-redesign.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7196513</guid><description><![CDATA[<p>&quot;I also believe this increases my productivity because I'm not messing with the dialog box, I can instantly see how many results were found!&quot;</p><p>I don't see what that has to do with the elimination of the dialog.  They could have added this enhancement anyway.</p><p>The inline search terms are a usability regression for a few reasons.  First, they waste space by having a search banner in every pane, and you can't move them off to the side.</p><p>Second, the search parameters (like case sensitivity, &quot;whole words&quot;) are missing.  They're hidden under the obscure multi-function textbox, which confounds people at first and then continues to cause problems even after they're told about them.  Why?  Because when you search again half an hour later and don't get any hits, you don't see that &quot;whole words&quot; is still activated from last time.</p>]]></description></item><item><title>david comments on Progress made to the Augmented Reality Toolkit. Now a static library!</title><author>david</author><pubDate>Thu, 28 Jan 2010 11:49:12 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/16/progress-made-to-the-augmented-reality-toolkit-now-a-static.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7086975</guid><description><![CDATA[<p>yes demo is working perfect... I whant to see if a have a problem in my program so I try to create something from scratch so I create a new Tab Bar application, and if you init the library on root you have no problems, but this means that the camera is runnig from init and on all tabs (you need to hide the view if you want to see the camera on an specified tab)</p>]]></description></item><item><title>Niels Hansen comments on Progress made to the Augmented Reality Toolkit. Now a static library!</title><author>Niels Hansen</author><pubDate>Wed, 27 Jan 2010 01:49:51 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/16/progress-made-to-the-augmented-reality-toolkit-now-a-static.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7076849</guid><description><![CDATA[<p>Have you tried it with the sample demo first without adding it to your own app to verify that it's running?  I'm in the process of making additional changes to the library so that it can load in any size View controller.  This should be released in the next couple of days.  Please confirm that you're able to get the demo working.</p>]]></description></item><item><title>david comments on Progress made to the Augmented Reality Toolkit. Now a static library!</title><author>david</author><pubDate>Tue, 26 Jan 2010 19:10:56 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/16/progress-made-to-the-augmented-reality-toolkit-now-a-static.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7073249</guid><description><![CDATA[<p>Ok, actually it works nice but I can't see the camera on the background:</p><p><code><br/>- (IBAction)pinchaAR<br/>{<br/>	MapaAR *mapaAR = [[MapaAR alloc] init];<br/>	[self.view addSubview: [mapaAR view]];<br/>}<br/></code></p><p>I see all the elements moving arround but the camera is not initializing.. this is an issue or is something that I'm doing wrong?<br/>If I try to init on the beginnig of the app and not on a viewDidLoad it works.</p>]]></description></item><item><title>david comments on Progress made to the Augmented Reality Toolkit. Now a static library!</title><author>david</author><pubDate>Mon, 25 Jan 2010 19:24:59 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/16/progress-made-to-the-augmented-reality-toolkit-now-a-static.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7065146</guid><description><![CDATA[<p>please discard my last comment, I saw that you have update the branch with new examples on how to work with the viewController.. so I will first to understand how, and then ask... </p><p>thank you!</p>]]></description></item><item><title>david comments on Progress made to the Augmented Reality Toolkit. Now a static library!</title><author>david</author><pubDate>Mon, 25 Jan 2010 13:31:35 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/16/progress-made-to-the-augmented-reality-toolkit-now-a-static.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7062036</guid><description><![CDATA[<p>yes, you're right, I've grab the latest code, and I have the static library started.. I know that is me (im a real beginner on this), I can't see the view on a tabBar app. I see how it works in the console but the view is not showing..</p><p>Maybe I'm loosing something.. here is what I'm doing: </p><p>I create a new UIViewController SubClass; then I import ARViewContrller.h and Geolocations.h, then on viewDidLoad. I alloc and init  an ARViewController like this : </p><p><code><br/>- (void)viewDidLoad {</p><p>ARViewController *viewController = [[ARViewController alloc] init];<br/>[viewController view];</p><p>[super viewDidLoad];<br/>}<br/></code></p><p>Whe I run the app I change to view whitout any errors and on console I see :</p><p>2010-01-25 14:18:02.647 pruebas2[2836:207] distance is 895289773, angle is 1094049360, azimuth is 0<br/>2010-01-25 14:18:02.648 pruebas2[2836:207] distance is -137817117, angle is 1093390979, azimuth is 0<br/>2010-01-25 14:18:02.648 pruebas2[2836:207] distance is 1014173419, angle is 1095148584, azimuth is 0<br/>2010-01-25 14:18:02.648 pruebas2[2836:207] distance is -2135402882, angle is 1094848403, azimuth is 0</p><p>but the view is blank; I can't see the camera image or position targets.</p><p>thank you anyway... I need to learn more... I know, and this is helping me a lot.</p>]]></description></item><item><title>Niels Hansen comments on 5 Reasons why to switch to Git</title><author>Niels Hansen</author><pubDate>Sat, 23 Jan 2010 03:51:31 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/17/5-reasons-why-to-switch-to-git.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7040494</guid><description><![CDATA[<p>Thanks!  Let me know when your article is posted. I'd love to see it!</p>]]></description></item><item><title>Niels Hansen comments on Progress made to the Augmented Reality Toolkit. Now a static library!</title><author>Niels Hansen</author><pubDate>Sat, 23 Jan 2010 03:50:05 +0000</pubDate><link>http://www.agilitesoftware.com/blog/2010/1/16/progress-made-to-the-augmented-reality-toolkit-now-a-static.html#comments</link><guid isPermaLink="false">349496:3713390:comment/7040492</guid><description><![CDATA[<p>This was the first thing we changed.  Make sure you grab the latest code base.  We have a static library started but its not under the master branch. You need to switch over to the static library branch.  </p><p>I'm glad you like it so far. Let us know if there is anything you'd like to see us add to it.</p>]]></description></item></channel></rss>