Covers:
-- Java for the C-challenged -- an overview of Java: an introduction to object-oriented programming; an explanation of Java language syntax; installing and using Java.
-- Basic object-oriented programming in Java employing classes and inheritance for efficiency; adding visual controls such as buttons, drop-down lists, menus, and scrollbars; using layout managers to place components in windows; writing a program with two windows; using threads in Java.
-- Class consciousness and other timesaving topics using classes and binary files in Java; building your own custom controls; using and creating packages; designing efficient menus and dialogs; inputting data with the keyboard and mouse.
-- Developing for the Web -- building and launching HTML pages; incorporating applets into Web pages; using forms and CGI Scripts in Java; creating instant applets with JavaScript; working with sockets and client server applications; building Java clients and servers across the Internet.
Related Subjects
HistoryCore Animation is a powerful new Apple technology that debuted with Mac OS X Leopard. As it was later revealed, it was a technology that originated for the iPhone. Core Animation is actually comprised of two different technologies: 1) An animation technology 2) A layering (compositing) technology Core Animation makes it easy to animate a "view" object from point A to point B without having to write your own animation loop...
0Report
Mac programmers seeking to create dynamic Core Animation applications will find Core Animation for Mac OS X and the iPhone a specific, useful key to using Core Animation in applications to give users strong visual feedback using movement and morphing. From familiar concepts that serve as an introduction to learning the new frameworks and APIs, this provides a fine bridge between old and new routines and is designed to bring...
0Report
Core Animation is a central technology for the iPhone and Mac OS and can be intimidating for beginners. This book does a fantastic job of walking through examples in a meaningful progression. A reasonable developer will be proficient in Core Animation after digesting this book. There is tremendous value in this book for beginners and for the experienced developer. It's no question the best Core Animation book out there...
0Report
Core Animation is a new technology in Mac OS X Leopard that has not been as widely adopted as I would have expected, I believe in large part because of the lack of documentation for it. This book is the only printed guide devoted to the topic, and I have found it invaluable in the development of several products. The Pragmatic Programmers series of books are always written and edited well, and this is no exception. It...
0Report
Core Animation is one of the coolest technologies to come out of Cupertino in many years. It makes doing all sorts of cool things in your application not just possible, but downright easy. Core Animation opens up worlds of possibilities for your applications' user interface. The problem is, Core Animation is not intuitive. Even an experienced programmer can expect to spend a lot of time with Apple's documentation before he...
0Report