|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
macrumors member
Join Date: May 2008
|
Site critique?
I was wondering if I could get a few opinions? I've started doing some webdesign, mostly just for friends and family, but I'd like to maybe attract a client or two here and there.
If you came across this site, what would you think? http://www.zumawebdesign.com I tried to keep it fairly simple and brief, but still classy. That's what I'm aiming for anyway. I don't really have a whole lot of experience though. I'd really appreciate your opinions. Thanks.
__________________
20" Alu iMac 2.66Ghz, 4g RAM, 500g HD iPod Touch 8g, iPod Classic 60g Last edited by zuma022 : Aug 6, 2008 at 10:32 PM. |
|
|
|
|
|
#2 |
|
macrumors 68000
Join Date: Jul 2006
|
First off let me say that I really like this.
1. With the design, I get scroll bars on the page horizontal and vertical. LONG ONES... 2. I find lightbox very much too "flashy" too much movement. You might look into a lightbox alternative that is simpler and still elegant. Though that is just my preference. 3. the "Lomography" part of the portfolio. Why not eliminate the flash and go with something more standards based? Javascript can make you a very nice looking gallery... 4. Your (home) page validates XHTML Transitional, why not just make the leap to strict while you are at it? There are only 2 errors on the home page with Strict, both of which are easily fixable...
__________________
TimeTable: The Freelancer's Tool |
|
|
|
|
|
#3 |
|
Thread Starter
macrumors member
Join Date: May 2008
|
Thanks so much!
I have to look into those scroll bars. I mostly use Firefox, they don't show up there (not in IE either) but I just noticed them on Safari. That's the browser you used I assume? Good point about the lightbox. I kinda like it, but it doesn't really go too well with the simple style of the site. I'll have to look into some other options. Any recommendations? You're right strict wouldn't really take much effort. I'll do that! Again thanks a lot for your help.
__________________
20" Alu iMac 2.66Ghz, 4g RAM, 500g HD iPod Touch 8g, iPod Classic 60g |
|
|
|
|
|
#4 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
Overall, it has a good design and look to it. Just a few comments:
|
|
|
|
|
|
#5 |
|
Thread Starter
macrumors member
Join Date: May 2008
|
Thank you so much! I can't tell you how useful these comments are.
I'll be sitting down over the weekend and fix those points. I'm very new to CSS controlled layouts, so yeah I guess there's a lot of divs. I actually tried to use an ul for navigation, but I couldn't get it to work with the rollover. And yes those navigation icons at the end are for preloading. I used CSS to position them at -1000px so they shouldn't show up unless CSS is disabled for screenreaders. I'll try the width 0 though, hopefully that'll solve the scrollbar issue. I'll also take a look at CSS Sprites and your site, that sounds very interesting. Thank you!
__________________
20" Alu iMac 2.66Ghz, 4g RAM, 500g HD iPod Touch 8g, iPod Classic 60g |
|
|
|
|
|
#6 | |
|
macrumors regular
Join Date: Jul 2008
|
Quote:
|
|
|
|
|
| cromwell64 |
| View Public Profile |
| Find More Posts by cromwell64 |
|
|
#7 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
|
|
|
|
|
|
#8 |
|
macrumors regular
Join Date: Jul 2008
|
|
|
|
|
| cromwell64 |
| View Public Profile |
| Find More Posts by cromwell64 |
|
|
#9 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
That can work depending on what other CSS accompanies it. By itself, it still takes up space on the page and could potentially create unwanted white space. Though, if used with position:absolute it would become removed from layout flow.
Here's the CSS I use for something that I want onscreen, but not seen. Code:
.nosee {
width: 1px; height: 1px;
overflow: hidden; float: right;
}
|
|
|
|
|
|
#10 | |
|
macrumors regular
Join Date: Jul 2008
|
Quote:
Code:
.nosee
{
visibility:hidden;
position:absolute;
}
|
|
|
|
|
| cromwell64 |
| View Public Profile |
| Find More Posts by cromwell64 |
|
|
#11 | ||
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
Quote:
Quote:
If you want to learn a little more about screen readers and CSS's effect on them, see this site, particularly the table at the bottom. |
||
|
|
|
|
|
#12 |
|
Thread Starter
macrumors member
Join Date: May 2008
|
I've started to make some changes to the site. This may be a noob question, but the empty tags are for spacing. What would be the correct way to add an empty line?
__________________
20" Alu iMac 2.66Ghz, 4g RAM, 500g HD iPod Touch 8g, iPod Classic 60g |
|
|
|
|
|
#13 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
CSS would be the tool. Add extra margin or padding to elements. You can add id attributes to tags if need be to just add the styling to one tag element. On your list you can increase the line-height as alternate to using margins or padding to give you the extra spacing. If you have any specific instances that you need help with just let me know.
|
|
|
|
|
|
#14 | |
|
macrumors 6502
|
Quote:
Code:
.spacer10 {
height: 10px;
}
then add <div class-spacer10></div> to insert the break
__________________
17" MBP 2.4Ghz SR, 4GB RAM 8GB iPhone 3GHosting & Design www.mostlymojo.com My Personal Site www.mojowill.com
|
|
|
|
|
|
|
#15 |
|
macrumors 601
Join Date: Aug 2005
Location: Dayton, OH
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|