store

Store values in client computer permanently?

Is there a way to store values on client side permanently? I have a site, flash game (the game is not developed by me, of course), after you registered, it will recognize you even after u close browser, clear cache and cookies, and even restart computer and modem. Where do they store the values? Why the flash game can recognize me after...

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

Batch Downloader- Flash, Java, Air?

I have a store that I maintain and we sell CD's. When customers purchase an album, they have to go through and then click to download each and every song (zipping the files is not an option). Needless to say, this is a pain. Does anyone know of a solution to use iTunes-style downloading (will download a few at a time, and once those a...

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

Which is the best way to store text files into a Sql Server data base, for an asp.net mvc web application?

I'm making a small asp.net mvc app. in which I have to compute data from several CSV files ( between 5 to 10 files). The application must provide upload and download actions for these files. The part where I don't have experience is the data base. What column type should I use? text, image, binary ? the size of a file will be betweent ...

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

Swap CSS class on the basis of Scroll Position with Javascript

I'm looking to re-create the Apple Store shopping cart sidebar. http://store.apple.com/us/configure/MB535LL/A?mco=MTA4MTg3NTQ It is similar to "position: fixed" except that it starts out as "position: absolute" with the CSS class "pinned_top" and then switches to CSS class "floating" when a certain scroll-y position is reached. I've ...

Implementing iPhone Store Kit while adhering to MVC convention

I am trying to come up with good design while implementing Store Kit. Trying to follow MVC convention, I have the following Model: Store Observer View: Some View that will display UI (product selection, etc) Controller: My View Controller Should my View Controller instantiate a Store Observer Class for product request and update the U...

In App Purchase from App Store, iPhone

I am developing an application of iphone which requires to implement the In App Purchase functionality from App Store, for letting users download some images through their itunes account. Any source code regarding this would be great help. ...

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

Directory or subdomain for online store?

We have a domain and now we need to setup an online store. Which is better for search engines and for people (easy to remember, etc.) - a directory (site.com/shop/) or a subdomain (shop.site.com)? ...

Reliable and efficient key--value database for Linux?

I need a fast, reliable and memory-efficient key--value database for Linux. My keys are about 128 bytes, and the maximum value size can be 128K or 256K. The database subsystem shouldn't use more than about 1 MB of RAM. The total database size is 20G (!), but only a small random fraction of the data is accessed at a time. If necessary, I ...

Set minimum iPhone OS version for app?

I'm about to publish an app on the app store, and I'm looking to set the minimum OS version as it appears in iTunes as "Requires iPhone OS 3.x or later". 2 questions: 1) Where do I set this in my Xcode project? 2) I'm aware of the UITableViewCell numberOfLines property that is present only in OS > 3.1. If I set my minimum as OS 3.0, wi...

In app purchase

Hi! I want to use the in-app purchase in my app. Right now, I've created the half portion of my app. As far as I know there are two ways to deliver the app to the buyer using the in-app purchase. The first one is by creating your app fully functional, then if your app wasn't yet purchased, some features of this app should be locked and ...

What has this e-commerce store been made with?

Hi, I really like this e-commerce store - http://www.gonedigging.co.uk I have had a dig with firebug but cannot tell how it has been made, is it a bespoke job or an open source package? Who can help me? ...

SQLite - SELECT over multiple entries of the same data/column

I am a bit new to SQLite, and I am having a slight dilemma about my database design. I'll explain. Suppose you and your friends use a number of different nicknames on the Internet (can be more than one per person). What we have here is an ID of the person and a list of all nicknames that this person uses. This is a single entry in a larg...

Java: Most efficient way to store/retrieve workout information from a file?

I'm working on a Java project for class that stores workout information in a flat file. Each file will have the information for one exercise (BenchPress.data) that holds the time (milliseconds since epoch), weight and repetitions. Example: 1258355921365:245:12 1258355921365:245:10 1258355921365:245:8 What's the most efficient way t...

App store in review delay

Surprisingly, I posted a new binary to iPhone app store since 16th of November and still the app status is in review. is this normal for updates? However the application approval took only 9 days, I expected the update will take less time. ...

Persistent Store data lost after session terminates in Blackberry application

Hi , I am using persistent stores to store data in a Blackberry application. While I create objects and store it in persistent store in same session data is saved properly. But the data is not recovered from store in next session. How do I fix this? My code is as follows: static TrialStore ts = new TrialStore(); static Vector data= n...

Which Location Mysql complied Procedures Stored?

Hi, How can i get the Compiled Mysql stored procedures from Physical Location? ...