store

Storing expression references to data base

I have standard arithmetic expressions sotred as strings eg. "WIDTH * 2 + HEIGHT * 2" In this example WIDTH and HEIGHT references other objects in my system and the literals WIDTH and HEIGHT refers to a property (Name) on those objects. The problem I'm having is when the Name property on an expression object changes the expression won...

App Store submission problem: A pre-release beta version of the SDK was used to build the application

I upload my app to app store, I already build my apps using device - 3.1 , which should be the a release version of app store. How can I avoid this warning? thz.... ...

How can I create a iphone View like App Store's product introducion View?

I want to create a view like the style of app introduction in app store. some text and pic at the top,when i browse down, and some pictures can be moved horizonal, and at the bottom, some other description text. thanks. ...

generic Mysql stored procedure

Hi, I have the fallowing stored procedure: CREATE PROCEDURE `get`(IN tb VARCHAR(50), IN id INTEGER) BEGIN SELECT * FROM tb WHERE Indx = id; END// When I call get(user,1) I get the following: ERROR 1054 (42S22): Unknown column 'user' in 'field list' ...

What are the restrictions for the name of an application when submitting to App Store ?

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 leopard ...

itunes connect forget something

hi all i've submit my app to approval process, my app is in review, when go see the details i see that to "Bundle short string" or something similar is empty. Will it be rejected ? ? thanks ...

How to store data in the contacts?

How do i store data in the contacts and i need to retrieve the address and display it on a map? anyone how to do the coding? THANK YOU! ...

How to store values inside Plist and read while runtime in iphone 3.0?

Hi Guys, how to store values inside Plist and read while runtime in iphone 3.0?. Thanks in Advance. ...

what is value of x for load and store

This is some challenge On a single processor system, in which load and store are assumed to be atomic, what are all the possible values for x after both threads have completed in the following execution, assuming that x is initialised to O? Hint: you need to consider how this code might be compiled into machine language. for (int i = 0...

Load/Store Objects in file in Java

I want to store an object from my class in file, and after that to be able to load the object from this file. But somewhere I am making a mistake(s) and cannot figure out where. May I receive some help? public class GameManagerSystem implements GameManager, Serializable { private static final long serialVersionUID = -59666185866664...

jQuery to store data for sessions

I am trying to use jQuery AJAX. What my requirement is, i wish to load user names from DB in dataset, convert it to JSON format and store it in memory or using jQuery data for use while a user is browsing my site, i.e for a session. This way I can use autocomplete or my own code to display data to user. Can anyone help me design such a ...

Does smart card in the reader corresponds to certificate, c#

I have certificate imported from smart card into my certificate store I would like to check (c# code) whether certificate is active i.e. does the smart card in the reader corresponds to my certificate ...

What constitutes a private API in an iPhone app?

I'm fairly new to Objective-C and am confused on what falls under the unbrella of a "private API" that could cause Apple to reject my app. Does this include adding methods to existing classes? For example, I found some code on stackoverflow to recolor the tab bar icons for UITabBars with this extension to the UITabBarItem class. Is this ...

Distributed datastore

We're trying to add some kind of persistence in our app. The app generates about 250 entries per second. Each of these entries belong to one of 2M files. For each file, we want to keep the last 10 entries, so we can look them up later. The way our client application works : it gets a stream of all the data it fetches the right file (...

Apple Itunes app limitations

I have a iphone game that i am creating and wanted to know a couple limitations once the person downloads the game and they sign in with a user name i want them to be able to download new content maps packs etc. What is the limit in size these downloads can be? where can this content be stored? thank you! ...

Facebook flash game data store method

Hy, i am currently working on a facebook game,the game is good and ready except the storing part!How do you suggest i should store my data!I will use a database, but what is the best way to get data from facebook and into my database trough flash?Thanks a lot! ...

Storing object as a column in LINQ

Hello, i have some class which constructs itself from string, like this: CurrencyVector v = new CurrencyVector("10 WMR / 20 WMZ"); It's actually a class which holds multiple currency values, but it does not matter much. I need to change type of column in my LINQ table (in vs 2010 designer) from String to that class, CurrencyVector. ...

Where could I find a complete Zen Cart reference for getting item and category info, etc.?

I've been searching everywhere and there seems to be very little about Zen Cart... at least anything much deeper than "install and go". I'm skinning (templating) a Zen Cart store, but the design I want doesn't fit in with the current layout, so I've had to make extensive changes to tlp_header.php, tpl_footer.php, tlp_main_page.php, etc. ...

What does Glassfish use as backing store to JNDI when clustered?

I have a JBoss background, where JNDI in clusters is provided by a centralized fail-over service, HA-JNDI. With this configuration you get one JNDI namespace across the cluster (i.e I can look up a service on node B from node A). When i look at the glassfish architecture, I cannot deduce how (and if) JDNI is synchronized between server i...

PHP How can I store Facebook session for further uses

Hello, I am trying to integrate Facebook to one of my projects. At this time I have successfully integrated Twitter so users can update their status while they are on my website. There is a one-time login to Twitter and then I store oauth_token, oauth_token_secret, user_id and screen_name so when they login to my site (via my own login...