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

Search In

Bouncing Balls and Collision with Walls

Bouncing balls with collision from any 2Dcolliders/wall can be achieved by putting continuous force to the game object and assign a physics material to the game object you like to bounce on collision. 1. Gameobject must have rigidbody attached to it

How to Store and Update Multidimensional Array in PHP

I want to store and update multidimensional array data    The data is coming in this form    array:7 [ "address_heading" => array:2 [ 0 => "address_heading_1" 1 => "address_heading_

CSS 3 Filters

With CSS3, we can apply filters to our HTML elements in order to make them more interactive. There is no reqiurement of any designing software like photoshop anymore for making such effects. Below are some filter examples:- Blur:- value from 1px to

What is Leverage Browser Caching and how to use it.

Here is the brief explanation of Leverage Browser Caching and how to use it to improve website performance. When a web browser i.e. Chrome, Firefox, Internet Explorer, Safari etc displays webpage it has to load several things like css files, javascr

Creating a Generic List in .Net

Generic list are the list of object capable of storing any type, including Complex type such as class. It can even store a List of Items as well. Generic list is present in System.Collections.Generic Namespace in .Net frame work. As every type in .

Structures in C++

Structures in C++ is a collection of dissimilar data types .Structures is denoted by struct keyword .In structures we can access different data in a single block.It is usually used to keep the track of different kinds of records in a single block.Now

State Management

Types of state management There are two types of state management techniques: A. client side B. server side. Client side state management are as below: Hidden Field View State Cookies Control State Query Strings Server side state manage

“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

How to Solve Array Problem in Java?

Monk was surprised to see a new game called, "Conversion Game". In this game, two arrays of N integers A1,A2...AN and B1,B2...BN are playing against each other and Array A wants to convert itself in Array&

Manipulators in C++

These are the operators that are used to format data display. (i) end l manipulator when it is used is an output statement,causes a line feed to be inserted. It has the same effect as       using new line character &qu

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