How can I use a vanilla Yahoo! account (free) with mail.app in Snow Leopard?
I note that with my iPod Touch I can access my Yahoo! account without a single problem.
I've been using Coda recently. It's a great program, but overkill for just a multi session Mac terminal app. Know of a better alternative, especially with a command snippet library function?
I can not run the Terminal.app after rolling back my system from time machine.
Mac OS X Version 10.6.2
It displays the following error.
"Your are not authorized to run this application"
"The administrator has set your shell to an illegal value"
After that I have deleted the file
~/Library/Preferences/com.apple.Terminal.plist
But the same…
I do most development testing on my iPad. When I test an iPhone app, it runs in 'compatibility' mode where the little iPhone app runs in a small window or x2 magnification. Now that I've created a universal app it runs as a native iPad app. For testing I'd like to use the simulated iPhone when I don't have an iPhone handy for testing.
How…
Hey Guys,
I gave an app in the app store got ipad. I also made a app for the iPhone now.
What you guys suggest should I create a new app for the iPhone or is there way to add my iPhone binary to my current ipad app?
Thanks for your help.
I have an application in App store that uses app id without "in app purchase" option enabled.
I'm going to add this feature in further versions. What options do I have?
Do I need to create a new app id with "in app purchase" option? (is it allowed for existing applications ?)
At one point in my app, I would like to redirect the user to the official Settings app. If possible, I also want go straight to the Location service section within the Settings app.
i see
Call the official *Settings* app from my app on iPhone
but
In iPhone4 the following code does not respond(my ios version 5.1.1):
[[UIApplication…
Hello,
I'm trying to set up a maven web project that runs Jetty. In this project, I need 2 JNDIs... my plan is to configure 2 connection pools using c3p0 in Jetty.
So, I created WEB-INF/jetty-env.xml, and I have the following:-
<Configure class="org.mortbay.jetty.webapp.WebAppContext">
<New id="ds1"…
This sample app ("thoughtsite") for App Engine contains a pom.xml in its trunk:
http://code.google.com/p/thoughtsite/source/browse/#svn/trunk
I ran mvn eclipse:eclipse and also tried using m2eclipse to import this source code into an Eclipse project.
But I end up with this error despite the fact that I have the…
My iOS app is going to be free, but with additional functionality enabled via in app purchase. Currently beta testers are doing a great job finding bugs and I want to reward them for their hard work. I think the least I can do is give them a full version of the app so that they don't have to buy the…
I've got a setup based on the post here, and it works perfectly. Adding more languages to the mix, it recognises them fine, except for Korean (ko) and Hindi (hi). Chinese/Japanese/Hebrew are all fine, so nothing to do with encodings/charsets I don't think.
Taking a look into the django code inside…
I am trying to do a simple build automation of my iPhone apps with TeamCity, but having this nagging issue..
When I manually pickup and install .app file from the build folder it works great (syncs smoothly with iTunes and I can see the app on my phone)
But when I try to zip this with /bin/zip or…
I am evaluating several technologies for an open source app for the google app engine. I'm searching for information regarding OSGI on googles app engine.
I have found Lemmon but it seems to be a dead project. The last checkin was in mid 2009... :-/
There is also a eclipse blog entry from april…
Now I use my own Java FTP program to ftp objects from my PC to my ISP's website server.
I want to use Google App Engine's servlet to get Paypal IPN messages, then store the messages into my own objects and ftp the objects to my ISP's website server, is this doable ? I heard Google App Engine…
I have an App Engine app written in Google's webapp framework and I want to add some credit card handling to it.
Does a library already exist to integrate payment processing into an App Engine Python app?
I have followed the steps for in app billing:
Installed demo app
Published an in-app product
NOT published the app itself
Although I CAN buy the item, there is a curious warning "item not found" that I have to dismiss before I can go to the buy screen.
AND this log error:
…
I'm doing performance tests on my app engine app. I'm doing it on the non main version of my app. Do loading requests take longer for the non main version of an app?
I am trying to build a google app engine app in Java. The app is trying to get information from another site. On my computer I am behind a firewall and need to connect to the site through a proxy. Google app engine does not allow the use of java.net.proxy. Is there a way to…
We got a Google App account that we use with our domaine name. We use the core service apps (gmail, calendar, drive, etc.). Now we are looking into going into Google+. To be able active Google+ for my users, I need to activate Picasa Web Album first.
But I can't find it…
I recently attempted to overcome the 500 message limitation on console logs using the advice provided here:
Mac: Extend or disable 500 Messages Limit of Console
I copied the PLIST file onto my desktop, made the modifications, and re-copied into the LaunchDaemon folder.…
I am thinking about writing a GAE app but am a little hesitant because the EULA gives Google full rights to change their APIs anytime they want, for any reason. Obviously, they'd be out of business quick if they just 'upped and refactored their entire APIs, so I have to…
Hi there!
We have 2 applications - 1 windows and 1 web (asp.net). Winforms runs on the customer's machine where as the website is hosted within our company. The winforms has a link which opens the web app in a browser window. The web app is secured so the login page is…
Hi
I have a website which sells a product to the user (downloadable). I am creating an iPhone app and want to be able to sell some of the products using the 3.0's in-app purchase.
Now the documentation mentions that anything you want to sell has to be uploaded to…
Hi,
I'm parsing the App.config file of a project. This config file has been loaded from a caller project. Inside the called project, I have something like:
XmlDocument xmlDoc = new XmlDocument();
xmlDoc.Load("app.config");
// Some parsing...
…