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

Search In

How to clone an object in JavaScript?

The best way to clone an object in javascript is to use $.extend(). We can use it in two ways:- 1.Shallow copy 2.Deep copy 1.The syntax for shallow copy is: var newObject = jQuery.extend({}, oldObject); 2.The syntax for deep copy is: var newObjec

Changing Placeholder Color

WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge are using a pseudo-element: ex- ::-webkit-input-placeholder. Mozilla Firefox 4 to 18 is using a pseudo-class: :-moz-placeholder (one colon). ex- :-moz-placeholder Mozilla Firefox 1

Horizontally center a div inside a div with css3

Box-pack The box-pack property specifies where child elements of the box are placed when the box is larger than the size of the children. It specifies the vertical position in vertical boxes, and the horizontal position in horizontal boxes. Box-alig

How to set - unset layout in CakePHP ?

How to set/unset layout in CakePHP ? CakePHP provides by default layout in (app/View/Layouts/default.ctp) file, so we need different layouts for different pages as per our requirement. Change the default layout in all web pages var $layout = 'myla

How to make workflow transitions in OpenERP/Odoo ?

To make workflow transitions in OpenERP/Odoo ? If you want to make workflow transitions in OpenERP(Odoo) follow the below mentioned code and paste it in your workflow_xml file: <record id="trans_idea_draft_confirmed" model="workflow.transition"&

How to change the enter key to search key in soft keyboard

If you want to change the enter key to search key, here is the code to get the same:- Step 1:- In your xml file add the following EditText <EditText android:id="@+id/ed_search_key" android:layout_width="wrap

How to use explode() function in php ?

Firstly let us know why we use explode() function in php ? explode() function basically used for breaking a string into an array in php. explode() function is binary-safe in php. explode() function syntex is given bellow: explode(',',string,0)

How to use implode() function in php ?

What is tht implode() function in php ? The implode() function basically utilized to join elements of an array with a string. So in other word we can say, it takes an array and returns a string. syntax of implode() function implode (separator, ar

How to Upload File In PHP ?

File uploads is not difficult, it is easy to upload files or Images to the particular Folder. But before uploading the files ,you have to configure "php.ini" File. So, Check your php.ini file and verify the file_uploads directive is set On. Syntax:

Agile development model

Agile development model is also a type of Incremental model. Software is developed in incremental, rapid cycles. This results in small incremental releases with each release building on previous functionality. Each release is thoroughly tested to ens

1 275 949
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: