View all tutorials tagged: Login

How to Authenticate Users With Facebook Connect

Lately, theres been quite a fuzz about lazy registration. It turns out that the less the user has to think, the higher the conversion rates are! What a thought! If everybody seems to have a Facebook profile, why not add a one-click user registration? Ill show you how to do that today.Step 1. The SetupMySQL [...]

Configure System Bootup and Login Programs To Make Your Computer Faster

Programs which starts automatically at the time of system bootup and login, may slow down your computer at start. To make your computer fast, you should configure those programs which are set to start at system boot time. You can control the startup programs using msconfig command to make system faster but there is another program by Microsoft to provide more options to users. That program is named as “Autoruns”.

How to Build an Unobtrusive Login System in Rails

An unobtrusive login system is one that gets out of the users way. It will make your application nicer and more polished. This article will guide you through the process of setting up user logins, then ajaxifying the process by moving the form into a modal box that communicates with the server. Additionally, this article will show you how to create the setup using jQuery and Prototype so you can choose your favorite library. This article assumes that you have experience with Rail

Advanced PHP User Login

If you ever had a bank account you are familiar with TAN-s (Transaction Authentication Number). What we will do today, is create user login using that kind of system. This will be just simple overview how to do it so you can create more complex and secure login systems. You need to have basic knowledge about classes, HTML, CSS and AJAX because I will not explain in depth what I do.

Permissions Using Bitwise

This will be a quick tutorial on how to use bitwise operators in PHP to create permissions control. Some of next tutorials will cover how to implement it in application and how to use database to store permissions for users. Now some basics.

PHP Confirm Registration Link

This will be quick tutorial on how you can implement confirm registration link into your PHP application. This will not be anything fancy, just simple HTML and PHP to show you how this work and one way how it can be implemented.

1