Your First iPhone Application

Your First iPhone ApplicationShort Description
This tutorial shows how to create a simple iPhone application. It is not intended to give complete coverage of all the features available, but rather to introduce some of the technologies and give you a grounding in the fundamentals of the development process.

Website: developer.apple.com | Filesize: 1715kb
No of Page(s): 52
Read more

Core Python Programming

Core Python ProgrammingShort Description
Python is an Internet and systems programming language that is soaring in popularity in today’s fast-paced software development environment, and no wonder: it’s simple (yet robust), object-oriented (yet can be used as a procedural language), extensible, scalable and features an easy to learn syntax that is clear and concise. Python combines the power of a compiled object language like Java and C++ with the ease of use and rapid development time of a scripting language. In fact, its syntax is so easy to understand that you are more likely to pick it up faster than any of the other popular scripting languages in use today!

Website: www.woodpecker.org.cn | Filesize: 5626kb
No of Page(s): 703
Read more

Python Programming An Introduction to Computer Science

Python Programming An Introduction to Computer ScienceShort Description
Almost everyone has used a computer at one time or another. Perhaps you have played computer games or used a computer to write a paper or balance your checkbook. Computers are used to predict the weather, design airplanes, make movies, run businesses, perform financial transactions, and control factories. Have you ever stopped to wonder what exactly a computer is? How can one device perform so many different tasks? These basic questions are the starting point for learning about computers and computer programming.

Website: www.kmutt.ac.th | Filesize: 1229kb
No of Page(s): 261
Read more

Silverlight Overview

Silverlight OverviewShort Description
Silverlight 1.1 will contain a substantial subset of the .NET 3.5 runtime (also running cross-browser and cross-platform) and will enable a new generation of smart/rich internet applications. Silverlight 1.1 has the potential to become an ASP.NET or even an HTML application killer, especially where sophisticated, feature-rich applications are involved. Silverlight will essentially host a full .NET runtime engine within a sandbox on the client computer and allow a .NET smart client application to run on any platform, all with the same deployment characteristics as a thin-client application (once the Silverlight plug-in has been installed). Essentially, Silverlight creates a “best of both worlds” environment, in which users can experience responsive, media-rich internet applications that leverage local computing power and resources, while administrators enjoy the benefits of ?notouch ? deployments and centralized control.

Website: www.devforce.com.au | Filesize: 39kb
No of Page(s): 3
Read more

The Basics of JavaScripts

The Basics of JavaScriptsShort Description
JavaScript is a scripting language developed by Netscape. With JavaScript you can easily create interactive web pages. JavaScript statements can be embedded directly in an HTML page. Web developer programs such as Dreamweaver can also create JavaScript’s. These statements can recognize and respond to user events such as mouse clicks, popup windows, page navigation, last page update info and MUCH more!

Website: www.ischool.utexas.edu | Filesize: 22kb
No of Page(s): 3
Read more

A Comparative Analysis of Programming Languages for GIS

A Comparative Analysis of Programming Languages for GISShort Description
Many GIS departments in organizations throughout the world have developed customized tools using an Environmental Systems Research Institute (ESRI) proprietary language named Avenue. Avenue is reaching the end of its life cycle, and will soon be unsupported. ESRI has moved on to new versions of its software, which is not backward compatible with Avenue. This project explores the various options available to GIS professionals in order to bring their customized tools up to date using the latest software.

Website: www.gis.smumn.edu | Filesize: 106kb
No of Page(s): 13
Read more

An Introduction to Programming with C# Threads

An Introduction to Programming with C# ThreadsShort Description
This paper provides an introduction to writing concurrent programs with “threads”. A threads facility allows you to write programs with multiple simultaneous points of execution, synchronizing through shared memory. The paper describes the basic thread and synchronization primitives, then for each primitive provides a tutorial on how to use it. 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.

Website: birrell.org | Filesize: 570kb
No of Page(s): 40
Read more

Next Page →