
Search In
Following are different Challenges in Mobile testing:-
1.There are many different Mobile platforms - IOS, Android, Windows, BB
2.Further different versions of these operating systems
3.Many different screen resolutions
4.Different CPU configurations
Animations in Orthello
Orthello is a 2D Plugin in Unity 3D.It is used to develop 2D games in Unity 3D. It basically consists of animations and sprites and let them to interact with one another. In this blog I have discussed animations.
1)Animation
Hello Friends,
As we already knows that, CSS reach to next level (CSS3.0). There are lots of elements in css which help us to build different style and UI behavior. Today, I am going to talk about “Pseudo-elements and Pseudo-classes”.
In previous posts we have learned about creating a connection to a MySQL database with procedural and object oriented way, we also learn how to run a query with mysqli. This article demonstrates how to perform different CRUD operations with MySQLi pr
Hi all,
Here are two method to make transparent border first is by using pseudo element and second is by using background-clip
Example 1:-
In the method I'm using pseudo element :before
.box-border {
background: #0f8ac3;
color: #fff;
In this blog, I am going to explain about the vendor specific css and the implementation of it.
What is Vendor Specific CSS ?
Vendor Specific CSS is an extension which added to the CSS property for different browsers. By using extension, we can apply
In the First Stage
1.One dedicated resource should be allotted for preparing the test data.
2.The dedicated resource should understand the system as a whole.
3.Identification of total no. of Database tables.
4.Listing of Master tables.
5.Learning a
Hello, reader's Today we will discuss about the HTML5 attributes. Basically attributes are used to define some additional information about the HTML elements. As there are various global and standard attributes used in HTML5.
Here , we will disc
If you want to reverse the order of elements in a given range, then you can use the reverse function defined in the STL algorithm.
Template for reverse
template <class BidirectionalIterator>
void reverse (BidirectionalIterator first, Bidire
In this post you will learn about cropping images using Image Crop directive in AngularJS. This directive provides you the feature to crop any image in a circle or square shape.
You just need to have angularjs to use this directive. To start with thi
