app

Where is a good collection of freely licensed instrument .wav samples?

I require full samples for a variety of instruments. One such site that provides this resource (http://theremin.music.uiowa.edu/MIS.html) is good, but there aren't enough non-classical instruments (e.g. steel guitar, drums). I need a different resource that provides instrument samples such as ones the MIDI specification supports. Side ...

PSMultiValueSpecifier - iPhone SDK + Settings Bundle

Hi I want to use the PSMultiValueSpecifier in the settings bundle for my iphone app, but for some reason it doesn't want to work? Does anyone know a good tutorial or sample code on how to use this? ...

Looking for an application GUI library for C++

I'm thinking about writing a very simple paint program. I would like a more advanced method of inputting data into my program like colors, thickness of the brush, etc. I would like to use a GUI library so I can program buttons and menus to make input easier. Any suggestions? (I'm running Visual C++ 2005 SP1) ...

Develop a facebook app tutorial.

Hi im pretty new to php but i would like to make a facebook app, for a competition where the participants can send in their ideas. Does anyone know a good tutorial och something like that? thanx in advance ...

Developing Portable Mobile Applications

What is the most universal (in terms of cross-platform) software IDE for application development on mobile devices these days? Which APIs are most common? ...

how to grant an applet permission for the resource accesses it needs?

hi, i have a problem with define permission for my applet that would to spacial resource access like get user.name property or file system command like create,read, write directory or files... the applet must write any data -ex. images- that received from a web application in such files in temp directory with using user.name to make ...

How to add team member in app store account ?

Hi, I have account(agent), now i need add team members for create applications.I have sent invitations to them...They got email and create another type of apple id also.After that where we need to put verification code and accept as team members request. Please help me out.. ...

How could I do the attach effect, when you select the Send by Mail option in Photos App

How could I do the attach effect, when you select the Send by Mail option in Photos App, that when the background turns dark, the mail app is open and the image is attached to the mail body. ...

Google App engine external database

I've been searching and can't find an answer anywhere. I also haven't had time to try it out either. Is it possible, using java in the Google App Engine (GAE), to connect to a remote database. Whether it MySql, SQLServer, etc. Will it be allowed to make calls outside of it's domain? Is it possible to even use the required libraries ...

iPhone Crash Logs... anyone read this Greek Stuff? - Not crashing for me, but is for Apple

I have submitted my app to the App Store, and Apple says: At this time, XYZ APP cannot be posted to the App Store because it is crashing on iPhone 3G running iPhone OS 3.1 and iPod touch running iPhone OS 3.1.1 and Mac OS X 10.5.8 whenever a user attempts to add a reminder from their Contacts. There are two ways to reproduce this issue...

iphone app send email

Hi, I know how to send an email within my app by launching the Mail app then returning to my app... but I would like to my app to be able to send email without opening the mail app. For exemple i'd have a button in my app clicking that button would send out an email. I will then notify the user that the email has been sent... Has anyone...

Executing .app folder from Java?

Is there a reasonable way to execute a .app directory directly from Java instead of digging down to find the binary? I've got an app with some preferences that include external programs for opening various things, it'd be nice if on OSX the user could just select the .app folder. I could look for the .app extension and handle it differ...

Under some circumstances an App Engine "get_by_key_name" call using an existing key_name returns None

I've run into a strange problem that I haven't seen before making a get_by_key_name call using the App Engine ORM. Under no circumstances, one would assume, would the following return None: Model.get_by_key_name(Model.all().get().key().name()) And yet, that's what I've found that certain key names will do. It's only in a few cases w...

Submitting AddHoc iPhone App Binaries to Apple App Store

Hey I have taken over from a developer who submitted Add Hoc Build Binaries to the app store instead of creating a new binary with an app store development provisioning profile. Can anyone tell me what will happen to these apps? So far they they are fine, approved and selling with the added benefit that we are able to test the actual b...

iPhone app switching

Is it possible to run an iPhone app from your own app? For example when you press a button in your app, the iPhone switches to another app. If so, how would you do this? ...

Is there a way to find out what App Store the user is connected to?

I'm planning to release my app as a free version, and then let the user buy the full version through in app purchase. I'd like to customise the artwork so thats if they're on the UK Store it says "Buy full version for 59p" and on the US Store "Buy full version for $1". Is there any easy way to get this information? I know NSLocale can pr...

Which method should I use?

I'm an intermediate java coder, writing a librarian Java app, and for some reason I just can't figure out whether I should use dueDate.after(today) OR dueDate.before(today) method as to deciding if the book is overdue. I've gotten quite some contradictory values by typing both the methods. Hence, I'm also assuming there is some other bug...

How to read/convert classic MAC app file on MAC OSX

Hi All, I am new to MAC environment. Is there any way that I can convert classic MAC app file so that it can be read on MAC OS X? Also, is there any good tutorial for how to write .app file for a JAVA application. Thanks ...

Real time update of relative leaderboard for each user among friends

Ive been working on a feature of my application to implement a leaderboard - basically stack rank users according to their score. Im currently tracking the score on an individual basis. My thought is that this leaderboard should be relative instead of absolute i.e. instead of having the top 10 highest scoring users across the site, its...

iphone app submission with other developers binary

Hey All. I am making an app that needs to be released by the client. Am I able to build and sign the final binary with my distribution certificate and send it to the client to upload? Or will I have to send them the source to compile with there own certificate? Cheers ...