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

Search In

HTML LAYOUTS

A layout of a webpage plays an important role in providing a good look to our webpage. A good,attractive and beautiful design can be provided only by a person having good creativity skills that's why designing part of a website is not a easy task. A

To insert values to identity column in SQL Server

Identity field is usually used as a primary key. When you insert a new record into your table, this field automatically assign an incremented value from the previous entry. Ex: CREATE TABLE Customer ( ID int IDENTITY,

  • 288
How to validate files in Wordpress

Hello Friends, If you want to check the file existence in Word Press or you want to check file type is right or not. Wordpress provide an inbuilt functionality to check this with validate_file(). Please look at below examples for the same: // Defin

How to create shortcode in Wordpress

Hello Friends, Short code is just a piece of code like ['name'] that execute a complete function in your post or page Here we have a basic example of shotcode development. Please follow the below example: 1) Open function.php in your theme folder a

How to create project with Composer in CakePHP3

Hello Friends, If you are looking to create project in CakePHP3 with the help of composer. Please follow the instruction below: 1) If you have not installed composer in your system then you need to install this otherwise you can skip this step. Ope

How to reads a file into an array ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to reads a file into an array ? If you want to read a file into an array then, you should use file() function.This function reads a file into an array. syntax of file() functi

how to do adpater settings in rails for postgresql database ?

There are few steps for doing adapter settings: 1> inside your app go to app_name/config/locales/database.yml default: &default adapter: postgresql pool: 5 timeout: 5000 username: postgres password: 123456 development: <<:

Multiple images in background

It is easy to add multiple images in the background by using HTML and CSS code only. we can use one image which will repeat across the top i.e (repeat-x) and the another one will across the entire page or it is simple way to adjust every image posit

How to replace login logo with custom logo in wordpress

When we go to the WordPress login page , we see the default WordPress logo there written "WordPress". We can customize it and can put any of the logo in place of that wordpress default logo. It's easy: just open your functions.php file and paste the

Datatypes in JavaScript

JavaScript consist many type of datatypes, like: Boolean Number String Array Object To know what operation you are going to perform on variables, you need to have the knowledge what is the data types of the variable you are using. For example: v

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