Prettier Forms
Prettier Forms
If you're using forms in your design you might find them a little boring so I found this tutorial on creating "prettier forms".
http://net.tutsplus.com/tutorials/html- ... ith-css-3/
I don't own that site or is in no way affiliated to it so it shouldn't count as advertising, besides, it's helpful
Preview image,
http://net.tutsplus.com/tutorials/html- ... ith-css-3/
I don't own that site or is in no way affiliated to it so it shouldn't count as advertising, besides, it's helpful
Preview image,
Re: Prettier Forms
Well they do look pretty
Styling forms is a bit of pain most of the time so this may be useful.
This should not really be in this section, but i'm not entirely sure where it should be Perhaps we need a new one for this type of thing.
Styling forms is a bit of pain most of the time so this may be useful.
This should not really be in this section, but i'm not entirely sure where it should be Perhaps we need a new one for this type of thing.
Re: Prettier Forms
Create a new section called "Other tutorials"?
Re: Prettier Forms
I hear youjacek wrote: Styling forms is a bit of pain most of the time so this may be useful.
Maybe we should have just a Code section and not only restricted to PHP?
Edit, oh ok
Re: Prettier Forms
Generally speaking, I just resort to using an image to style my forms. Is this practice becoming deprecated with the release and larger support of CSS3?
I'm not hugely into web design, much prefer the programming side of things so just curious.
I'm not hugely into web design, much prefer the programming side of things so just curious.
Re: Prettier Forms
It seems like it is. I'm with you though. Generally I just create image backgrounds for my form fields (like he does for IE in this tutorial). This is actually the first time I've used CSS3 mainly because I want people to see my site as I've designed it (except for IE6- people).Dylan wrote:Generally speaking, I just resort to using an image to style my forms. Is this practice becoming deprecated with the release and larger support of CSS3?
But I think I might just start using some CSS3 considering the large support of it ATM.
Re: Prettier Forms
My only problem for this is that generally the sites I build are not based for tech-savy people. Often times my audience would not even know what browser they are using.EcazS wrote:It seems like it is. I'm with you though. Generally I just create image backgrounds for my form fields (like he does for IE in this tutorial). This is actually the first time I've used CSS3 mainly because I want people to see my site as I've designed it (except for IE6- people).Dylan wrote:Generally speaking, I just resort to using an image to style my forms. Is this practice becoming deprecated with the release and larger support of CSS3?
But I think I might just start using some CSS3 considering the large support of it ATM.
Re: Prettier Forms
Yup, that person is normally my mum...She doesn't even know how to check the history.Dylan wrote:Often times my audience would not even know what browser they are using.
Re: Prettier Forms
Oh older people and technology, where did we go wrong.Carbine wrote:Yup, that person is normally my mum...She doesn't even know how to check the history.Dylan wrote:Often times my audience would not even know what browser they are using.
My mom called me asking me what was wrong with her computer, because it was:
... That was helpful.Doing this thing where the little thing is outlined by that other thing
So yah, long story short, I think it really matters what your webpage is done for to state how you have to make it; for instance the nettuts site would make sense to use CSS3, as it is a site based around computing.
But my question still stands; is there any reason not to use images still? Should they only be applied as backup? I mean, they are also much more versatile than CSS styling still.
Re: Prettier Forms
No. Except the fact that it might take 0.01 seconds longer to load the site. But I can live with that.Dylan wrote: But my question still stands; is there any reason not to use images still?
Re: Prettier Forms
CSS3 makes possible some things you used to only be able to do with images, rounded corners are a good example.
So using images is not bad, but its becoming easier to get the same effects with just CSS.
It depends on your audience which method you go for really.
So using images is not bad, but its becoming easier to get the same effects with just CSS.
It depends on your audience which method you go for really.
Re: Prettier Forms
I really like CSS3. However, it does add more complexity if you want the same effect to appear on all browsers. For example, IE users won't notice many CSS3 effects, so you'll have to use images and CSS3 if you want everyone to be able to see the same thing.
Personally I prefer just to give browsers that don't support a certain CSS3 property yet a slightly different look to save me a lot of work.
Personally I prefer just to give browsers that don't support a certain CSS3 property yet a slightly different look to save me a lot of work.
Please check out my CodeCanyon items.
Re: Prettier Forms
Yeah I tend to just let people with IE see the slightly broken version. Its fine to do that, as long as it still looks okay.
Re: Prettier Forms
Cool forms, I might add them to my website. Good job sir
Re: Prettier Forms
It's relevant so no, this is fineKamal wrote:This looks better http://www.learnwebdev.org/account/signup
Also if this is considered advertising just delete the post.
Re: Prettier Forms
I actually deleted it because it's a direct link to a sign up form :/
Please check out my CodeCanyon items.
Re: Prettier Forms
good job I quoted it thenTino wrote:I actually deleted it because it's a direct link to a sign up form :/
Re: Prettier Forms
Lose the roundness, inset them and reduce the outer shadow then maybeKamal wrote:This looks better http://www.learnwebdev.org/account/signup
Re: Prettier Forms
I was going to post a screenshot, but then read this. oh well..
I'll tryEcazS wrote: Lose the roundness, inset them and reduce the outer shadow then maybe