
Search In
Hello all,
In prior tutorial I have explained you about Stylus and Creating Syntax in Stylus. Now in this Tutorial I have demonstrated examples to inherit a class in stylus.
@extend
We can use @extend for inherit the css class check the example b
In the below example I have created a animation button. Here I have added Button and TextView in activity_main xml layout then I have created new directory (anim) , In anim directory I have created new anim_traslate.xml layout. In MainActivity I have
Integrating Backbone JS with Rails Application
It is an era of Single Page Applications. So there are multiple javascripts framework available that supports SPA. Two most popular frameworks are:
Backbone JS
Angular JS
In this section we will talk
Has developed a PhoneGap application with in-app purchase. I am using PhoneGap Build. But how do I test so that in-app purchases work now?
Has created an in-app purchase on the iTunes Connect and downloaded the app from the PhoneGap Build to my phon
In ubuntu, sometimes we create folder having space in between the name of the folder. When we navigate to these type of folder normally, we get message that file not exist.
For example, if we have a folder name Music Folder, Then we have to go li
Web application use cookies to store user related information . While testing web application
It is a best practice to delete cookies before starting a new test.
IE cookies can be deleted using WebUtil object which come along with QTP. We need to u
HI all,
I have created some facial animations of a character in autodesk maya with morph targets. But somehow i am not able to export these animations to use them in unity. right now i am using FBX file format for my animations for Unity.
How can i
Below is the solutions to make transparent view.
1. Using android predefined color
android:background="@android:color/transparent"
2. Create own color
<color name="transparent_color">#80000000</color>
3. Dynamically make trans
Hello Friends,
If you are looking to create crop functionality in Codelgniter. This very simple in this framework, please follow the below code for the same:
$cropConfig['image_library'] = 'imagemagick';
$cropConfig['library_path'] = '/define/path/
Hello Friends,
If you looking to use "Select" query with query builder in Symfony2. Please review the below example and make the changes accordingly.
$qb = $this->getConn()->createQueryBuilder();
$qb->select('*')->from('tbl_m