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

Search In

how to use video in background using html/Bootstrap

Hi , This post will help you to use Video in background with bootstrap. View Live Example : http://107.20.120.5/HTML/fn/video.html <style> #background { position: fixed; top: 50%; left: 50%; min-width: 100%; min-height:

SQl Server : How to insert results of a stored procedure to a table?

In the following article we will learn how to insert results of a stored procedure to a table. There are two approaches to do this depending on whether we know the table schema beforehand or not. We will be using the following stored procedure to ill

How to create view in board.board object in openerp

In openerp first install board module and inherit object in your own module and write this function name createview and this function will check the user id and list of the board id in board.board object in openerp. You can use this as given below.

How to insert multiple records in Database?

We can insert multiple records in database using PHP. To do this, suppose we have database *example* having table demo with columns firstname, lastname, email. We need to insert multiple record in the table by using PHP. To insert the multiple record

How to create a specific page layout in odoo-9

To create a specific page layout in odoo-9 you have to first install odoo website builder module and after then at the top you need to ass a whole list of services and provide the possibility of settings to the user interface for the rest of the page

How to redirect 404 error page to custom 404 page

When a visitor visits any wrong URL in the site , they see 404 not found error comes from server side by default. We can redirect the visitor from any invalid URL to any of the custom page or any page we want. For the most of the sites , we see that

Recursive function in cakephp

Recursive in Cakephp is used to set the depth of result when find() methods are used. It retrieves the records associated with model data.Using recursive we can limit the required data. Lets consider an example of recursive by taking an example of bo

concat() method of JavaScript Array

JavaScript Array concat() method : The concat() method is used to join or combine the two or more arrays. It doesn't change the original array. It return the new array having all the elements of combined arrays. Syntax of array concat() method : a

How to set values of select box dynamically using Jquery

Hello Reader's if your building the html 5 based web form and want to set the value of select box via Jquery then you can learn it from code as below:- First you need to set the value from html page <input type = "text" id = "txtEmail" value =

The general css for header, body and footer for all website

Hello Reader's if you are new to designing the website then you must have to know the common CSS that must be inlcuded in every website. Lets see the CSS in the example below:- <!DOCTYPE html> <html> <title>W3.CSS</title> <

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