SITE REVIEW: Happyfood

  • Flaky
  • Beginner
  • Beginner
  • User avatar
  • Joined: Aug 22, 2004
  • Posts: 38
  • Status: Offline

Post September 2nd, 2005, 10:33 am

Hey guys, i posted hre awhile ago about happyfood. It's been some time now, so a couple weeks ago I finally bought a domain and a premium cafepress shop.

All happyfood is, is a collection of pictures of vegtibles, with smiley faces drawn on them in MS-Paint or Photoshop. Very simple.

http://wherefoodishappy.com

http://cafepress.com/happyfoodswag

I have a myspace for happyfood as well.

http://myspace.com/happyfood

Let me know what you think!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 2nd, 2005, 10:33 am

  • UPSGuy
  • Lurker ಠ_ಠ
  • Web Master
  • User avatar
  • Joined: Jul 25, 2005
  • Posts: 2735
  • Loc: Nashville, TN
  • Status: Offline

Post September 2nd, 2005, 10:42 am

One suggestion for you would be, in gallery, make all of your picture rows centered vertically...It would help eliminate that look of unevenly spaced rows.
I'd love to change the world, but they won't give me the source code.
  • Rule-of-Three
  • Novice
  • Novice
  • No Avatar
  • Joined: Nov 27, 2004
  • Posts: 24
  • Status: Offline

Post September 2nd, 2005, 11:27 am

Looks amatuer made site...
  • theak
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 11, 2004
  • Posts: 438
  • Loc: Taipei, Taiwan
  • Status: Offline

Post September 2nd, 2005, 12:03 pm

Not too bad, but I think the text would benefit from some padding in your tables. It needs just a little more gap between the start/end of the text and the table edge.
Trust the Monkey
http://www.ironricebowl.com
  • mic check
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 05, 2005
  • Posts: 25
  • Loc: US
  • Status: Offline

Post September 5th, 2005, 7:14 pm

Good but doesnt make me hungry. Just kidding, the shirts are cool.
  • edawg
  • Graduate
  • Graduate
  • User avatar
  • Joined: Jul 30, 2005
  • Posts: 105
  • Status: Offline

Post September 6th, 2005, 2:44 pm

All round I like the look of the site , think the colors fit really well!!, and by the looks of things, your shoutbox , its being used as a shouting match so far!. the only other thing is the google ads to the right, the white takes the eyes away from the main part of your site???, unless intended!!??? :D
  • UPSGuy
  • Lurker ಠ_ಠ
  • Web Master
  • User avatar
  • Joined: Jul 25, 2005
  • Posts: 2735
  • Loc: Nashville, TN
  • Status: Offline

Post September 9th, 2005, 6:14 pm

hrmm....this site made gorillamask.net:

Quote:
Happy Food! Food with smiley faces on it. (I will now conclude this terribly lame link entry with the Dane Cook quote that popped into my head while viewing the page... "My dick feels like corn.")
I'd love to change the world, but they won't give me the source code.
  • Flaky
  • Beginner
  • Beginner
  • User avatar
  • Joined: Aug 22, 2004
  • Posts: 38
  • Status: Offline

Post September 9th, 2005, 7:29 pm

it sure did, i submitted it around 3 days ago
  • apsblackbelt2
  • Professor
  • Professor
  • No Avatar
  • Joined: Aug 17, 2005
  • Posts: 760
  • Loc: George Mason University
  • Status: Offline

Post September 9th, 2005, 7:36 pm

hah congrats on the link back! Hard to come across. Nice layout but needs some work. Padding should help. But i like the idea/concept.......Im thinking of buying a shirt!
  • PremTech
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jun 24, 2005
  • Posts: 58
  • Loc: Toowoomba Queensland Australia
  • Status: Offline

Post September 9th, 2005, 8:10 pm

hi ..

well done nice simple layout

Just a few things from my perspective.

your site doesn't have a doctype

The <!DOCTYPE> declaration is the very first thing in your document, before the <html> tag. This tag tells the browser which HTML or XHTML specification the document uses.


Your styles shoud go in between the <head> and </head> tags as well... better still use external stylesheets


You also need a content-type tag as well;

here is a basic html document header for starters:

Code: [ Select ]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Your Website Title</title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="description" content="Your Site Description." />
<meta name="keywords" content="your Keywords" />
<link rel="stylesheet" href="your external stylesheet" type="text/css" />
</head>
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Your Website Title</title>
  5. <meta http-equiv="Content-Style-Type" content="text/css" />
  6. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  7. <meta name="description" content="Your Site Description." />
  8. <meta name="keywords" content="your Keywords" />
  9. <link rel="stylesheet" href="your external stylesheet" type="text/css" />
  10. </head>



then go to the W3c Site and validate your code... this will help you learn accurate coding

Well done on your site though...I like it

Cheers
Warren
  • Flaky
  • Beginner
  • Beginner
  • User avatar
  • Joined: Aug 22, 2004
  • Posts: 38
  • Status: Offline

Post September 14th, 2005, 7:28 pm

My site made http://gotbored.com as well!

horrah!
  • apsblackbelt2
  • Professor
  • Professor
  • No Avatar
  • Joined: Aug 17, 2005
  • Posts: 760
  • Loc: George Mason University
  • Status: Offline

Post September 14th, 2005, 7:52 pm

the link doesnt work, is the site down or temp down?
  • Flaky
  • Beginner
  • Beginner
  • User avatar
  • Joined: Aug 22, 2004
  • Posts: 38
  • Status: Offline

Post September 15th, 2005, 7:22 pm

Flaky wrote:
My site made http://gotboredom.com as well!

horrah!


fixed it

its gotboredom people
  • apsblackbelt2
  • Professor
  • Professor
  • No Avatar
  • Joined: Aug 17, 2005
  • Posts: 760
  • Loc: George Mason University
  • Status: Offline

Post September 15th, 2005, 7:28 pm

Oh! Nice job on that as well then!
  • Flaky
  • Beginner
  • Beginner
  • User avatar
  • Joined: Aug 22, 2004
  • Posts: 38
  • Status: Offline

Post September 17th, 2005, 8:49 am

why thank you

which shirt were you thinking of buying? because i can customize one for you, if you would like
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 17th, 2005, 8:49 am

Post Information

  • Total Posts in this topic: 21 posts
  • Moderator: Website Reviewers
  • Users browsing this forum: No registered users and 32 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.