You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
PandaSnip3r
  • TTG Senior
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
XZINSANITYXZ wrote It's too basic, bad color scheme and has oversized content. Not user friendly, hard on the eyes.

I'm really undecided on the color scheme. I just used this background until I'm done with the site. What colors would you recommend to go with the gray? Not sure exactly what you mean by oversized content... Care to clarify? Thanks for the feedback, BTW.
#12. Posted:
PandaSnip3r
  • TTG Senior
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
XZINSANITYXZ wrote It's too basic, bad color scheme and has oversized content. Not user friendly, hard on the eyes.

Does this look any better?

[ Register or Signin to view external links. ]
#13. Posted:
Dogify
  • Challenger
Status: Offline
Joined: Mar 26, 201212Year Member
Posts: 100
Reputation Power: 4
Status: Offline
Joined: Mar 26, 201212Year Member
Posts: 100
Reputation Power: 4
I like everything besides the design
#14. Posted:
PandaSnip3r
  • TTG Senior
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
Dogify wrote I like everything besides the design

What do you mean by the design? Like, the way things are set up or what?
#15. Posted:
XZINSANITYXZ
  • Challenger
Status: Offline
Joined: May 01, 201013Year Member
Posts: 156
Reputation Power: 56
Status: Offline
Joined: May 01, 201013Year Member
Posts: 156
Reputation Power: 56
PandaSnip3r wrote
XZINSANITYXZ wrote It's too basic, bad color scheme and has oversized content. Not user friendly, hard on the eyes.

I'm really undecided on the color scheme. I just used this background until I'm done with the site. What colors would you recommend to go with the gray? Not sure exactly what you mean by oversized content... Care to clarify? Thanks for the feedback, BTW.


Go with a light gray color BG and try to size the content appropriately, the whole this site is best viewed in, seemed oversized.
#16. Posted:
iiLagZz_x
  • Powerhouse
Status: Offline
Joined: Aug 18, 201013Year Member
Posts: 466
Reputation Power: 20
Status: Offline
Joined: Aug 18, 201013Year Member
Posts: 466
Reputation Power: 20
Its not bad for your first attempt, my first sites were terrible :')

Being a web designer/programmer myself, coding in most web languages (PHP, HTML, CSS, JavaScript (With jQuery)) i feel i may be able to help you out abit ;)

Some tips:
- Try not to use solid colours, can you make it into an image and add little noise? or small stripes? ( [ Register or Signin to view external links. ] )
- Do all of the colours go? Do they clash?
- If you was paying for it, would you like it better?

Try and think of those as you develop it.
To improve what you have there, i personally would:

  • use a coloured background (red seems to be your colour scheme) and add some noise, if you don't know what i mean by that then take a look at [ Register or Signin to view external links. ]
  • Make it brighter, more "happy" you can do this by mixing in a range of colours, for example a different colour for links, bright colours like white.
  • Also, try and use a graphic for the title banner rather than CSS3 for two reasons, Firstly, CSS3 doesnt work in < IE8 and the other reason being you can make it look more realistic
  • Try and use shadows where possible, so like under your top navigation, under the center bit of the banner. It's small details like this which make all the difference


I have a current project which uses a red-ish colour scheme with opacity etc, Feel free to take a look at it for ideas if you wish: [ Register or Signin to view external links. ]
#17. Posted:
-Facebook
  • TTG Senior
Status: Offline
Joined: Sep 19, 201013Year Member
Posts: 1,533
Reputation Power: 71
Status: Offline
Joined: Sep 19, 201013Year Member
Posts: 1,533
Reputation Power: 71
Love the way you used the opacity.
I don't like the stripes.

Could you please tell me how you done the rollover effect when you went over the browser icons? i love that!

Looks good so far, just too stripy.
#18. Posted:
PandaSnip3r
  • TTG Senior
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
Status: Offline
Joined: Jun 19, 200914Year Member
Posts: 1,091
Reputation Power: 44
-Facebook wrote Love the way you used the opacity.
I don't like the stripes.

Could you please tell me how you done the rollover effect when you went over the browser icons? i love that!

Looks good so far, just too stripy.

I used a "box shadow" in CSS. I made the shadow the same color as the banner containing it, giving the illusion that it's all one piece.

Here's my code for it:

.yourClass
{
        /*positioning goes here*/
   width:115px;
   height:115px;
   border-radius:100px; /*makes the div a circle instead of a square*/
   -moz-transition:.3s; /*also add '-webkit-transition:' and '-o-transition:'*/
}

.yourClass:hover
{
   box-shadow:0px 0 0px 80px #ba6464;  //set the shadow to have no blur and same color as backdrop*/
}


iiLagZz_x wrote Its not bad for your first attempt, my first sites were terrible :')

Being a web designer/programmer myself, coding in most web languages (PHP, HTML, CSS, JavaScript (With jQuery)) i feel i may be able to help you out abit ;)

Some tips:
- Try not to use solid colours, can you make it into an image and add little noise? or small stripes? ( [ Register or Signin to view external links. ] )
- Do all of the colours go? Do they clash?
- If you was paying for it, would you like it better?

Try and think of those as you develop it.
To improve what you have there, i personally would:

  • use a coloured background (red seems to be your colour scheme) and add some noise, if you don't know what i mean by that then take a look at [ Register or Signin to view external links. ]
  • Make it brighter, more "happy" you can do this by mixing in a range of colours, for example a different colour for links, bright colours like white.
  • Also, try and use a graphic for the title banner rather than CSS3 for two reasons, Firstly, CSS3 doesnt work in < IE8 and the other reason being you can make it look more realistic
  • Try and use shadows where possible, so like under your top navigation, under the center bit of the banner. It's small details like this which make all the difference


I have a current project which uses a red-ish colour scheme with opacity etc, Feel free to take a look at it for ideas if you wish: [ Register or Signin to view external links. ]

I'm really not aiming to please everyone's browsers as on the front page of my website I've added a link to download a new browser if the page isn't displaying properly.
#19. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
PandaSnip3r wrote I'm really not aiming to please everyone's browsers as on the front page of my website I've added a link to download a new browser if the page isn't displaying properly.

Don't expect people to download and install a different browser just to view your website properly for 10 seconds.
Instead, they will think "he can't even make a working website" and leave your site ;)
#20. Posted:
Mofos
  • TTG Senior
Status: Offline
Joined: Jan 12, 201212Year Member
Posts: 1,500
Reputation Power: 75
Status: Offline
Joined: Jan 12, 201212Year Member
Posts: 1,500
Reputation Power: 75
It reminds me of a carnival, but i think it is to basic and the graphics are bad. But being your first i give you credit.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.