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

Search In

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/

Cordova Unique Device Id (UUID) plugin

Hello readers, This post is about to get Unique Device Id in cordova application. Here is a plugin which provides UUID and does not change when we uninstall the app. Basically, we get new UUID whenever we re-install the app but with this plugin UUID

How to present a UIViewController from top to bottom in iOS?

When we present the viewcontroller it slides from bottom to top but, if we want to change the slide position then we have to use the animation for the UIView. By using animation we just change the frames of UIView.  If we want to present the co

Default methods and static methods uses in Interface.

We know that interface provide methods without body or functionality but in abstract class we can provide default functionality of methods. So in interface we can't give method body and can't declare ant static method. But in Java 8 now we c

One image changes to another, on hover

Hello, readers. This blog post will tell you how to get one image in place of the other on hover. The height and width of the images are 100% and the position is given absolute. Due to this, one image appears behind the other. The second thing to do

How to Set default timezone in cakephp

Hellow Reader's , Some time we need to set default time zone in our applications.In this blog i am going to explain how you can do this. This is a simple step for change the defualt timezone in cakephp. Go to your project directory Open  

Javascript Events

Event- An "event" generate a specific action in the browser. When an event occurs,like click on an HTML element, then a JavaScript can be executed.  A page load, pressing key, window resize are also example of an event. Events are p

How to set minimun height and width of cropbox in Cropper Jquery Plugin

Setting minimun height and width of cropbox:- Hello Readers! In this blog I am going to explain you minheight and minwidth of a cropbox, which is used in the Cropper Jquery Plugin for selecting an image to crop, By default this Cropbox size is fixe

Create symfony bundle using command line

Create new bundle using commands: Run the following command to create new bundle: # php app/console generate:bundle   Following are some options which need to fill after running the above command:   Welcome to the Symfony bundle gene

Difference between const and var

Hello Readers! In this blog we will be discussing about the different identifiers. What is the difference between them and when to use which identifier? First lets start with the const.     Const : is used to declare a variable whose val

1 57 342
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: