-
-
CommentAuthorColin
- CommentTimeApr 8th 2007 edited by Colin on the 08th April 2007 at 14:17:29 EDT
~ Linky
Let me know what you think! I'm planning on this site being a kick-ass newsletter about Web design. Kind of like A List Apart but centered more around specific sites instead of techniques, etc. and delivered via email as well as RSS.
I'm also looking for some passionate Internet users to help out once in a while with articles. If you can, shoot me an email off-forum. There's no obligation, and I'll let you know when I need you to write. Articles can be as short as a paragraph and as long as necessary.
Thanks!
EDIT: I think I'm getting better at this! I saw green on my first pass through the W3 Validator for XHTML 1.0 Strict. First time that's ever happened to me...
-
-
- CommentAuthorSunRise
- CommentTimeApr 8th 2007
it looks nice but all the links go nowhere If you have good content it'll probably go good? -
-
CommentAuthoreurogrande
- CommentTimeApr 8th 2007 edited by eurogrande on the 08th April 2007 at 18:28:46 EDT
Colin,
C O L O R S ????????????????????????????????????
To be honest, the site looks a bit too brown for me; where are the colors? With this design you won't draw too many users to your site, unless you have great content.
I would have a white background and lots of white space between the content => web 2.0 style.
On the other hand, even if you don't have a "easy-to-the-eye" site, you can draw lots of visitors to your site, like smashingmagazine.com. But then it's all about C O N T E N T -
-
-
CommentAuthorColin
- CommentTimeApr 8th 2007 edited by Colin on the 08th April 2007 at 19:58:56 EDT
Thanks for your responses, guys.
@ SunRise: I know the links are broken. Don't worry, I'll have all of that sorted out before I launch it.
@ eurogrande: My intention was not to have an over-the-top Web 2.0 design with starbursts everywhere and "buzzword" written all over it. I wanted it to be easy on the eyes and to convey the message that content is king.Posted By: eurograndeColin,
On the other hand, even if you don't have a "easy-to-the-eye" site, you can draw lots of visitors to your site, likesmashingmagazine.com. But then it's all about C O N T E N T
I think that a lot of people would disagree with you on this, myself included. I don't think that a "Web 2.0" site is pleasing to the eye. Take these examples: Airbag Industries and MSN.
Airbag is one of my favorite sites, because as soon as I load it, my eye goes to the logo and then jumps directly to the content. MSN, on the other hand, (when viewed on my slightly-smaller-than-screen-size Safari window) has NO content before the fold. My eye does exactly what FastClick wants it to do. It goes directly to the giant ad for NetFlix. That's ok if there's content next to it, but I look to the left and there's another ad.
My goal with Net Shiz is to give readers great content with minimal advertising and flashyness overpowering the design and in turn their eyes. The only ads on Net Shiz will be very small (i.e. 120x90) and only in the emailed newsletter and text ads in the feed. -
-
- CommentAuthorMike Weiss
- CommentTimeApr 8th 2007
IMHO, the links could be done with text and you could avoid the delay when hovering over them. -
- CommentAuthorSunRise
- CommentTimeApr 8th 2007
There are lots of nice WEB2.0 sites but a site doesn't have to be WEB2.0 to look good. My site for example is not really WEB2.o in that its not all shiny. I like some web2.0 sites alot, but decided to make my portfolio a little unique.
I think your site looks good. Especially on a site thats not just a brochure site its more important that the design frames the content without overpowering it. Content is going to be whats important, because as long as the design is good (which yours is) people will come back for the CONTENT. I think your site will do good.
trying to be unbiased and positive,
5UNR1S3 (SunRise) -
-
CommentAuthorColin
- CommentTimeApr 8th 2007
@ Mike: I'm a sucker for those shadows, which can only be achieved in Safari without using images orposition: absolute;
hacking. Actually, does anyone know of a way to achieve this?
@ SunRise: Thanks! I think I was a little too harsh on Web 2.oh, but I happen to prefer a simplisitic layout. Your site is very nice!
-
-
-
CommentAuthorjrochman
- CommentTimeApr 8th 2007 edited by jrochman on the 08th April 2007 at 22:27:51 EDT
To avoid the delay when hovering them, you should just preload the image so it is fetched from cache. You could use something like this in your CSS:
#preloadedImages {
width: 0px;
height: 0px;
display: inline;
background-image: url(path/to/image1.png);
background-image: url(path/to/image2.png);
background-image: url(path/to/image3.png);
background-image: url(path/to/image4.png);
background-image: url();
}
Then place<div id="preloadedImages"></div>right below the body or you could just place the following right below the body for your text images:
<img src="image1.gif" style="display:none;" alt=""/>
<img src="image2.gif" style="display:none;" alt=""/> -
-
-
CommentAuthoracousticsam
- CommentTimeApr 8th 2007 edited by acousticsam on the 08th April 2007 at 22:59:18 EDT
Hey Colin, I see what you're trying to do there with the simplistic, intuitive layout, but... I have to admit it does look a little drab.
You don't need to do much to make it look nice without taking away from the content. For example, a lighter background behind the content area with dark text would help to divide the page layout a bit. (And, it would make reading easier on the eyes, which is good if you have long articles and lots of content.)
If you're really adventurous, you might even want to try a thin border around the content!
That said, I'm really looking forward to seeing some content on this site.
Sam
EDIT: Oh, and if you're going to have a lot of articles, may I suggest implementing a search box into the nav bar. -
-
-
CommentAuthorColin
- CommentTimeApr 8th 2007
Haha... this always happens to me. I hate it now!
Back to the drawing board for something brighter.
-
-
- CommentAuthorrizzlestudios
- CommentTimeApr 8th 2007
I really like how the design has everything laid out. My eyes do go straight to the content area. I have to agree with you that not everything has to have gloss or a Web 2.0 feel to it to be a "good" design. I do agree with some of the other posters here; a lighter background would work better, IMO.
-
- CommentAuthorSunRise
- CommentTimeApr 9th 2007
@colin thanks for the comment about my site.
@jrochman i did the same thing for the color changing icons on the website I made for Ex Patria Wines.
@everyone i think its good that were all helping out with eachothers designs this is cool!
GTG,
SunRise
1 to 12 of 12
