Dynadot โ€” .com Transfer

Critique

SpaceshipSpaceship
Watch
Status
Not open for further replies.
Impact
0
I am very uneducated when it comes to web design so please don't get annoyed at my poor design skills. I'd like some feedback about my site's design and navigation from a clients perspective. So when you click on my page pretend you're in the market for this service...how would you rate the site? Professional? Cheap looking? Too much info...too little? Etc, etc etc. Some of the pages are not complete such as the site map and links pages. I appreciate your suggestions.:)

http://www.patricias-palette.com
 
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
.US domains.US domains
For someone who is "very uneducated", I'd say you're off to an above average start. A lot of the design concepts you used are good.

The main problem I see is that chances are better than not, that most people will never find the bottom of your page. You've got too much content on the homepage for my taste. You should write the copy for your homepage so that it entices potential customers to look further into your site. Consider how long the page is on an 800x600 monitor (which is what about 40% of web browsers are using). Your homepage is about 5 "screens" long which is more than most people will actually read.

Also, I'd suggest that you should structure your content within a table that is 760 pixels wide so that your lines of text stay a consistent length. When your text expands to fill the width of the screen, things move around (and sometimes don't look right) and lines of text get too long for the human eye to comfortably read. For example, on your "about the artist" page, the fist line of text on my monitor (1600x1200 resolution) is:

"Twin Cities' professional artist Patricia Buzo has always had a passion for the arts, and has trained at some of Minnesota's finest art facilities. She began her journey when she was just 13 years old when"

That's a lot of text to fit on one line, and it's VERY hard to read a whole paragraph like that. Take a look in a book or magazine. Your lines text should never be more than about 90 characters or about 20 words long.

As I said before though, in general the design is good. I wouldn't call it spectacular, but for someone who is "uneducated" you're doing really well. Keep up the good work and send me an email if you want anymore help.
 
0
•••
Ryan,

Thank you so much for your reply. I have a question for you...the problem you mentioned on the "about" page...does the same happen on the home page and gallery pages? How can I fix that?
Also...it was my understanding that quality text...meaning text that has search engine rich words...was desireable. If I take some of the text out will that make my site rank lower in searches? What would you omit?
Again...thank you soooooo much!!

Patty
http://www.patricias-palette.com:cool:
 
0
•••
Patty,

Your welcome. To answer your first question, it happens on all of your pages, but is only really bad on the about page because that page has the text filling the width of the entire screen, but on the other pages, the text is split up into columns so even when both columns fill the width of the page, each column only fills half the width, which isn't too bad (text is a bit wide, but still readable).

How to fix it? It would help if I knew what you were using to write the code for your pages. Since I don't know what program you're using, I'll just assume you're writing it by hand.

Within the body of your document (between the <body></body> tags), you should have a table that looks something like this:
<table cellspacing="0" cellpadding="0">
ย ย ย <tr>
ย ย ย ย ย ย <td width="760">
ย ย ย ย ย ย ย ย ย Put all of the content for your entire page here
ย ย ย ย ย ย </td>
ย ย ย </tr>
</table>


Now there are of course, MANY other ways this could be achieved. Many are starting to do their entire site using CSS positioning (w/o the use of tables) or using inline CSS styles to format their tables. And of course, there's the old fashion (but completely backwards compatabile) HTML way that I've shown you here.

Quality text is essential for two reasons. First of all, if your sales copy isn't good, nobody is going to higher you or buy from you. Second, if it's not target for search engines, no one will every find your site. The trick is, to find a good balance. Most professional copy writers write awful copy for website w/o a little training in search engine optimization. The reason is that a good writer writes for people. A search engine spider is a "stupid" computer that only understands numbers and mathematical formulas. That being said, you need to write copy that is HIGHLY targeted for your search engine phrases (aprox. 10% keyword density) that is still easy and interesting to read. TOO MUCH repetition of keywords will make for awful reading, but too little will cost you traffic. There is no one set rule as far as how long your page should be. From a search engine's perspective, 200 words is about the least you'd want, and 800-1000 words is about the maximum. These are estimates because most search engines (namely google.com) do not share their search engine ranking algorithm.

Hope that all helps. Feel free to go to the contact page on my site and send me an instant message if you didn't understand any of that. This post is a bit long, so for now, good luck.
 
0
•••
Hey Ryan,

I do write my own code and use FrontPage. So are you saying the width 760 and that will take care of my problem?
Also, I'm curios...if I want my photos in the gallery to open up in a smaller window like I've seen on some sites how would I do that? If it's too dificult nevermind (lol).
I'm also wondering if there are any really good resource sites for webmasters for images, free tools, etc. If I'm asking too much just tell me...I don't mean to.:D
Thanks again!!
 
0
•••
0
•••
It does look better now. By the way, I don't know if you're planning on doing a lot of this stuff, or just needed a website for yourself, but FrontPage is not the best tool if you plan to do more web work.

The simplest method of making pages open in a new window, is to use the target attribute.
Code:
<a href="yourpic.jpg" target="_blank">Click to open in a new window</a>

However, that doesn't give you any control over window size, and is not the best option for most uses. There are a lot methods to open a new window, but since you asked, I'm assuming you don't write JavaScript. Frontpage may have a popup tool, but not that I know of. Go to this page, fill out the form, and it'll give you the code to make a popup.

http://javascript.internet.com/generators/popup-window.html

Once word of caution. Most search engines can't follow popup links unless the href is set to an actual web address so it's usually not a good idea to use popups too much (and you don't want to irritate your visitors either), and you should almost never use them for text content you want indexed by search engines.

As far as good resources, there are way to many to list. The best way to find them is usually through a targeted google search. If you need something specific and can't find it, let me know. Maybe I can point you in the right direction.
 
0
•••
Status
Not open for further replies.
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Spaceship
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back