Facebook is a showcase of great UI design. And as it has become a major part of our lives, it has also raised the bar for web development, pushing developers to meet higher expectations. This however has a good side ? it challenges web developers and designers to better themselves and constantly improve their work. In this tutorial, we are going to learn from the best, and create a facebook-like sign up form. So go ahead and download the demo files to start learning!



Creating a Facebook-like Registration Form with jQuery Web Site
Creating a Facebook-like Registration Form with jQuery Demo
Creating a Facebook-like Registration Form with jQuery Download

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

3 Responses to “Creating a Facebook-like Registration Form with jQuery”

  1. [...] 2. Creating a Facebook-like Registration Form with jQuery [...]

  2. luke jordan says:

    Hi this is great script, Thanks, i just wonderd if there is a way to update the database with the infomation whilst msg($status) == (1)

    // like if there is no errors

    could you please tell me how to go about this.
    i would like to do something like

    if(msg($status) == 1)){

    $query = “insert into table (fname, lname) VALUES(‘$fname’,'$lname’)”;

    $result = $mysqli->query($q) or die(mysqli_error($mysqli));

    if($result) {
    header(“location: registered.php”);
    }

    }

  3. [...] 2. Creating a Facebook-like Registration Form with jQuery [...]

Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>