Welcome to Dream.In.Code
Getting Help is Easy!

Join 109,299 Programmers for FREE! Ask your question and get quick answers from experts. There are 1,215 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



need help with making a login thingy

2 Pages V  1 2 >  
Reply to this topicStart new topic

need help with making a login thingy, i need help creating a login thing

seandude
post 8 Aug, 2008 - 11:09 AM
Post #1


New D.I.C Head

*
Joined: 8 Aug, 2008
Posts: 22


My Contributions


i need to know some javascript that can create a login thing so that create a account. i need something like a myspace thingy. can you also tell me the parts to the code so that i can learn how that code works so i could make future code.
User is offlineProfile CardPM

Go to the top of the page


lordms12
post 8 Aug, 2008 - 11:20 AM
Post #2


D.I.C Regular

Group Icon
Joined: 16 Feb, 2008
Posts: 266



Thanked 9 times

Dream Kudos: 225
My Contributions


Someone move it to javascript.

thnx
User is offlineProfile CardPM

Go to the top of the page

seandude
post 8 Aug, 2008 - 11:23 AM
Post #3


New D.I.C Head

*
Joined: 8 Aug, 2008
Posts: 22


My Contributions


QUOTE(lordms12 @ 8 Aug, 2008 - 11:20 AM) *

Someone move it to javascript.

thnx

but it is in the javascript help section?
User is offlineProfile CardPM

Go to the top of the page

jjsaw5
post 8 Aug, 2008 - 12:01 PM
Post #4


D.I.C. Face

Group Icon
Joined: 4 Jan, 2008
Posts: 979



Thanked 5 times

Dream Kudos: 125
My Contributions


QUOTE(seandude @ 8 Aug, 2008 - 02:23 PM) *

QUOTE(lordms12 @ 8 Aug, 2008 - 11:20 AM) *

Someone move it to javascript.

thnx

but it is in the javascript help section?



No it is in the JAVA section, not javaSCRIPT.


They are two totally different things.
User is offlineProfile CardPM

Go to the top of the page

skyhawk133
post 8 Aug, 2008 - 12:46 PM
Post #5


Head DIC Head

Group Icon
Joined: 17 Mar, 2001
Posts: 14,482



Thanked 34 times

Dream Kudos: 1650

Expert In: Web Development

My Contributions


Moved.
User is offlineProfile CardPM

Go to the top of the page

seandude
post 8 Aug, 2008 - 01:23 PM
Post #6


New D.I.C Head

*
Joined: 8 Aug, 2008
Posts: 22


My Contributions


QUOTE(jjsaw5 @ 8 Aug, 2008 - 12:01 PM) *

QUOTE(seandude @ 8 Aug, 2008 - 02:23 PM) *

QUOTE(lordms12 @ 8 Aug, 2008 - 11:20 AM) *

Someone move it to javascript.

thnx

but it is in the javascript help section?



No it is in the JAVA section, not javaSCRIPT.


They are two totally different things.

ooohhhhh......... sorry.
User is offlineProfile CardPM

Go to the top of the page

jjsaw5
post 8 Aug, 2008 - 01:45 PM
Post #7


D.I.C. Face

Group Icon
Joined: 4 Jan, 2008
Posts: 979



Thanked 5 times

Dream Kudos: 125
My Contributions


QUOTE(seandude @ 8 Aug, 2008 - 04:23 PM) *

QUOTE(jjsaw5 @ 8 Aug, 2008 - 12:01 PM) *

QUOTE(seandude @ 8 Aug, 2008 - 02:23 PM) *

QUOTE(lordms12 @ 8 Aug, 2008 - 11:20 AM) *

Someone move it to javascript.

thnx

but it is in the javascript help section?



No it is in the JAVA section, not javaSCRIPT.


They are two totally different things.

ooohhhhh......... sorry.



No Problem its a common mistake.
Next time we'll just have to break a finger smile.gif

This post has been edited by jjsaw5: 8 Aug, 2008 - 01:46 PM
User is offlineProfile CardPM

Go to the top of the page

mocker
post 8 Aug, 2008 - 02:00 PM
Post #8


D.I.C Head

**
Joined: 14 Oct, 2007
Posts: 177



Thanked 6 times
My Contributions


To answer your very vague question 'thingy' :

Javascript runs in your browser. The software that runs on the server that actually checks the username/password and verifies it is written in something else. If you are not aware of this and want to program a login 'thingy', then go find a good tutorial or book on web or cgi programmings and read it.
User is offlineProfile CardPM

Go to the top of the page

seandude
post 8 Aug, 2008 - 02:03 PM
Post #9


New D.I.C Head

*
Joined: 8 Aug, 2008
Posts: 22


My Contributions


QUOTE(mocker @ 8 Aug, 2008 - 02:00 PM) *

To answer your very vague question 'thingy' :

Javascript runs in your browser. The software that runs on the server that actually checks the username/password and verifies it is written in something else. If you are not aware of this and want to program a login 'thingy', then go find a good tutorial or book on web or cgi programmings and read it.

you said that like you were offended?
User is offlineProfile CardPM

Go to the top of the page

lordms12
post 8 Aug, 2008 - 04:17 PM
Post #10


D.I.C Regular

Group Icon
Joined: 16 Feb, 2008
Posts: 266



Thanked 9 times

Dream Kudos: 225
My Contributions


I saw myscpace login form, nothing special in it!!

This is a form does not contain any JavaScript but I think it is cool, is that what you want.
Not all the code are mine.
html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}
/* ----------- basic ----------- */
#basic{
border:solid 2px #DEDEDE;
}
#basic h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#basic p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #dedede;
padding-bottom:10px;
}
#basic label{
display:block;
font-weight:bold;
text-align:left;
width:140px;
float:left;
}
#basic .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:140px;
}
#basic input{
float:left;
width:200px;
margin:2px 0 30px 10px;
padding-left: 14px;
background-repeat: no-repeat;
background-position: 2px center;
background-image: url(namesid.png);
}
#basic button{
clear:both;
margin-left:150px;
background:#888888;
color:#FFFFFF;
border:solid 1px #666666;
font-size:11px;
font-weight:bold;
padding:4px 6px;
}
</style>
</head>

<body>
<div id="basic" class="myform">
<form id="form1" name="form1" method="post" action="">
<h1>Sign-up form</h1>
<p>This is the basic look of my form without table</p>
<label>Name
<span class="small">Add your name</span>
</label>
<input type="text" name="textfield" id="textfield" />

<label>Email
<span class="small">Add a valid address</span>
</label>
<input type="text" name="textfield" id="textfield" />

<label>Password
<span class="small">Min. size 6 chars</span>
</label>
<input type="text" name="textfield" id="textfield" />
<button type="submit">Sign-up</button>
<div class="spacer"></div>

</form>
</div>
</body>
</html>

Attached Image
User is offlineProfile CardPM

Go to the top of the page

seandude
post 8 Aug, 2008 - 05:46 PM
Post #11


New D.I.C Head

*
Joined: 8 Aug, 2008
Posts: 22


My Contributions


QUOTE(lordms12 @ 8 Aug, 2008 - 04:17 PM) *

I saw myscpace login form, nothing special in it!!

This is a form does not contain any JavaScript but I think it is cool, is that what you want.
Not all the code are mine.
html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<style type="text/css">
body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}
/* ----------- basic ----------- */
#basic{
border:solid 2px #DEDEDE;
}
#basic h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#basic p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #dedede;
padding-bottom:10px;
}
#basic label{
display:block;
font-weight:bold;
text-align:left;
width:140px;
float:left;
}
#basic .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:140px;
}
#basic input{
float:left;
width:200px;
margin:2px 0 30px 10px;
padding-left: 14px;
background-repeat: no-repeat;
background-position: 2px center;
background-image: url(namesid.png);
}
#basic button{
clear:both;
margin-left:150px;
background:#888888;
color:#FFFFFF;
border:solid 1px #666666;
font-size:11px;
font-weight:bold;
padding:4px 6px;
}
</style>
</head>

<body>
<div id="basic" class="myform">
<form id="form1" name="form1" method="post" action="">
<h1>Sign-up form</h1>
<p>This is the basic look of my form without table</p>
<label>Name
<span class="small">Add your name</span>
</label>
<input type="text" name="textfield" id="textfield" />

<label>Email
<span class="small">Add a valid address</span>
</label>
<input type="text" name="textfield" id="textfield" />

<label>Password
<span class="small">Min. size 6 chars</span>
</label>
<input type="text" name="textfield" id="textfield" />
<button type="submit">Sign-up</button>
<div class="spacer"></div>

</form>
</div>
</body>
</html>

Attached Image

no no no, i need a thing were it knows if the person is real or not so when you sign up you have an account that you could log into and then the thing would redirect you to your profile
User is offlineProfile CardPM

Go to the top of the page

lordms12
post 8 Aug, 2008 - 11:35 PM
Post #12


D.I.C Regular

Group Icon
Joined: 16 Feb, 2008
Posts: 266



Thanked 9 times

Dream Kudos: 225
My Contributions


Check this.
User is offlineProfile CardPM

Go to the top of the page

2 Pages V  1 2 >
Fast ReplyReply to this topicStart new topic
Time is now: 9/6/08 09:59AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month