Book Image

haXe 2 Beginner's Guide

5 (1)
Book Image

haXe 2 Beginner's Guide

5 (1)

Overview of this book

Table of Contents (21 chapters)
haxe 2
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 11. A Dynamic Website Using JavaScript

Extensive use of JavaScript.

If you create a website using haXe, then you will certainly want to use some JavaScript in it. To do this requires some experience and can be achieved if you pay attention to some things.

We have learned many things about haXe. Well enough for you to use it daily and use it with ease day after day. In this chapter, we will put some things into practice and learn about how one can create a website using haXe/Javascript.

In this chapter, we will:

  • See what kind of caveats one has to avoid

  • Manipulate the DOM

  • Interface with the browser

After that, we will have an exercise.