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

Search In

ENABLE_BITCODE in xcode 7

Bitcode refers to an intermediate representation of a compiled program. The installation of iOS, tvOS, and watchOS apps by tailoring app delivery to the capabilities of the user’s particular device. Apple called this optimization,"app thinning". Note

How to remove index.php from Codeigniter

Hello Reader! If you are new to working on Codeigniter Framework for PHP then you are very likely to encounter with the problem of index.php in url. Now we will see how to get resolve this error and then after you do not need to include index.php in

Html dialog box

This is an html tag which creates popup dialog box on a web page.It represents interactive component like window. Following is an example of Html dialog box: <div> <dialog id="myFirstDialog" style="width:50%;background-color:#F4FFEF;borde

V-model and Phases of V-model

V-model stands for Verification and Validation model. In this model testing of the product is planned in parallel with a corresponding phase of development. There are various phases of the V-model. Phases of the V-model are as follows: Requirement

Getting incorrect results while using ToString("dd/mm/yyyy")

"Getting incorrect results while using ToString("dd/mm/yyyy") "     In this article I am sharing one of the issue I got stuck in. Please go through the following code : string date = "30,jun,2015"; DateTime dt = Convert.ToDat

How to handle an error occurred in finally block

Hello all, To handle errors in C#, we generally use try, catch and finally methods. but when error occurs in finally block basically three things happens: . The exception rises and it needs to be handled at upper level, but while handling the err

How to add a Podfile in your Project

Below is the step-wise process for integrating a Podfile easily in your Application. Open Terminal Change the directory in Terminal to the location where your Xcode project resides. When you reach to the desired project location in which you want

How to define workflow transition rules in OpenERP/Odoo ?

Workflow transitions can be restricted to a specific group. Users outside the group can not trigger the transition.For example code is like below.. <?xml version="1.0" encoding="utf-8"?> <openerp> <data> <record mode

How to Sending a signal from a subflow in Odoo/OpenERP

When a workflow is embedded in an activity (as a subflow) of a workflow, the sublow can send a signal from its own activities to the parent workflow by giving a signal name in the attribute signal_send. Odoo processes those activities by sending the

How to use toggle() method in jQuery ?

Welcome to findnerd, today we are going to discuss on toggle() method in jQuery. Firstly let know what use of toggle() method In the toggle() method, you can toggle between the hide() and show() methods in jQuery. So we can say that toggle() method

1 396 423
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: