Author Topic: Blog Design  (Read 946 times)

0 Members and 1 Guest are viewing this topic.

Offline lostprophetpunkTopic starter

  • Enthusiast
  • Posts: 268
  • Gender: Male
    • View Profile
Blog Design
« on: January 04, 2010, 02:24:00 PM »
I have just integrated wordpress into my website. I have not finished the main website design yet, but have managed to finish the blog and the design.

Click here to view the design.

Note: Before it gets mentioned, the template was created by me.

Offline ignace

  • Guru
  • Freak!
  • *
  • Posts: 5,093
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #1 on: January 04, 2010, 02:55:08 PM »
Nice design

Few remarks

- Your markup contains 7 errors
- Your CSS contains one error
Developer from Belgium, Vlaams-Brabant

Offline mrMarcus

  • Devotee
  • Posts: 1,475
  • Gender: Male
  • 2011/12 Stanley Cup Champions.
    • View Profile
Re: Blog Design
« Reply #2 on: January 04, 2010, 03:32:20 PM »
header is cool.

personally, how the Archives and Welcome underlines don't lineup bothers me.

either line them up or give the headings on the right side some design.

Offline yyboo

  • Irregular
  • Posts: 13
  • Gender: Female
  • Hiya!
    • View Profile
    • Mommatown
Re: Blog Design
« Reply #3 on: January 04, 2010, 09:18:48 PM »
Very easy on the eyes! Great Look! Would be nice if the phone was animated somehow or interactive,  ;) but..

I would add a little space to the left, so that the Welcome, it's rule line, and it's text underneath could be moved over to the right a little bit, it is too close to the left edge of the "paper" visually, in my opinion..  The right menu is ok close to the paper, because it sets it apart as a "different thing" than the main copy.
-----------------------------
www.mommatown.com

Offline lostprophetpunkTopic starter

  • Enthusiast
  • Posts: 268
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #4 on: January 05, 2010, 02:42:55 AM »
The validation errors have been sorted out, both the xhtml and css are now compliant.

Thank you for your feedback. I will need to line the sidebar up with the main content as you suggested.

I really do appreciate your feedback.

Offline ignace

  • Guru
  • Freak!
  • *
  • Posts: 5,093
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #5 on: January 05, 2010, 03:18:24 PM »
- Your CSS still contains errors
- How do you add a comment? (Make it more obvious)
- Avoid here, click here, ..
- The text in your header is lost use image replacement instead

Nothing more to critic as there is very few to critic
« Last Edit: January 05, 2010, 03:21:41 PM by ignace »
Developer from Belgium, Vlaams-Brabant

Offline lostprophetpunkTopic starter

  • Enthusiast
  • Posts: 268
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #6 on: January 06, 2010, 02:39:46 AM »
- Your CSS still contains errors
- How do you add a comment? (Make it more obvious)
- Avoid here, click here, ..
- The text in your header is lost use image replacement instead

Nothing more to critic as there is very few to critic
Not sure what you mean by 'image replacement'. The header is just one image.

The CSS doesn't validate due to these...
Code: (css) [Select]
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

This is because the properties are valid, but are not recognised as valid by the CSS 2.1 and CSS 3 validator.

Also, before anyone points out. The reason why you don't see any navigation links on the blog, is because they will be put there when I have the rest of the site up.

Offline ignace

  • Guru
  • Freak!
  • *
  • Posts: 5,093
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #7 on: January 06, 2010, 06:07:17 AM »
Code: [Select]
<h1><span class="website-title">Minihobbs <span class="tag-line">Portfolio of Matt Hobbs</span></span></h1>
Code: [Select]
#header h1 .website-title { margin-left: -99999999px; }
#header h1 { background-image: url(images/header.jpg); background-repeat: no-repeat;  .. }
Developer from Belgium, Vlaams-Brabant

Offline lostprophetpunkTopic starter

  • Enthusiast
  • Posts: 268
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #8 on: January 06, 2010, 06:37:40 AM »
Code: [Select]
<h1><span class="website-title">Minihobbs <span class="tag-line">Portfolio of Matt Hobbs</span></span></h1>
Code: [Select]
#header h1 .website-title { margin-left: -99999999px; }
#header h1 { background-image: url(images/header.jpg); background-repeat: no-repeat;  .. }
I have no real need for an image and an h1 in the header.

Offline ignace

  • Guru
  • Freak!
  • *
  • Posts: 5,093
  • Gender: Male
    • View Profile
Re: Blog Design
« Reply #9 on: January 06, 2010, 07:24:43 AM »
You surely won't need it. Do you think Google also won't need it?
Developer from Belgium, Vlaams-Brabant