
Search In
Hello Guys
Here, I am writing for data storage in dropbox.
Dropbox is smart and freeware(2GB Free) online platform for store document and media files.
Why we use dropbox?
1. Dropbox is smart and freeware platform(2GB Free).
2. Dropbo
Hello readers, today I will guide you to "increase post meta limit in WordPress?".
Post Meta:- Basically post meta is an attribute of any post, page or custom post type. You can add multiple post meta in a single post.
Recently I am worki
Here we will learn how to resolve the error that we come across while updating MySQL 5.5 to MySQL 5.7 on ubuntu 14.04.
After the upgradating, I was trying to login my CakePHP application, but every time I was trying to login I was facing the warning
Hello friends,
I have two date 2016-04-04 and 2016-08-31 and now I want to display its difference as 4 months 24 days format. I have created a function to return date difference in year, months and days format
$date1 = '2016-08-31';
$date2 = '2016
Actually I am generating a report and print out answers under that question id. Like 13377 questiin id answered 3 times so i want to echo their answers underneath and the same for other question ids. All data is dynamic. Get unique questions id that

Hii,
In this blog, I am going to share an example in which i have created a comment box using few html tags like input box and text area and i have used jquery to set the word limit and to count the number of characters typed.
Go through the ex
IEnumerable is the core of the ICollection and IList interfaces.
IEnumerable Interface:
IEnumerable interface is used to iterate values. Usually, it is used with the help of a foreach loop. It has only one method i.e. GetEnumerator(). It im
Hi,
I was given a test to complete but unsure how I can use the apache commons in some methods. I have attached the file. Appreciate all your help.
package interview;
import java.text.ParseException;
import java.text.SimpleDateFormat;
imp
In this Android Video Tutorial, I have explained The Shared Preference.
You’re going to experience the power of Shared Preference in action and learn:
The purpose of a Shared Preference
The components that make up a Shared Prefe
I'm creating an admin class and i need to know how to auto instantiating the class vars
class Admin{
public $admin_id ;
public $admin_name ;
public $admin_email ;
public $admin_type ;
public
