
Search In
Since introduction of Offline storage in HTML5 many new trends have been started by storing persistent data locally on users system for future use. This leverages browsers and users system's capability to store data locally for offline usage.
Browse
"How to show multiple items in a textbox, using auto completion in Javascript"
In this article we will make a project that will select multiple items from the autocomplete list and display them in the textbox as tags using Javascript.
For acheivin
Making NGINX Server HTTPS Certified
For making a server HTTPS compatible, these steps can be followed if you are purchasing the SSL certificate from Godaddy:
Purchase an SSL certificate from Godaddy.
Now login to your server using SSH
ssh -i pemk
Collection view is used to show data in a grid form. It is similar to table view where we have to implement its data source and delegate methods.
In this example, we will implement collection view.
Drag a UICollectionView to the default Vie
Hello Friends,
In this tutorial I will guide you how you can install Fedora 23 workstation on your system.
If you have any previous version installed in your system then you can check the upgrade guide else follow the below steps.
1> We need to install RVM before we can install Ruby, because RVM is a version manager and it will help us to install & manage different versions of Ruby on the same system and easily switch between them.
To install RVM we first need to downl
Helo Readers,
If you want to convert the HTML to PDF read the below code:
When we do this first of all we require the fpdf library file which can be downloaded from the official site of FPDF.
After download it, Just copy the folder into your direct
Hello guys,
Its really helpful for integration Paypal in PHP to verify card details.
To integrate it, first you have to download the PHP-Paypal SDK, below is the direct link
https://github.com/paypal/PayPal-PHP-SDK/releases
// 1. Autoload the SDK P
Json object:
You easily write your object in json format with java . Json format is used because it becomes easy to exchange information in this form. It is easy to understand and easy to write.
Lets see an example,
If you are usin
Getting object values from Json:
If you have a data in Json format and you need to retrieve the object values from that day, it can be easily done using Java.
Lets see an example,
If you are using maven add the following dependency:
