Home > Articles > Programming

Programming

3682 Items

Sort by Date | Title

Accessing iCloud, Email, and the Web on Your MacBook
Oct 8, 2012
In this chapter, you learn how to use your MacBook to access Online Services such as the World Wide Web, email, and Apple's iCloud.
Accessing iPhone's GPS, Acceleration, and Other Native Functions with QuickConnect
Jun 25, 2009
Lee Barney shows how to activate several desirable features of iPhone or iPod Touch devices from within your JavaScript application.
Accessing Shared Atomic Objects from within a Signal Handler in C
Apr 24, 2014
Robert C. Seacord, author of Secure Coding in C and C++, Second Edition, describes how accessing shared objects in signal handlers can result in race conditions that can leave data in an inconsistent state. Historically, the only conforming way to access a shared object from a signal handler was to read from or write to variables of type volatile sig_atomic_t. With the advent of C11, atomics are now a better choice for accessing shared objects in signal handlers.
Accessing the Web Storage System Using ADO and ExOLEDB
Mar 30, 2001
Microsoft's Universal Data Access (UDA) strategy is finally starting to come to fruition with the advent of the Exchange 2000 Web Storage System. A developer can use the familiar ADO object model to deal with Exchange data and even write SQL queries ...
Accessing Web Services Through Android Apps
Nov 26, 2013
Bintu Harwani describes how to use publicly available web services to access and return all sorts of useful information on the Web via smartphone.
Accessing Your MySQL Database from the Web with PHP
Sep 30, 2008
In this chapter, learn how to access a database from the Web using PHP, read from and write to the database, and filter potentially troublesome input data.
Accordion
Dec 11, 2006
Accustoming Yourself to JavaScript
Dec 12, 2012
As approachable as JavaScript is, mastering the language takes more time, and requires a deeper understanding of its semantics, its idiosyncrasies, and its most effective idioms. This first chapter begins with some of the most fundamental topics.
Accustoming Yourself to Objective-C
Jun 6, 2013
Writing Objective-C can be learned quickly but has many intricacies to be aware of and features that are often overlooked. This chapter covers the fundamental topics of Objective-C programming.
Achieving Agile Software Development with Large Teams
Oct 3, 2013
When changing to agile development with a large team, you have to deal with several issues involving people, teams, interactions, and communication structures, as Jutta Eckstein explains in this chapter from Agile Software Development in the Large: Diving Into the Deep.
Achieving Robust Designs with Six Sigma: Dependable, Reliable, and Affordable
Oct 6, 2005
Developing "best-in-class" robust designs is crucial for creating competitive advantages. Customers want their products to be dependable—"plug-and-play." They also expect them to be reliable—"last a long time." Furthermore, customers are cost-sensible; they anticipate that products will be affordable. Becoming robust means seeking win–win solutions for productivity and quality improvement. This chapter will help you to achieve all of this.
Achieving Separation of Concerns Using BPEL
Jan 25, 2008
Stephen Morris reviews the idea and merits of separating software features from business processes in the context of BPEL.
Adapter Development Methodology and Best Practices
Sep 26, 2002
Integration and adapter software development require a different type of project management. Learn some methodologies to help lead you through the analysis, design, coding, and QA.
Adding an Easy File Save and File Load Mechanism to Your C++ Program
Jul 1, 2005
Why waste your time figuring out an algorithm for storing things in a file? And why spend time debugging the code? Let the Boost library do it for you. Saving your data to your own custom-made file formats is easy with the help of the Boost serialization templates. Jeff Cogswell shows you how to save the data and read it back in with ease.
Adding Bounce to Your UIViews: The Joy of Damped Harmonics in iOS 7 Development
May 28, 2014
iOS 7 introduced built-in damped harmonic oscillations through its spring-based animator. Learn about this new API and how it adds timing curves that emulate the motion of a physical spring.
Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit
Jul 22, 2008
The AJAX Control Toolkit is a compelling alternative to using the ASP.NET 2.0 AJAX Extensions alone. Learn why.
Adding Keyboard Shortcuts to Your Web User Interface
Nov 2, 2007
Implement browser-independent keyboard shortcuts in your web applications.
Adding Multithreading Capability to Your Java Applications
Apr 12, 2002
Cay Horstmann shows you how to add multithreading capability to your Java applications and applets in this sample chapter from Core Java 2, Volume II: Advanced Features, 5th edition.
Adding Open Source 3D Physics to Your iOS Applications
Jun 12, 2012
Erik Buck takes a step beyond 2D physics to explore realistic 3D physics simulation for iOS applications.
Adding Sound to Applications with the MIDP 2.0 Media API
Oct 17, 2003
With the MIDP 2.0 Media API, you can add sound to your games and other applications, playing tones, tone sequences, and different kinds of audio in MIDP devices.

<< < Prev Page 6 7 8 9 10 Next >