Search results

  1. CaldwellYSR

    Easy Portfolio uploads

    Should have put a winky face after the legwork comment. Wasn't meant to be malicious.
  2. CaldwellYSR

    Mobile website/design

    CSS Media queries are the way to go.
  3. CaldwellYSR

    Easy Portfolio uploads

    There are plenty of places where you can find free themes, not doing that legwork for you. If you want some specific though you'll have to build it yourself. Wordpress themes are definitely the easiest of the major 3 CMS templates to build and artist portfolios probably the easiest of those...
  4. CaldwellYSR

    what does coral do that photoshop doesnt

    Coral Draw is a vector program, better compared to illustrator than photoshop. That being said photoshop does pixel based graphics as well as vector based graphics. It comes down to personal choice.
  5. CaldwellYSR

    Easy Portfolio uploads

    Yes, really simple.
  6. CaldwellYSR

    Easy Portfolio uploads

    You should look at different Content Management Systems (CMS) like Wordpress, Joomla, or Drupal. There are other, much smaller CMS's, that will do the trick but the more popular ones are those three. I've done alot of work with Wordpress and photography portfolios are super easy in Wordpress!
  7. CaldwellYSR

    help

    Ummmm write the html and then style it with CSS?
  8. CaldwellYSR

    flash object with onclick image popup

    Nope not misunderstanding.... you shouldn't be using flash. Sorry not sorry
  9. CaldwellYSR

    Text on top of an html5 animation

    Show us a live example or code or something.... Hard to help you when we can't see the problem.
  10. CaldwellYSR

    YouTube Videos gone to crap...

    Looks fine to me, might be a browser-specific issue.
  11. CaldwellYSR

    When zoomed in background doesn't carry.

    interesting when I added it to .content it fixed it for all of the elements. I didn't test all browsers though that was just Chrome.
  12. CaldwellYSR

    design a website

    Go away! Why can't we delete crap like this?
  13. CaldwellYSR

    Project missing - Structure and colors

    I'd make the navigation a bit bigger. If I was looking through that site I'd miss the navigation the first time. Your logo is pretty unreadable to me, it's too slim and the shadow behind it is too harsh. Also it should be moved to the right to line up with the left column. The light gradient...
  14. CaldwellYSR

    flash object with onclick image popup

    and THAT is most of the problem. If the flash file is really big then just think of what it's going to do to your website. Everytime you get a visiter they're going to have to load that big file which will take precious seconds and alot of them will leave. I know unless I really need to be on a...
  15. CaldwellYSR

    flash object with onclick image popup

    Basically flash shouldn't happen in web design. I know you came here just wanted a code snippet to throw in and make work but flash isn't the answer. Whatever effect you're doing will be better served with jquery or even CSS if possible. Show us what you're trying to do and we will be able to...
  16. CaldwellYSR

    Footer question

    You're looking for position: fixed in CSS. Honestly I can't really see a footer needing this... the footer doesn't typically contain important enough information to warrant being seen at all times.
  17. CaldwellYSR

    flash object with onclick image popup

    If you're doing a "simple trophy award" then you don't need flash. Nothing "simple" in web design happens with flash. Honestly nothing besides videos or games should happen in flash but that's just me.
  18. CaldwellYSR

    Web Design Forum Going Mobile?

    What are the chances these forums are going to go mobile anytime soon? It is a pain to work try to look at posts on my iPhone and I feel like, especially for a forum like this, a mobile stylesheet would be pretty simple. I don't know who the owners are but with the community we have I'm sure we...
  19. CaldwellYSR

    When zoomed in background doesn't carry.

    You need to set a min-width that's big enough to accomodate the content. Specifically... .content { min-width: 960px; } tested it in firebug on http://codedoorwebdesign.com/index.html and it fixed the issue. There's no reason to define width: 100% because it gets that by default so if you...
  20. CaldwellYSR

    Newbie - design question, how does this work?

    That's jquery.... jquery uses CSS selectors so the # is grabbing the element with that id.
Top