Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:This is why iPADS are not business ready (Score 1) 329

Well since I got down modded on my GP post, I will reply to your comment here as well...

Have your clients buy Enterprise licenses?

We did actually consider this, and decided it wasn't the way to go. Our primary concern being that we run the risk of losing our developer license.

It would be fine if we were developing an app for a single client, which they would own the rights to on delivery. But what if we have multiple clients who want the same system? We could have each client add us as an authorized developer so we could sign the code using their certificates, but this is clearly in contradiction to to Apple's app store model, and probably would not end well for us were they to find out what we were up to (and there is a paper trail).

After weighing the risks, we decided it would be best to brave the approval process for the Volume Purchasing Program. As it turns out, it was a good decision. We got our product delivered on time, and now we can start working on an "ideal" solution.

The bottom line is that developing enterprise applications for a walled garden presents additional risk, and we are now taking active steps to eliminate that risk entirely.

Comment Re:Wrong iPad deployment model... (Score 2) 329

We did actually consider this, and decided it wasn't the way to go. Our primary concern being that we run the risk of losing our developer license.

It would be fine if we were developing an app for a single client, which they would own the rights to on delivery. But what if we have multiple clients who want the same system? We could have each client add us as an authorized developer so we could sign the code using their certificates, but this is clearly in contradiction to to Apple's app store model, and probably would not end well for us were they to find out what we were up to (and there is a paper trail).

After weighing the risks, we decided it would be best to brave the approval process for the Volume Purchasing Program. As it turns out, it was a good decision.

Comment Re:Wrong iPad deployment model... (Score 2) 329

If you actually read the terms carefully, this only authorizes you to distribute the app to internal employees. I know because we have an Enterprise license, which is pretty much entirely useless to us (as a provider of B2B services). We need to go through the standard approval process to get our app in the Volume Purchasing Program (which I imagine is what these guys in TFA actually needed).

Comment Re:This is why iPADS are not business ready (Score 0) 329

Um. No. It's simple to set up enterprise distribution with your provisioning profile, which will allow you install any of your signed apps on any of your devices. You can even push the apps OTA.

Have a clue before you make stuff up.

You are the one without a clue. We are a small company that develops (among other things) internal training software for much larger corporations. Using the enterprise license, we are only allowed to install on our own devices, and not the client's. Only the Volume Purchasing Program will work for our business model, which puts us entirely at Apple's mercy to deliver our products. We are so fed up with the process, we spent the last year stripping functionality so we can make it work as a web app.

Comment Re:Well, that explains it (Score 1) 288

I don't RTFA, but there's not a single thing in TFS saying the "counterfeits" are defective or dangerous. Indeed, no one's been hurt. Sounds like it's just a case of trademark infringement, a practice that usually saves the consumer money.

My thoughts exactly. To bad you got a -1 for them. Oh, and I did RTFA, and you were right. The complaint here is that some IP was violated. Fuck those guys, and fuck their "name brand" airbags (which are probably made in china anyways).

Submission + - The Pirate Bay servers offline after raid by swedish police (forbes.com)

An anonymous reader writes: Stockholm police raided the free-speech focused firm (PRQ) Monday and took four of its servers, the company’s owner Mikael Viborg told the Swedish news outlet Nyheter24.
While a number of bittorrent-based filesharing sites including PRQ’s most notorious client, the Pirate Bay, have been down for most of Monday as well as PRQ’s own website, Viborg told the Swedish news site that the site outages were the result of a technical issue, rather than the police’s seizure of servers.

Programming

Submission + - TypeScript - Microsoft's Replacement For JavaScript (i-programmer.info)

mikejuk writes: Everyone seems to have a replacement for JavaScript — Google even has two. Now Microsoft has revealed that Anders Hejlsberg, the father of C# among other languages, has been working on a replacement and it has released a preview of TypeScript. The good news is that it is compatible with JavaScript — you can simply load JavaScript code and run it. JavaScript programs are TypeScript programs.To improve on JavaScript, TypeScript lets you include annotations that allow the compiler to understand what objects and functions support. The annotations are removed by the compiler, making it a zero overhead facility.
It also adds a full class construct to make it more like traditional object oriented languages. Not every JavaScript programmer will be pleased about the shift in emphasis, but the way it compiles to a JavaScript constructor is fairly transparent.
At this early stage it is difficult to see the development as good. It isn't particularly good for JavaScript developers who already have alternatives, and it isn't good for C# developers who now have confirmation that Ander Hejlsberg is looking elsewhere for his future.

Comment Re:When this happens... (Score 2) 497

If you do not restrict your input (at least to some extent), you open up the crypto library on your system as a potential attack vector. Granted, its not very likely to come across an exploitable flaw of this nature, but even the best programmers make mistakes. Bottom line, opening up a pipe (completely unrestricted input) to a low level system service is a bad idea. I think a sane limit on password input (maybe 256 - 512 printable latin ascii characters) is reasonable.

Slashdot Top Deals

What the world *really* needs is a good Automatic Bicycle Sharpener.

Working...