Questions tagged [mac]

"Mac" is short for "Macintosh", the name of a line of personal computers produced by Apple, Inc.

"Mac" is short for "Macintosh", the name of a line of personal computers produced by Apple, Inc.

46 questions
61
votes
24 answers

Why do programmers use or recommend Mac OS X?

I've worked on both Mac and Windows for awhile. However, I'm still having a hard time understanding why programmers enthusiastically choose Mac OS X over Windows and Linux? I know that there are programmers who prefer Windows and Linux, but I'm…
codingbear
  • 209
  • 2
  • 4
  • 7
35
votes
8 answers

Why don't developers make installation wizards on linux?

I'm sure it's not about laziness or anything like that but I fail to understand why developers of even mainly consumer facing apps don't make any sort of installation wizard where you go next-next-finish. The same apps usually have installers for…
Arsalan Ahmad
  • 491
  • 1
  • 4
  • 6
27
votes
7 answers

Is the carriage-return char considered obsolete

I wrote an open source library that parses structured data but intentionally left out carriage-return detection because I don't see the point. It adds additional complexity and overhead for little/no benefit. To my surprise, a user submitted a bug…
Evan Plaice
  • 5,725
  • 2
  • 24
  • 34
16
votes
6 answers

Vim key mappings / plugin XCode?

I'm a developer who mostly does web stuff in ruby and C#. I'd like to start tinkering with iOS and Mac development. Over the last few month i've been trying to get fluent in one set of key bindings (vi / vim because it just feels right). I have the…
Daniel Upton
  • 987
  • 8
  • 15
16
votes
1 answer

Where is the best place to store code on a Mac?

I've started toying with some Mac development and wonder where the best place to store the code is? Generally on my windows box, I'd store all my code in c:\Code\ On the Mac it's in /Users/Liam/Code/ Will this cause me any issue with permissions…
LiamB
  • 658
  • 1
  • 7
  • 16
11
votes
12 answers

Is there a supported way to run .NET 4.0 applications natively on a Mac?

What, if any, are the Microsoft supported options for running C#/.NET 4.0 code natively on the Mac? Yes, I know about Mono, but among other things, it lags Microsoft. And Silverlight only works in a web browser. A VMWare-type solution won't cut it…
Ðаn
  • 584
  • 1
  • 5
  • 16
8
votes
1 answer

Can I write a cross-platform application (Mac and Windows) using C#?

I see lots of old information on this question, and lots of articles flying around the Interwebs, but I can't tell quite where things are at. Basically, I want to write C# code that I can then compile into a Windows application, and also compile…
Betty Crokker
  • 558
  • 2
  • 5
  • 10
7
votes
2 answers

How did heavy software in the early days managed to run on 4MB RAM computer?

It's no secret that in the early days of computers, they had only 1-4MB of RAM. I found an article stating you needed only 4MB of RAM to run Word, Excel and PowerPoint simultaneously. How was that possible, considering that nowadays you need at…
6
votes
1 answer

What's the Best way to create a trial version of software for OS X?

I am having someone develop a program for me and I want to sell it for like $10. I was wondering what's the best way to create a trial version that I can tell my programmer to do. Like 30 day trial. And what's one way I can make it so once they…
6
votes
2 answers

Best IDE for HTML, CSS, and Javascript for mac

I'm currently looking to move to using an IDE for web development. The options I'm considering are: Aptana Studio Coda Expresso Please base your answers on the following criteria, in descending order of importance: Supports HTML, CSS,…
jon2512chua
  • 365
  • 3
  • 10
6
votes
2 answers

How can a website look different in safari Windows and Safari mac?

I have a website. I've been testing crossbrowser on my windows PC, and it looks good in all browsers, but on Mac in Safari it looks like the CSS is not getting interpreted right, or there is a critical javascript error. When I look in the console…
Jakob
  • 1,025
  • 2
  • 9
  • 8
6
votes
2 answers

Deploying Qt-based app on Mac OS X

I wrote a cross platform application and I distributed it successfully for Windows and Linux (and tested them on "clean" virtual systems, with no other additional software and/or libraries installed). I have already compiled my application on my Mac…
Alex Spataru
  • 1,257
  • 2
  • 8
  • 9
6
votes
2 answers

How big a problem is Qt's cross-platform GUI?

I read something on this site saying that Qt's GUI being a big problem that stop programmers from using Qt. They say the problem is that the GUI don't look native, and they are inconsistent. I personally use Windows, and from what I can see (some…
Andy
  • 599
  • 1
  • 6
  • 15
5
votes
3 answers

Is it legal to distribute a GPLv3 licensed binary through the apples' app store?

I wrote a small multiplatform app and I am considering publishing the osx version in apple store. I've licensed the app under a GPLv3 license. I sort of like the GPLv3 license but I also like the easiness of apple store. I'm worried about the GPL's…
Juha
  • 303
  • 1
  • 2
  • 10
5
votes
2 answers

Do iOS frameworks require the same internal versioning as OSX frameworks?

I have been reading through the apple documentation for creating frameworks for OSX and iOS. Reading about the structure of frameworks, I began to wonder if there is really any need to create the symlinked folder structure described if you are…
tecknut
  • 159
  • 2
1
2 3 4