- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
iOS & Web Development, IT, Mac Specialist
- Interests
- music, computers, my car
- PC Specs
- MacBook
19 Posted Topics
Re: Yep, there is going to be a native iOS app. Dani has done a great job on the API itself, which is exactly what I need to create a mobile version. It's going to start off with the obvious stuff, but I'm curious what people in the community would like … | |
Hi, I just experienced this issue after upgrading Xcode to 4.3.3, and thought the fix might be useful to others. The original fix is posted [here](https://devforums.apple.com/thread/141685) and modified [here](http://stackoverflow.com/questions/9325804/xcode-4-3-organizer-crash). Create the file readcert.m with the following code: #import <Security/Security.h> #import <Foundation/Foundation.h> void checkCerts () { OSStatus status; const void *keys[] … | |
Re: I'm an iOS developer, not Cocoa, but I've been able to embed Javascript in the Obj-C code to be executed in a web view. This approach might help you detect a URL or manipulate a DOM element in the embedded web view. | |
**Appcelerator releases Titanium 2.0 with suite of mobile cloud services.** On April 17th, 2012, Appcelerator took the wraps off of the latest release of their flagship product Titanium 2.0. This major point release of the seminal cross-platform mobile development environment brings with it a new suite of ready-to-use 'Instant Mobile … | |
Re: Have you tried using blocks? They allow you to embed C code in what is essentially a black box routine. It's not going to cross-compile a C program to Obj-C, but if your goal is to reuse some existing code, this may do the trick. Here are some articles on … | |
Does anyone know how to resolve this other than a complete reboot? I'm restarting both my work desktop and personal laptop on an almost daily basis, which is irritating, to put it politely: **Couldn't register com.your.App with the bootstrap server. Error: unknown error code. This generally means that another instance … | |
Re: I, too, have a ][GS laying around...full loaded with memory, floppy drives, expansion cards, etc...I have to agree that these machines are not going to peek in value any time soon...the only ones I can see having much value are those signed by Woz himself...they do hold the distinction of … | |
Re: put the drive in a firewire case...plug it into the mac and let it mount...then copy files from the drive to the mac until there is enough to fill a DVD or CD, then burn the data to disk...repeat until all the info you need off that drive is backed … | |
Hi, I'm working on an AppleScript that, among other things, needs to delete page items from the pasteboard (outside the main Page area). I can go about this one of two ways: 1) call an existing javascript already in the the Scripts palette. 2) rewrite the logic in AppleScript for … | |
Re: try adding this after the 'run' statement: tell application "System Events" tell process "Terminal" keystroke "w" using {command down} end tell end tell when the run statement is given, it opens Terminal, which by default opens a new sessions window. The above code sends the command-w keystroke to the terminal … | |
Re: dial-in or broadband? If it's dial-in, you can use your AOL account on that mac, no big deal...if you are using broadband, get yourself a router so the two computers can share the connection...there is no need for a portal-style service like AOL if you have broadband, unless, of course, … | |
Re: is the motherboard battery still good? Have you zapped the PRAM? I dunno what info you are looking for, but if the motherboard is bad, there really is not way to fix it...if it is still good, the PRAM may be skewed, and/or the battery may be dead...also, check to … | |
Re: sounds like the firmware upgrade on the drive...can you do a downgrade to see if that's the case? If it works, don't fix it...right? In general, performing an OS upgrade is a sketchy thing...it's always best to do a clean install...if you have upgraded the OS previously, don't even think … | |
Re: here are some suggestions, although I can't promise you any of them will work... remove battery and disconnect power supply...if there is a small recessed button somewhere on the case, hold it in with a paper clip for 30 seconds...let the computer sit unplugged for at least 5 minutes reconnect … | |
Re: distinguising a sofware problem from a hardware problem is fortunately not that difficult, especially when the machine's behavious falls into that grey area...if you can boot to a CD and see no other symptoms of problems, you just eliminated most of the hardware as a problem source...if you CD boot … | |
Re: This sort of thing generally happens in web pages when the text encoding is not set properly in the brower's preferences. The encoding refers to the default language and it's respective font support. Check the default font and encoding in mail preferences, as well as for the system. | |
Re: a G5 tower does not come with a monitor, but you can use a standard VGA monitor if you have one lying around...CRT VGA's are also quite economical these days (you should have no problem finding a 17" tube VGA for under $100)...an iMac G5 does come with a nice … | |
Re: try this... [url]http://docs.info.apple.com/article.html?artnum=120073[/url] I'm not sure if the iPod you have will work with it though...the firmware may not be compatible with iTunes 2.0.4...but it's somethign to try, and it won't cost you anything to do so...I think it's possible to downgrade the firmware (I've never needed to do it), … | |
Re: did you get this problem figured out? it is fairly simple, so long as you have an IDE ATA hard drive...you need to set the drive you pulled from the firewire case to slave (make sure the boot drive is set to master, not cable select), then attach it to … |
The End.