Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BowlerHatLLC/NextGenAS_LoanPaymentCalculator

Multiple examples of building a loan payment calculator widget using transpiled ActionScript and HTML
https://github.com/BowlerHatLLC/NextGenAS_LoanPaymentCalculator

actionscript apache-flexjs flexjs html material-design-lite nextgen-actionscript

Last synced: about 2 months ago
JSON representation

Multiple examples of building a loan payment calculator widget using transpiled ActionScript and HTML

Awesome Lists containing this project

README

        

# NextGenAS HTML Loan Payment Calculator Examples

This set of [NextGen ActionScript](http://nextgenactionscript.com/) examples demonstrates three different ways of using HTML with transpiled ActionScript. In each example, we'll build the same simple "loan payment calculator" widget in HTML, but we'll approach the same problem differently each time.

* [Read Tutorial on NextGen ActionScript](http://nextgenactionscript.com/tutorials/html-with-transpiled-actionscript/)

## Part 1: ActionScript Only

In the first example, we build our widget by creating all of the HTML elements dynamically with ActionScript code. By starting at a low-level, we see how well transpiled code integrates with the web browser.

* [Part 1 Tutorial](http://nextgenactionscript.com/tutorials/html-with-transpiled-actionscript/part-1-build-the-html-dom-transpiled-actionscript/)

## Part 2: Markup and Styles

The next example uses real markup and styles, and we'll learn how transpiled ActionScript can query the HTML DOM to access elements at runtime. Combine HTML, CSS, and ActionScript, and take advantage of the strengths of all three.

* [Part 2 Tutorial](http://nextgenactionscript.com/tutorials/html-with-transpiled-actionscript/part-2-markup-and-stylesheets-transpiled-actionscript/)

## Part 3: Material Design Lite

In the final example, learn how easily we can take advantage of popular CSS libraries by integrating Google's [Material Design Lite](https://getmdl.io/) library.

* [Part 3 Tutorial](http://nextgenactionscript.com/tutorials/html-with-transpiled-actionscript/part-3-material-design-lite-transpiled-actionscript/)

---

Special thanks to the following sponsors for their generous support:

* [YETi CGI](http://yeticgi.com/)