Book review: Open iPhone Application Development


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Book review: Open iPhone Application Development
# 1  
Old 06-03-2008
Book review: Open iPhone Application Development

Tue, 03 Jun 2008 20:00:00 GMT
Johnathan Zdziarski's book Open iPhone Application Development is a guide writing applications for the iPhone without engaging the restrictions of Apple's official software development kit (SDK). The book takes readers on a concise tour of iPhone jailbreaking, setting up the free compiler tool chain, writing basic Objective-C apps, and the available libraries and APIs. Apple might not like this book, but if you need to develop for the iPhone or just want to learn more about how it works, you'll be hard-pressed to find a better practical resource.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Programming

book on linux application written with c

Just learned c language ,but I don't know where to start to write some applications under Linux ,I really appreciate it if anybody can help me find some books or sites on it. (2 Replies)
Discussion started by: hgdcjq
2 Replies

2. Web Development

iphone application

Hey, anyone here ever write a iphone application? if so what code to use and is there any program that can do it for me? thanks (3 Replies)
Discussion started by: phil_heath
3 Replies
Login or Register to Ask a Question
define cached server(1m)												  define cached server(1m)

NAME
define cached server - Creates knowledge of a server in the local clerk's cache SYNOPSIS
cdscp define cached server name tower value ARGUMENTS
A simple name for the cached server. The protocol sequence and network address of the server node. The format is protocol-sequence:net- work-address. A protocol-sequence is a character string identifying the network protocols used to establish a relationship between a client and server. There are two choices of protocol sequence, depending on the network address that is supplied in the binding: ncacn_ip_tcp or ncadg_ip_udp. For the network-address, specify an Internet address using the common Internet address notation. For more information about this format, see the RPC introduction in the DCE Application Development Reference. DESCRIPTION
The define cached server command creates knowledge of a server in the local clerk's cache. This command is typically used to manually pro- vide configuration information to a clerk that cannot automatically configure itself. This is required, for instance, to give the clerk addressing information about a server across a WAN. Once the clerk knows about one server, it can find other servers through referrals. Privilege Required You must have write permission to the clerk. NOTE
This command is replaced at Revision 1.1 by the dcecp command and may not be provided in future releases of DCE. EXAMPLES
The following command creates knowledge of the server nrl in the local clerk's cache: cdscp> define cached server nrl tower ncacn_ip_tcp:16.20.15.25 RELATED INFORMATION
Commands: clear cached server(1m), dump clerk cache(1m), show cached server(1m) Books: OSF DCE Application Development Reference define cached server(1m)