
Search In
Many times it has been noticed that some set of steps were required in another cucumber step. One way is to write previous steps again in the required cucumber step but this violates the “Reusability” feature of cucumber. So, the best sol
The best way of representing a data set for analysis is using charts. So if you are developing a rails application and you want to show the analytics as charts in the dashboard, there are multiple gems available in the rubygems community. Here I am g


Creating Charts and Graphs in Rails
Few days back I was working on a project, in which a dashboard was needed with stats showing in different kinds of charts. i.e: pie chart, barchart etc. So I looked for a gem that can include all of them a
GROUNDWATER HEARING: The Environmental Management Commission will hold the first of two hearings on . The proposed changes include stepped-up notification requirements for when contamination is discovered. The hearing will be at 6:30 p.m. in the Grou
According to the DEA, the goal of National Prescription Take Back Day is "to provide Michael Kors Handbags Westpac, which has previously warned thatforcing banks to hold more capital may push up borrowing costs,also said that customers would feel som
"I put that all behind me," McCain said. "I put all that behind me. For me to get back in anger at anyone is non-productive. Our country was divided in an almost unprecedented fashion during the Vietnam War. And when I came home I was shocked. So I h
Game design:
Working with silhouettes:
While making the character concept art more often we ignores the very basic principles for character designing called silhouette. Silhouette is an single coloured image of an person painted in black or some o


Hi,
I am writing for the first time on FindNerd. Many times we need to make buttons, labels, imageview, view to have rounded corner. and we write code as below to perform it.
[redButton.layer setCornerRadius:15.0f];
[redButton.layer setMask
Sometimes wee need to call an API or action to get matching list with the provide keyword in Search box, for this we usually implemente autocomplete feature to input field for searching purpose by doing AJAX call.
Example: In the below example I'm u
Sometimes our requirement is to export/download the latest database from live/test server.
We can easily create the dump on our server and then copy paste it from server to your local machine using Win-Scp.
But the issue comes when the size o
