Saturday, August 26, 2017

PHP IMAP - Get Emails from GMAIL

Using PHP IMAP to retrieve emails on GMAIL.

Fetching emails from your GMIAL account is easier than what you expected. With the use of PHP IMAP Extension, you can easily fetch your emails from your GMIAL account easily without hassle.

Saturday, August 12, 2017

Awesome Trick to Retrieve files from Corrupted USB Drive

Have you at any point assaulted by one or more obscure virus? In the event that you have such an affair, you may realize that virus assaults will bring about surprising information misfortune on a hard drive, a memory card or a USB drive. For clients who have no clue about how to recoup virus contaminated documents, it is truly a catastrophe! Be that as it may, it doesn't make a difference! In this page we will present both of you conceivable answers for virus contaminated record recuperation: recoup virus tainted documents utilizing CMD and recoup virus contaminated documents with an expert information recuperation software.

Friday, August 4, 2017

Awesome Local Domain in XAMPP


Have you ever tried to do a local domain before? For developers out there who really wanted to change their development environment from "http://localhost/myproject" to "http://myproject.dev", well here is the trick on how to do this in you local server using XAMPP in WINDOWS.


Thursday, August 3, 2017

Awesome Way To Add Loading Screen using JQuery

In most cases, we might find ourselves in the need of loading screen when dealing with real time data. There are many ways on how to create one. In this tutorial, we will teach on how to add loading screen on your website using Gaspare Sganga's JQuery Loading Overlay library.

Friday, July 28, 2017

Awesome Way To Extract JSON File with PHP


Extracting PHP JSON format data.

Extracting contents from a file is a common way for fetching data. In this article, you will learn on how you could possibly display a posts from a JSON file. First thing is we will read the JSON file by using the PHP function file_get_contents(). Next, we will need to parse the JSON formatted data to a PHP Object format. Lastly, we will display it using HTML.

PHP IMAP - Get Emails from GMAIL

Fetching emails from your GMIAL account is easier than what you expected. With the use of PHP IMAP Extension, you can easily fetch your e...