
Search In
You can create your QR Code using the PHP QR Code library. Download the QR Code library and include in your script file.
Example:-
<?php
include "phpqrcode/qrlib.php";
// create your QR Code with new text and display it
QRcode::png("Test QR Co
Hello Reader's, If you are developing the website in codeigniter and want to make login via ajax, then you have to use use ajax with PHP in website functionality. Ajax give you a lot of functions by which speed of website will increase. In t
Hello Reader's.
If you have a json object and you need to convert it into array then you just need to write the code below, and you will get the array converted format.
var obj = {"0":"1","1":"2","2":"3","3":"4"};
var arr = [];
for (elem in obj) {
To create complex list and cards we have to use RecyclerView and CardView.
RecyclerView is a view that shows items in scrolling list (vertical/horizontal) or in grid layout. RecyclerView have advanced features over ListView. RecyclerView provides m
Technology: Spring-jdbc is the abstraction framework, it take care the below following list:
1) Defining connection parameters
2) Open Connection
3) Specify the statement
4) Prepare and execute statement/prepared statement
5) Iterate thr
Expandable listview is used to categorise data in some specific type. Expandable list can have a two level scrolling list. Using ChildDivider feature we divide list items with drawables or colors, and ChildIndicator & GroupIndicator is for start,
YWRpbmcgY29udGVuZGVycywgYWZ0ZXIgdGhyZWUgc3RyYWlnaHQgcm91bmRzIGluIHRoZSA2MHMg www.dj-animateur-manche.fr Photo: g http://www.mileas.fr
Charlie Adam ran the game for most of the first 45 minutes and capped it with a glorious goal in the 27th minute, s
Hi,
Here I am writing a simple way to use Comparator interface.
We use Comparator interface to order the objects.
First of all we need to import java.util package.
It have two methods :
Compare(Object o1, Object o2)
equals(Object o).
Th
Hii,
In this blog I am going to share a javascript code using which we can create a form in which user can fill data without using mouse to move from one input field to another.
You will see that on keypress enter focus will move to next input field
People may think that React.js is a weird choice for IoT projects, but it’s not just another framework for simple websites. IoT technologies do not necessarily use a more powerful framework, but you can use React in numerous ways. React.j
