Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
1 Endorsement
Ranked #858
~5K People Reached
About Me

iOS & Web Development, IT, Mac Specialist

Interests
music, computers, my car
PC Specs
MacBook

19 Posted Topics

Member Avatar for bCubed

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 …

Member Avatar for Reverend Jim
2
547
Member Avatar for Perigee

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[] …

1
181
Member Avatar for nameisskrillex

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.

Member Avatar for Perigee
0
213
Member Avatar for Perigee

**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 …

0
241
Member Avatar for 9tontruck

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 …

Member Avatar for 9tontruck
0
310
Member Avatar for Perigee

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 …

0
170
Member Avatar for BILL S

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 …

Member Avatar for John A
0
192
Member Avatar for Crazyfroggy

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 …

Member Avatar for John A
-1
1K
Member Avatar for Perigee

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 …

Member Avatar for Lomoco
0
148
Member Avatar for gn0m3

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 …

Member Avatar for gn0m3
0
142
Member Avatar for Blade10878

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, …

Member Avatar for MacJunkie
0
295
Member Avatar for tvprom

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 …

Member Avatar for mot
0
228
Member Avatar for Dani

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 …

Member Avatar for jtmacb
0
379
Member Avatar for tinqueroa

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 …

Member Avatar for Perigee
0
134
Member Avatar for phantomprod

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 …

Member Avatar for Brucemac
0
244
Member Avatar for gn0m3

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.

Member Avatar for gn0m3
0
96
Member Avatar for unique.grafix

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 …

Member Avatar for Perigee
0
157
Member Avatar for sidhis

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), …

Member Avatar for Perigee
0
164
Member Avatar for blaine101675

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 …

Member Avatar for Perigee
0
183

The End.