Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Units in PIM

Hello Today's blog post describes about Units and their relevance in PIM desktop.   Units A unit system is used to manage all possible units required to specify a size. PIM Desktop is supplied with its own unit system, which is based on

IBDesignable

IBDESIGNABLE is available in Interface builder since Xcode 6.. We use IBDESIGNABLE to add additional properties to the view not only just the view but UILabel UIButtons and more.. By default properties are present related to views. In some case, lets

C# : Understanding pass by reference and pass by value

Below is the program to demonstrate various method calling conventions followed in C: using System; class Program{ public static void Main(){ // ========================= PART I ======================================================= int n1 =

Creating a Dynamic Runtime Function

Hello readers in this tutorial we will create a dynamic runtime function. When you need to create a runtime function, in that case you do not know its structure untill the code runs. In this blog we will discuss about how to make a runtime function.

Parallaxing in unity 3d

For Parallaxing the background, we need to follow few steps: 1. The type of image using for parallax must be of type texture  2. Set it's wrap mode to be repeated. 3. Assign the image to a quad  4. set shader as Uint/Texture 5. Assign

Review of Workflows Included with SharePoint

SharePoint workflows are pre-modified smaller than expected applications that streamline and mechanize a wide assortment of business forms. Workflows can extend from gathering marks, input, or endorsements for an arrangement or record, to following t

Defect Life Cycle

Defect Life Cycle It indicates the complete life cycle of a defect or a bug right from the stage found, fixed, re-tested and closed. It consist of various status like open/new, assigned, fixed and close/re-open. Open - When we got a bug the status

How to find a module position on any given page in Joomla?

Joomla works on Positions. It basically divides the page into different parts that is known as positions. Module are assigned to those positions. To display the module positions you required to follow the following points: Login to the backend of t

How to change the Login Form module settings?

Joomla provides a Login Form module used for login/logout purpose in Joomla. Once user logged in it gives a logout button and also provides user access additional resources on your site. Login Form will appear in the position which you have assigned

How "this" keyword works in Javascript

The code example of this keyword in Javascript var fullname = 'David'; var obj = { fullname: 'john mars', prop: { fullname: 'Brett', getFullname: function() { return this.fullname; }

1 12 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: