
Search In
What is QR Code?
A QR code (Quick Response Code) is a type of barcode that is readable by dedicated QR readers, iPhone, Android and smartphones. The barcode using encoded information like numbers, letters, and Kanji characters. QR Code is an 2D Code
By using jquery event.pageX and event.pageY we find the coordinate of mouse. The PageX event shows the edges from left and the PageY event shows the edges from top.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf
In Laravel 5.x we have lang class which will help us to retrieving string in different languages that will help us to easily support multiple languages.
The folder structure for /resources/lang files are
/resources
/lang
/en
We can use jQuery UI to implement a tooltip in our pages. It contains a set of user interface interactions.Tooltip is used to show some additional information in the context of each field.
This is how you can use Jquery UI:
<!doctype html>
&
WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge are using a pseudo-element: ex- ::-webkit-input-placeholder.
Mozilla Firefox 4 to 18 is using a pseudo-class: :-moz-placeholder (one colon). ex- :-moz-placeholder
Mozilla Firefox 1
Box-pack
The box-pack property specifies where child elements of the box are placed when the box is larger than the size of the children. It specifies the vertical position in vertical boxes, and the horizontal position in horizontal boxes.
Box-alig
Every android device has a local ip address and we can easily get that ip address for our backend purpose like we can save that ip address to our server.
In below method NetworkInterface is a interface that provides many methods to get device networ
How to install Java web plug-in?
Here is an easy guide for you to install Java on your specific system:
1. Windows
a. First of all you need to check whether you have Java on your system or not.
b. You can simply do this by going on the followi
The steps below guide you through setting the configuration files required for Firefox to not only turn off updates, but deny the setting entirely.
Also note, this is on a per computer basis. This process will need to be replicated on each computer/s
How to implement google map
Code this on your .aspx page
<body onload="initialize()">
<form id="form1" runat="server">
<div id="gmap" style="width:100%; height:100%"></div>
</form></body>
Use this javascr