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

Search In

JSON.parse in .NET

In programming you need to parse the data while doing the process of json serialization or converting the data into of JSON type means in key value pair form.       So for doing that you need to use the predefined function that wil

How to use EventBus in Android

EventBus is third party library which is best for communication with Activities,Fragment,Thread etc.  It simplifies the communication between components.  It is fast and less code use.   First of all add dependencies to gradle file.

Adding bounce effect to UIImageView .

We can add animation to view using CABasicAnimation. Here we are adding bounce effect to UIImageView. The following code will show the bounce effect in the UIImageView at y-axis:- CGPoint origin = self.imgView.center; // self.imgView is the out

How to load categories with their subcategories product count?

In Magento if we are required to load the Categories with their product count, Then to do so, let see how:   First of all load the current root category for say we have default category with id: 2. To load the root category we can write: $ro

Capybara get css attributes value

While testing an application many times we get some testcases where we have to check the value of CSS attributes. Suppose we have the following cucumber step:   Then(/^The month section should have a grey background$/) do   @page = @page.

How to store image in cache in iOS?

Hi Readers, This blog includes the concept of how to store image data in a cache memory with the help of SDWebImageManager. First of all, we need to install pods in the application to use SDWebImageManager, after creation of pod file you need to inc

How to take screen shot of an iOS device

If you want to capture screen of an iOS device as you take the same from iPhone by pressing 'Power' button an 'Home' button then here is the code. It will take screen shot even if there is any transformation or transition running. Fi

Cordova plugin for multiple image selection.

Hello Readers, We can choose image through Cordova camera plugin but with this plugin we can only select one image at a time. Now, Cordova image picker plugin helps to select more than one image at a time i.e user can select multiple image at a time

How to use Validation in cakephp 3.0?

Hello Reader's , Hope your are doing good today. Today we will learn about Validation in CakePHP 3.0 and how we can use validator in our applications. Data validation is an important part of any of the application. With the help of Validator. W

Attribute selector in jQuery

Attribute selector: We usually use either Class or ID  to find html elements in jQuery but we can also use attribute to find specific elements. Attribute selector is written inside square brackets [attribute]. Some of the  common attribut

1 543 596
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: