Savage's Awesome Photoshop Skills!

Discussion in 'Graphics Showoff' started by Tyler, Jun 9, 2009.

  1. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    First of all: as some of you may or may not know, I don't have them.
    ----------
    ----------
    Now that that's clear, let's get cookin', shall we? Last night I had the sudden urge to remove the dead WordPress blog from my "personal" website and replace it with a holder-page, which would then eventually have the usual "about, contact, portfolio", etc. pages on it.

    I got as far as making a lousy image in Photoshop to put there. The best part about it is that it took me a good two hours to get the complete product that I was willing to settle with. Yes, two hours for this little thing. Before this, it looked completely different a good 10 or more times. Right before I would save it I would think to myself, "No, not this.", and go back and start playing with it again.
    ----------
    ----------
    For the sake of having my own showcase thread, I present you with one of my only Photoshop-rendered images: FE.TW (soon I'll have some information on the site as well). :ohi:

    Feedback and advice is much appreciated. This is something I would like to get better at.
     
  2. plazzman

    plazzman Adept

    Joined:
    May 17, 2009
    Messages:
    180
    Likes Received:
    6
    You know what, that's actually pretty good. Very good.

    I was gonna complain about the text, but then I realized I'd probably do something like that too, and have other people complain to me, so screw that. I like it.

    PS: Perhaps use a tid bit of white in there to touch it up
     
  3. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    I actually like it how it is. I don't think white is needed, maybe a very light gray. ^____^ I like though.
     
  4. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    Savage, I noticed the link in your signature and checked it out earlier - I was wondering who made it because it's pretty damn good in my opinion.

    One thing though... It's probably because I have a tiny 19" monitor, but the image is cut off. I have to zoom out of the page (CTRL + scroll down) in order to see all of it. :shifty:
    I can post a screenshot if you'd like.
     
  5. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    Looks great, in my opinion.

    Though, the image isn't well aligned- you can't read the whole text.

    Maybe you could center it, or even put it where it's not as far right?
     
  6. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    Thank you for the kind feedback, everyone - I'm quite surprised. :):confused:

    @Nick and Tom: I had a feeling this would happen to people with smaller monitors/resolutions. If you look at the code, I have the image fixed using pixels so it would be in the bottom right corner. Does anyone know how I can have it show in the bottom right corner of anyone's screen (like, it adjusts according to the size of their screen)? Maybe I would use % instead of px?
     
  7. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    The attachment is a screenshot of how I see it and how I wanted it to show for everyone else.
     
  8. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    Not sure how this could be possible, though, did you check Google?
     
  9. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    If you're using CSS it should be
    }
    .body{
    background:#color url(link) left bottom no-repeat
    }
     
  10. Soliloquy

    Soliloquy Regular Member

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    On my screen it shows up far to the right, cut off on the right side, but it isn't all the way at the bottom of the page.
     
  11. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    2 people like this.
  12. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    Thanks, I think it's good now. Does it show in about the spot as the screenshot for you now?
     
  13. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    Nope, still in the same place.
     
  14. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    Take out the fixed....
     
  15. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    Yep, it's looking good. :thumbup:

    P.S.: Did you find my post helpful? :unhunh:
     
  16. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    <html>
    <head>
    <title>FE.TW</title>
    </head>
    <style type="text/css">
    body
    {
    background-color:black;
    background-image: url('/images/felogo.png');
    background-repeat: no-repeat;
    background-position: bottom-left
    }
    </style>
    </html>
     
  17. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    It has to remain fixed in order for it to work in Safari and Opera.
    It's set to fixed right now and it is where it should be now.

    If it didn't change for you, try doing a hard refresh.
     
  18. Tom

    Tom Regular Member

    Joined:
    May 27, 2009
    Messages:
    153
    Likes Received:
    18
    Location:
    New York
    Not for me.
     
  19. Tyler

    Tyler The Badministrator

    Joined:
    Dec 23, 2007
    Messages:
    3,079
    Likes Received:
    63
    Location:
    Long Island, NY
    First Name:
    Tyler
    It is weird that it works only for Nick. Like he said, try a hard refresh.
     
  20. FullMetalBabe

    FullMetalBabe Zealot

    Joined:
    May 30, 2009
    Messages:
    2,912
    Likes Received:
    339
    @_@ I find that kind of...crazy... It works fine for me... but I had webpages that I didn't use Fixed and still works.
     

Share This Page