Posted: Tuesday 18th of November 2014
Many websites that require login credentials enforce a security technique often referred to as password complexity requirements. These requirements ensure that user passwords are sufficiently strong and cannot be easily broken.
The passwords are always the most commonly used authentication mechanism. Even as many websites move to multi-step authentication, passwords mode of authentication still pay a key role in securing an account.
A strong password is critical to account security and this t -
read more »
Posted: Tuesday 13th of May 2014
This tutorial teaches you how to design a system with a pagination that loads and gets new items or contents automatically from the database just as Facebook / Google Plus does and displays on the screen to the user as the user scrolls the page down using Ajax, Jquery and PHP.
In the past, i gave several tutorials on pagination where you have to click on a button to load more data or content from a database and this process requires the effort of a user before more contents or data can be loade -
read more »
Posted: Tuesday 13th of May 2014
Everyone likes the Facebook Private Messaging System where communication has been made easy.
This is a paid tutorial and helps and teaches you how to build a Private Messaging System which is similar to that of Facebook with amazing features such as the following:
(1) The interface of the message system is responsive to browser height just as Facebook does.
(2) There is an auto and Manual Pagination for messages when scroll to top which is similar to that of Facebook.
(3) Send File or -
read more »
Posted: Wednesday 19th of February 2014
This tutorial helps and teaches you how to build a simple but powerful preview and upload multiple files system using Jquery and PHP.
The essence of this tutorial is to teach individuals how they can actually preview files before they are been uploaded.
Our previous scripts on file upload require one external plugin or the other but this one does not rely on any external file upload plugin such as jQuery Form Plugin which has made this application the simplest of all the file upload scripts on -
read more »
Posted: Wednesday 9th of October 2013
This is a paid tutorial and it teaches you how to design a simple but powerful news publishing blog or website where individuals, publishers or celebrities can easily post regular updates from time to time and their blog viewers or readers can read and comment on their updates using Ajax, Jquery and PHP.
What is a News?
A News is an information about recent events or developments.
What is Publishing?
Publishing is the process of production and dissemination of information — the activity -
read more »