Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Posts posted by vchris

  1. You're probably right about the header size once the scrolling has begun especially on a mobile device, I think it should be shrunken.

     

    I'm in the the process of changing the layout again. I'm thinking of switching to a one page layout with a bit less text. I've decided to focus on microsites, basically local small business and individuals websites. I'm a one man team so I can't created large time intensive web applications and websites, it'll take me months. I hate creating websites for myself, I'm a tough client. I'm thinking creating website packages is better for business since clients can have an idea of how much it will cost them all included. The only thing I'm having trouble with is getting enough clients. Maybe a blog on newbie stuff would help my Google ranking.

  2. Done. Let me know if there is any issues in IE6. I just need to fix the breadcrumb now... Oh yes and let me know if the load time has been reduced.I also noticed something weird not related to the nav. It seems when you view the first website, deep coding (big planet and blue theme), in FF it's fine but in IE there's some white spots over the image. I resaved the image so it can't be that. Something must be adding these shapes...

  3. I have to say I am impressed as well. Even from where you started with you first launched this site - you've made good judgements on how to enhance it without getting too out of control. Its a great design with plenty of subtle complimentary elements - like the icons in the footer that mimic the header navigation.Here are my only criticisms:(and its just me being picky since you're that good)
    • I'd like to see you use the "title" attribute in your links as they can used to describe the target in more detail than the images it wraps. Like the footer links - the house icon could have "title='Return to my homepage.'" let alone all your <a> tags.
    • The change theme idea is nice and well done but I thin the icons are a little over powering. I almost see them being no bigger than the flags - to keep elements proportionate throughout the site. I'm not sure if that would be a good place to keep them, but toning them down might keep them from being distracting or otherwise seem to be an after thought.
    • I like "lightboxes" alot but I've always disliked scrolling down to close the window - I'm on 1024x768, but thats more of a personal thing
    • this may take the idea to far, but a prompt to remember (by way of cookie) the theme that I select might add a little value to the feature so I do not have to select it each time I return to admire design that I am not capable of myself.
    • On your about page the profile div (i didn't check) might do better absolutely positioned and put at the bottom of the page but only (and just only) for the sake of printing. Or the print.css might need to be modified so the content shows up in the big white space it renders now.

    Again, great work all around, these are just cosmetics in my opinion.

    Nice criticism, some of those things are funny lolI've been meaning to fix some of those things. Thanks for pointing some of these out.
  4. :-O Jaw-dropping site ... very nicely done. I especially loved the sliding panel on your about page. I did notice two things though. Just like what boen_robot said, when switching between your color schemes, it did take a while to load the images. Your CSS validation link seems to be a bad url. That's it, other than that, it's simply perfect.
    Thanks for you feedback, I appreciate! :)The sliding panel was a pain but I got it working in all browsers correctly. I'll look into the css validation link. I know that w3c changed their validation page since so that might have something to do with it.
  5. Your li elements should probably already be display:block;. If so, you should be able to set height and width as well.
    What if my li are inline. Block would cause to be one underneath the other.
  6. I don't really want to make the text on the buttons just text. Is there a way I could make only the arrow appear on the button instead of loading the same button but with the arrow?

  7. Thank you for your suggestions.I wanted to use :hover instead of js and only have the arrow appear on hover but didn't find a way to do it. I know I can change background image with css but I need the image to be clickable... If you know of a way please let me know.

  8. [ Solved ]I got the direction working pretty well now.The thing is I want an image to be the link to slide the div. I want the image to be on the left border of the div so when it's closed you only see the image (like a tab) and when you click it, it opens the div and it slides with it. I thought the simplest way was to include the image in the sliding div except seems like the way this is coded that anything that's inside the div will be hidden when closed.PHP: http://www.vchris.net/about/abouttest_e.phpJS: http://www.vchris.net/about/animatedcollapse.jsIf you got some skill in JS and think there's a way to fix this, let me know. I've been working on this for a couple hours and can't find a way to do it. I've already tried adding 50px to the width but doesn't seem to work.

×
×
  • Create New...