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

Search In

What is jquery after() method ?

Hello Readers, jquery after() method is used to insert the given content after the specified each selected content or elements. Syntax : $(selector).after(content,function(index)) content : this is required parameter which specifies the content

Multuple deletion in Mysql using PHP

Hello Reader's If you want to handle your html form to delete multiple value at once then by using Check box in array you can do it. lets see one example as below:- <?php $sql = "SELECT * FROM guest_book"; $res = mysql

How to import an ORS in MDM Hub?

Below are the steps to Import an ORS: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Repository Manager. Step 4: Connect to Master Database. Step 5: Under Validate tab, validate the ORS in

unlink() vs unset() Function

unlink() Function: This function is used for file system handling. It deletes the file used in context. For example: unlink('demo.txt'); The above line will delete the file unlink completely. It includes two parameters: filename which is requ

How to register an ORS in MDM Hub?

Below are the steps to register an ORS in MDM Hub: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Database. Step 4: Connect to Master Database. Step 5: Acquire Lock, click on Register Datab

How to create User in MDM Hub?

Below are the steps to create a user in MDM Hub and assign ORS to user: Step 1: Launch the jnlp file. Step 2: Enter you credential, select the ORS. Step 3: Under Workbench, select Users. Step 4: Connect to Master Database. Step 5: Acquire Lock, under

return false vs event.preventdefault

Return false will perform three task when called 1 event.preventDefault(); 2 event.stopPropagation(); 3 Stops callback execution and returns immediately when called. The preventDefault() method cancels the event if it is cancellable, meaning it p

Error Messages of File Array

Whenever you upload a file using PHP script it will return a error code with file array. This code you will find in the error section of the file array i.e., $_FILES['filename']['error']. Code are as follows: UPLOAD_ERR_OK: Value '0' This means t

How to show max words left to insert into text area

Hello Reader's if you are making the html5 validation to set the max words inside the html form, Then by using Angular JS NG-Model you can easily make it. Lets's see how to do it as in the example below:- <!DOCTYPE html> <html> <scrip

How to make ajax hit in Angular JS

Hello Reader's if you want to get data from another webpage then you have to make ajax hit. Angular JS also provide you to get your data and redesign it into it's script. Then you can generate the design itself. Let's see it's working example as bel

1 537 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: