Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Good news everyone! (Score 4, Informative) 433

I won't do in-app purchases even for free apps, and even for apps I would have gladly paid several dollars for retail. The reason is simple: If I restore my phone, get a new phone, or even just uninstall and reinstall, I lose credit for that IAP.

What? iOS handles this just fine. Got a new phone? Restore your backup from iCloud, most apps will just keep the purchases enabled. If you uninstall and reinstall the app then you just use "restore In App Purchases" button and they all re-appear.

Cellphones

Low-Income Users Latch On To iPhone 422

narramissic writes "The iPhone crowd is still dominated by affluent males between the ages of 18 and 35, but in a series of surveys ending in August, ComScore found that iPhone purchases grew fastest among people with annual household incomes between $25,000 and $50,000. The growth rate in this group was 48 percent, compared with just 16 percent among people with incomes above $100,000. And the down economy isn't going to turn this trend around, says ComScore Mobile analyst Jen Wu. 'I don't see there's going to be much of a slowdown, just because wireless devices are so much more of a necessity than they used to be,' Wu said." In other iPhone news, an anonymous reader points out a NYTimes story about the rise in car-related applications and uses for the iPhone, which points out that programmers are just beginning to "appreciate just what can be done with an iPhone and other advanced cellphones that know where they are and just how quickly they are going someplace else." Another iPhone story mentions that "Opera's engineers have developed a version of Opera Mini that can run on an Apple iPhone, but Apple won't let the company release it because it competes with Apple's own Safari browser."

Comment Re:Still no MSI package - other Enterprise issues (Score 1) 766

""Example, you can easily change the home page of every user by simply creating a policy object and applying it to an Active Directory User"
Solution: Don't Do That."

Yes I think locking down the home page was a bad example, better examples of group policy use were the other settings like security, etc. that IE exposes through the group policy. Even the proxy settings, try explaining to hundreds of users how to set proxy settings.

Adding group policy support to an application is dead simple -

- you just make a text based policy template containing all the settings you want to expose,

- admins import that into the group policy manager,

- it reveals a bunch of check boxes or text boxes for each option,

- the admin applies the policy

- the windows PCs pick up the settings and apply them into the registry,

- the next time firefox is run it just needs to call a few APIs to check the settings and it is done.

I had a prototype of this working for an application I used to work on in a matter of hours. If open source wants to be excepted in the enterprise they must support this. (I won't even go into how this is done on a linux machine as I have no idea)

Slashdot Top Deals

The test of intelligent tinkering is to save all the parts. -- Aldo Leopold

Working...