
Search In
CSS animations allows us to animate transitions from one CSS style to another. Animations consist of two components, a style describing the CSS animation and a set of keyframes that indicate the start and end states of the animation's style, as well
Regression Testing
Re-executing the old test cases across multiple releases or built to make sure that changes or bug fixes has not affected the existing functionalities is known as regression testing.
Whenever some code changes or bug fixes done b
In the early stage of the nineties when the Internet has just reached our doorstep, then we considered it as much puzzled and useless thing, as it was a new technology to everyone and we all were not familiar with the basics of the interconnected com
DFP(Double Click for publisher) previously or in past it is known as Google Dart, DFP Small Business is an advertisement service run by Google. It is freely hosted ad service provides divers features which is very useful for managing process of onlin
To create a custom spinner create a custom view with the following initialization method
- (id)initWithFrame:(CGRect)frame superViewFrame:(CGRect)superViewFrame
{
self = [super initWithFrame:frame];
if (self) {
// Initialization code
HTML5 is the revolution which the web technology needs in today's competitive environment. If we look at the recently launched application in the market then we learn that HTML5 is the future platform for the web application development. Whether you
Hi guys, as you all know that developing a product and promoting it in the market are two different things. A product is useless until and unless it is accepted by the targeted audience for whom it has been developed. So whenever a product is launche
Wizard Control in asp.net
The Asp.net wizard is an elegant mechanism to perform set of operation to make our application ease for the end user and developer.
It is a group of form to collect user information step by step .The navigation in wizard is
Advantage of Unity
As the name “UNITY” means bringing everything together, the same is done by the “Unity Game Development IDE”. Unity brings all the aspects of game development under one roof and that roof is called Unity IDE.
I am completely new
Difference between Priority and Severity
Both Priority and severity are the attributes of a bug which are provided in the bug report. These attributes defines how fast a bug should be fixed.
Priority:-Priority means how fast a bug should be fixed. P
