User Stefan - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T23:39:20Zhttp://stackoverflow.com/feeds/user/76371http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1758275/textmessage-containing-an-appstore-link0Textmessage containing an appstore linkStefan2009-11-18T19:01:54Z2009-11-18T19:17:08Z
<p>Hi,</p>
<p>how do I build a link, which opens the appstore and shows an app (something like itms://myapplication?action=show). I want to send that link via a text message (over the web). All I've found was the ITMS link generator.</p>
<p>Best regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/1745293/multiple-tabs-controlling-a-single-uiwebview0Multiple tabs controlling a single UIWebview Stefan2009-11-16T22:32:07Z2009-11-17T00:16:22Z
<p>Hello,</p>
<p>how do I use multiple UITabBar tabs for controlling a single UIWebView?</p>
<p>An Example:</p>
<pre><code>Pressing tab1: UIWebView loads index.html
Pressing tab2: the same UIWebView loads customers.html
Pressing tab3: the same UIWebView loads tos.html
</code></pre>
<p>My approach was to put the UIWebView in the AppDelegate and set self.webview of every ViewController to that single UIWebView. However, the WebView gets displayed, but is white and doesn't load anything.</p>
<p>Any hints?</p>
http://stackoverflow.com/questions/834117/how-to-build-a-compass-with-the-iphone2How to build a compass with the iPhone?Stefan2009-05-07T11:23:08Z2009-11-15T19:18:42Z
<p>Hello,</p>
<p>After some searching on Google, I ask myself:</p>
<p>Is it possible to build a compass (simple showing the heading/direction) with
the iPhone 3G's GPS sensor?</p>
<p>I have the suspicion, that this is only possible, if the device is moving.</p>
<p>Any ideas are appreciated.</p>
http://stackoverflow.com/questions/1720538/catch-uiwebview-reloads-1Catch UIWebview reloadsStefan2009-11-12T07:34:14Z2009-11-12T07:48:06Z
<p>Hello,</p>
<p>is there any way to get informed, when a UIWebview has loaded a new page?
The documentation doesn't list a delegate for this.In my case, I want to know, when UIWebview is done with navigation in iUI pages.</p>
<p>Best Regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/838724/barcode-framework-for-the-iphone3barcode framework for the iphone?Stefan2009-05-08T08:05:48Z2009-10-30T09:05:09Z
<p>Is there already a barcode framework for the iphone?</p>
http://stackoverflow.com/questions/1252498/framework-for-html-js-desktop-client1Framework for (HTML + JS) Desktop ClientStefan2009-08-09T22:33:53Z2009-10-22T17:13:24Z
<p>Hello,</p>
<p>I plan to write a Desktop Client for Windows and Mac. It will be powered by web techniques (HTML + JS). Therefore it shall run on a WebKit engine on the user's desktop.</p>
<p>Recently, I saw an interesting approach for this issue: <a href="http://www.appcelerator.com/products/titanium-desktop/" rel="nofollow">Appcelerator</a>
I love its basic concept, but I don't want be dependent on their services. Instead I want to have full control on the WebKit program, which loads my app.</p>
<p>Are there any decent open source WebKit frameworks for building desktop apps? Desktop integration features, such as Growl-support and stuff are appreciated.</p>
<p>Regards,</p>
<p>Stefan</p>
<p><hr /></p>
<p>Update: I'm not searching for Adobe Air ;-)</p>
http://stackoverflow.com/questions/1591567/animate-grass-with-coreanimation-on-the-iphone0Animate grass with CoreAnimation (on the iPhone)Stefan2009-10-19T22:50:00Z2009-10-19T23:01:13Z
<p>Hello, </p>
<p>how could I animate blades of grass, which are waving in the wind?
I haven't found any suitable CoreAnimation combinations.</p>
<p>Regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/1026265/play-an-audio-file-and-return-back-to-the-page0Play an audio file and return back to the pageStefan2009-06-22T09:26:11Z2009-10-11T15:41:24Z
<p>Hi,</p>
<p>in my iPhone app, I have an UIWebView with some simple HTML links to audio files.
When the user opens such an audio file, media player plays it an leaves my
UIWebView with this screen:</p>
<p><img src="http://img.skitch.com/20090622-rnx614kynh8faecjmuiyec159b.jpg" alt="alt text" /></p>
<p><strong>How do I dismiss it after the audio file was played?</strong>
I've searched for UIWebView's delegates without finding something useful.</p>
http://stackoverflow.com/questions/804368/blogging-system-which-runs-on-the-google-app-engine3Blogging System which runs on the Google App EngineStefan2009-04-29T21:32:30Z2009-10-04T01:59:39Z
<p>Hey, </p>
<p>what is a cool blogging engine for GAE?
I really like wordpress, but PHP isn't
available on the GAE.</p>
<p>Which blogging systems do you use on GAE?</p>
<p>Which experiences you have made with it?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1441732/porting-a-flash-game-to-the-iphone/1441818#14418180Answer by Stefan for Porting a flash game to the iPhoneStefan2009-09-17T23:18:49Z2009-09-17T23:18:49Z<p>You can post job offers right here on SO: <a href="http://jobs.stackoverflow.com/" rel="nofollow">http://jobs.stackoverflow.com/</a>
Furthermore, you could take a look at <a href="http://www.mobileorchard.com" rel="nofollow">http://www.mobileorchard.com</a> (free)</p>
http://stackoverflow.com/questions/1021406/mediawiki-invalid-edit-token0Mediawiki: Invalid Edit TokenStefan2009-06-20T10:52:39Z2009-09-07T22:00:01Z
<p>Hello,</p>
<p>I use the API with HTTP POST to create a wiki page in a Mediawiki (1.14):</p>
<ol>
<li>I require an edit token </li>
<li>It works, I get a fresh token (example: d96d72fae5e6c43b0b9f63d82ace366)</li>
<li>I send the HTTP POST for creating a new site with my new token (sth. similar to "d96d72fae5e6c43b0b9f63d82ace366+\"</li>
<li>I get an error message <strong>"Invalid Token"</strong></li>
</ol>
<p>I don't understand why I get this message, because I send a freshly created token in my POST request.</p>
<p>Any idea?</p>
http://stackoverflow.com/questions/875252/record-apple-lossless-audio-on-the-iphone2Record "Apple lossless" audio on the iPhoneStefan2009-05-17T19:06:12Z2009-09-07T20:14:09Z
<p>Hello,</p>
<p>could you point me to docs/snippets/blogs, which explain
how to record Apple lossless audio files on the iPhone, please?</p>
<p>I've inspected the audio recorder example from the Apple
Dev Center, but couldn't figure out, which setting I have
use for lossless audio. </p>
<p>Regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/1021608/uiprogressview-how-to-get-the-old-style0UIProgressView: How to get the old style?Stefan2009-06-20T13:20:17Z2009-09-01T21:59:27Z
<p>Hi,</p>
<p>I'm searching for the old style of the UIProgressView:</p>
<p><img src="http://img.skitch.com/20090620-dagnbt6eh2s884nfkbkqgne1re.jpg" alt="alt text" /></p>
<p>The only UIProgressViewStyle, I'm able to present is this:</p>
<p><img src="http://img.skitch.com/20090620-ewujnw3r62qnb91qpbdh8iktne.jpg" alt="alt text" /></p>
<p>Is the old one still available? Setting the property <code>UIProgressViewStyle</code> always leads to the blue UIProgressView.</p>
http://stackoverflow.com/questions/859151/convert-caf-to-mp3-on-the-iphone0Convert .caf to .mp3 on the iPhoneStefan2009-05-13T16:59:26Z2009-08-26T08:57:50Z
<p>Hello,</p>
<p>is there a way to convert my recorded .caf files to .mp3 using the
iPhone SDK / Core Audio, something else?</p>
<p>I've been looking around for a while, but all I've found was a command line uitility (which
isn't allowed to run on the iPhone).</p>
<p>Regards</p>
http://stackoverflow.com/questions/1165224/searchdisplaycontroller-change-the-label-no-results0searchDisplayController: change the label "No Results"Stefan2009-07-22T13:27:39Z2009-08-26T00:09:09Z
<p>Hello, </p>
<p>how do I change the label "No Results", when using a searchDisplayController?</p>
<p>Regards</p>
http://stackoverflow.com/questions/1287929/arranging-elements-on-the-screen-and-saving-their-positions1Arranging elements on the screen and saving their positionsStefan2009-08-17T13:21:41Z2009-08-18T02:16:37Z
<p>Hi,</p>
<p>I want to build a tool (with HTML5, JS and CSS3), which helps customers to arrange elements on a website mockup (e.g. text blocks and pictures). I want to save the position of these
elements in order to reconstruct the whole mockup website later.</p>
<p>Maybe a grid system would be the best?</p>
<p><img src="http://img.skitch.com/20090817-t4p54kbxw3rj58mkmqxspj4qch.png" alt="alt text" /></p>
<p>I would be happy to get some ideas on approaches for this challenge. Are there any similar projects, I should take a look at?</p>
<p>Regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/834831/iphone-3g-how-to-show-locations-around-a-fixed-point0iPhone 3G: How to show locations around a fixed point?Stefan2009-05-07T14:03:04Z2009-08-11T21:43:30Z
<p>Hi,</p>
<p>I have my current location fixed via CoreLocation. Now I want to get those locations (from an existing database), which are in the near (about 100 feet) of it.</p>
<p>How do I start?</p>
<p><hr /></p>
<p>Update: Here is a implementation of the Haversine formula: <a href="http://www.jaimerios.com/?p=39" rel="nofollow">http://www.jaimerios.com/?p=39</a> (very useful)</p>
http://stackoverflow.com/questions/1190228/what-are-atomic-store-types0What are atomic store types?Stefan2009-07-27T19:43:55Z2009-08-11T14:58:36Z
<p>Hi,</p>
<p>I've read the Core Data references on Apple's site. But I wonder, what they mean with atomic store types? They write something of "they have to be read and written in their entirety".</p>
<p>Could somebody clarify this, please?</p>
http://stackoverflow.com/questions/1248529/how-can-i-find-all-initializations-in-a-text1How can I find all initializations in a text?Stefan2009-08-08T10:34:45Z2009-08-10T12:35:20Z
<p>Hello,</p>
<p>I have to find all initializations (captial letter words, such as SAP, JSON or XML) in my plain text files. Is there any ready-made script for this? Ruby, Python, Perl - the language doesn't matter. So far, I've found nothing.</p>
<p>Regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/993794/no-touchesbegan-in-live-camera-area-of-uiimagepickercontroller0No touchesbegan: in live camera area of UIImagePickerControllerStefan2009-06-14T21:25:53Z2009-08-07T18:57:53Z
<p>Hello,</p>
<p>in my UIImagePickerController (camera shooting view), I want to track touches.
Every touch event gets properly called except for touchesbegan:</p>
<p>It's not a typo or something because touchesbegan: had been called up to the moment,
I've changed the controller from UIViewController to UIImagePickerController.</p>
<p>Why is touchesbegan: not called in UIImagePickerController?
How do I achieve this?</p>
<p><hr /></p>
<p>Update: It works. But only on the controls (which are located at the bottom). It doesn't work in the camera live picture.</p>
http://stackoverflow.com/questions/1236526/iphone-platform-constraints-1iPhone Platform ConstraintsStefan2009-08-06T01:21:23Z2009-08-06T07:25:43Z
<p>Hello,</p>
<p>I'm analyzing the iPhone platform (for a paper). I've made a list with issues,
developers/architects have to consider, before working with the iPhone SDK. </p>
<p>The questions aims at people, who want to release iPhone software. What constraints restrict them in comparsion to other mobile platforms, such as Android, Windows Mobile, Symbian, etc. </p>
<p>Feel free to add hurdles, which I may have forgotten to list.
Thanks.</p>
<p><strong>iPhone platform constrains/hurdles:</strong></p>
<ul>
<li>No physical keyboard</li>
<li>No replacable battery</li>
<li>One Application A Time</li>
<li>Sandbox File System</li>
<li>Restricted Deployment Cycle (Dev program...)</li>
<li>App Store Approval Process</li>
</ul>
http://stackoverflow.com/questions/1026265/play-an-audio-file-and-return-back-to-the-page/1227114#12271140Answer by Stefan for Play an audio file and return back to the pageStefan2009-08-04T12:08:34Z2009-08-04T12:08:34Z<p>Mike, I've found a solution: Create a HTML page and embed your audio file the follwing way:</p>
<pre><code><embed src=”http://www.mypage.com/test.wav”>
</code></pre>
<p>This gives you an embedded mini player.</p>
http://stackoverflow.com/questions/1185611/mkpinannotationview-are-there-more-than-three-colors-available0MKPinAnnotationView: Are there more than three colors available?Stefan2009-07-26T21:32:26Z2009-07-27T18:45:19Z
<p>Hello,</p>
<p>according to the Apple docs, MKPinAnnotationView's pin color is available in red, green and purple. Is there any way to get other colors also? I've found nothing in the docs.</p>
<p>Regards,</p>
<p>Stefan</p>
http://stackoverflow.com/questions/1171341/sort-ruby-array-by-updatedat1Sort ruby array by updated_atStefan2009-07-23T12:12:02Z2009-07-27T00:02:46Z
<p>Hello,</p>
<p>all I want to do, is to fetch the lastest item from my models and
have them in an array sorted (freshest items first) by the attribute "updated_at".</p>
<p>Somewhere is an error, but I can't find it:</p>
<pre><code> @results = Array.new
Note.find(:all, :limit => 3, :order => "created_at DESC").each do |item|
@results << item
end
Picture.find(:all, :limit => 3, :order => "created_at DESC").each do |item|
@results << item
end
@results = @results.sort_by{ |result| result.updated_at}
</code></pre>
http://stackoverflow.com/questions/627653/google-adsense-within-native-cocoa-touch-iphone-app/1173790#11737900Answer by Stefan for Google Adsense within native cocoa-touch iphone appStefan2009-07-23T18:56:39Z2009-07-23T18:56:39Z<p>Google's Mobile Adsense is on the run:</p>
<p><a href="http://www.techcrunch.com/2009/06/24/googles-mobile-adsense-for-iphone-and-android-apps-now-in-public-beta/" rel="nofollow">TechCrunch article</a></p>
http://stackoverflow.com/questions/1031755/iphone-reusing-uiviewcontrollers-in-order-to-save-memory2iPhone: Reusing UIViewControllers in order to save memoryStefan2009-06-23T10:29:51Z2009-07-23T12:14:10Z
<p>Hi,</p>
<p>what are best pratices to reuse UIViewControllers? In many apps (including Apple's own examples: e.g. SQLiteBooks), UIViewControllers are allocated and initialized everytime, a UIViewController is pushed to the stack. This increases the use of memory with every new controller, because the objects stay in memory and aren't used again.</p>
<p>How to make it better?</p>
http://stackoverflow.com/questions/1147882/statusbar-overlaps-viewcontroller0Statusbar overlaps ViewControllerStefan2009-07-18T15:59:49Z2009-07-19T08:41:21Z
<p>Hi,</p>
<p>I in my AppDelegate, I use:</p>
<pre><code> ActivitiesViewController *acController = [[ActivitiesViewController alloc] initWithNibName:@"ActivitiesView" bundle:[NSBundle mainBundle]];
UINavigationController *acNavController = [[UINavigationController alloc] initWithRootViewController:acController];
[self.tabBarController setSelectedIndex:0];
[self.tabBarController setSelectedViewController:acNavController];
</code></pre>
<p>To switch the views in my TabBarController. The result is to close to the window top:</p>
<p><img src="http://img.skitch.com/20090718-tpgya2nt4yeadacgs54dh8syp2.png" alt="alt text" /></p>
<p>How do I get my view to correct position?</p>
<p>Regards</p>
http://stackoverflow.com/questions/1147882/statusbar-overlaps-viewcontroller/1149487#11494870Answer by Stefan for Statusbar overlaps ViewControllerStefan2009-07-19T08:41:21Z2009-07-19T08:41:21Z<p>The solution was to load the UIViewController in the old UINavigationViewController. This way the UIViewController keeps its former position. Thanks for your help</p>
http://stackoverflow.com/questions/1147698/abpersonsetimagedata-doesnt-display-image1ABPersonSetImageData doesn't display imageStefan2009-07-18T14:38:05Z2009-07-18T15:15:00Z
<p>Hello, </p>
<p>I use ABUnknownPersonViewController to display a contact view.</p>
<p>I try to set an image with:</p>
<pre><code>NSData *dataRef = UIImagePNGRepresentation([UIImage imageNamed:@"contact3.png"]);
ABPersonSetImageData(newPersonViewController.displayedPerson, (CFDataRef)dataRef, nil);
</code></pre>
<p>It doesn't work and I don't know why. Any ideas?</p>
http://stackoverflow.com/questions/1143046/map-kit-custom-placemarks2Map Kit: Custom placemarksStefan2009-07-17T12:43:38Z2009-07-17T13:16:27Z
<p>Hello,</p>
<p>how do I use custom placemarks instead of the standard pins with MapKit
on the iPhone?</p>
<p>Regards</p>
http://stackoverflow.com/questions/1591567/animate-grass-with-coreanimation-on-the-iphone/1591608#1591608Comment by Stefan on Animate grass with CoreAnimation (on the iPhone)Stefan2009-10-20T23:06:20Z2009-10-20T23:06:20ZThanks, very interesting technique. I'll try to simplify it for CoreAnimation.http://stackoverflow.com/questions/859151/convert-caf-to-mp3-on-the-iphone/1304454#1304454Comment by Stefan on Convert .caf to .mp3 on the iPhoneStefan2009-08-20T10:08:15Z2009-08-20T10:08:15ZChintan, if you use a Mac OS X system, you can use afconvert (<a href="http://developer.apple.com/qa/qa2008/qa1534.html" rel="nofollow">developer.apple.com/qa/qa2008/qa1534.html</a>). For the rest, take a look at "Perl Audio Converter" <a href="http://pacpl.sourceforge.net/" rel="nofollow">pacpl.sourceforge.net</a>http://stackoverflow.com/questions/1287929/arranging-elements-on-the-screen-and-saving-their-positions/1287953#1287953Comment by Stefan on Arranging elements on the screen and saving their positionsStefan2009-08-17T13:30:53Z2009-08-17T13:30:53ZThanks. The figure is just an example from Google. :-)http://stackoverflow.com/questions/1252498/framework-for-html-js-desktop-client/1252667#1252667Comment by Stefan on Framework for (HTML + JS) Desktop ClientStefan2009-08-10T02:49:28Z2009-08-10T02:49:28ZRobert, thank you for the links. Very interesting.http://stackoverflow.com/questions/1252498/framework-for-html-js-desktop-client/1252641#1252641Comment by Stefan on Framework for (HTML + JS) Desktop ClientStefan2009-08-10T00:27:06Z2009-08-10T00:27:06ZAre you writing about <a href="http://prism.mozilla.com/" rel="nofollow">prism.mozilla.com</a> ? I tested it some months ago, but it feels too much like a browser to me.
Hm, maybe I should build something custom. http://stackoverflow.com/questions/1248529/how-can-i-find-all-initializations-in-a-textComment by Stefan on How can I find all initializations in a text?Stefan2009-08-08T12:03:05Z2009-08-08T12:03:05Zire_and_curses, no, I don't want to replace it. But IMHO it fits into this category, because it uses the typical search and replace techniques.http://stackoverflow.com/questions/1248529/how-can-i-find-all-initializations-in-a-text/1248549#1248549Comment by Stefan on How can I find all initializations in a text?Stefan2009-08-08T10:57:00Z2009-08-08T10:57:00ZThanks, works like a charm.http://stackoverflow.com/questions/1248529/how-can-i-find-all-initializations-in-a-textComment by Stefan on How can I find all initializations in a text?Stefan2009-08-08T10:54:39Z2009-08-08T10:54:39ZA list would be nice. Proper solutions are provided below. Super :-)http://stackoverflow.com/questions/1236526/iphone-platform-constraintsComment by Stefan on iPhone Platform ConstraintsStefan2009-08-06T08:08:36Z2009-08-06T08:08:36ZMarco, it's meant to be compared with the other platforms, which are in the wild. E. g., if some others provide replaceable batteries, I want to list that the iPhone doesn't. --- Mahboudz, if you have some benefits for me, I would be glad to hear :-) I think the major benefits are moultitouch and the rich SDK. --- H4xxr, the list above is the result of my research and I already eloborated on them. My intention with this question is to get a few more buzzwords, which I can examine. So it's my method to work more on the topic, not less ;-http://stackoverflow.com/questions/1236526/iphone-platform-constraints/1236606#1236606Comment by Stefan on iPhone Platform ConstraintsStefan2009-08-06T08:06:49Z2009-08-06T08:06:49ZThank you, good points :-)http://stackoverflow.com/questions/1236526/iphone-platform-constraints/1236595#1236595Comment by Stefan on iPhone Platform ConstraintsStefan2009-08-06T08:06:06Z2009-08-06T08:06:06ZThank you very much. This gives me some points, I can think about and examine further. The issue with the EULA is completely new to me. Thats really annoying.http://stackoverflow.com/questions/1026265/play-an-audio-file-and-return-back-to-the-page/1219219#1219219Comment by Stefan on Play an audio file and return back to the pageStefan2009-08-03T16:07:20Z2009-08-03T16:07:20ZSadly not :-(
If you ever find a solution, please post it here. Thankshttp://stackoverflow.com/questions/1171341/sort-ruby-array-by-updatedat/1171379#1171379Comment by Stefan on Sort ruby array by updated_atStefan2009-07-23T12:36:18Z2009-07-23T12:36:18ZThanks for your answer!http://stackoverflow.com/questions/1171341/sort-ruby-array-by-updatedat/1171352#1171352Comment by Stefan on Sort ruby array by updated_atStefan2009-07-23T12:35:45Z2009-07-23T12:35:45ZThanks for your answer!http://stackoverflow.com/questions/1165224/searchdisplaycontroller-change-the-label-no-results/1167138#1167138Comment by Stefan on searchDisplayController: change the label "No Results"Stefan2009-07-22T19:08:08Z2009-07-22T19:08:08ZCool, thank you very much...