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

Search In

Static variable scope in PHP vs static variable scope in Java

Hello reader's today we will discuss about "static variable scope in PHP vs static variable scope in Java". PHP is actually increasing to become a Object Orient Programing. Being a java coder in addition to PHP coder, php in addition to java while t

Implementing Singleton in C#

Hello Friends, This blog explains how to implement singleton design pattern in c#. So lets start with few basic things:-- What is Singleton ? A singleton is a class which only allows one instance of itself to be created - and gives simple, easy

In C#, should I use string.Empty or String.Empty or “”?

Hi... In my previous blog, I have already mentioned that String and string both are same as string is just the alias name for String or System.String. So we can use either String.Empty or string.Empty, it doesn't really matter. Now the question is w

Accelerometer in unity

Accelerometer in unity means to take input from a device by tilting it along x-axis and y-axis and after taking the input transform the object accordingly. To achieve this we need to write few lines of code within update method. So that the input of

Age Testing

What is Age Testing ? Age testing is a testing approach that calculates a system’s proficiency to execute in the prospective and generally caused to look by testing teams. As the system became older, how essentially the execution might fall is what

User authorization in Cakephp

In order to use the auth component. You have to add the component to the AppController. (/app/Controller/AppController.php) var $components = array('Auth'); Define $components array in your controller. public $components = array( 'Auth' =>

Pagination in Cakephp

In cakephp framework there is a way which features pagination easily on your web page. This can be done as : Controller Code : public $components = array('Paginator','Flash'); public function index() { $this->paginate = array(

SQL Server : Instead of Trigger

A trigger is a special kind of a store procedure that executes in response to specific actions on the table like insertion, updation or deletion. It is a database object which is bound to a table. Triggers cannot be explicitly invoked. The only way

Intercepting and overriding variables and Making new variables available in Drupal theme

Hold the existing variable and override it grasp and override the existing variables, to do it we use a function in the template.php file For example <?php function themename_preprocess(&$vars){ $var['title'] = 'your text here';

Token in User Management

Token Is the unique identification assigned to every registered user on the time of creation. Each user is maintained in that portal or site using this token id. Token are also used for resetting user password in .NET application WebSecuri

1 32 76
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: