
Search In
Using jQuery you can use the following code:
$.browser.device = (/android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(navigator.userAgent.toLowerCase()));
This will return "device" for all devices.
You can use the below code snip
"Returning a file to View/Download in MVC"
In this article I will try to explain how to view and download a file in Asp.Net MVC Application.
Let us understand it with the help of the folowing example.
Getting Started:
Step
Directives are the functions of javascript in Angularjs, the function can run when the DOM is loaded by the angular framework. By this new approach, Angularjs will let you to create a new directive which could manuplate or modify DOM logicaly a
Retrieve last message between multiple users and display it in inbox
Hello friends today I am going to tell you how to display last conversation in Inbox. For example: In whatsapp chat list we can see the last conversation of each user. Here
Humans are forever changing and evolving and so too is technology. Businesses must keep up with current trends and fads and improve systems for customer satisfaction. When people make these upgrades to their websites or software they risk bugs and sy
Hi there ,
Here I am showing with the example how you can develop your custom plugin in wordpress,To develop a Plugin in Wordpress, you should know some basics concepts of Wordpress files and folders.
So now I will create a plugin which will shows
In the below example I have created draggable panel function. This will works like a notification bar up and down. Here first I have added slidinguppanel support library in build.gradle file. Then in next step i have added SlidingUpPanelLayout, Butto
The Room is basically an easier implementation of SQLite database and a part of Android Architecture components.
We know that SQLite uses SQLite open helper class to manage SQLite database but Room provides migration by removing this implementation.
Everything is smart these days. So many new products include a way to connect to the internet, share information, and work with a mobile device such as a smartphone, tablet, or watch.
While many people debate how far the trend should go or w
In this tutorial, we will learn "How to upload multiple files with the help of Codeigniter's customized upload class named as CI_Upload_Multiple in the file named Upload_Multiple.php in the Codeigniter's library". With the help of t
