
Search In
// Have several things that you want to change into something else? Reduce it
const fullNames = [["s", "peter"], ["p", "athena"]]; // -> ["Peter S", "Athena P"]
const scores = [34, 33, 1, 0, 99, 123]; // 48.33
// with full names (from above) ->
REST (representational state transfer) is a software architectural style that was created to guide the design and development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed,
I am modifying (Q-Municate) application powered by (QuickBlox) but I am facing one problem. When, I receive calling notification; I launch calling activity but it's not getting appear instead application get's open normally but calling activi
Filter in Rails
Filters are the methods, that run before, after or around a controller action. We can better understand it by taking an example. Suppose in a blogging site, there are groups and we want that a user can only read blogs of his group. S
Handling Pop-ups in Web Driver
In the web application there will be different types of pop-ups such as:
Alerts pop-up.
Confirmation pop-up.
Hidden division pop-up.
Page on-load pop-up.
File download pop-up.
Child browser pop-up.
Depending upon t
Actions Class[Mouse Actions]
In order to perform exact mouse related operations such as moving a mouse on the menu so that sub menus are displayed or dragging and dropping an element etc, we use Actions Class.
Moving A Mouse Pointer
In order to pe
HiIn my previous blog: How to Do a Perfect On-Page SEO of Your Website: Part 1, I have explained How to do perfect On-page optimization. In continuation my previous blog, Now I am explaining image optimization in SEO, which is a very important factor
Here I have created spinner function in android. Spinner can be used to display the multiple options to the user in which only one item can be selected by the user. Android spinner works like dropdown menu. In dropdown menu there will be multiple val
The main use of a pie chart is to show comparison. When items are presented on a pie chart, you can easily see which item is the most popular and which is the least popular.
you can create the pie chart in iOS by using the following methods.
Her
Rails Server setup with Passenger and nginx
Hi friends,
Today I am going to tell you how to setup rails server with nginx and passenger. First you need to login to your server using ssh using the command
ssh -i server_pem_key_path user@ip
Here
