Developers have been notified that if they want to have their app ready for launch day, they have to keep to a short deadline. How much time do they have?
Too bad that iTunes Connect changed its behavior recently. I'm providing an update to an existing app. I submitted new binary using the Loader without problem on the first try. Then I discovered that different from before, one has to reject the binaries in order to change screenshots.
Too bad that the update is in the status of "In Review". Well,…
Where does Internet Explorer store saved passwords?
And since this is a programming site, i'm not literally asking for the location where IE stores passwords, but which API ie uses to save passwords.
At first i assumed that Microsoft was using the standard api:
CredRead
CredWrite
which is used to save domain and generic program/web-site…
Hey Guys,
i have one problem.
In one of my form i have use rich text editor from the yahoo.
now i want to store the data from that text area to mysql database.
bcz user can enter anything in that textarea. as example user can enter many double quotes, or single quotes.
so i need to store that data which may content many double quotes or…
Is there a method allowing me to return my stored data in an ExtJS Grid Panel exactly the way I loaded it using:
var data = ["value1", "value2"]
Store.loadData(data);
I would like to have a user option to reload the Grid, but changes to the store need to be taken into account. The user can make changes and the grid is dynamically…
Hello,
I have just finished my application for iPhone. I would like to know if it is possible to use the word iPhone in the name of the application. For example, can I name my application iPhonesque ?
And for the icon, can I use graphics related to Apple like a Mac Windows (with the three buttons, red, yellow and green) on snow…
I'm currently struggling with Core Data iCloud migration.
I want to move a store from an iCloud ubiquity container (.nosync) to a local URL. Problem is whenever I call something like this:
NSPersistentStore *newStore = [self.persistentStoreCoordinator migratePersistentStore: currentiCloudStore toURL: localURL options: nil…
I am trying to understand the Voldemort java API. I am new to non relational databases, so as I understand, Voldemort's store can be compared to a table in relational model. I saw the following code in the documentation.
String bootstrapUrl = "tcp://localhost:6666";
StoreClientFactory factory = new…
As you can tell this is no where near work related. I have an iMac G5 where my itunes is currently hosted, I have also just got a new MacBook Pro. What I want to be able to do is sync my itunes library from my iMac to my MacBook Pro, that way it can be accessible away from my home network, then if I…
On October 30, 2012 Steve Ballmer kicked off the first BUILD conference keynote. Steve shared some insights around Windows 8: 4 million customers upgraded to Windows 8 over the weekend since the October 26 release (so in 3 days only!). Focus on sharing code between Windows 8 and Windows…
I'm thinking about using/implementing some kind of an embedded key-value (or document) store for my Windows desktop application. I want to be able to store various types of data (GPS tracks would be one example) and of course be able to query this data. The amount of data would be such that it…
I'm hoping for some advice or suggestions on how best to handle multi threaded access to a value store.
My local value storage is designed to hold onto objects which are currently in use. If the object is not in use then it is removed from the store.
A value is pumped into my store via…
I have a collection of certificates in a p7b file, and I would like to automatically import each certificate into the correct store depending on the certificate template. What is the best way to do this with a script?
I tried using certutil -addstore root Certificate.p7b, and that will…
I have a collection of certificates in a p7b file, and I would like to automatically import each certificate into the correct store depending on the certificate template. What is the best way to do this with a script?
I tried using certutil -addstore root Certificate.p7b, and that will…
When I create and store macros in Excel 2007 using the Personal file in the XLstart folder then open and go to close Excel using the close buttom in the upper right hand corner I now have to click it twice to completely close Excel however if I use the Excel Exit button by clicking on the…
Hello,
The situation is:
Im building PHP application, and need http caching.
Varnish is great, and lots of people tell me that Varnish store the cached data in RAM. But I want it cached in hard disk.
Is there any way to store the Varnish cached data in hard disk?
thanks.
Welcome,
I'm looking for information where opera store temporary cookies with time expire (0), what's mean - cookie should be deleted after restart browser.
Do opera create temporary file for these cookies and delete after restart (if yes what file), or store them in memory (RAM).
I'm…
I want to manage the photos on my iPod photo, but any iPod app I have tried will either not be able to transfer photos or corrupt the photos (they look posterized on the iPod).
Does anyone use an app that will do this?
Windows 7 keeps asking for a password every time I mount a webdav.
I don't want to store a password in a .bat file because it's so insecure.
Is there any way to force system store it? Manually adding credentials in user manager helps storing passwords for SMB shares but for webdav…
hi all,
How to create a test user account in iTunes Connect ?
I am using the "https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa" url , but there is not option for creating user account ?
Please suggest how to create a test user account ? and provide the steps for…
Recently I came across a presentation from Dan Zarrella on "The Science of Retweets. (http://www.slideshare.net/HubSpot/the-science-of-retweets-with-dan-zarrella). It is an insightful, fact-based analysis of how tweets propagate and what makes them successful. The analysis is…
Hi guys,
My application tester has a problem while importing .mobileprovision file into iTunes. As I don't have the device I'm not able to check things out, here is the error message:
The provisioning profile "embedded.mobileprovision" could not be imported because an…