Tagged Questions

0
votes
5answers
53 views

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 ( …
0
votes
3answers
56 views

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 …
7
votes
6answers
153 views

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 shou …
1
vote
1answer
84 views

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 …
0
votes
2answers
155 views

Calling a Stored Procedure using C# with XML Datatype

I am simply trying to call a store procedure (SQL Server 2008) using C# and passing XMLDocument to a store procedure parameter that takes a SqlDbType.Xml data type. I am getting e …
1
vote
1answer
72 views

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 …
1
vote
2answers
58 views

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 p …
-1
votes
4answers
214 views

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 a …
1
vote
4answers
42 views

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 …
0
votes
1answer
42 views

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 up …
1
vote
1answer
56 views

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 displa …
0
votes
2answers
73 views

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 s …
0
votes
1answer
68 views

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 t …
3
votes
1answer
239 views

Which is the most suitable Key-Value Store for a RDBMS background person?

Is there a distinct winner among all the key-value stores? Cassandra, MongoDB, CouchDB? and do they all follow some central guidelines? or they all have their own say in defining t …
0
votes
1answer
93 views

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

1 2 3 next
15 30 50 per page