Tutorial by Topics: v

JavaFX is a software platform for creating and delivering desktop applications, as well as rich internet applications (RIAs) that can run across a wide variety of devices. JavaFX is intended to replace Swing as the standard GUI library for Java SE. IT enables developers to design, create, test, d...
As described by its official Start Guide: Maven is an attempt to apply patterns to a project's build infrastructure in order to promote comprehension and productivity by providing a clear path in the use of best practices. Maven is essentially a project management and comprehension tool and ...
Nativescript is a highly performant cross-platform mobile app runtime, which allows you to target iOS and android (with windows in the pipeline) using web technologies (JS and html). It was created with a number of key aims: Visually Performant: no UI Jank even on android you have buttery smoot...
This section provides an overview of what access-vba is, and why a developer might want to use it. It should also mention any large subjects within access-vba, and link out to the related topics. Since the Documentation for access-vba is new, you may need to create initial versions of those rela...
Scalable Vector Graphics (SVG) is a W3C standard for drawing vector images. Here is a simple standalone SVG file: <svg xmlns="http://www.w3.org/2000/svg"> <circle cx="50" cy="50" r="25" fill="blue"/> </svg> SVG can also...
Here you will learn about the Directives feature of AngularJS. Below you will find information on what Directives are, as well as Basic and Advanced examples of how to use them. ParameterDetailsscopeProperty to set the scope of the directive. It can be set as false, true or as an isolate scope:...
Groovy is is an optionally typed dynamic language for the Java Virtual Machine builds upon the strengths of Java but has additional power features inspired by languages like Python, Ruby, and Smalltalk makes modern programming features available to Java developers with an almost-zer...
Vaadin is a server side scripting language, written in Java, which will generate most of the client side code needed for a web application. It uses Google Web Toolkit to generate the client side objects and can be extended by creating by extending the Google Web Toolkit. VersionRelease Date6.8...
Visual Studio is an Integrated Development Environment (IDE) from Microsoft. It enables the developer to work project orientated with various types of projects, including Windows Forms, Console Applications, Office Plug-Ins, and Windows Universal Apps. The IDE supports various programming languag...
This section provides a basic overview and superficial introduction to rx-java. RxJava is a Java VM implementation of Reactive Extensions: a library for composing asynchronous and event-based programs by using observable sequences. Learn more about RxJava on the Wiki Home. VersionStatusLates...
This section provides an overview of what asp.net-mvc-5 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-mvc-5, and link out to the related topics. Since the Documentation for asp.net-mvc-5 is new, you may need to create initial versions of t...
Vendoring is a method of ensuring that all of your 3rd party packages that you use in your Go project are consistent for everyone who develops for your application. When your Go package imports another package, the compiler normally checks $GOPATH/src/ for the path of the imported project. Howeve...
Vagrant a software tool used to create and configure virtual development environments. It works as wrapper over other virtualization software like VirtualBox or VMware. Vagrant itself is a command-line utility. Vagrant boxes are configured using special Vagrantfile config written in Ruby but may ...
Vue.js is a rapidly growing front-end framework for JavaScript, inspired by Angular.js, Reactive.js, and Rivets.js that offers simplistic user-interface design, manipulation, and deep reactivity. It is described as a MVVM patterned framework, Model-View View-Model, which is based on the concept o...
From the documentation: The UINavigationController class implements a specialized view controller that manages the navigation of hierarchical content. This navigation interface makes it possible to present your data efficiently and makes it easier for the user to navigate that content. You gene...

Page 6 of 77