
Search In
The SEO industry is always busy about how social platforms are being affected by SEO. Social media SEO talk about how different activities on social media can improve your website’s traffic in search engines. It is a subject that needs to be fo
Are you interested in building websites? Do you want to brush up on your coding skills? If you answered yes, then here are some tips that you need to know as a new web developer. You will face many challenges, especially when making connect
This tutorial will help a user to learn what is an object in JavaScript. How “null” is not an object though it show that null is an object.How function is an object.
An object in JavaScript is a set of “key:value” pairs. Every pair is called a “prop
To select data from one or more tables in Joomla:
Ex:
// Getting db connection.
$db = JFactory::getDbo();
// Create a new query object.
$query = $db->getQuery(true);
// give the name of field instead of column name that you want to display in th
Hello Reader's!. Now multiple files on a single getting in fashion so you can use any of the multiple upload library code, But here we'll see how to use Jquery and PHP to do the same
For getting it start we need a html form page and it'll go like
While I am not the master who makes perfect Illustrations using Brush or Pen Tool but still I am trying to made this tutorial to help the less experienced or beginners.
In this tutorial I will draw this pretty girl ;-) wearing a carnival mask.
F
Resources have to be made available for people to learn to adapt to them. In the past, people traveled by foot to major cities to get their hands on better seeds and fertilizers. The ones who took the pains, fared way better than the ones who dint, e
Following steps are required for showing a popup on mousehover on a link
Step1: Attach the javascript file from
http://code.jquery.com/jquery-1.6.3.min.js
Step2: Write the following internal stylesheet under the head section of an
There are two ways to find current location (lat,long) of device : Using CoreLocation framework OR using Mapkit framework.
Here's how to get the location using CoreLocation framework :
1. Import CoreLocation/CoreLocation.h in h file of view control
Hello All,
If you want to setup a push notifications with PhoneGap and Android, here below I am providing the guidelines, you only have to follow the steps one by one-
So first of all you have to install push plugin for PhoneGap.
The plugin can be
