Move the text on the login button up a bit and maybe make the drop shadows more subtle.
Move the text on the login button up a bit and maybe make the drop shadows more subtle.
Done, I think I'll keep the icons though, I like them.
![]()
Would anyone happen to have the famfamfam silk icon pack? Their website seems to be down.
Woops, nevermind. I found it in one of my old project folders.
I noticed that today, I only have the silk companion pack.
http://anyhub.net/file/1JKi-famfamfa...icons_v013.zip
Archive.org :smug:
That looks way better. How does it look on wide windows though?
Login isn't aligned properly, square-ish, and Helvetica Neue Light shouldn't ever be used on web design ever
Still going at it:
Edited:
I really need a better name, however.
HelloWorld
Anyway. I have been getting my head around CodeIgniter. Made this in a few hours: http://screenr.com/HOb
How do you guys figure out colors to use with gradients and stuff? I think that my programmer designs could look better if they would consist of more than #eee and #ccc.
I keep Photoshop open and use the colour window.
You can use the color swatch in programs such as Paint.Net, online color swatches, or the basic thought of #RRGGBB.
Like this...
![]()
Is Pylons any good?
used with mongooseCode:exports.Validations = { length: function(min, max) { if(arguments.length === 1) { return arguments.callee(0, arguments[0]); } return function(string) { return (string.length > min && string.length < max) ? true : false; }; } };
nodejs is so hotCode:var UserSchema = new mongoose.Schema({ name: { type: String, validate: [ app.Validates.length(0, 5), "length" ]} });
Nice. However, as I've said before, I realize that being 16 and knowing how to build websites is a cool thing but it's a bit unnecessary. 4 years ago I would have put that on my portfolio too. Now though, I realize that it's better when you don't state your age as a lot of people use that as an immediate dismissal. When looking for programmers to help me out on stuff, I've specifically ignored those who said they were "15...or 16" years old. If you're under 18 I'd highly suggest not putting an age on your portfolio and even after that it makes it a bit cheesy. It's better for someone to go, "wow nice work." And then finding out later that you're 16 years old, that will blow their mind that much more.
That said, I kind of doubt you'll get any people from your portfolio who really are serious about hiring you (although you do have like the best name a web designer could ask for...Elliot Speck just sounds sweet with a tinge of tech).
What kind of direction were you hoping for your portfolio site? A landing page? Just a short info blip? If you really want to make money off of your web developer skills (which you clearly have), just make a blog with lots of "25 best photoshop brushes" type articles. Trust me, that stuff gets traffic like nobody's business and it's all really just copypasta. Write a good article every week and you could be pulling in $500/month in ad revenue on top of getting lots of people to your portfolio/blog. Eventually, you'll get some people with genuine interest and maybe even get a job out of it. I was hired right after I turned 17 after posting some stuff on craigslist. You don't have to have a college degree to get a good web design job.
Could be better if you set the interior content's width to 1000px
960px is the way to go.
40px doesn't make much difference
Its set to 800px, one more supported resolution.
Can you change the font in Sublime Text? I tried googling, haven't found anything, and the program isn't very helpful with having a proper settings menu...
Could you please stop jpg'ing your screenshots? Gives me a headache
It's actually really easy to do.
Just go to Preferences > Default File Preferences
It'll open a file in sublime. On line 11 you just change the string to the font name you want to use.
Made a little bit more progress, had a little bit of a creative block today though so spent the majority of the time toying around with ideas.
![]()
I don't like the buttons. They look too plain and there are too many colors
Edited:
The general color set looks also weird, it feels like a negative photo
You sure it feels like a negative photo?
![]()
looks fine except for the caption under the logo. Something there doesn't look right.
It's heading in the right direction but I really dislike that quote.
Nope. The width of the site being 800px doesn't take into account the browser chrome, and scrollbar; you'd need to make it about 760px to make it fit comfortably on an 800 * 600 resolution.
It's not really worth it.
20px spacing of on either side does make quite a difference; you want a comp to fit comfortably on a screen, not pressed up against the edges of the screen.
I think the words web and graphic are supposed to be emphasized with lighter colouring, but because of the wording, our eyes just see an alternating pattern (which looks a bit odd).
-wrongthread-
The thing with 960 is that it's divisible by almost everything.
Anyone have an iphone to test how it looks? Also, i don't have an android, so can someone post screenshots of how it looks?
http://eewai.com/facepunch/?module=post&threadid=34
Don't mind the gui now, im very bad at them.
Started on a design for a project hosting site I've been thinking of making as a learning experience and for personal use.
Took me about an hour, hoping to have the design of the site finished by the weekend and add the functionality and scripting.. Whenever time permits
Edited:
Take the noise off of the buttons on the left of the screen, it makes them look transparent and cheesy. The rest of the site looks gorgeous, good job.
They are 100% Quality JPEG's and its not as if they are huge filesize wise, would you prefer a 5Mb PNG file?
What the fuck?
Call it Talkie or TalkieAJAX
For the love of everything Web Developed, don't do this.
I'm sure that's what they said about Google.
Edited:
It's actually really hard to think of a name for a IRC type chat thing. You could always pick an unrelated common word which would probably be a good idea to prevent easy pirating.
Editing my ip logger for vbulletin and was wondering if someone can help me with some sql. I currently have a table with
`userid` INT NOT NULL ,
`ipaddress` CHAR( 15 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL ,
`lastlogin` INT UNSIGNED NOT NULL
Now I want to display the userids with the most ips. Is there anyway to do it with that table alone or should I add another table that contains userid as a unique field and a counter?