
Search In
What is Hybrid App?
A hybrid app is a combined element of Native and Web application. Hybrid app bares often mentioned in mobile computing environments and Native application is a specific platform which installs in a computing device.
Hello Folks,
This blog describes you how to use Altbeacon library for detecting beacons.
What is a beacon ?
A beacon is a device that is designed to attract attention to specific locations. Bluetooth low energy (BLE) technology is used to detect n
Hi,
In my previous post I have explained about “How to Export MySQL table data to CSV File using PHP”.
Now in this tutorial I am going to explain how to import CSV data file into mysql. Suppose that we have a CSV file with 3-4 entry, we can
ServletContextListener Interface : In almost every web application there is a common scenario that application should need some pre-initialized data before starting the application. There are some actions which we need to perform before application s
STEP1:
To enable paging in your mvc project,First you need to install PagedList.mvc
Go To Tools=>Select Nuget Package Manager=>then Select Package Manager Console.
See the Screenshot for reference.
You will get a nuget window down th
Hello, Reader's if you are uploading images for website gallery and looking for extract the Camera make and model from it, Then PHP offers you to do this via EXIF meta.
Every original digital photo contains the detail of Camera model
Computers were introduced in the business world as early as the 1980s, increasing job efficiency and productivity of workers and employers alike. Living and running a business in a fast-paced society, fast and reliable computers are a must-have for m
Hello readers, Toady in my blog i have tried to create a simple phone number picker using CSS and JavaScript.
While filling many online forms besides names and emails, contact information filed is also essential part to be filled by the user
MVVM stands for model view view-model pattern which helps to separate development of graphic user interface and remove lots of bboilerplatecodes. So in this blog we will help you to use MVVM architecture with rxjava and retrofit in Kotlin or we
Creating custom alert and waiting popup using jquery
function displayWaitingPopup(){
var dynHtmlPart1 = '';
//insert lightbox HTML into page
$('body').append(dynHtmlPart1);
$("#shade").css('height', $(document).height());
$("
