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

Search In

Create simple responsive form using html and css

If you want to create simple responsive user regestration form using html and css, below example will helps you.   In the below code I have create complete responsive form that includes several different elements and attributes. These elements

Bind Dropdown using AngularJS

Hi All, This log will help you to bind data to dropdown/html select control using AngularJS. Data is populated using webmethod. <select ng-options="Country.CountryName for Country in CountryList" ng-model="selectedCountry"> </select>

Create and Delete and Recreate Table

Hi i have been asked to the following task.   Your project must meet the following specifications: 1. Create a table tbl_User in MySQL using the console or phpMyAdmin, consisting of the following column names: a. The table structure is as fo

Tree structure in CakePhp

Hello readers, today we discuss about "Tree Structure (or hierarchical data) in cakephp". It can fairly common to want to maintain hierarchical data in a database stand. Examples of such data might be categories with unlimited subcategorie

CSS Selector

Css Selector: To automate the application we first need to locate the web elements. CSS selector is used to locate the web elements. Web elements can be located on the basis of class, id, attributes, name. 1. Locating elements using class: To locate

Interesting fact about AND and OR operator

Hello readers,  I want to share an interesting fact about AND and OR operator, which you might not had encountered. As we know that in AND operator the result is only true when the values of the operands are true, if any of the operand is

Shake Detector in Android

In Android, the most commonly used sensors are the accelerometer, it is used to measure acceleration. Here it is explained how to detect a shake motion. Step 1. Create Class ShakeDetector that will extend SensorEventListener:- Step 1(a) :-  De

How to disable previous dates in datepicker using jQuery?

Hi Readers,  Welcome to FindNerd, today we are going to discuss a method to disable previous dates in datepicker using jQuery? Datepickers is a very important feature of a web application. It is mostly used in any registration form when any use

How to set default Unit of Measure Categories(UOM) in odoo-9

In odoo-9 we create functional fields and validate to function and set also set to default value of Unit of Measure Categories(UOM) in selected form. Use this step show in given below Step1- First create fields in your own module in .py file,

Searching Through an Array in Js

Hello reader's in this tutorial we will find an array by searching. We will search an specific array's value and get the array element index if found. We are going to use a Array object methods indexOf and lastIndexOf which is in the new (E

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