Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    LeeStewie's Avatar
    LeeStewie is offline IM & SEO Weak Jaw LeeStewie will become famous soon enough
    Join Date
    Aug 2011
    Location
    Derbyshire, UK
    Posts
    185
    Thanks Given
    38
    Thanked 50 Times in 32 Posts

    Please review my website

    Hi all,

    Another site to be reviewed for you!

    Myself and brother have been working on a website for web development: http://www.webmonkee.co.uk/

    Appreciate any feedback / comments you can offer - whether negative or positive (although I'd prefer the latter )

    Cheers,

    Lee

  2. #2
    wink0r's Avatar
    wink0r is offline Moderator wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold wink0r is a splendid one to behold
    Join Date
    Oct 2010
    Location
    East Coast, USA
    Posts
    2,183
    Thanks Given
    941
    Thanked 651 Times in 491 Posts
    FireFox 11 has added some error checking in the 'view page source' option. It has a couple of minor complaints with the page. It either feels that the <head> tag should be before the first script or is missing and it is complaining about the lack of a semi-colon in the copyright symbol code, I think. (FireFox forgives the typo in the display, but I would not make any guarantee for all browsers)

    It is also interesting that a brand new site is copyrighted 2011. Since the page extensions are .php anyway there is a tiny bit of php code that will keep the year current. I am not enough of a php coder to remember the exact syntax, but just ask the php parser to pull the current year and insert it into the code.

    One other thing that I like to do is make the page background image fixed, so that the background does not move if the page is long enough to scroll (contact page). Speaking of the contact page, since people must input information you should probably have a privacy policy, even if the form data is completely volatile.

    The design, itself, is nice and clean. I like it.

  3. #3
    bencurnow's Avatar
    bencurnow is offline IM & SEO Small Talker bencurnow has a spectacular aura about bencurnow has a spectacular aura about
    Join Date
    Jan 2012
    Location
    England
    Posts
    561
    Thanks Given
    120
    Thanked 137 Times in 119 Posts
    It looks nice

    The code for the copyright thing is this

    PHP Code:
    &copy; Copyright <?php
    // Replace $then with the year company started
    $then 2007;
    $now date('Y');
    if (
    $then == $now)
    echo 
    $now;
    else
    echo 
    "$then - $now"?>
    I hope that helps

  4. #4
    webdesigneriqbal is offline IM & SEO Whisperer webdesigneriqbal is on a distinguished road
    Join Date
    Feb 2012
    Location
    sheffield
    Posts
    36
    Thanks Given
    3
    Thanked 6 Times in 6 Posts
    very nice web site. but there is room for improvement in term of performance.
    1. avoid bad request,
    2. optimaize images
    here is the full report
    https://developers.google.com/pagesp...p&mobile=false


 

Similar Threads

  1. review of my website
    By AlexMixXL in forum Get Reviewed (Your Websites, SEO, Designs, Tools...)
    Replies: 4
    Last Post: 01-16-2012, 07:30 AM
  2. Need review of my website
    By eghaz in forum Get Reviewed (Your Websites, SEO, Designs, Tools...)
    Replies: 18
    Last Post: 11-09-2011, 07:17 PM
  3. Review my website, please
    By flashas in forum Get Reviewed (Your Websites, SEO, Designs, Tools...)
    Replies: 15
    Last Post: 10-09-2011, 10:22 AM
  4. Please review this website?
    By seohelp in forum Get Reviewed (Your Websites, SEO, Designs, Tools...)
    Replies: 6
    Last Post: 09-26-2011, 12:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts