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

Search In

Type of "properties of object" in JavaScript

In this tutorial we will learn about the properties of an object in JavaScript, classification of the properties, attributes of properties.There are 3 kinds of properties an object in JavaScript have: 1: Data Property: In this property of javascri

How to Create Basic Form View In Odoo

You can create form view in odoo by using below code in .xml file There are two ways to create a Form View in Odoo. 1. Existing Form 2. Simple Form View. 1- Existing form – Here you have to inherit form view and change this form view in odoo. &l

Top tips to follow to make a good website home page design with advanced CSS

Making a good website design is very important. First impressions are important after all. In the multitudes of website available at the disposal of the millions of customers who come looking for such websites it is very important to make an impressi

Using splice() to Remove Elements in Javascript

Basically splice() method is used to change the content of an array by removing existing element and add new elements . It contain three parameter start , deletecount and ItemN. start ->It is the position where to start the selection .And if you

Top 10 most common components in joomla

Component is a type of joomla extension. They work as a mini application in joomla. Joomla provides several components which gives it the power to be the best CMS in the world. Some of the top joomla components are: Virtuemart: Virtuemart is an

How to write PHP code to select specific column and display rows respectfully??

I have wrote code for sqlite to select specific columns and display rows .. id condition lat long 1 Good 0.0 0.0 2 Poor 0.0 0.0 3 Good 0.0 0.0 When I select Good, It should display my lat & long of id 1,

Arrays and Objects in Javascript

Objects -> Javascript objects is a set of properties and methods . A method is a member of an object and their value is property . Javascript contain 4 kinds of objects : 1) Intrinsic objects -> Array and String . 2) Objects 3) Host objects

CSS Background Property

CSS background property defines the background effects and changes on an element. There are 3 CSS background properties that affects the HTML elements: 1)background-color 2)background-image 3)background-repeat 1) CSS background-color This property

TableView in Swift

To create a tableView in swift please follow following steps: Step 1: Add a tableView in viewController. Step 2: set the dataSource and delegate Step 3: Create a prototype cell Step 4: Change the class of prototypecell to "TableViewCell" S

SQL Primary Key

Basically Primary key is used to identify each row in a table . In a table Only one Primary key can be present . When in a table , there is more than one primary key then it would be called composite Primary key . Composite key is used when we need m

1 169 342
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: