Categories
Tags
Favourite posts
Getting an e-Commerce website online might sound like a huge undertaking,...
WebView displays web pages. But we are interested not only in web-content...
Google Maps is a very famous and helpful service, which firmly entrenched...
RSpec is an integral part of Test Drive Development (TDD) and its main id...
When developing a web application that extensively works with user input ...
Field configuration defines behavior of all standart (system) fields and ...
As you might have already heard, the latest stuff for upgrading rails was...
In this article we desire to tell about connecting devices wirelessly. You agree that this is may be very helpful functionality for almost each mobile application. We can realize a lot of situations for this feature using.
The Google Directions API is a service that calculates directions between locations using an HTTP request. Service provides different parameters for HTTP request. This API is designed for calculating directions for static addresses, and not designed to use it for real-time user input.
RSpec is an integral part of Test Drive Development (TDD) and its main idea is to help in simplifying and automating the testing process for functionality which is being developed. It's like a technical task for a developer or draft of functionality the developer wants to get in result and testing tool to check the functionality for its conformity with its original goal at the same moment. So here bellow very simple basics regarding Rspec testing and I hope it will helps to understand the usability of this tool in project development and maintainance.
To test behavioral characteristics special ...
When developing a web application that extensively works with user input – there is no simple and out of box solution to make your UI and data communicate with each other dynamically. That is exact type of work for Knockout a JavaScript library that helps you to create rich, responsive display and editor user interfaces with a clean underlying data model. Any time you have sections of UI that update dynamically (e.g., changing depending on the user’s actions or when an external data source changes), KO can help you implement it more simply and maintainable.
Model-View-View Model (MVVM) is ...
Field configuration defines behavior of all standart (system) fields and custom fields available in JIRA installation.
Each field in field configuration has:
Field configurations allow to make configurations of fields for projects to have different behaviour in these projects.
Sometimes a field should have the same behaviour in all projects, but going through all of them manually is uncomfortable process. So it can be automated by using JIRA API. The example is ...