Saturday, August 26, 2017
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 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 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.
Subscribe to:
Posts (Atom)
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...
-
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...
-
This page shows how to implement a scalable star rating widget, as shown in the demonstration below. The widget scales to the surroun...
-
This tutorial enables you to set a limit of text characters of a description in an article. By doing that, we need to create a &qu...
-
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 ...
-
Most of the time, we might find ourselves wanting to upload files more than one at a time. Though in some cases, it depends on how you w...
-
In this tutorial, we will make a function that will highlight a keyword from a sentence. Some time recently, most developers and other in...
-
This instructional exercise demonstrates to you generally accepted methods to add a basic Google guide to a site page. It suits individ...
-
The Model-View-Control (MVC) design, initially figured in the late 1970s, is a product engineering design based on the premise of keepin...
-
There are times, we feel that we are in need a file which logs a request or transaction from a process we are currently working. Althoug...
-
Have you ever tried to do a local domain before? For developers out there who really wanted to change their development environment from &q...