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

Search In

Arrow functions

Arrow functions are the functions that have a shorter syntax compared to function expressions and arrow function lexically bind the this value. Arrow functions effectively turn function (arguments) { expression } into arguments => expression and a

jquery methods: addClass toggleClass and Remove class

jQuery has Basically three methods for CSS manipulation Following methods is explained using below example:     1.addClass() - Adds one or more classes to the selected elements     2.removeClass() - Removes one or more

Differentiate between array_combine and array_merge?

 array_combine and array_merge are the array functions in PHP that are used for different functionalities both are different from each other both have different functions. Merging the elements basically means to merge one or more

Difference between val and text in jquery.

 text This attribute is used to set or return the text content of the elements which are selected. HTML markup is removed when this attribute is used to return text content i.e returns that text content that can be displayed in the browser whil

Open PGP in Cryptography

  The techniques used for saving data is to change/replace it with some other symbol or text. There is a new thing that will compress the data this is called as OpenPGP.   It is like a hybrid system which changes the data in the compress

How to remember username and password in cakephp using cookies

As we seen in  login page if we click or check the checkbox of  “Remember Me” then our  login id will be remembered by the browser . This is done by using cookies . our login form contain email field and password along wit

Use of ng-cloak in AngularJS

Hi All, When we use AngularJS in any of our page, while rendering it on browser we happen to see flicker in HTML with uncompiled raw html. And once the AngularJS is compiled then it will show the compilled output. To avoid this flickering we can use

Creating contact form using HTML/BOOTSTRAP and CSS

If you want to create simple contact form using html/bootstrap and css, below example will helps you.   Firstly we will create the HTML form which will display basic form fields. It will ask users to submit their Name, Email Address and a Mess

Inline view in SQL

  Inline view in SQL is like a select statement that contains everything in the From clause.   View is temporary table that is created for data manipulation.     In this we don't specify the table name instead of that th

Stylish tool tip display on hover of an element with the help of jquery

How to use stylish tool tip on hover of an element with jquery To use the jquery basic tool tip you have to first include the following basic jquery file with another two. One will be use for jquery tool tip effect and other for tool tip css. &nbs

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