Tutorial by Topics: js

PhantomJS is a headless Selenium WebDriver with JavaScript support. It is based on WebKit, making it behave similarly to Google Chrome or Safari. It is slightly faster than a regular WebDriver like ChromeDriver or FirefoxDriver in both startup time and performance. PhantomJS has many options an...
These are the basic CRUD operations for using mongo db with nodejs. Question: Are there other ways you can do what is done here ?? Answer : Yes, there are numerous way to do this. Question: Is using mongoose necessary ?? Answer : No. There are other packages available which can help you. Qu...
fabric.js is a powerful and quite simple javascript library for HTML5 canvas. It provide a interactive platform to work with the HTML5 canvas. Using fabric you can create object/shapes on canvas from simple geometrical shapes to complex shapes. You can even work with images using fabric.js. fabric...
on(eventName, handler) - Attaches an event listener with a callback to the object. off(eventName, handler) - Remove the event listener from the object. Calling this function witout any arguments will remove all event listeners on the object. trigger(eventName, optionsopt) - Fires the ...
This section provides an overview of what systemjs is, and why a developer might want to use it. It should also mention any large subjects within systemjs, and link out to the related topics. Since the Documentation for systemjs is new, you may need to create initial versions of those related to...
This section provides an overview of what underscore.js is, and why a developer might want to use it. It should also mention any large subjects within underscore.js, and link out to the related topics. Since the Documentation for underscore.js is new, you may need to create initial versions of t...
ParamDetailsObject(Object) The JSON objectReplacer(Function | Array<string | number> - optiotinal) filter Function | ArraySpace(Number | string - optional) Amount of white space in the JSON

JSX

JSX is a preprocessor step that adds XML syntax to JavaScript. You can definitely use React without JSX but JSX makes React a lot more elegant. Just like XML, JSX tags have a tag name, attributes, and children. If an attribute value is enclosed in quotes, the value is a string. Otherwise, wrap t...
A singleton instance of an [Ext.data.Connection][1] class. This class is used to communicate with your server side. [1]:http://docs.sencha.com/extjs/6.0.1/classic/src/Connection.js.html#Ext.data.Connection
It comes very handy to use Flux approach, when your application with ReactJS on frontend is planned to grow, because of limited structures and a little bit of new code to make state changes in runtime more easing. Flux is the application architecture that Facebook uses for building client-side web...
JSF as a markup language, supports comments of some parts of code, but we have be carefully, because if we use a normal HTML comment code like this: <!-- I want to comment the next button --> <!-- <h:commandButton value="Push" onclick="alert('He...

Page 7 of 11