My New Site Design

Design Forums > The Design Studio > Work/Project Feedback & Critique > My New Site Design


Reply
 
LinkBack Thread Tools Display Modes
Mikey is offline
Member
61 Posts
UK
My New Site Design

This is my new site design I have been working on...

Mike Ingham | Design Portfolio - Web & Graphic Designer

Still need to add more work and tweak a few bits but let me know hat you think.


Last edited by Mikey; 18-01-09 at 03:39 PM..
  Quote Post 1 Posted 14-01-09
Jazajay is offline
Dev.Project manager
1,333 Posts
Leicester, UK
Hay buddy a few things ~
This can be removed ~
<meta name="ROBOTS" content="INDEX,FOLLOW" />

Because that is what search engines do, unless you tell them otherwise, so is a pointless piece of code.

The keywords meta again can be removed as it is not even indexed.

Your menu should be in a list form, it would reduce your code bloat and be semantically correct as it is a list of links.

This ~
<div id="banner"><img src="http://www.designforums.co.uk/images/home.jpg" alt="The Cutting Room Flyer" /></div>

Can be reduced to ~
<img id="banner" src="http://www.designforums.co.uk/images/home.jpg" alt="The Cutting Room Flyer" />

So again reduces your bloat.

hello should start with a capitol as it is a beginning of a sentence.

This whole section can be changed from ~
<div id="hometext">
hello, welcome to my online website which showcases examples of my work within<br />the <h2>web</h2> &amp; <h2>graphic</h2> design field
</div>

to ~

<div id="hometext">
Hello, welcome to my website which
showcases examples of my work within
the <strong>web</strong> &amp; <strong>graphic</strong> design field
</div>


Then give hometext a rule of
#hometext{white-space: pre}

As that will reduce the br tag, change the h2 tags which are heading tags to the correct strong tag which makes it semantically correct.

Your home link shouldn't be active on your home page, leads to confusion to what page they are on.

Create a plain file call it .htaccess and place this code in it ~

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mikeinghamdesign\.com/ [nc]
RewriteRule ^(.*)$ http://www.mikeinghamdesign.com/$1 [R=301,L]


What this will do is redirect your www. and non www. versions to the www. version.
This in the search engines eyes makes the site 1 site, other wise it is classed as 2 and you will be penalized as a result.

Upload that file to your root directory.

Design wise, simple but I really like it.
Hope it helps
Jaz



Do your bit keep children safe and report illegal content to the IWF.
ADHD or a reaction to food additives? The Hyperactive Children's Support Group
Ever wondered how to create a contact form for your site? Then follow this easy tutorial
Does your site meet the legal requirements of the DDA? Not sure then find out if it does

Last edited by Jazajay; 15-01-09 at 06:32 PM..
  Quote Post 2 Posted 14-01-09
Alex is offline
Web Designer
14 Posts
Ottawa, Canada
Perhaps it's just me, but something sounds funny about "welcome to my online website..."

I think it could be rephrased to sound a bit more formal.

That being said, I like the simplicity of the site.

  Quote Post 3 Posted 14-01-09
Mikey is offline
Member
61 Posts
UK
Heys guys cheers for the comments.

Thanks for taking the time to comment on my code Jazajay, always good to learn new stuff, I used the <h2> tags for the one that one bit for the only reason that it may have a slight benefit in my search rankings. Is there any benefit?

  Quote Post 4 Posted 15-01-09
Jazajay is offline
Dev.Project manager
1,333 Posts
Leicester, UK
Hay buddy,
My fault ~
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mikeinghamdesign\.com/ [nc]
RewriteRule ^(.*)$ http://www.mikeinghamdesign.com/$1 [R=301,L]

Should be ~

RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.mikeinghamdesign\.com [nc]
RewriteRule ^(.*)$ http://www.mikeinghamdesign.com/$1 [R=301,L]


No trailing slash on line 2, it's giving you a redirection loop because of that error, change it and it should fix it, let me know if it doesn't.

Yes h2 tags do have a minor effect but strong tags also have a minor effect and strong is more semantically correct. It is also very doubtful you make any major difference by keeping them as a h2, so you want them to be semantically correct TBH.

Jaz



Do your bit keep children safe and report illegal content to the IWF.
ADHD or a reaction to food additives? The Hyperactive Children's Support Group
Ever wondered how to create a contact form for your site? Then follow this easy tutorial
Does your site meet the legal requirements of the DDA? Not sure then find out if it does
  Quote Post 5 Posted 15-01-09
Mikey is offline
Member
61 Posts
UK
Changed that, thanks.

  Quote Post 6 Posted 15-01-09
Jazajay is offline
Dev.Project manager
1,333 Posts
Leicester, UK
No worries,
Having an off day.



Do your bit keep children safe and report illegal content to the IWF.
ADHD or a reaction to food additives? The Hyperactive Children's Support Group
Ever wondered how to create a contact form for your site? Then follow this easy tutorial
Does your site meet the legal requirements of the DDA? Not sure then find out if it does
  Quote Post 7 Posted 15-01-09
tbwcf is offline
Designer/Developer
1,122 Posts
Hi Mike, I like the design only thing I noticed is on your about page you have letter heads as two words (not being picky as I'm rubish at spelling n grammer just guessed you'd missed it.


  Quote Post 8 Posted 15-01-09
furto is offline
Web designer
45 Posts
Sydney, Australia
The site is just great, i love that dark wood grain background. One thing i noticed is the image for 'the cutting room' portfolio item is pixelated and a bit blurry. That is on the home page only, not in the portfolio. Also, on all the pages clicking 'home' takes the user back you your old site, however im sure you will fix this once you implement this as your primary website!

Other than those minor minor things, site looks amazing!



Ryan Furtner
Web & Graphic Designer
www.furtzdesigns.com
  Quote Post 9 Posted 16-01-09
Mikey is offline
Member
61 Posts
UK
Cheers for the comments guys. keep them coming.

  Quote Post 10 Posted 16-01-09
endofgeneric is offline
Graphic Designer
56 Posts
Scotland, UK
Quote:
Originally Posted by Jazajay View Post
What this will do is redirect your www. and non www. versions to the www. version.
This in the search engines eyes makes the site 1 site, other wise it is classed as 2 and you will be penalized as a result.
Hey Jazajay, can you explain what you mean by "non www. versions" please? I don't know if I'm just being slow!

I'm really liking the design of the site!



endofgeneric // Graphic Designer, Scotland UK
Visit my portfolio http://www.endofgeneric.com // Follow me on Twitter


Last edited by endofgeneric; 16-01-09 at 10:39 PM.. Reason: posted in wrong thread!
  Quote Post 11 Posted 16-01-09
furto is offline
Web designer
45 Posts
Sydney, Australia
For example, my site would be seen as

www.furtzdesigns.com

AND

furtzdesigns.com

That .htcaccess or whatever its called makes the search engines see both as one website instead of two completely diferent sites.



Ryan Furtner
Web & Graphic Designer
www.furtzdesigns.com

Last edited by furto; 17-01-09 at 12:19 AM..
  Quote Post 12 Posted 16-01-09
endofgeneric is offline
Graphic Designer
56 Posts
Scotland, UK
Hey thanks Furto, I'm kind of grasping it...in what capacity would you have the 'non- www." site name though? Am I just being really stupid haha?

By the way, your signature link is linking to a site other than your own. Just so you know

....unless that's your alter ego?



endofgeneric // Graphic Designer, Scotland UK
Visit my portfolio http://www.endofgeneric.com // Follow me on Twitter

  Quote Post 13 Posted 16-01-09
Jazajay is offline
Dev.Project manager
1,333 Posts
Leicester, UK
Yeah Furto pretty much has hit it on the head, TBH.
Basically go to the address bar of your site, if you have not loaded the code up.
Delete the www. section and press enter and you see the same page, now the problem with this, even though it is stupid, is the url is now different, this version doesn't have the www. in, but the content is the same.

Now any equity the search engines give you if they reference the non www. could mean it could be halved this thus effects your rankings as the power you have to rank those pages (equity) is not a strong as it could be.

Now the solution is a 301 redirect which means that the contents of this url now reside at the new www. address. The search engines then pass the equity on to the www. version.
Quote:
in what capacity would you have the 'non- www." site name though?
I may be being stupid but you get it when you buy the www. version.

If instead you mean when would you link to the non www. version, well I don't link to the www. version TBH, but it's not nesercarily you who has to.

I'm a competitor, who knows how to rank pages, I look at yours and I see their is no redirect in place I then get 1 link to the non www. version and you then become penalized for duplicate content as you have the same content under two urls, and any equity you get from that link is again not maximized, you then lose a place in the SERPs and I move up, with out doing a thing.

To me it's more of a security thing TBH as well as crossing the T's and dotting all the I's.

Hope that has explained it well enough, let me know if it hasn't. :-)
Jaz



Do your bit keep children safe and report illegal content to the IWF.
ADHD or a reaction to food additives? The Hyperactive Children's Support Group
Ever wondered how to create a contact form for your site? Then follow this easy tutorial
Does your site meet the legal requirements of the DDA? Not sure then find out if it does

Last edited by Jazajay; 17-01-09 at 04:26 PM.. Reason: Spelling
  Quote Post 14 Posted 17-01-09
furto is offline
Web designer
45 Posts
Sydney, Australia
Lol thanks endofgeneric, thats what I get for stealing someone's signature.



Ryan Furtner
Web & Graphic Designer
www.furtzdesigns.com
  Quote Post 15 Posted 17-01-09
Tags: design, site
Reply

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



vBulletin® Copyright ©2000-2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0