Does HTML 5 Herald The End Of RIA Plug-Ins? Not Really
Will HTML 5 make rich Internet application (RIA) technologies such as Adobe Flash/Flex and Microsoft Silverlight obsolete? For at least the next five years, the answer is a definite “no”; inconsistent implementations of the draft HTML 5 specification and immature tooling make building HTML 5 apps that work consistently across browsers and operating systems a real challenge. Furthermore, this “either/ or” scenario is driven only by vendor politics, not by developer realities. Ultimately, HTML 5 and RIA platforms will be complementary technologies, and enterprise development shops will need to invest in both approaches to deliver expressive applications that combine reach and richness.
Read more
Xcode User Default Reference
The Mac OS X user defaults system allows you to specify the values of program settings through your shell command editor instead of the program’s user interface (such as in the Preferences window). This facility allows program developers to give users access to features in early development or that may require particular knowledge to use properly. You use the defaults(1) command to access these settings. The Xcode application has several of these settings, which are also known as expert preferences or expert settings.
Read more
Xcode Installation Guide (Tools & Languages: IDEs)
Beginning in Mac OS X v10.5, Xcode supports installing multiple versions of the Xcode developer tools. When installing, the default location for the Xcode developer tools continues to be /Developer; however, you can install Xcode developer tools to any other directory or volume, including external drives. The Xcode directory can also be named something other than Developer. As with previous releases, the subdirectory hierarchy inside the installed Xcode directory should not be altered or rearranged.
Read more
Xcode Build System Guide (Tools & Languages: IDEs)
The build system is the part of the Xcode that is responsible for transforming the components of a project into one or more finished products. The build system takes a number of inputs and performs operations such as compiling, linking, copying files and so forth to produce an output—usually an application or other type software.
Read more
PostScript Language Reference - third edition
THE POSTSCRIPT® LANGUAGE is a simple interpretive programming language with powerful graphics capabilities. Its primary application is to describe the appearance of text, graphical shapes, and sampled images on printed or displayed pages, according to the Adobe imaging model. A program in this language can communicate a description of a document from a composition system to a printing system or control the appearance of text and graphics on a display. The description is high-level and device-independent.
Read more