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

Search In

How to make Inside border transparent ?

Hi all, Here are two method to make transparent border first is by using pseudo element and second is by using background-clip Example 1:- In the method I'm using pseudo element :before .box-border { background: #0f8ac3; color: #fff;

Using $scope in Angular JS

“$scope” is an object instance of a controller. “$scope” object instance is created when the “ng-controller” directive is called. The $scope object that is used by views is organized into a hierarchy. Firstly, there is a root scope, and then root sc

Progress bar

A Progress bar indicates the current percentage for completeness of an operation or process. jQueryUI provides an easy-to-use progress bar widget that we can use to let users know the percent of completeness of an operation. jQueryUI provides progr

How To Create a Modal in Bootstrap

With the help of Bootstrap we can create a Modal plugin. In the example given below , I am using attributes data-toggle=”model” ( which is used to open the model window ) and data- target=”#Model” (which points to the id of the target model ).

Making any element resizeable

For making an element resizeable vertically, horizontally or both we use the CSS3 attribute resize. The resizeability in a textarea can be be disabled using the same. Property and value:- resize: vertical; resize: horizontal; resize: both; resize:

How to use ng-repeat loops through array from scope?

ng-repeat is used to iterate over the properties of an object. I am showing how you can use ng-repeat loops through an array from scope variables. The below code uses ng-repeat in a list that takes values through an array from scope. Here is the HT

How to make mobile browser display either in portrait or landscape?

Hello Reader's If you want to make simple Javascript code to make mobile browser display either in portrait or landscape.. This will help you to make your required sreen <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.

How to save Past search and browsing activity in Google

Hi Guy, There are so many online activity 'We write online', 'Edit online' and save our data online. In meanwhile we have huge worries about our personal data. All of us have fear about the data security and privacy.   Actually Google trac

Setting up a local development server, Drupal 7

Setting up a local development server installing plugins and modules you might need to develop Drupal theme Firt we need to setup the local sever where we gonna run our Drupal site 1. First we need a server, XAMPP is very popular AMP stack pr

How to color to your alert message using Bootstrap

Hello Reader's If you want to print the alert messages in color, i.e. Red for danger and Green for success messages then Twitter Bootstrap offers you a good way to showing this. Let's see the example as below:- <!DOCTYPE html> <html lang="

1 23 75
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: