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

Search In

How to Adjusting the color in Camera raw

Camera Raw is a power full features in Photoshop. To help make color changes on the photo. Removing the color cast and adjusting the color and tone in the image. 1.Select the White Balance tool at the top of the Camera Raw dialog box. Adjustin

Displaying Map using HTML5

Html5 provides geolocation API by using which we can display the results in a Map. Following example shows how we can show the Map in html5. To display the result in a map, you need access to a map service, like Google Maps. <!DOCTYPE html> &l

Check two Linked Lists are Identical or not

Program to demonstrate two Linked Lists are Identical or not. class LinkedList { Node head; // head of list /* Linked list Node*/ class Node { int data; Node next; Node(int d) { data = d; next = null; } } /* Returns true if linke

How to declare functions in jQuery

1. The basic JavaScript function The simplest way to declare a function in JavaScript. In below example. we have written a simple function called abcd(x,y) which is simply taking two parameters x and y,. function abcd(x,y) { return (x * y); } c

How to rotate in CSS3 around its axis

Hello, readers, this is a small blog on how to rotate in CSS3 around its axis. To achieve this we will make a file index.html. Copy the below-written code in this file. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> &l

Segmenting an Image into Tiles

Segmenting of an Image can be done by applying different parts of a texture to Quads. This can be done by mapping different UV vertex points of an image with a Quad or any other 3d object. Following script demonstrate the Segmenting of an Image wit

The Ultimate Cheat Sheet On Social Media Image Dimensions

In this booming era of technology, social media has become a vital part of everybody's lifestyle. We use social networking platforms not only for entertainment purposes but also for some other more important things like business, research and mee

Using Line Renderer in Unity

Step 1. Create an empty GameObject with Line Renderer attached to it.   Step 2. Create an child  GameObject to above with BoxCollider attached to it.   Step 3. Attach the below script to mainCamera using UnityEngine; using System

Race Conditions in Threading C#

Race condition is arise when multiple threads are accessing the shared data and they try to modify this shared data at the same time. The reason for arising a race condition is that we are unable to know the order of accessing a shared data among the

2018 Social Media Image Size Cheat Sheet - A Social Marketers Guide

In this booming era of technology, social media has become a vital part of everybody's lifestyle. We use social networking platforms not only for entertainment purposes but also for some other more important things like business, research and mee

1 25 217
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: