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

Search In

How to create Sign Up Screen Design

In the below example I have created Sign Up page layout. Here first I have used Main LinearLayout then all category design in diffrent subLinearLayout and added Color, text, size category defined in value folder. Here I have also used ScrollView. See

How to get IP Address in Cakephp?

How to get IP Address in Cakephp I am writing this blog which will let you know how to get client's IP Address in Cakephp. The simplest way for getting client's IP Address in core php is $_SERVER['REMOTE_ADDR']. Similarly it is very

How to convert a hexadecimal file into a readable file in android.

Below is the code to change hexadecimal file to readable format :- 1) Read the Hexadecimal file. 2) Convert the Hexadecimal code to asciii value. 3) Convert the asciii value to readable char format. int size=15; char[] mChangedFileCharArray = ne

The difference between == and === in jQuery/Javascript?

double (==) : This operator is used for checking equality, no strict comparison is done i.e this operator first converts the values to specific type then comparison is done and this conversion is done by the javascript i

PHP Explode() Vs Split() Function

Hello Readers, In this blog, I am going to tell a small difference between Explode & Split function in PHP. Both the function do the same thing i.e split a string into array.   But there is a minor difference that explode takes delimiter

Checked and Unchecked Exceptions

Checked Exceptions: Checked Exceptions are those exceptions which are checked during compile time. If a program contains checked exception then it should be handled using try-catch block or by using throws keyword, otherwise there will be a compile-

The Initializer Block in Java.

The Initializer Block in Java The initializer block in Java contains code which is executed whenever an instance of class is created therefore this block contains common part for various constructor of a class. The order in which constructor and ini

How to change EditText cursor color?

Hello, This blog will help you to change the cursor color of Android EditText View by creating custom XML file under app's drawable folder. By using following steps you can do it. Step-1 Create a custom xml file custom_edit_text.xml under res/

Use of Delegate for multiple buttons

/* Use of  Delegate for multiple buttons. Different functions are assigned to delegate that perform the required functionality. The basic color change and animation that are common to all buttons are given here. */ // Apply this Script on ever

Setup Virtual Host

As the name suggested, Virtual Host is a technique to create a virtual URL of a website. For example on the local server we generally run a project like http://localhost/xyz but if you want to run this project like http://www.xyz.com on your local sy

1 349 481
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: