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

Search In

Add custom ringtone on Notification

In our application, we can add notification ringtone as we want. Here is the solution. First of all we need to create a folder named raw in /res/ file. After creating the folder put your ringtone in raw folder. Then put this code when you notify

Moving objects by changing its Transform

Transform are used for storing and manipulating objects Position , Rotation and Scale or Size . In this blog we will use transform to move an object.Moving an object by changing its transform does not require a Rigidbody, that way its hard to get c

RewriteRule that preserves GET parameters

In case of using simple RewriteRule directive our URL changes with the query string as well but if we want to use the existing GET parameters along with the new parameters appended we should use the flag [QSA].Using flag [QSA] appends the new query s

Javascript Access the Elements of an Array

In an Array , elements are zero-indexed i.e first element of an array is at index 0 and the last element is at the index equal to the value of array length minus 1 (array.lenght-1) Example -> var name = [ ' first ' , ' second '] ; console.log( n

How to assign a module to specific pages in Joomla 3.1

Joomla assign positions to module i.e., position tells where you want to place th module in the page. You can assign the position by following steps: Login to backend of your website(Joomla administrator). Go to Extensions --> Module Manager (Yo

Why String is an immutable class in Java ?

Why String is an immutable class in Java ? Before going for the above question we should be clear what are Immutable classes ? Immutable classes are the one which once created, then it’s instances can not be changed. Objects of the Immutable class

Object Cloning in Java

Whenever we want to create an exact copy of an object, object cloning is used. So, clone() method of Object class is used to clone an object. The java.lang.Cloneable interface must be implemented by the class to create object clone. And If we don't

How to Create a Pen Drive Bootable?

To create a Pen Drive Bootable just follows the steps given below: Step1- Insert your Pen Drive to the system. Please make sure that you don’t have any important data in your Pen Drive. Step2- Type cmd in search of start menu in system. Step3- Right

Recovering Drupal Admin Password from From database

If we forget administrator password in Drupal then it is very easy to recover it using Email or Drush. But situation get tougher when we don't have Drush and email notification enabled. In this way only database update query is the best way but you m

SQL Last ( ) Function

It work similar to Last ( ) function but it return the last column from a table in database . Syntax select last ( col_name ) from table_name ; It support in Ms Access Database . But for other database there is different statement for Last ( ) fu

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