WARNING: Almost all questions about development or app distribution are off topic here. See the FAQs for details. Development and programming is the act of making a program as opposed to using the features that are already in a program or app.
-1
votes
2answers
149 views
Why am I unable to log-in to Apple sites with my Mac mini?
A friend just got a used Mac Mini with Snow Leopard and is having an unusual log-in issue.
The problem is that he cannot log-in to ANY Apple site with that machine. He cannot log-in to ...
0
votes
1answer
118 views
Is there an equivalent to the Windows 7 Problem Steps Recorder on MacOSX?
Is there an equivalent to the Windows 7 Problem Steps Recorder on Mac OSX and or iOS?
2
votes
0answers
93 views
How do I jump to a line number in Safari 6 Web Inspector?
So I'm working on some javascript and I want to set a breakpoint on the line that I'm working on. It seems reasonable that I should be able to go into the Javascript debugger and jump to that line ...
1
vote
0answers
23 views
Does the javascript debugger in Safari have the ability to de-minify javascript like chrome does?
In the Chrome debugger under the "Sources" tab, there is a little "{}" button at the bottom that will de-minify minified code and make it human readable, as well as allow the developer to set ...
1
vote
0answers
292 views
Using dnsmasq when not connected to the Internet
I'm routing dns requests through dnsmasq so that domains I'm using for local development point to 127.0.0.1. This works great when I'm connected to the Internet via Wi-Fi or ethernet, but I start to ...
1
vote
0answers
289 views
Problem with boot camp and XNA 4.0 with Visual Studio 2010
I'll try to be as brief as possible with my problem. Do not hesitate to ask for logs or information about my computer and/or the program.
I have a game that consists of a ship that navigates on ...
1
vote
0answers
263 views
Monodevelop on OS X and Displaying UTF-8
Two Questions
Does using Copy or paste cause monodevelop to crash, or is it just me? If you have Monodevelop installed, please can you test this, I fount that both shortcuts and from the menus cause ...
0
votes
0answers
58 views
system won't play mp3s anymore
I was writing programs using https://github.com/Marak/play.js/blob/master/lib/play.js
after running it a few times my system no longer plays mp3s either on the command line or vlc, other sound works ...
0
votes
0answers
771 views
How to tell PackageMaker to Execute a bash script after installation
I'm creating a new Installer using PackageMaker. I need to run a bash script after the installation is complete.
In the "Contents" column I have a folder, which is the folder I want to be installed ...