Very nice.

Very nice.
formerly liquidaciid
Just an idea, how about using a button for the Sign Up instead of text?
Hmm I don't like the header.
The content bit is okay
Hmm, let me PM you with my thoughts on how you could do the header
Regards,
Olivier Pauwels
I just love it. It's nice.. How did you make that nice banner too?
The blue things.
+rep![]()
basic brushes:
ex:
http://javierzhx.deviantart.com/art/...ushes-43595897
http://physicalmagic.deviantart.com/...hes-2-39244177
Although I'm totaly against brushes, becouse most people exploit it.
They use 2/3 brushes, put some text & say check my design.
I never use any brushes anymore.
I admit when I started designing I was one of those kind of people.
So yeah, don't use brushes![]()
Regards,
Olivier Pauwels
It's fantastic! I really like it.![]()
Javascript
basically it searches the value of the textfield for the value you've put in the clearText function and clears it if it returns true. the fill text is the opposite it's jsut when the textfield is clicked off it and it's empty it fills the field with the value you've specified in the function.HTML Code:<script type='text/javascript'> function clearText(findText,text,textID) { if(findText == text) { document.getElementById(textID).value = ''; } } function fillText(textID,text) { if(document.getElementById(textID).value == '') { document.getElementById(textID).value = text; } } </script> <input type="text" id="field" value="blah" onFocus="clearText('blah', this.value, this.id);" onBlur="fillText(this.id, 'blah');" />
I haven't used many brushes? only one and it's only because i wanted the sun ray effect.. Brushes are good if they're used properly. If they're thrown together to make something entirely out of brushes then that looks tacky but i've only used one here so i don't see how that's bad?basic brushes:
ex:
http://javierzhx.deviantart.com/art/...ushes-43595897
http://physicalmagic.deviantart.com/...hes-2-39244177
Although I'm totaly against brushes, becouse most people exploit it.
They use 2/3 brushes, put some text & say check my design.
I never use any brushes anymore.
I admit when I started designing I was one of those kind of people.
So yeah, don't use brushes![]()
Regards,
Olivier Pauwels
Thanks very much :]
Last edited by Jme; 09-03-2008 at 04:24 PM.
I wasn't pointing exactly at you.I haven't used many brushes? only one and it's only because i wanted the sun ray effect.. Brushes are good if they're used properly. If they're thrown together to make something entirely out of brushes then that looks tacky but i've only used one here so i don't see how that's bad?
I was making a general statement that some people just trow some premade brushes together and call it their own design which I hate.
Ofcourse the use of 1 or maybe 2 brushes to get a certain effect is okay
Just saying something entirely made out of brushes, or the key feature are brushes doesn't really make it your own design in that case, get what I mean ?
Anyway, it wasn't directly at you so dont worry
Regards,
Olivier Pauwels
Want to hide these adverts? Register an account for free!