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

Search In

Working with 3D in ActionScript

WORKING WITH 3 DIMENSION The 3D is a new feature of ActionScript. 3D basically stands for Three Dimensinal space. The major difference that comes between Two Dimension and Three Dimension is the addition of an extra dimension. With 2D we used to work

HTML5 elements

HTML5 is having new elements, which helps the developer to make their document in the form that can be easily understood. By using HTML5 elements there is no need to use <div> again and again. This makes our work easier by using less number of

Why multiple inheritance is not possible in JAVA?

Inheritance When one class acquires the functionality of some other class, it is called inheritance. i.e reusing the same properties and functions. The class which is inherited is known as the super class and the class which inherits the properties

Common Table Expressions

CTE:Common Table Expressions 1)CTE's replace subqueries i.e they are result of complex queries so can be defined as temporary resultset. 2)CTE's are mainly used for recursive programming. 3)The lifetime of CTE's is the individual query it live in

How to give 2D or 3D effects to HTML element.

Hello Readers! If you wish to give your HTML elements an effect this an be achieved by using css transform property. The CSS transform property allows us to visually manipulate an element by rotating, skewing, translating, or scaling. This property

How to create Floating action button using single LinearLayout layout

Hello Friends, In my last blog I have explained about how to create floating action button using CoordinatorLayout, LinearLayout, TextView and FloatingActionButton. But in this tutorial I have created a new floating action button layout using single

Sanity Testing

Sanity testing is a software testing technique which is performed by the test team whenever a new build is received for testing. The main objective of this testing is to check if the section or code of the application is still working with a minor ch

final, finally and finalize in Java

final, finally and finalize in Java final: The meaning of final keyword varies with it's usage with class,methods and variables. Class: When final keyword is placed before class keyword then that class cannot be inherited i.e final class cannot be

“Server.Transfer” vs “response.Redirect”

“Server.Transfer” vs “response.Redirect” Server.Transfer The sequence of transfer in Server.Transfer: 1)The transfer is done by the server. 2)Suppose there are two asp.net pages Webform1.aspx and Webform2.aspx. The navigation from Webform1 to Web

Types of validation controls in ASP.NET

Validation is an essential part of any web application. It is used to validate user input data. Before sending the user's input to different layers it must be validated. Validation is of two types:- 1. CLIENT SIDE- client side validation is conside

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