Tuesday, January 6, 2009

Beginning JavaScript or F for Scientists

Beginning JavaScript

Author: Jeremy McPeak

What is this book about?

JavaScript is the preferred programming language for Web page applications, letting you enhance your sites with interactive, dynamic, and personalized pages. This fully updated guide shows you how to take advantage of JavaScript’s client-side scripting techniques for the newest versions of Netscape and Internet Explorer, even if you’ve never programmed before.

You begin with basic syntax and learn about data types and how to structure code for decision-making. Then you learn to use dates, strings, and other basic objects of JavaScript. Next, you see how to use JavaScript to manipulate objects provided by the browser, such as forms and windows. From there, you move into advanced topics like using cookies and dynamic HTML.

After you have a solid foundation, you explore dynamic generation of Web content using server-side scripting and back-end databases. And you practice what you learn by building a sample application as you go.

What does this book cover?

Here are some of the things you'll find in this book:



• What types of data are used in JavaScript

• How to identify and correct flaws in your code

• Techniques for programming the browser

• How to use Microsoft Script Debugger and Netscape Script Debugger

• Ways to manage cross-browser issues

• How JavaScript interacts with XML and HTML



Who is this book for?

This book is for anyone who wants to learn JavaScript programming. You should have some understanding of HTML and how to create static Web pages, but noprior programming experience is necessary.



Interesting textbook: Perspectives on Public Relations Research or Modern Real Estate

F# for Scientists

Author: Jon Harrop

This book covers introductory material in the areas of functional programming, .NET and scientific computing. It covers the basic syntax and main aspects of the language without in depth computer science, making the information as accessible as possible and providing practically-important and enlightening examples. Screen shots of development using Visual Studio are used to illustrate compilation,debugging and interactive use. Complete examples of a few whole programs are also provided.



Table of Contents:

List of Figures

List of Tables

1 Introduction 1

2 Program Structure 37

3 Data Structures 63

4 Numerical Analysis 113

5 Input and Output 127

6 Simple Examples 141

7 Visualization 173

8 Optimization 199

9 Libraries 225

10 Databases 249

11 interoperability 267

12 Complete Examples 281

Appendix A Troubleshooting 311

Glossary 317

Bibliography 325

Index 329

No comments:

Post a Comment