
Search In
In the below example code I have clearly described, how you can share your app page url used by Intnet in Linkedin. I have first added a ImageView in xml layout. In coding area I have used putExtra method to add app url.Then in next step, I have adde
Hello,
I need to have cookie store #1 on a.example.com
and I need to have cookie store #2 on b.example.com and on example.com
One method was to change cookie name per subdomain / domain, however
request.env['rack.session.options'][:key] =
MTR is a network monitoring tool having the functionality of PING and TRACEROUTE. It monitors the performance and latency across the machine/hop from source or local machine to destination machine.
MTR helps in checking:
1. Is the
A query string is an optional part of a URL that goes after the file name and begins with a question mark (?). For example, the following URL has a query string ?quryEg after the HTML file name:
http://www.findnerd.com/file.html?quryEg
Here is an
Draw radius around a point in Google Map
I want to add 10 miles radius around each marker. This is a very good example which will explain you how it works : https://www.freemaptools.com/radius-around-point.htm . This example will show you that how t
This blog will let you know how to declare pagination limit in cakephp globally. For new beginners who are learning cakephp 2.X, I am writing this blog especially for them. If you have created multiple pages which contains pagination and at last you
Hello Friends
This PHP tutorial will help you to implement a set of incremental variable in twig which you can use to show listing in twig with numbers in the first column. This will include defining twig variable and increment/decrements variable v
How to crawl many pages at one page hit:
I was facing issues for getting the data from multiple urls by loop. The problem is that in the first loop I was getting the data by function Cron, but when second page was called by Cron function then I was
In javascript you can change the background color of HTML page,It is very simple to understand.
Example:
HTML Code:
<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body onload="backgroundcolorchange();">
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use blur() Method in Jquery.
The blur() Method occurs when an element loses focus hence we can say that blur() method is used for attaching a function to run whe
