Meh, I'm trying my hand at one right now
Meh, I'm trying my hand at one right now
Accidentally made the thread with no content, sorry about that (everyone).
Somebody was talking to me while I was creating it and pressed submit instead of preview
I haven't forgotten about it, either:
Edited:
I just keep getting distracted by all these cats on reddit!
What's that color scheme and font?
Learn vim be insane
Been crazy busy on a top secret project lately. Prepare for cool shit soon.
In other news: THIS IS THE MOST AMAZING CSS/HTML FRAMEWORK EVER
http://foundation.zurb.com/index.php
Seriously, check that shit out. It's by far the most complete framework for HTML layouts I've seen. Not to mention it's really easy to build wireframes as well: http://foundation.zurb.com/prototyping.php
That copy. Ghhhhhhhh.
I am becoming a copy nazi.
Is there any way to move between tabs easily in Sublime? It's incredibly annoying to have to grab a mouse to switch to another file when many other text editors allow you to press CTRL + 1-9. I use TextMate on my desktop, but I need Sublime for my school laptop.
What are you talking about? Sublime Text lets you move between tabs using CTRL + 1-9. Are you using the beta?
what copy
what are you even talking about dog
fun fact: this was my first time doing javascript drop down menus
I'm working on a website without actually one goal. Its just a fun project for me.
Therefore Im only supporting Webkit browsers for now.. Other browser support might come in the future.
http://www.novaember.com/
copytext presumably.
I think you should use a font size of 13 and a line height of 150%.
Alternatively, a font size of 16px could do but that would give you consistency issues with the rest of the page's sizing unless you change that aswell
I'm moving in the wrong direction here, so I stopped, and couldn't figure out how to lay out the bottom of my site. I need to take a step back and figure out what all I want to present, and what has importance over what, but I wanted to show what I have so far. Kinda a sneak peak before Saturday's hangout.
I thought that was a spider when i saw it.
You can do dropdown menu's with CSS you know.
Use a texture like this one http://gumptiondesign.com. I think it'll work better.
Btw, that's a shameless plug for my site. I've got to redo the text on the bottlecap though as it somehow got stretched as you can see.
and there's a little blob of black at the top.
What should I do about IE 6 and IE 7? Go out of my way to support them or not?
Also what if the site is functional but looks awful on those two browsers, is that acceptable? I ask because it's pretty hard to support old browsers when writing html5 markup and using css3
Ignore them, people who refuse to upgrade don't deserve (nor care enough about) a full web experience.
It's not so hard to support IE6 & 7. Just use the condition comments to add ie tags to your body element then you can target each browser in your CSS.
Edited:
Really it depends on your content.
You should fairly easily be able to provide basic functionality to older browsers, it doesn't matter so much how bad it looks. How many of your users actually use those browsers?
All of them ...how else would people be accessing his website.
Just don't use text-shadows to show white text on a white background. The older browsers should look bad...
My problem was with rgba and IE7 shitting itself while interpreting it (even if I had a HEX fallback) and rendering white. Anyway, I've resorted to using HEX only.
Use
.whatever {
background: rgb();
background: rgba();
}
Newer browsers will pick up the rgba, older ones will ignore it and render the previous attribute.
Oh I thought you were saying I stole the design
I was ready to fight to the death to defend my honor..
Will try that, thanks.
I never think much about line height, I should probably start now.
Just went through Hetzner's traffic: 392,835 GB of data transferred via Fanatical servers so far this year <- that's crazy!?!
On the IE stuff: don't let IE stop you using certain css rules/etc, just make sure users know if their browser is out-of-date.
that's really cool actually
and the client CP looks really cool now
What do you guys think?
the image needs to be rounded too or something :/
My bad...
Edited:
How come sometimes designing something in the browser yields awesome results while if you try to design it outside you'll end up depressed and with a shitty design?
Where do you get your colors?
I usually choose them based on my mood at the time. As for the practical side, I just use a simple color picker.
i thought it was just red
I decided to change the color scheme at the last minute.
I'm working on a little project but I can never get the effects and colors right. I want to emboss/imprint the boxes where the pictures are, but I realize that will be hard with the white background?
Also one with the menu item hover effect
I never really got Adobe's Kuler to give me any good palettes either.
Well if you used YUI compressor it converts all other colour modes into HEX so could still use your preferred method.
Edited:
Hmmm, actually it wouldn't convert rgba because that's alpha as well I guess. Never mind then.
Nice password brah