Tutorial by Topics: on

You may have seen several websites that will show how to create an ISAPI extension project but none of them will demonstrate how to migrate the existing legacy ISAPI extension (VS2005) project to VS2015. I had faced similar issue while I was working on one of such requirement. This article demonstra...
When setting up voters to use with sonata-admin, there are a few pitfalls, the steps shown here should get you up and running, so that sonata properly takes the voters into account, when rendering the edit, show and delete buttons, when building the sidebar, when running the batch actions, basically...
This topic is the first part of a series on how to create Android Plugins for Unity. Start here if you have little to no experience creating plugins, and/or the Android OS. Through this series, I extensively use external links that I encourage you to read. While paraphrased versions of the rel...
This section provides an overview of what genymotion is, and why a developer might want to use it. It should also mention any large subjects within genymotion, and link out to the related topics. Since the Documentation for genymotion is new, you may need to create initial versions of those rel...
The raycaster component does general intersection testing with a raycaster. Raycasting is the method of extending a line from an origin towards a direction, and checking whether that line intersects with other entites. The raycaster component is a wrapper on top of the three.js raycaster. It checks ...
Place to use Jenkins and Sonar for CI
This section provides an overview of what codeception is, and why a developer might want to use it. It should also mention any large subjects within codeception, and link out to the related topics. Since the Documentation for codeception is new, you may need to create initial versions of those ...
This should mirror some of the official Linux kernel docs, and post links to the latest versions of said documents in tovalds/linux on GitHub.com. The idea is to encourage individuals to make use of the MAINTAINERS files, linux-kernel mailing list, git log, and scripts/get-maintainer, so that they a...
Things to consider when we want to test our components with: Styles, Templates, Component classes.
The basic thing to remember here is that debugging a Hadoop MR job is going to be similar to any remotely debugged application in Eclipse. A debugger or debugging tool is a computer program that is used to test and debug other programs (the “target” program). It is greatly useful specially for a Ha...
In the entity-component-system pattern, a component is a reusable and modular chunk of data that we plug into an entity to add appearance, behavior, and/or functionality. In A-Frame, components modify entities which are 3D objects in the scene. We mix and compose components together to build comple...
Animations and transitions in A-Frame are defined using the <a-animation> element as a child. The system is roughly based after the Web Animations specification. A-Frame uses tween.js internally. Attributes Here is an overview of animation attributes. We'll go into more detail below. ...
blend-model component Loads a three.js format JSON model containing skeletal animation blending using THREE.BlendCharacter. This is mainly used to represent the hand and Vive controllers. <a-entity blend-model="#a-asset-item-selector"></a-entity> VALUES TypeDesc...
I've used various Stackoverflow examples and answers to come to this really simple example on how to manage "select all" checkbox coupled with an automatic check/uncheck if any of the group checkbox status changes. Constraint: The "select all" id must match the input names to cr...
The light component defines the entity as a source of light. Light affects all materials that have not specified a flat shading model with shader: flat. Note that lights are computationally expensive we should limit number of lights in a scene. <a-entity light="color: #AFA; intensity: ...
UIKit Dynamics is a physics engine integrated into UIKit. UIKit Dynamics offers a set of API that offers interoperability with a UICollectionView and UICollectionViewLayout
A controller in Symfony is a PHP callable (a function, a method on an object, or a closure) that receives an HTTP request and returns an HTTP response. An HTTP response can contain anything: an HTML page, a JSON string, a file download, etc. In order to tell Symfony which controller should handle a...
The function is just like sub. But function returns a value. A function can accept single or multiple parameters.

Page 111 of 120