
Search In
High availability(HA) means undisrupted functioning of a system for a long time so that users face no troubles in accessing the system almost all the times. Customers expect from companies that their services will be highly available 24x7x365, especi
Hello Readers
Today we will discuss about workflows for PIM Desktop. The steps to interrupt or continue an active workflow.
Workflows
A workflow is a group of tasks that are organized in order to automate any business process. A task can
Suppose when any page has lot of information and you are at the bottom of the page and we want to back at top of the page, either you can refresh the page or click on a link there.
Example:
Html code:
<!DOCTYPE html>
<html>
<h
Hi Readers,
The below code snippet will give you the meta data of an audio file. You need to add an audio file in Resource Folder. Once that is done use the below code. Let us also understand the code.
- (void)viewDidLoad {
[super view
Creating style for circle checkbox:
<Style TargetType="CheckBox" x:Key="CircleCheckbox">
<Setter Property="Cursor" Value="Hand"></Setter>
<Setter Property="Content" Value=""></Setter>
Welcome to Findnerd. Today we are going to discuss Auth component in CakePHP 3. Authentication is necessary in all web applications. You can identify the user by his provided user-name and password and authorized his activities in the application so
In my app there is requirement to add Google fonts select-box in existing TyniMCE editor and also fonts family should be load from app/assets folder.
To complete this task we will following the below steps.
Step1: Modi
CSS counters are like variables. The value of CSS counters can be incremented by CSS rules. The addition value will track how many times the variable is used.
CSS counters are having following properties:-
counter-reset
counter-inc
You’re going to count on your developers for a lot. All qualified developers have the know-how to get the job done, but it’s your responsibility to make sure you’re working with them, rather than against them. Once you’ve foun
Hello Readers !!
Today we are going to discuss the Facebook integration in the Unity Apps/Games.
Facebook integration is very common things in today apps. Now each and every app has Facebook section in it. So for the success of App now it's ma