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

Search In

Bitmask Attributes in Rails

Sometimes we need to store several booleans to determine a user's settings.Bitmask is a good solution for that.Bitmask use a single integer where each bit represents one such boolean. For example user has many roles.One solution would be create a

Fisher-Yates Algorithm for Array Shuffling

Hi there, Here in this blog I am going to provide Java implementation of Fisher-Yates Algorithm for array shuffling. Fisher–Yates shuffle algorithm as named after Ronald Fisher and Frank Yates. It is also known as Knuth shuffle.

HTML5 Audio element events

In the previous post HTML5 Audio element methods i have explained about the HTML5 <audio> methods. In this blog i will further explained the different events associated with the audio element. Commonly used audio events are: 1. loadata(): Th

HTML5 Audio element methods

In the previous post HTML5 Audio element and its attributes i have explained about the HTML5 <audio> elements and its attributed. In this blog i will further explained the different methods associated with the audio element. Methods : 1. loa

Software Test Manager’s Roles And Responsibilities

Hello Readers, As we know that software ‘Test Manager’ is a high level person in the testing team. Test manager have a lots of roles and responsibilities in the team. Every Test manager play his/her role and responsibility throughou

Installation process of CakePHP 3.x

Welcome to FindNerd. We are going to discuss the installation process of CakePHP 3.x. You can simply download the CakePHP setup from github or you can download using composer. You need a web server and CakePHP setup to start the installation. Here we

How to get products list from the orders of the logged in customer?

In magento if we need to get the list of products of orders of the current logged in customer.  To do so lets see how we can do it: first of all we need to get the logged in user id from the session for the same write the below c

Conversion of binary value to an integer

Description: Given an array of one's and zero's convert the equivalent binary value to an integer. Eg: [0, 0, 0, 1] is treated as 0001 which is the binary representation of 1 Examples: Testing: [0, 0, 0, 1] ==> 1 Testing: [0, 0, 1, 0]

What is the difference between Component, Helper and Behavior in CakePHP

Hello Friends, Generally lots of programmer get confuse why we have three different things Component, Helper and Behavior in CAKEPHP while its seems to work same. Well the answer is yes all three items in CakePHP do the same kind of job, it extend c

Clear Application Cache Programatically.

Clear Cache Programatically Hello All,  This is a simple tutorial to clear cache of your application, Sometimes there is need in our application to store some of the files on device cache and we don have the choice to move them to SD cards as

1 211 409
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: