JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'Tutorial', 'javascript'. Clear
Scoop.it!

Writing a JavaScript Framework - Project Structuring

This post is a tutorial for writing a next-gen JavaScript Framework & solving problems regarding extendibility, dependency injection and private variables.

 

In this chapter, I am going to explain how NX is structured, and how I solved its use case specific difficulties regarding extendibility, dependency injection and private variables.

The series includes the following chapters.

  1. Project structuring (current chapter)
  2. Execution timing
  3. Sandboxed code evaluation
  4. Data binding (part 1)
  5. Data binding (part 2)
  6. Custom elements
  7. Client side routing
No comment yet.
Scoop.it!

Eloquent JavaScript - a free book about JavaScript, programming, and the wonders of the digital.

Eloquent JavaScript - a free book about JavaScript, programming, and the wonders of the digital. | JavaScript for Line of Business Applications | Scoop.it

Contents:

* Introduction
* Values, Types, and Operators
* Program Structure
* Functions
* Data Structures: Objects and Arrays
* Higher-order Functions
* The Secret Life of Objects
* Project: Electronic Life
* Bugs and Error Handling
* Regular Expressions
* Modules
* Project: A Programming Language
* JavaScript and the Browser
* The Document Object Model
* Handling Events
* Project: A Platform Game
* Drawing on Canvas
* HTTP
* Forms and Form Fields
* Project: A Paint Program
* Node.js
* Project: Skill-Sharing Website

No comment yet.
Scoop.it!

free eBook: Human JavaScript - Build powerfully simple browser apps

free eBook: Human JavaScript -  Build powerfully simple browser apps | JavaScript for Line of Business Applications | Scoop.it

When most people say they're building a "web app" they're talking about writing source code that describes an application that will run on the server and send rendered HTML to the browser. This definition seems a bit narrow and limiting. Plus, when I think of my favorite web apps they don't fit neatly into that box. The best web apps often have multiple interfaces and clients, some native, some web. Most play nicely with or completely integrate with other services. Generally web apps are good at solving some specific problem or provide some specific benefit and use the web to tie it all together.

No comment yet.
Scoop.it!

Getting Started With JavaScript Programming

Getting Started With JavaScript Programming | JavaScript for Line of Business Applications | Scoop.it

JavaScript is the programming language of the web, designed for the web to add behavior and interactivity to web pages. In this episode we’ll take a look at the very basics of the language. We’ll look at the core syntax of the language, where to place your JavaScript, what you can do with JavaScript, and what tools you will want to make use of in your JavaScript learning and programming. JavaScript used to be the frowned upon toy language of the world, but things have changed! Today with modern JavaScript frameworks and best practices, JavaScript is a bona fide enterprise level tool being put to use by the very most humble websites on up to super complex applications from the likes of the Google and Yahoo engineering teams.


Contents:

No comment yet.
Scoop.it!

Interactive online course for learning Javascript.

Interactive online course for learning Javascript. | JavaScript for Line of Business Applications | Scoop.it

This book will teach you the basics of programming and Javascript. Whether you are an experienced programmer or not, this book is intended for everyone who wishes to learn the JavaScript programming language.

In this first chapter, we'll learn the basics of programming and the Javascript language.

No comment yet.
Scoop.it!

JavaScript Overview for Beginner Learners

JavaScript Overview for Beginner Learners | JavaScript for Line of Business Applications | Scoop.it
In this article we will take an overview of JavaScript programming and also we will discuss the solution of problems related to JavaScript programming. We will discuss many problems may be you never thought about them.
No comment yet.
Scoop.it!

Hakitzu: Code Of The Warrior Offers A Fun New Way To Learn Coding

Hakitzu: Code Of The Warrior Offers A Fun New Way To Learn Coding | JavaScript for Line of Business Applications | Scoop.it

Hakitzu: Code of the Warrior is a fun way to learn to program JavaScript. In a unique twist, as you’re learning to build your ultimate robot warriors, you’re also learning JavaScript coding. Become the best coder in the land, and you’ll find yourself on the pathway to victory.

No comment yet.
Scoop.it!

JavaScript from Null: Video Series

JavaScript from Null: Video Series | JavaScript for Line of Business Applications | Scoop.it

Thanks to the wide adoption of libraries like jQuery and Mootools, JavaScript’s popularity has skyrocketed in the last few years. However, in the process, an interesting thing occurred: many newer developers are learning these libraries without taking the time to actually learn about raw JavaScript techniques. What percentage of jQuery users don’t know how to fade out an element with only raw JS? My guess is that it’s much higher than many would think.

No comment yet.
Scoop.it!

Cargo-Culting in JavaScript

Cargo-Culting in JavaScript | JavaScript for Line of Business Applications | Scoop.it

Cargo-cult programming is what a programmer does when he or she doesn't know a particular language or paradigm well enough, and so ends up writing redundant and possibly harmful code. It rears its head quite often in the land of JavaScript. In this article, I explore the concept of cargo-cult programming and places to watch out for it in JavaScript.

Cargo-culting is sometimes defined as "the extreme adherence to the form instead of content." The form, in programming, being the syntax, paradigms, styles and patterns that we employ. The content being the abstract thing that you are seeking to represent through your code — the very substance of your program.

No comment yet.
Scoop.it!

A concise and accurate JavaScript tutorial

A concise and accurate JavaScript tutorial | JavaScript for Line of Business Applications | Scoop.it
A concise and accurate JavaScript tutorial/notes written for those entering the JavaScript world for the first time but already have experience with other languages
No comment yet.
Scoop.it!

A JavaScript survival guide

A JavaScript survival guide | JavaScript for Line of Business Applications | Scoop.it

Are you a programmer who is considering learning JavaScript, but unsure whether it is worth the pain? Then this blog post is for you: I argue that it is worth it and give tips for surviving the language.

Contents:

  • Why learn JavaScript?
  • Take your time to get to know JavaScript
  • JavaScript’s power
  • How to survive JavaScript?
  • Further reading
  • References


No comment yet.
Scoop.it!

Resources for Staying on Top of JavaScript

Resources for Staying on Top of JavaScript | JavaScript for Line of Business Applications | Scoop.it

Last year, I wrote about and recommended some great resources for getting good with andJavaScript. A year is a long time in Internet terms and I figured now was a good time for a refresh. JavaScript continues to explode in terms of adoption and being fully embraced, not only in the browser but also on the server. So it's about time we revisit the list and update it with good places to stay current.

No comment yet.
Scoop.it!

MountainWest JavaScript 2014 Recordings

MountainWest JavaScript 2014 Recordings | JavaScript for Line of Business Applications | Scoop.it
20 AWESOME SPEAKERS THAT WILL BLOW YOUR MIND!
No comment yet.
Scoop.it!

JavaScript for Designers - An Intro to JS Terms and Concepts

JavaScript for Designers - An Intro to JS Terms and Concepts | JavaScript for Line of Business Applications | Scoop.it

a humble 115 slides about JS and its programming patterns in a practical context

No comment yet.
Scoop.it!

A Simple, Comprehensive Overview of Javascript

A Simple, Comprehensive Overview of Javascript | JavaScript for Line of Business Applications | Scoop.it

This isn’t a reference guide, programming tutorial or detailed overview. It’s a Javascript refresher, assuming you know another programming language and puts all the information in one place (just ctrl+f to find!). Javascript has nothing to do with Java, isdynamically typed and has C-like syntax.

No comment yet.
Scoop.it!

List of Videos for Beginner JavaScript

List of Videos for Beginner JavaScript | JavaScript for Line of Business Applications | Scoop.it

Really the basics of programming in JavaScript in easy to learn video series.

No comment yet.
Scoop.it!

Javascript, Backbone, Require, TDD

https://github.com/EduardoDiaz/backbone-mocha-requirejs
No comment yet.
Scoop.it!

Learning Advanced JavaScript

This tutorial contains code and discussion from the upcoming book Secrets of the JavaScript Ninja by John Resig.

1) Our Goal
2) Defining Functions
3) Named Functions
4) Functions as Objects
5) Context
6) Instantiation
7) Flexible Arguments
8) Closures
9) Temporary Scope
10) Function Prototypes
11) Instance Type
12) Inheritance
13) Built-in Prototypes
14) Enforcing Function Context
15) Bonus: Function Length