
Search In
Hello Reader's!, If you are developing the html 5 based form and need to show the progress bar of file uploading then you can use the following code written in PHP and Javascript:-
The PHP html file will be go like this:-
<?php
//get unique id
Installing LAMP (Linux, Apache, MariaDB and PHP) on Fedora 23 Server and Workstation
We all know that LAMP goes a long way in hosting a website and honing your PHP programming skills. LAMP is basically a package of Linux, Apache, Mysql/MariaDB and P
As we all know joins play an important role in any project . So Laravel 4.x also provide Eloquent Query Builder in which we are able to use Complicated joins with variable.This can be easily explain by using example
Example:
I managed to fix this m
What Is TMM ?
TMM stands for ‘Test Maturity Model’. TMM (Test Maturity Model ) is established on the CMM (Capability Maturity Model). This model was first of all cultivated by the ‘Illinois Institute of Technology’. This model (Test Maturity Model
This one is relay interesting, If you want your windows machine should take all your files backup automatically than please readout the full article by visiting the below source.
What is File History on Windows 8? Is it like shadow copy?
File Histo
1> For this we should first confirm the ruby version we are currently on
rvm current
(ruby-2.2.3)
2> To view the list of available gemsets before selecting a particular gemset, we can type
rvm gemset list
gemsets for ruby-2.2.3 (f
To show the list of contact in iPhone use the code Below:
1- import the ContactsUI framwork in viewController
2- Confrom the ViewController to the CNContactPickerDelegate
3- call the delegate method func contactPicker(picker: CNContactPickerViewCon
SWF files are loaded using the Loader class:
1.Create a new URLRequest object with the url of the file.
2.Create a new Loader object.
3.Call the Loader object's load() method, passing the URLRequest instance as a parameter.
4.Call the addChild() meth
After requesting facebook permissions we can check facebook permissions status using following code.
[FBRequestConnection startWithGraphPath:@"/me/permissions" completionHandler:^(FBRequestConnection *connection,id user, NSError *error) {
NSNumb
Do you want to install paid application present in Google market without wasting your money? If "YES" then you can follow these steps.
Step 1: Open the Google Play in your android device.
Step 2: Search your desired app in search bar.
Step 3: Sele
