View Poll Results: What do you think?

Voters
4. You may not vote on this poll
  • Good

    1 25.00%
  • Bad

    3 75.00%
  • Terrible

    0 0%
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: www.mywifeisgoingtokillme.com: feedback please?

  1. #1
    Join Date
    Jul 2006
    Posts
    53
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default www.mywifeisgoingtokillme.com: feedback please?

    Another week - another site. This one is actually really a front-end to www.celtic-style.com, but please let me know what you think.

    www.mywifeisgoingtokillme.com reminds you about birthdays, anniversaries etc., and should you forget one allows you to place an order with a back-dated delivery note and excuse to save your skin.

    _
    D

  2. #2
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    Hi David,

    I just voted 'bad' and wanted to explain a little.

    Firstly I don't think the site is bad, but think it is nearer to bad than good. The two sites have the same layout with a variation on colour scheme, which is good since you are tying the two sites together, however, I personally feel that neither of the sites have had any real creativity put into them.

    I do like the fact you have kept the design clean and simple, which also lends the site to be accessible to some extent. I also like the Javascript slideshow routine as opposed to the use of Flash. However, I think you could do better and make the site more enticing.

    Sol.

  3. #3
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    I have to say change the photoshop pattern in the header banner!
    Good to see you trying for xhtml/css over tables, though one is still creeping in.
    A lot of style info is still inline which is a negative point.
    The javascript is completely screwing any chances of your page's XHTML validating unfortunately, don't know how bothered you are by this, I'd probably move the js into a seperate file anyway.
    The actual design is a funny mix. It sort of looks modern with the page shadow and tabs, and it is nice, clear and simple but it lacks that wow factor. Some title attributes on links would be a nice addition.
    I agree with sol that it's not actually bad, I'd say it's 'alright'.

    I do think it's a great idea

  4. #4
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    No comment regarding the design / content of the site but top marks on trying to maximising the number of ways someone will order from you.

  5. #5
    Join Date
    Jul 2006
    Posts
    53
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the comments. To be honest I'm not thrilled with the header. I think I'll just re-tint the Celtic Style one for the time being until I'm inspired.
    I agree with the tables bit too. I'm using some of the ASP.Net controls and they always seem to render themselves as table with inline style. I'm not sure if I can change that but it's on my to-do list to find out.
    Thank you for the constructive criticism which I will certainly take on board. Maybe I should have offered an "adequate" option on the poll!
    In any case, if any of the reviewers cares to get in contact I'll send you an e-coupon by way of thanks if that's of any interest.

  6. #6
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    As you are using ASP.Net (guessing its v2) you should look into 'Control Adaptors' (http://weblogs.asp.net/scottgu/archi...02/444850.aspx).

    Control Adaptors allow you to change the way the controls render their HTML code and hence remove the <table> elements to obtain a cleaner CSS solution. I would, however, add that the use of tables is still acceptable, it's just that they should not really be used for page layout. A great example of when to use a table is when presenting data in a grid (ie. a list of customers showing several fields).

    You should also look at the MasterPages and Themes functionality that is available to you. Given the simplicity of your site I would suggest it is possible to have multiple themes that will allow you to let a user decide on the theme they wish to use. You can tie this back to a personalization option that is stored in a Users Profile using the built-in Membership and Profile API's.

    Using themes will allow you to remove a lot of the inline CSS markup. I'd go about this by creating a new theme and a Skin file which would hold all the inline styles. You then go through the Skin file and replace the inline styles with CSS classes and move the inline style code into a CSS file. As the CSS file will sit in the Theme folder you don't have any extra work to get it to load since ASP.Net will reference each CSS file in the Theme folder automatically on every page (you can trick the order in which these are added by prefix with a numeral).

    Hope these tips help.

    Sol.

  7. #7
    Join Date
    Jul 2006
    Posts
    53
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the link, the control adaptor stuff looks interesting.

    IT seems even if you do use master pages, Visual Studio will "helpfully" insert lots of inline style for you that you then need to find and remove.

  8. #8
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    Quote Originally Posted by davidbending View Post
    IT seems even if you do use master pages, Visual Studio will "helpfully" insert lots of inline style for you that you then need to find and remove.
    Yes, Visual Studio in design-mode will still insert lots of inline style, however, it's quite simple to cut and paste that into a skin file and then use a skin name. Personally I spend a lot more time in 'Code View' especially as most of the projects I have been working on tend to load controls dynamically.

    Anyway, I found a really good link for ASP.Net developers looking to use Web Standards:

    http://msdn.microsoft.com/library/de...pnetusstan.asp

    Sol.

  9. #9
    Join Date
    Jul 2006
    Posts
    53
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Thanks once again for an interesting link.

    Have a great weekend.

    _
    David

  10. #10
    Join Date
    Sep 2005
    Posts
    190
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by davidbending View Post
    This one is actually really a front-end to www.celtic-style.com, but please let me know what you think.

    www.mywifeisgoingtokillme.com
    Both of these sites seem to cause me problems using my current "first choice browser" (Firefox 1.5.0.8 on Linux). Not only is scrolling on those pages slow and jerky but other browser windows do not behave properly with one of your sites open.

    I've also tried Opera 9.02. That's OK but under my "normal browsing", I would have just left.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. www.celtic-style.com, feedback please
    By davidbending in forum For Sale, Sites and Services
    Replies: 2
    Last Post: 23rd September 2006, 11:17 AM
  2. time for some feedback
    By psykik in forum Customer Feedback and Suggestions
    Replies: 5
    Last Post: 11th November 2005, 12:30 PM
  3. I like what I see - user feedback request
    By hazydavy in forum Sales and Service Feature Enquiries
    Replies: 7
    Last Post: 6th September 2005, 11:20 AM

Bookmarks

Posting Permissions

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