Jeff Heaton

jeffheaton's picture

Jan 17, 2008: Heaton Research Extends Second Life Offerings With INTRO TO LINDEN SCRIPTING LANGUAGE

ST. LOUIS, Jan. 17 /PRNewswire/ -- INTRODUCTION TO LINDEN SCRIPTING LANGUAGE FOR SECOND LIFE (ISBN: 1604390042) is now on sale at Amazon.com and other leading online booksellers. The 236-page book can also be purchased at http://www.heatonresearch.com/. MSRP is $24.99 (U.S.).

jeffheaton's picture

Aug 6, 2007: 'Second Life' Programming Manual Published by Jeff Heaton

What is believed to be the first independent, third-party book devoted exclusively to Second Life script programming is now on sale

'Second Life' Programming Manual Published by Jeff Heaton

ST. LOUIS, Aug. 6 /PRNewswire/ -- Scripting Recipes for Second Life (ISBN 160439000X) was penned by noted computing author Jeff Heaton. Heaton has written more than 10 computing manuals on subjects from C++ and Java programming to artificial intelligence to how to build a computer. The 364-page book went on sale at most online booksellers, on August 1, for $24.95.

jeffheaton's picture

Recipe 5.1: Car

    The example car for this recipe is a bright-red two seater convertible. The car is not a true convertible, in that it does not convert. It is always in top-down mode. Because it never rains in Second Life, this is not a problem! The little red sports car is shown in Figure 5.2.

Figure 5.2: A Car in Second Life

jeffheaton's picture

Recipe#2.2: String Sets

    Often it is desirable to test whether a string is in a specific set of characters. Recipe 2.2 allows a string to be tested to see whether the string is a member of one of the following sets:

  • Numeric
  • Alphabetic
  • Alphanumeric

    Recipe 2.2 is shown in Listing 2.2.

Listing 2.2: String Comparison (StringCompare.lsl)

jeffheaton's picture

Recipe #2.1: String Comparison

    The Linden Scripting Language makes it very easy to compare two strings. To compare two strings, named stra and strb, use the following code:

jeffheaton's picture

Recipes

    This chapter includes two recipes. These two recipes will demonstrate the following:

  • Determining if a URL uses HTTPS
  • Using HTTP authentication

    The first recipe will introduce you to some of the things that can be done with the HttpsURLConnection class. The second recipe shows how to access a site that uses HTTP authentication.

jeffheaton's picture

Recipes

    This chapter includes four recipes. These four recipes will demonstrate the following:

  • Scanning a URL for headers
  • Searching a range of IP addresses for web sites
  • Downloading a binary or text file
  • Monitoring a site to see that it stays up

    These recipes will introduce you to some of the things that can be done with the HttpURLConnection class.

Syndicate content

Copyright 2005 - 2012 by Heaton Research, Inc.. Heaton Research™ and Encog™ are trademarks of Heaton Research. Click here for copyright, license and trademark information.