Questions tagged [universal-code]

12 questions
12
votes
12 answers

"Upgrade current target for ipad" is grayed out (disabled)?

I'm trying to create a universal iPhone/iPad app using this method: http://www.enscand.com/roller/enscand/entry/ready_for_ipad which is also described all over the web. My problem is that the "Upgrade current target for iPad" line is grayed out and…
Eric
  • 495
  • 2
  • 6
  • 19
7
votes
2 answers

#define based upon platform [iPhone or iPad]

I'm trying to make my iPhone app compatible with the iPad. In a header file I set up some constants. Because of the larger screen I want some constants used for images to be larger on the iPad than on to the iPhone. I found some suggestions on the…
Ghislain
  • 289
  • 2
  • 6
5
votes
2 answers

Using Redux on the Server and on the Client

Lately, I've been building Universal web apps using two redux stores: one on the client and one on the server. Redux seems like a great tool for managing state data. Is it ok to use Redux for stuff outside of React? Could you use Redux in a command…
Tabbyofjudah
  • 1,973
  • 3
  • 17
  • 29
3
votes
0 answers

add disqus commenting to gollum

I am a n00b so please bear with my stupidity here. What I am trying to do is add disqus commenting to gollumwiki. First of all, is it alright to give localhost as my website URL on the disqus website where I am registering the website? I hope not.…
esh
  • 2,842
  • 5
  • 23
  • 39
2
votes
1 answer

Best practice to transform ipad app to iphone app?

I have made an iPad application and know I want to make an unique application for iPad / iPhone. I have started to create a new xib and modify my code with idiom to detect the system the app is running on. But I have some questions: How can I reuse…
Sylvain Bessot
  • 181
  • 1
  • 3
  • 13
2
votes
0 answers

"Universal" source code samples/snippets (in different programming languages) for checking IDE/editor syntax highlighting

Is there anywhere in Internet such compilation of "universal" example source codes - in different programming languages - for checking if code's syntax highlighting in IDE/editor works good? Source code samples, which uses every available language's…
spaffy
  • 137
  • 2
  • 3
  • 14
1
vote
2 answers

How can I upgrade an iPhone app to iPad app in xcode 4.2?

I have upgraded my iPhone app to universal by right right clicking the project target and selecting duplicate option. Then there was 2 choices-duplicate only and 'duplicate and transition to iPad'. I choose second one. Then a group of iPad XIB…
viji
  • 23
  • 2
1
vote
2 answers

iPad with iOS 3.2 compatibility with iPhone iOS 3.0

Recently submitted iPhone and iPod Touch application to app store successfully, but later came to know that is not working on iPad 3.2 but works on iPad with high iOS like 4 in scaled version. Reason: setOrientation property of Movie player. Actual…
Narasimha Reddy
  • 754
  • 6
  • 23
1
vote
0 answers

Library for universal XML parser app

I have developed a simple HTML 5 app that parses a list of products in XML form and displays the data. I would like to extend the app to work with any valid XML input and create a web based UI to allow the user to view the XML structure and label is…
Ucinorn
  • 648
  • 7
  • 21
1
vote
0 answers

How to combine different AddHandler?

Yesterday, I was asking the Question about making .htaccess file "universal" so that I can use it on different servers. Today, I found that the problem is arrising only because of 1 line, "AddHandler" On 1 server It's working by adding at the top …
prototype
  • 59
  • 1
  • 3
  • 12
0
votes
1 answer

Porting iPhone app to iPad fails to sign?

I am able to create a new application profile targeted for my iPad, however, when I convert from iPhone to "Universal" device, I am getting an error in signing. [BEROR]Code Sign error: a valid provisioning profile matching the application's…
mobibob
  • 8,670
  • 20
  • 82
  • 131
0
votes
3 answers

Fibonacci coding

Can anybody suggest a good book/paper/website/background reading about universal codes for integers and especially Fibonacci code (in the sense of http://en.wikipedia.org/wiki/Fibonacci_code)? Thanks! Edit: Thanks for the answers and the useful…
DaG
  • 554
  • 1
  • 3
  • 16