Computer And You

  • News
  • Gadget
  • Mobile Phone
  • Social Media
  • Internet
  • Reviews
  • Best Practices
  • Linux
  • Windows

Making Your Computer Experience Better

The Anatomy of a Perfect Login Page

August 29, 2013 By Guest Author Leave a Comment

Login page

A perfect log in form or page should have various aspects and they should be properly aligned too. You can also download CCS3 login form for free.

Login forms are simple by the element count. IN fact no other forms can be simpler compared to the login forms. But some important elements are often forgotten about, and those are really important for your users and potential new users.

Let discuss the necessary elements for a login page.

The Title

Each login page should have a clear title so people know where they are. Although most visitors come to a log in page intentionally but when otherwise they will have a perfect idea of where they are. The login page title needs to define what the form is all about.

Non-members

If somehow a new user lands to your login page, you should ideally guide them to the registration page for new users. It will save them time, the effort to manually search for the registration page and also earn you more new users.

Input Fields & Labels

Mostly login forms are comprised of two fields, the username and the password. These boxes should be clearly labeled and readable so there is no misunderstanding about these. Many websites miss out the clickable labels. The FOR attribute should be used on the labels to connect them to the proper input field. It wouldn’t take even a minute for the coder to do it and yet, it can make a great change in usability.

Forgot Password Link

This link is very important as well. People nowadays have lots of accounts and for each of them they need to memorize a password. Thus it is probable and very possible that they forget the password on your site. Placing “I forgot my password” link just near the password field will help them greatly.

Additionally, people might forget the username as well. “I forgot my username and/or password” link should be there to help these users.

Submit Button

The most prominent thing on the form is this button. This should look like a button and moreover you should use colours to create a boxed shape and make it contrasting enough to make it noticeable in the first glance.

Remember Me

This feature will help the regular users a lot. If you can incorporate this feature, please do so and your regular visitors will surely appreciate the gesture.

Creating a box around the checkbox and the text of the same label is extremely important, as per our belief. Generally checkboxes are hard to click due to the small area they capture. However when the complete text goes inside it, they occupy a rather large area and it’s easy to click on those.

Link to Home Page

There can, optionally, be a link to your home page. If the user doesn’t want to login but surf the site, he should be able to go there directly and easily.

Javascript based validations are important as per our idea but they should never be your only option for validation. They give instantly filtered valid data, allow the users to immediately rectify the information they have entered and they make sure that the final valid data is sent to the server immediately.

It must be realized that the example of a perfect log in page might vary from person to person. The cultural differences can come in to play. The location of the boxes might change as well. For example, think of the Arabic languages which are written from right to left. The alignment of all the elements should do a mirror shift. The elements should come from left to right and vice versa.

Many people also think the submit button should ideally be just under the password field. However many people think below the password field should be the Remember Me box and under that should be the Submit or Login button.

The underlying fact is that the elements should be there, in an organized way so that the user can login easily. If they are facing any issues in logging in, they should be facilitated and guided towards the resolution. If they are not willing to log in, they should be properly escorted back as well.

About the Author: Ashish Kumar is a professional Web Development Strategist and has been researching on newer ways of how to reach results in lesser time and minimal hassles. He is associated with IT Chimes and loves to write stuffs on Web Development

Filed Under: Internet Tagged With: Login, webpage

How to start applications at startup automatically in Ubuntu

March 13, 2012 By Abhishek Prakash Leave a Comment

In this post we will see how to add an application in start-up so that it automatically starts each time you login in to Ubuntu.

Go to Unity or Gnome dash and look for Main Menu:

[Read more…]

Filed Under: Linux Tagged With: Apps, How to, Linux, Login, start up, torrent, ubuntu, ubuntu 11.04, Ubuntu 11.10

How to disable startup or login sound in Ubuntu

March 10, 2012 By Abhishek Prakash Leave a Comment

Problem:

Not everyone likes the sound at the time Ubuntu starts for some reason. In this post we will see how to disable start up sound in Ubuntu 11.10.

Fix:

Go to the right top of corner of your screen and there choose Startup Applications…

Here clear the option of Gnome Login Sound:

Voila! You don’t need to listen to the start-up sound anymore. Enjoy :)

Filed Under: Linux Tagged With: 11.10, 12.04, fix, How to, Login, no, solve, sound, start, start up, ubuntu

How to enable auto-login for Ubuntu 11.10 and later versions

March 6, 2012 By Abhishek Prakash Leave a Comment

Problem Scenario:

While installing Ubuntu it gives an option whether a user is required to enter password while login or not. Most of the people opt for password at login time. If you want to change this option and want auto login option for particular user, here is how to do that:

Solution:

Go to System Settings from the top right corner of the screen:

Now here, go to User Accounts:

Now choose the account for which you want to change the login option and click on the Unlock option on the top right corner:

Now In the Login Options, click on Automatic Login to make it ON.

And now you can auto login with the specified user. Hope it helped you. Cheers :)

Filed Under: How To, Linux Tagged With: 11.10, 12.04, enable, How to, Login, option, ubuntu, user

How To Solve: Unable to Login into Ubuntu 11.10

October 18, 2011 By Abhishek Prakash 17 Comments

Problem:

After a successful upgrade to Ubuntu 11.10 from Ubuntu 11.04 I found myself struggling with login problem. Each time I tried to login with my root user it brought me back to login screen and the only way I could access it through guest user (pity!). [Read more…]

Filed Under: How To, Linux Tagged With: 11.10, error, GNOME, guest, How to, Login, not, password, solve, start, Technology, ubuntu, Ubuntu 11.10, unable, Unity, up

How to solve: Keyring problems in Ubuntu

September 15, 2011 By Abhishek Prakash 4 Comments

What is Keyring?

A Keyring (in Ubuntu) as its name suggests is collection of keys (passwords) and is locked by a master password (be default your first admin password). It saves several passwords (for e.g. login password for a website or some application) inside the keyring and protects with the master password and thus obviates the need of entering the passwords again and again. Since you are logged in with the same password, it does not prompt you to enter the master password and automatically takes the login password as the keyring master password.

What could be the problem with the Keyring?

As I said before the default master password for the keyring is the first admin password i.e. the first user-password you used on the computer. The problem arises when you change the password. The master password of the keyring doesn’t change automatically and hence a conflict starts as the master password doesn’t matches with the new user-login password. Therefore you will start seeing these annoying prompts from the keyring:

Pic courtsey: Lifehacker

And if the password doesn’t matches then:

Pic Courtsey: markjaustin.co.uk

Solution 1: You remember the old password

If you remember the old password then you can try changing the master password to the current login password. This will stop the prompting of the keyring. Follow these steps in Ubuntu 10.10 and previous versions:

  1. Navigate to Applications > Accessories > Passwords and Encryption Keys
  2. Select the tab “Passwords”
  3. Select your keyring
  4. Right-click and select “Change Password”

In Ubuntu 11.04, run the application Passwords and Encryption Keys by using the super key (windows logo key) and then searching for it. And follow the step 2-4.

Solution 2: You forgot the old password

Damn! I forgot the old password and it is not accepting any of my login passwords. What should I do? Don’t bang your head in the wall. There is an alternate solution and that is delete the keyring. For that follow the same steps 1-3 as described previously and instead of Change Password select Delete. i.e.The following steps:

  1. Navigate to Applications > Accessories > Passwords and Encryption Keys
  2. Select the tab “Passwords”
  3. Select your keyring
  4. Right-click and select “Delete“

This pic might come as handy:

Pic Courtsey: code-muse.com

Questions, suggestions and a world of thank is always motivating. Enjoy :)

Sources: http://www.code-muse.com/

http://ubuntu-tutorials.com/

http://www.markjaustin.co.uk/?p=21

Related articles
  • Breaking: New Hybrid Keyring from Scott Amron (core77.com)
  • Ubuntu update error with Firefox (computerandu.wordpress.com)
  • Fixing wubi ubuntu Grub problem. (shakthydoss.wordpress.com)
  • Ubuntu quickies (icehot.wordpress.com)
  • How do you change your password on a yahoo email account (wiki.answers.com)

Filed Under: How To, Linux Tagged With: change, change password, computer, delete, easy, Forgot, GNOME, How to, Keyring, Linux, Login, Old Password, password, problem, Prompt, security, solve, Technology, troubleshoot, ubuntu, ubuntu 11.04, way, What is

+1 Us On Google Plus

Latest on Computer And You

Host1Plus VPS hosting review

[Review] VPS Hosting Is Affordable With Host1Plus

rp_Stinkyink-Printing-Tips-And-Tricks.jpg

How To Get More Out Of Your Printer

EaseUS Data Recovery

Recover Lost Data Easily With EaseUS Data Recovery Wizard

Latest News

OLX India Mobile App

OLX India Rules The Mobile World Of Classified Ads

April 8, 2014 By Abhishek Prakash Leave a Comment

CPG_SPROUT_POWER

Christmas Tree spoted in London powered with brussels sprout battery

December 18, 2013 By Kiran Yasmin Leave a Comment

Google Pagerank update 2013

Google PageRank Update Is Back In 2013

December 6, 2013 By Abhishek Prakash Leave a Comment

Samsung Penis billboard funny advertisement

Samsung Puts Up Billboard With An Embarrassing Typo

November 30, 2013 By Abhishek Prakash 2 Comments

  • 

Copyright © 2015 Computer And You · Built on Genesis Framework

C&Y is running with Wordpress SEO Plugin by SEOPressor