Tutorial by Topics: t

Coordinate system 3D transforms are made according to an (x, y, z) coordinate vector system in Euclidean space. The following image shows an example of coordinates in Euclidean space: In CSS, The x axis represents the horizontal (left and right) The y axis represents the vertical (up an...
Convention is a set of default rules to automatically configure a conceptual model based on domain class definitions when working with Code-First. Code-First conventions are defined in System.Data.Entity.ModelConfiguration.Conventions namespace (EF 5 & EF 6).
The Extensible Messaging and Presence Protocol (XMPP) is a network protocol that uses XML to exchange structured data between two or more network connected entities in near-real-time. XMPP was created to satisfy the IETFs guidelines for instant messaging and presence protocols (RFC 2779), but its ...
This about is taken directly from the JQuery Mobile website: http://jquerymobile.com/about/ "jQuery Mobile is a HTML5-based user interface system designed to make responsive web sites and apps that are accessible on all smartphone, tablet and desktop devices. It is built on the rock-solid j...
Examples for developers module should be used as a reference for module development ideally. It has explanation of all the major APIs, well documented usage. It is all in for begineers to understand module development.
Bluetooth Classic is available from Android 2.0 (API level 5) and above. Bluetooth LE is available from Android 4.3 (API level 18) and above.
This section provides an overview of what parse.com is, and why a developer might want to use it. It should also mention any large subjects within parse.com, and link out to the related topics. Since the Documentation for parse.com is new, you may need to create initial versions of those related...
This section provides an overview of what facebook is, and why a developer might want to use it. It should also mention any large subjects within facebook, and link out to the related topics. Since the Documentation for facebook is new, you may need to create initial versions of those related to...
digitalWrite(pin, value)
Action Mailer allows you to send emails from your application using mailer classes and views. Mailers work very similarly to controllers. They inherit from ActionMailer::Base and live in app/mailers, and they have associated views that appear in app/views. It is advisable to process the sendin...
string serialize ( mixed $value ) ParameterDetailsvalueThe value to be serialized. serialize() handles all types, except the resource-type. You can even serialize() arrays that contain references to itself. Circular references inside the array/object you are serializing will also be stored. ...

Page 74 of 339