Blog

Restful API with Apigility

Create a Restful API with Apigility On 7th October 2013, Zend introduced Apigility which allows us to create a web service very easily. We can create a simple REST API that allows us to view a list of music albums, showing how to start...

Read More

Custom Toast (Image within toast)

Toast: Is used to display information for the short period of time for the user. Custom Toast: Toast can be customize like setting the image inside the toast, it can be used based on situations like (No Internet connection, Success messages …) Creating Layout:...

Read More
servicenow-handover

Hand-over responsibility

Handovering Responsibility in Service-now : Handoverresponsibility is the process of every employee to handover duties and responsibilities to another employee when he or she leaves his present organization. Problems faced previously During this process, the manager has to go through each of the tasks and...

Read More

CSS Grid Layout

What you Need To Know:- Before you come to know about CSS grid system, just get this note. CSS is a feature that will be used with HTML that gives both Front-End Developers and users more control over how pages are styled and displayed. With CSS, designers and users can create style...

Read More

Access Termination in Service Now

The purpose of this blog is to the Access Management application built in Service Now. This gives termination process, workflow, and required order to track the exit entry process. 1.Problems: What is currently happening today? Today in the organizations does the Termination process either...

Read More

GIT Solutions

Git – It’s a source code management system that has lot more advantages.With this system we can manage the source code like a tree(Source code can be managed with the version releases). If you are very new to Git: Create a folder to hold...

Read More

Image to button in android

Adding an Image to Button without draw able left /right/Image View Hi Folks, In this blog i am going to take you to the interesting way of adding an image right next to the button text without any draw able right/left/Image view and it was completely customized and fits...

Read More

Misunderstanding of isset() behaviour in PHP

Despite its name, isset() not only returns false if an item does not exist, but also returns false for null values.This behaviour is more problematic than it might appear at first and is a common source of problems. Consider the following example: $data =...

Read More

Date Picker in Android

Calculating Dates from Two Pickers in Android Hi Folks,In this blog i am going to explain the simple concept of calculating difference between the two days in multiple date picker android. Let’s take a quick look… Source Code: //Simple date format SimpleDateFormatmyFormat = new...

Read More