s p o n s o r e d   l i n k s

how to read java ebook

A PDA Enabled Wireless Interface for a Mobile Robot.pdf

September 24, 2008 · Filed Under Robotics & Automation · 1 Comment  · Tags: , ,

This project describes a wireless application that allows remote control of a robot. The application adopts an object-oriented philosophy in which every robot is a device represented by an object. The application runs in a PC with a web server. The interface is done using common Java GUI’s.

s p o n s o r e d   l i n k s


Safari Web Content Guide for iPhone.pdf

August 12, 2008 · Filed Under Apple · Comment  · Tags: , , ,

Because Safari on iPhone uses the same web engine as Safari on the desktop, your web pages might work well on iPhone without any modifications. Some differences exist, however, so at a minimum you should ensure that your web pages are compatible with Safari on iPhone.Next, you might optimize your web pages for iPhone simply as a convenience to the user. For example, ensure that your web pages work over both Wi-Fi and EDGE, scale correctly when rendered, and contain media that is viewable on iPhone. Finally, you might build custom web applications for iPhone that look and behave like native applications.

Essentials of the Java Programming Language.pdf

October 15, 2007 · Filed Under Java, J2ME, J2EE · 3 Comments  · Tags:

Table of Contents of Essentials of the Java Programming Language.pdf: Chapter 1 - Introduction ~ Chapter 2 - User Interaction ~ Chapter 3 - Arithmetic ~ Chapter 4 - Conditionals ~ Chapter 5 - Repetition ~ Chapter 6 - Strings ~ Chapter 7 - Arrays ~ Chapter 8 - Methods ~ Chapter 9 - Objects ~ Chapter 10 - Files ~ Chapter 11 - SearchandSort

An Introduction to Programming with C# Threads.pdf

August 15, 2007 · Filed Under dotNET-C-C# · Comment  · Tags:

The tutorial sections provide advice on the best ways to use the primitives, give warnings about what can go wrong and offer hints about how to avoid these pitfalls. The paper is aimed at experienced programmers who want to acquire practical expertise in writing concurrent programs. The programming language used is C#, but most of the tutorial applies equally well to other languages with thread support, such as Java.

Introduction to Javascript.pdf

August 15, 2007 · Filed Under Javascript · 9 Comments  · Tags: ,

This 306 KB and 20 pdf pages javascript intro, started with short introduction to Javascript .. also how its differ from Java, writing Javascript to HTML document, creating alert box, confirm box, message input boxes, making simple MouseOver and animated MouseOver, building menu etc.