Login with facebook sdk

 Authentication y HttpRequest Example

Facebook Login It is a very interesting tool that allows to speed up the login in websites and applications. Thus, when we enter with our Facebook user, the application or website takes the data we have associated with the profile, such as: name, surname, age range, sex and email. The above turns out to be more agile and comfortable for the user as beneficial for the system administrator.

Continue reading

Elegant and Simple Shopping cart with PHP 5.6 and MYSQL

SIMPLE SHOPPING CART WITH PHP 5.6 AND MYSQL

In this tutorial, I am demonstrating how to do step by step, a simple tutorial of a shopping cart with PHP 5.6 and MYSQL. This shopping cart application was developed very simple and simple for the learning purpose of all of us who like this language that has saved our lives at any time. One can take this as an easy shopping cart for any website, but this is purely an idea to create a shopping cart website.

Continue reading

Manual Git Version

GIT VERSION CONTROL + MANUAL

Git is a system for version control designed to handle projects quickly and efficiently. Programmers around the world must work with many files of different sizes and complexities to build their software projects, so it is necessary to manage all those lines of code with a system that allows to do it in a simple and safe way. Git stores the data in a small file system which mainly has three phases to make the changes in the projects: preparation, modification and confirmation.

Continue reading

jQuery AJAX Image Upload

jQuery AJAX Image Upload

When using AJAx in the right direction, it will greatly improve the user experience. In this article, let's see how to upload images using jQuery through AJAX and add a great experience. Showing preview without page refresh, showing the progress bar, adding preview with fade in effect, small additions of features to the upload of your image will help the user.

View Demo