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

Search In

Click animation on view

Hello Android folks, We've been using selectors and xmls whenever we wanted to apply click effect to the views. Here is very simple and short way to achieve the same. We can use Android's AnimationUtils class to load the animation on any view. Bel

Difference between TextBoxFor and EditorFor in MVC

These two are strongly-typed HTML helper methods and uses lambda expressions when referencing models passed to a view template. TextBoxFor will always show the textbox element no matter which kind of property we are binding it with. But EditorFor

How to access static variables in PHP and How to access static variables in Java

Hello reader's lets continue with static variable, today we will discuss about "how to access static variables in PHP and Java". PHP is usually changing as a Object Oriented language. As being a java coder and PHP coder. Java and PHP possesses com

What is the equivalent to getLastInsertId() in Cakephp?

Hello if you want to get last insert id or something equivalent to this you can try following steps:- Lets take this example, Here I just inserted the field in column $data = array('menuName' =$_REQUEST['menuname']) $this->Menu->crea

Fetch Profile Picture From Google Plus

Hello Readers, After the successful authentication from google plus , the following code snippet is one of the ways that can be used to get the url of the profile image: - (void)finishedWithAuth: (GTMOAuth2Authentication *)auth e

Difference between Polymer elements and AngularJS directives

Polymer Elements are know as scope because of they act as an hidden tree in their dom. That means you can't predict their style and dome. However Angular is not scoped to that particular directive you can create like a polymer web component. An angul

How to handle errors in Angular JS

Hello All, There are several ways to handle errors in Angular JS, Some of them are listed bellow: We can use $exceptionHandler which enables us to catch errors which can occur any where in or application. by default $exceptionHandler prints the er

What is the best way to create global variables in CakePHP?

Hello All, In this blog we will discuss creation of global variables in CakePhp. Sometimes there is a need to access a variable everytime in the application, so instead of declaring it again and again we can declare the variable globally so that

How to implement cron job using laravel 4.x

A cron job is time-based job scheduler in Unix-like computer operating systems. This is normally used to schedule a job that is executed periodically or in simple word we can say when we want to execute any command automatically after some time then

Vibrate and Sound defaults on notification in android

Vibrate and Sound defaults on notification in android We need to add sound and vibration when notification comes in. Here I have written the way to get default sound when notification comes in. And vibration because of notification. Notificati

1 93 363
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: