
Search In
Hey, I'm in desperate need. I have made a JSON object with PHP named userAuth and I am trying to pass it to a JS file with Ajax, here is my PHP code (auth.php):
$userAuth->access = 1;
json_encode($userAuth);
Here is my JS (
Hello friends, I am writing this blog which will let you know how to install and set up WordPress on Ubuntu. Follow the steps below to install WordPress
Step 1: Create MySQL database
Login to MySQL using this command:
mysql -u root -p
&n
Hello Readers,
In this post we will discuss about $ionicActionSheet service. It is a slide-up pane with various options as per requirement.There are easy way we can close this slide-up pane by hitting Cancel button on it or in desktop escape key on
Hello
Today's post discusses about the relevance of quality of data in PIM and its need for easier identification and categorization of data from different sources.
Data quality checks
Quality of data plays a very important role in produc


In this excellent tutorial you will learn how to create a 3D vector globe. First step is to download a vector world map from free vector sites like All free vector download or Freepik etc.
Open the vector file of world map in illus
Hello Reader's, If you want to get the records of visitors that visits your webpage then in this blog you can learn and build your own. Here we will develop it by using PHP and Ajax.
Page counters are easy to get and install but if you want to
Chromecast, If you do not know it already, is a device which lets you stream content in your own Smart TVs using your mobile device. In other words, it is possible to perform a file in your smartphone or tablet computer, but see it on your TV.
 
Open Visual Studio and select Windows Phone from Visual C# templates. From the available project types, select "Blank App(Windows Phone)" and click OK.
Creating a Model
Right click on project and add a new class file PhoneContact.
Hello Reader's
Here is the article which will help you to know, How to Avoid HTML Mistakes
In this article I will guide you how to avoid minor mistakes when create an HTML Page.
1) Don't use block elements within Inline elements.
**Wrong Approch**:
Hello Readers,
Cordova camera plugin allows to take pictures with device camera. First of all we need to install the plugin.
We can install it through CLI simple run:
$ cordova plugin add cordova-plugin-camera
Thi
