Debug iPhone Web applications with Eclipse
Short Description
Learn how to debug Asynchronous JavaScript + XML (Ajax) Web applications using Eclipse, Aptana’s iPhone Development plug-in, Aptana’s Firefox JavaScript debugger, and Firebug.
Website: www6.software.ibm.com | Filesize: 959kb
No of Page(s): 37
Read more
Adobe AIR for JavaScript Developers Pocket Guide
Short Description
This book provides a quick introduction to developing applications for Adobe AIR. Adobe AIR is a new cross-platform desktop application runtime created by Adobe. Although Adobe AIR allows both Flash- and HTML-based application development, this book focuses on building applications using HTML and JavaScript.
Website: onair.adobe.com | Filesize: 1191kb
No of Page(s): 204
Read more
Core Python Programming
Short 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
An introduction to mashups for health librarians
Short Description
This paper discusses mashups, medical mashups for health librarians, specifically. Mashups bring together two or more Web applications to produce a completely new infor- mation service. Put another way, a mashup is a hybrid that takes two information sources and merges them to create a third, more useful tool. A good example of a widely used mashup is Google Maps (http://www.google.com/apis/ maps), which combines Google Earth data with telephone directory information to create a useful satellite road map.
Website: pubs.nrc-cnrc.gc.ca | Filesize: 170kb
No of Page(s): 4
Read more
Mashup Mania with Google Maps
Short Description
A number of new geospatial viewing tools from major players in the Internet industry have recently appeared on the scene and are taking the geospatial world by storm. Google, Yahoo, Microsoft, and Amazon have all released web-based mapping tools in the recent past, and collectively these new players to the industry have raised the bar for Internet mapping. Although their functional capabilities don’t provide anything we haven’t seen in web offerings from traditional GIS vendors, their emergence has been significant in that they have managed to capture a wider audience. Google, in particular, has emerged as the leader of this pack with it’s recently released Google Maps product which provides a slick, highly responsive visual interface built using AJAX technologies along with detailed street and aerial imagery data, and an open API allowing customization of the map output including the ability to add application specific data to the map.
Website: www.geospatialtraining.com | Filesize: 2815kb
No of Page(s): 49
Read more
Tutorial for MySQL An Introduction to Java Programming
Short Description
The mysql database contains the tables that store the information about the server and its users. This database is intended for the server administrator to use. For example, the administrator can use it to create users and grant or revoke user privileges. Since you are the owner of the server installed on your system, you have full access to the mysql database. However, you should not create user tables in the mysql database.
Website: cs.armstrong.edu | Filesize: 129kb
No of Page(s): 7
Read more
An Introduction to Programming with C# Threads
Short 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