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

Search In

Php late static binding

Hello Readers, Today we will discuss about PHP 5.3 new feature that is "Late static binding".   PHP 5.3 has introduced a new feature called "late static binding". late static binding can be used to call a class in a contex

Access Controls with examples in Ruby

Access controls refers to the methods which allow you to set the access to classes, methods and other members. They are used to encapsulate the components so that we can maintain security of these methods throughout the project. Ruby gives us three

Help with java defensive programming technique

I have a the following four classes..  FTPApplication- Models FTP commands in a modular, extendible way. This abstract class provides several methods used by both the client and server. ServerSession- Models an FTP session with a client. Implem

How to make Touch Listener Image in Android.

Here I have created and example of Touch Listener Image. In this example a image can pull left, right, up and down easily. It can be used to shift your mobile app icon left and right. For this in below code I have used MotionEvent() method. Below exa

Friend Class in C++

Friend class in C++ Friend class Protected and private members of a class cannot be accessed from outside the class in which they are declared. A friend class can access these members of another class in which it is declared as friend.Friend declar

What is main and background thread and how to touch ui from background thread ?

Multithreading is  a meachanism where a one user can access more than one process or you can say that an operating system can perform more than one operations simultaneously. In Android we have two types of thread that are Main thread and backg

Disable Click effect on web page.

Hello everyone, Today, We will discuss that how to disable click effect on the web page so that we can protect our html. Using javascript we can disable the click effect on the web page. But this is not most difficult way to protect the HTML, we ha

Difference between Authentication and Session Timeout ?

Authentication and session are two different things. Authentication is a prove of genuineness on other hand whenever new user access a website a new session starts. The way they differ in their definition the same way they differ in their timeou

Abstract Class

Abstract class are simply the base class. They can not be instantiated but can be subclassed and have protected, private method unlike the interface. Abstract classes can be declared by simply using the keyword abstract. abstract class GraphicObject

Stop asyncTask in background

We know that asyncTask class has four override methods and three methods runs in main ui thread but one method doInBackground runs in background thread. In case if we want to stop this background service based on same condition then we can use this l

1 6 106
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: