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

Search In

Features of Android 5.0 version

New major features added in 5.0: Introduced Material design ,new widgets, custom shadows, vector drawables and custom animations. ListView is now replaced by RecyclerView and use of CardView, with better optimization. You can now add more than one

CSS3 Media Queries

Media queries is used to make web page responsive i.e. for mobile phones, tablet. It is based on the capability of the device instead of checking only the device width and height. It can check the following points: Viewport width and height Device

SQl : How to replace a string in SQL server column ?

We know that the data can be changed inside a field by using update command. In this article I will guide you to replace part of the data without changing the entire data of the field. For this we will use replace command to replace a part of the co

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

jQuery toggle( ) Method

This method is used to work with multiple functions i.e when you click on selected element first function will be fired and when you click on that selected element second function will be called and so on. Syntax : $(selector).toggle(function) Pa

Hoe to enabling Cross-Origin Requests for a RESTful web service.

The RESTful web service need to include CORS access control headers in its response, there we have to add a @CrossOrigin annotation to the handler method. It enables cross-origin requests only for the particular method. It allows all the HTTP methods

Release Notes

What is ‘Release Notes’ ? Release notes is a kind of record or document which is delivered as a portion of the complete and final build. Release notes includes fresh and original developments which are as a portion of that release and also well kno

reverse() method of JavaScript Array

JavaScript Array reverse() method : The reverse() method is used to reverse the order of the array elements. Syntax of Array reverse() method : array.reverse() Example of Array reverse() method : Here in the following example I will show you h

shift() method of the JavaScript Array

JavaScript Array shift() method : The shift() method is used to remove the first element of the array. The shift() method will return the first element which will be removed. The shift() method will change the length of the array. Syntax of the shif

async attribute is javascript

Hi All, In this blog we will discuss about the async attribute is javascript, which is a boolean type of attribute that's either can be true or false and when ever we use this attribute to any script tag, it simply denotes that the available script

1 396 720
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: