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

Search In

Determine Height & Width of browser window in JavaScript

Hi All, We most of the time in web development get stuck with responsive designs, the best way to handle that now a days is to use Bootstrap classes which take cares of your site but that helps you to achieve responsiveness width wise. What if we w

Measurement Units supported in CSS

CSS supports the following Measurement Units % :- This is % symbol used when we want to give a measurement as a percentage. e.g:-div{width:100%;} cm :-An abbreviation of centrimeters is cm and it is used when we want to give a measurement in

Sample Query to fetch matched record from BO

Using the below query you can retrieve the records from the BO in which you execute the Match Job(manual merge) and to determine which records matched with other. select distinct(finalquery.src_rowid), finalquery.party_nm, finalquery.PARTY_ID from

What is diffrence between echo and print in PHP ?

Hello all, Welcome to FindNerd, today we are going to discuss the difference between echo and print statement in PHP ? echo and print both are used to printing a statement. So here are few important point given below to differentiate between echo

Difference between =, == and === in PHP

In PHP programming, Many times we have seen and used different operators of PHP. This article demonstrate the difference between the operators which looks identical but used for different operations. In PHP we have three types of equal sign (=) opera

jQuery detach( ) method

This method is used to remove the selected elements( i.e all text and child nodes as well ). If we want to reinsert that removed elements , we can do that easily because it keeps a copy of the removed elements. Syntax : $(selector).detach() HTML

Retrieving the text contents and reading the selected portion of a field's value

To retrieve the text selected by the user is to get the indices of the starting and the ending character of the selection. After that you need to extract that particular portion from the form field’s value using those retrieved values. To get the i

push() method of JavaScript Array

JavaScript Array push() method : The push() method is used to add new element in the array. The push() method add the new element at the end of the array. The push() method returns the new length of the array. Syntax of Array push() method : arr

Types of Activity launch mode

Basically activity have a default launch mode that is Standard launch mode but we can change launch mode according to our need. There are four types of launch mode avaiable that are : 1.Standard 2.SingleTop 3.SingleTask 4.SingleInstance Standar

What is phpScaffold

phpScaffold Scaffold is a powerful standalone PHP class that dynamically creates CRUD functionality for a database table. It is designed to dramatically decrease the time it takes to get your database-driven application up and running. phpScaffold

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