LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   need feedback for my site (https://www.linuxquestions.org/questions/general-10/need-feedback-for-my-site-474559/)

computer_tom 08-16-2006 06:46 PM

need feedback for my site
 
hi, my site http://computer-tom.com is not very good, so i decided to update and upgrade.

i now have a partlly done xhtml site. i have fully converterd a bunch of pages, but still i find myself thinking if there is more i could do. what i need is feedback! new site is http://71.232.33.90/new%20menu. my site is correct xHTML and CSS, and i find it clean and effective. i am mainly looking for layout/menu kind of ideas, but i am open to both this and content oriented opinions, please tell me what you think. you can reach me here or through the site, thanks: Computer_tom.

kstan 08-16-2006 07:41 PM

i tried using mozilla firefox and konqueror, seem like page layout have problem.

computer_tom 08-16-2006 08:04 PM

sorry about that, i put the wrong url, fixed it now

jojotx0 08-16-2006 08:15 PM

The background image makes it impossible to read the menu, and the red stands out way too much on a grey background.

unSpawn 08-16-2006 08:16 PM

my site is correct xHTML and CSS, and i find it clean and effective.
Couldn't find new%20site so I looked through alpha new, new menu and such (you got to restrict access) and I'm really sorry to say the logo is horrendous, those backgrounds are not a pleasure to the eye and the page design isn't particularly attractive, inviting or functional as well. I would lay down the tools, take a step back and think about the purpose of the site, who you want to attract and what you want to convey? If this is a site focussing on ordering then you need to make it easy for them and have everything help them towards that goal, and nothing should distract from that. If this should be a site the whole family feels welcome at then you need to communicate that "warmth" (for obvious reasons showing smiling faces still works better than anything else,) warm colours, womens and kids area's, text should be written factual but "easy" and more "friendly" compared to shoppers sites where only cold facts like HW specs and price matter.


Apache/2.0.58 (Win32) PHP/5.1.4 Server at
LOL

boredandblogging 08-16-2006 09:05 PM

gotta agree about the background. Since your background is grey, its hard to look at some of the window images that are also grey.

Oxagast 08-17-2006 03:46 AM

Get rid of that big yellow and orange thing, it looks like ass.

computer_tom 08-20-2006 03:26 PM

computer-tom.com
 
i wish to know what people think about my site and the new super massive overhaul of it.


old: http://computer-tom.com


new: http://71.232.33.90/new%20menu

tangle 08-20-2006 03:49 PM

Your menus on the left overlap the main section.
There are many broken links on the new on and one on the old one.
Your site logo on the front page could be a lot smaller. I hate to have to scroll down a page just for a pic.
You also need to blend the different areas together. Each on seems like it is trying to do it's own thing. Each area should look like it fits into the scheme of the page.
To many off setting colors in the template of the page.

computer_tom 08-20-2006 05:16 PM

sorry about the broken links, forgot to tell you to just use the side menu (all links are on that for now)


also the old menu is crap i know, but i do like the new one :)



and could you specify which site is the one you find faults in thanks: computer_tom

tangle 08-20-2006 06:55 PM

I was talking about the new site for the most part.

I looked at the page source. I would set things up with tables. This would eliminate the menu overlapping the main page an such. Then use a css style sheet to assign the attributes to each sections layout.

The main thing with your site is, it looks like the puzzle pieces are just thrown on the table. They are not put together to fit.

Here is a basic 3 column table layout with some of your code in it. The width, height, alignment and such would go in the css style sheet. If you haven't used them, I would suggest looking into them. They let you do a lot of things with a page with less typing.
Code:

<html>
<head>
<title>Page Title</title>
</head>
<body>
  <table width="100%" border="1">
    <tr>
      <td align="center"><h1>Computer-Tom.com</h1></td>
    </tr>
    <tr>
      <td>
        <table width="100%" border="1">
          <tr>
            <td width="15%" height="400" align="left" valign="top">
              <ul>
                <li class="there">Home</li>
                <li class="c2"><br /></li>
                <li><a href="tv.html" target="_top" title="TV">TV</a></li>
                <li><a href="tutorials.html" target="_top" title="Tutorials">Tutorials</a></li>
                <li><a href="reviews.html" target="_top" title="Hardware Reviews">Reviews</a></li>
                <li><a href="mailer.html" target="_top" title="Mail Form">Contact US</a></li>
              </ul>
            </td>
            <td width="70%" align="left" valign="top"><p>Main Body</p></td>
            <td width="15%" align="left" valign="top"><p>Right Side Menu</p></td>
        </tr>
        </table>
      </td>
    </tr>
    <tr>
      <td width="100%" align="center">
        <!-- BEGIN Universal Site Counter CODE BY Bpath -->
        <a href="http://counter.universal.bpath.com/statc.dll/M=296533&amp;S=un&amp;Counter=2"><img src="http://counter.universal.bpath.com/count.dll?M=296533&amp;S=un&amp;Counter=2" height="20" width="101" alt="Site Counter" border="0" ismap="ismap" /></a>
        <!-- END Site Counter CODE -->
      </td>
    </tr>
  </tr>
</table>
</body>
</html>


tangle 08-20-2006 06:59 PM

I just added borders to the code so you can see the different columns and such.

The table layout will allow your page to scale too.

Oxagast 08-20-2006 10:28 PM

Where'd my post about that big yellow logo thing looking like ass go?

tangle 08-20-2006 11:01 PM

Quote:

Originally Posted by Oxagast
Where'd my post about that big yellow logo thing looking like ass go?

I'd say it got deleted with a comment like that.

XavierP 08-21-2006 03:52 AM

Identical threads merged

slantoflight 08-21-2006 04:08 AM

Quote:

Originally Posted by computer_tom
hi, my site http://computer-tom.com is not very good, so i decided to update and upgrade.

I hate to say it, but this site seems to contain as much interesting content as my post. If this is the upgrade, I'm scared. I've seen a couple of myspace profiles that are worse, but I guess whats really embarrasing is that you paid money to publish this on the internet.

Maybe if you shut down the site quick enough, noone will ever know. It'll be as if it never existed. Our little secret.

Oxagast 08-21-2006 04:41 AM

Quote:

Originally Posted by tangle
I'd say it got deleted with a comment like that.

Uh, why? I was just trying to help the guy out. I'm a little rough around the edges, but he really does need to get rid of that thing, I was trying to make a point. The rest looks more or less fine to me, it's just that big logo thing sticks out and is all blocky and ugly. Besides, it's back now. I donno how it got back... maybe I just didn't see it, I donno.

Marshall

computer_tom 08-21-2006 05:20 AM

i didn't pay for anything but the domain name (i have me own server)


i will be redoing the layout too, (just for the reason that it cant scale, and this is just what i need (meaning this kind of reed back) anyone know someone thats really good at photoshop that might be willing to help me (not for computer-tom.com but sompthing else) thanks

TheBrick 08-21-2006 06:21 AM

If you are anything like me, you don't mind the coding of a web site espashaly a simple static one but are not the most artistic! Do what I do. Go to http://www.oswd.org/ or similar choose which standard you whish to comform to, choose a template and use that as your base. Just alter as you whish! Then you get some exposure to the code and a design by people who are good at the artistic side of things!

T

computer_tom 08-21-2006 08:06 AM

ya, i have no qualms about coding for a few hours it just i not an artist by any standard :)

ErrorBound 08-21-2006 02:04 PM

Uhh....I too think you should be more concerned with the content than the style of that site...

Can I inquire why you'd use Windows for a web server?

Also, the slashes in your signature are going the wrong way :cool:

twk 08-21-2006 02:32 PM

lose the w3c xhtml/css gifs - they don't work anyways (incorrect URL). Visit some other design sites and get a better color scheme.

computer_tom 08-21-2006 03:29 PM

i am using win because thats all i got

alred 08-22-2006 10:26 AM

if you can do it well enough without sacrificing that original "tone" ... you site may have a certain kind of style ... but i guess you may need to be able to enjoy the aesthetic of the "tasteless" in the first place ...


//2.cents


.

computer_tom 08-22-2006 01:50 PM

i have a general 'warm-felling' layout now at http://71.232.33.90/beta_new

if some one could tell me how i could clean out all those div's (couldn't find another way because of the css)


i still need a top hdr bad and ftr, and background. hope have it up And running more so in the next few days thanks

Mega Man X 08-22-2006 02:57 PM

One of the things I understood quite fast when creating homepages was: I suck at design. I thought I could get better with some practice, but I gave up. Some peoples are good at some things, but suck at others. Design is not my thing ^_^.

I'm not saying that you suck, I found your page good, but you definitely need to blend the colors better. It is hard on the eyes, especially with the tone of blue and red together. I'd recommend you hunting the web for some free templates. There are even some very cheap templates out there that you can buy, if you really want your page to look "exclusive".

If you are willing to create a page with a more dynamic content, you may even consider great applications such as WordPress to accomplish that task. It comes with good "themes" and you can download and use a whole bunch as well.

For your logo: Since your page is something about computer, try using pictures from computer parts (like a keyboard) and play with it using Gimp (or any other good image editor), try blending your page's name with the chosen part and see how it turns out. Making a nice logo is not difficult with Gimp.

Well, this is just an idea. As I said, I suck pretty bad at web design, but I'm relatively good creating dynamic pages with Java, for example. It is just more "my thing" ^_^.

Now, I don't want to discourage you. I just think you need some guidance. Take at least a look into some free templates. If you don't want to use any, at least they will give you some ideas, especially about colors ^_^.

Other then that, good luck! :)

vharishankar 08-22-2006 10:28 PM

Even a very basic website theme can look attractive without much work.

All you need to use is simple, light pastel colours and not mix and match too many colour combinations. Keep the colour changes to a minimum - more like different shades of a single colour and that'll make your site look well integrated and designed. I've learned by trial and error that half-toned pastel shades are the best choices for websites.

Also don't use "full-toned" colours. Bright colours make a site hard to read. Also have good contrast between text colour and background colour.

Good luck :D

Quote:

One of the things I understood quite fast when creating homepages was: I suck at design. I thought I could get better with some practice, but I gave up. Some peoples are good at some things, but suck at others. Design is not my thing ^_^.
Actually I believe any body can design good looking websites. Colour matching is the key and if you have a simple layout, any site can look attractive.

alred 08-23-2006 09:46 AM

>> "i have a general 'warm-felling' layout now at http://71.232.33.90/beta_new ..."

hmm ... not bad at all ...


//keep it up ...


.

computer_tom 08-23-2006 10:13 AM

thanks, i still need the background, i will try a few out that i have, also need some one thats good with photoshop for hdr and ftr :)

colinstu 08-23-2006 12:07 PM

@Computer Tom, you should fix your sig, your slashes after the http: is backwards. It should read http://


All times are GMT -5. The time now is 08:52 AM.