Simple Password Safety using MD5 Encryption in PHP

Submitted by rinvizle on
In this tutorial we will create a simple safety password using MD5 encryption. PHP offers the md5 function which calculates the MD5 hash of a string using the MD5 Message Digest Algorithm. This algorithm takes a string and generates a 128-bit fingerprint of the input string. MD5 is a one-way encryption which means that you cannot decipher the fingerprint to get the original string. Yet another feature of MD5 is that the algorithm will always generate the same fingerprint for a given string.

Material Design Frameworks

Submitted by alpha_luna on
Material Design Frameworks In this article, we are going to tackle about Material Design Frameworks. I would like you to know about material design in which programmers and developers are already popular for their websites and Android app. It was developed and introduced by Google Inc. Material Design used to take a good care for the user experience when they used it. It seriously connects with

How to Create Animation in Visual Basic

Submitted by rinvizle on
In this tutorial, I will teach you how to create animation that has image Magnifying and controls to the left, right, up, and down in Visual Basic. Here is the example for magnifying and let user magnify and diminish an object by changing the height and width properties of an object. The statements Image1.Height = Image1.Height + 100 and Image1.Width = Image1.Width + 100 will increase the height and the width of an object by 100 twips each time a user click on the relevant command button.

10 Free Responsive Bootstrap Templates

Submitted by alpha_luna on
10 Free Responsive Bootstrap Templates If you are looking for 10 Free Responsive Bootstrap Templates then you are at the right place. We have top 10 free responsive bootstrap templates for the year of 2016 below. There are many elite programmers, designers, and developers in the world who simply created awesome free resources using the Bootstrap. We all wanted to support and share their work with

Sign Up Form using Bootstrap

Submitted by velmaxtechnologies on
This is a simple clean bootstrap sign up form. It can be easily integrated. This template is free to use or distribute. For any projects email me on [email protected] or follow me on http://valemaxstudio.com. I develop projects for university/college students, companies or private individuals/organization. I am available for hire. Related Code: Sign Up Form Using Bootstrap with jQuery Validation

Login and Logout Using C#.net and SQL Server 2005

Submitted by janobe on
In this tutorial, I will teach you how to create Login and Logout using C#.net and SQL Server 2005 Express Edition. This method is very helpful to ensure the security of the system from invaders who wants to access your system.

Let's begin:

1. Create a database in SQL Server 2005 Express Edition and name it "userdb". 2.