Show DevBest [HTML] Register Form [HTML]

Satan

Professional Pornstar
Aug 27, 2011
266
106
Hey guys, today i'll be releasing a very basic Register Form, when i say it's a form and not a script, It's just a layout and does nothing, you'll have to create the SQL and connect it to your database yourself. It's very basic and the only CSS is the background, Feel free to edit it.

Screenshot:
Download Link:

Credits.
Me: 99% ~ coding the actual form.
b00bies: 1% ~ requesting the form.

Cheers!
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
Would it not be possible to paste the codes into here rather than making people downloading them?

But yeah, it looks ok. Nice work.
 

tyr0ne

Active Member
Mar 29, 2012
141
14
You could've added some styling atleast.. Just adding the following would've made it alot better.

Code:
input {
    border: 1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 3px;
}

You should also avoid <center> tags as they're deprecated now.
You should also begin the document with the DTD declaration.
Finally use <label> for the input's labels.

Edit:

Damn your code was messy with all those <p> with nothing in them and everything. Use CSS to do that, margin/padding. It's alot more clean.

Here I changed it abit with an ok code. Of course it's not the same, I just removed everything that was wrong and replaced with random things, but you get the idea.

 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
Thanks Mark, and yeah should i paste the source code? 

Thanks for feedback, i agree it could definitely use some work.
If you prefer, yes. I do prefer the code posted and downloadable so I can read the codes, then if I like the look of it, I just download it too.
 

Satan

Professional Pornstar
Aug 27, 2011
266
106
If you prefer, yes. I do prefer the code posted and downloadable so I can read the codes, then if I like the look of it, I just download it too.
Thanks, next project i'll do that. Thanks :)
 

Benden

maging ang maganda mamatay
Jun 4, 2010
2,280
1,480
You should align the text boxes so they're not all over the place, looks nicer that way.
Anyways it's not bad
 

Khalil

IDK
Dec 6, 2011
1,642
786
Thanks, next project i'll do that. Thanks :)

Umm, i'm not trying to put you down or something, but this isn't a project, i wouldnt' even count it a great release but it's fine.

The reason i'm saying this, is the only thing you done, was a simple html register form (no offence but my grandma can do it), you didn't even bother to add some css and/or php to it.

Good luck, but next time if your planning on doing some script, make sure to make at least look better.

Good work, and good luck if your planning on sharing something in the future. :up:

btw, next time if your releasing some script and if it's only a simple one just paste the code here instead of giving users a download link.
 

CRAchraf

New Member
Nov 21, 2012
9
0
I give you some tips : Use picture's :) Than i like it, because grey is not nice.


----------------------
Sorry for my bad english!
 

GangnamStyle

HTML Advanced Coder
Jan 8, 2012
121
8
This Register Form has been stolen by you, I've seen it on another Thread via this Luke kid. In my opinion, He's stealing your work.
 

Khalil

IDK
Dec 6, 2011
1,642
786
This Register Form has been stolen by you, I've seen it on another Thread via this Luke kid. In my opinion, He's stealing your work.

Are you like stupid or what ?
It's a fucking simple html form, anyone can do something like that, so no it's not ripped, as a newbie in html can do something like that in no time, so chill your tities.
 

GangnamStyle

HTML Advanced Coder
Jan 8, 2012
121
8
Are you like stupid or what ?
It's a fucking simple html form, anyone can do something like that, so no it's not ripped, as a newbie in html can do something like that in no time, so chill your tities.
True, I could make this is 5Minutes or less, but I've seen Over 5 Releases on the Same Noob HTML Register Form, It just strange people would like to re-release a old thread.
 

Khalil

IDK
Dec 6, 2011
1,642
786
True, I could make this is 5Minutes or less, but I've seen Over 5 Releases on the Same Noob HTML Register Form, It just strange people would like to re-release a old thread.

5mins to make this form ? Lmfao!
It's not strange, people just want something to release so they can become popular around the forum.
 

GangnamStyle

HTML Advanced Coder
Jan 8, 2012
121
8
5mins to make this form ? Lmfao!
It's not strange, people just want something to release so they can become popular around the forum.
I did 5Minutes Maxuim, Plus it does waist alot of space on Devbest. In my opinion, It acutally doesn't make sense, why would someone RE-post a Thread 5Times from different Users. Like you said, they'd like to come more popular, but in my opinion..
1: It's only a Forum, Not real Life.
2: Waisting Post counts / Devbest Databse.
3: No Point on Posting atleast edit or improve the previous HTML Form for a example.
 

Khalil

IDK
Dec 6, 2011
1,642
786
I did 5Minutes Maxuim, Plus it does waist alot of space on Devbest. In my opinion, It acutally doesn't make sense, why would someone RE-post a Thread 5Times from different Users. Like you said, they'd like to come more popular, but in my opinion..
1: It's only a Forum, Not real Life.
2: Waisting Post counts / Devbest Databse.
3: No Point on Posting atleast edit or improve the previous HTML Form for a example.

I did 50secs maximum.
and waste devbest database ?! Lmfao !
If it was just about editing the previous threads, then i suggest he don't even think about posting a thread.
and yet again, people take internet life more seriously than they're real life, so yeah he would do anything to become popular around the forums.
 

GangnamStyle

HTML Advanced Coder
Jan 8, 2012
121
8
1. I find it wired why people spend thier life around a Forum or thier internet, COMON People, we have a life, Atleast use it compared to other people.
 

Ruin

Member
Feb 23, 2013
117
6
Nice release, I agree with mark though, about pasting the codes in this thread rather then people downloading a file.
 

Users who are viewing this thread

Top