Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to inherit a class in stylus

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

How to create Animation button in android

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

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

Product is not available with In-App purchase in Phonegap

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

How to navigate into the folder having space in the Name

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

How to delete IE cookies in QTP.

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

How to export morph target animations from Maya??

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

How to make a view transparent

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

How to Crop image in codelgniter

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/

How to use select query in Symfony2

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

1 17 370
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: