|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Submit Your Site For Review Need a fresh set of eyeballs to take a look at your site? Have a specific issue or question about some aspect of your layout, design or interface? This is the forum for you. When submitting your site, be sure to discuss what aspect you are looking for input on. Just posting a link with the word 'review' isn't appropriate. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
basically, i appreciate your 2 cents on any aspect of my site. this is my first ever site and i have a lot to learn so please get me on the yellow brick road to oz.
please keep in mind, though, that the is a first time effort so i don't know a lot about coding and what not. i started this in december 2003 and this whole thing has been incredibly time consuming. i'm running a one woman show doing the website, financals, marketing, etc all on top of the jewelry design & creation and my day job. so if you say i should change some weird code, i'd really appreciate it if you could give me a suggestion of what to change it to. thanks a lot! btw, i have a computer with windows xp pro and i use a cable modem so if run on something different, please let me know so i can make the adjustment. ie: i didn't know older versions of windows didn't have my main fonts so my pages looked weird on windows 98 computers. thanks again www.devonkaicollections.com |
|
||||
|
In the spirit of constructive criticism, and freindly advice.
its a bit slow to load all the images, perhaps you could compress them a bit more, although you would not want to loose quality. try putting all the style info into a style sheet, it will make the page much samller, and make your life a lot easier when it comes times to make site-wide changes. i would look for a better font than times new roman (which is what I see, because the other fonts you request "MS PGothic and Monotype Corsiva" are not on my system) i would tidy up the menus at the top, so that the menu items are more neatly lined up. Im using Opera, perhaps it displayed better in your browser. and I must repeat the previous post that said "get rid of frontpage" although one can argue that the normal user does not look at the source, the poor font display, the slowness, and the maintenance nightmare you are heading for, are all related to what the source looks like. Be kind to yourself, replace frontpage, or learn to clean its source code. overall the site does not look neat, it looks a bit messy, perhaps some borders or other 'structural' elements. You be the artist. big fonts like "click here for classes" strike me as either rude or amature. Not trying to be offensive, but anothe prospective purchaser might see it that way too. Good looking jewlery, I would be interested in visiting your store/stall. In otherwords, you have the goods to sell, and in displaying them, you have some site content. But Im not in the US, and my connection is probably slower than you think, so I did not feel like browsing for the exact item, and thel looking to see if I could buy it online. Goodluck, its a fun process to get this all right, but I personally have found it rather rewarding. |
|
|||
|
Quote:
|
|
|||
|
Quote:
|
|
||||
|
well luckily you already have a start point
in your page (open using notepad rather than frontpage) the line <style TYPE="text/css">a:hover {color: #800080; font-weight: bold} </style> is where you can start to put a whole lot more style info, for example take the first line after the start of the body <p style="MARGIN-TOP: -2px; MARGIN-BOTTOM: -2px" align="center"> change it to something like <p class="ParaTypeOne"> and then change the style section to <style TYPE="text/css"> a:hover {color: #800080; font-weight: bold} ParaTypeOne {MARGIN-TOP: -2px; MARGIN-BOTTOM: -2px; align=center ;} </style> see how the paragraph tag now has a pointer to the style section. now you can look for all the <P.. tags that use the same style and replace the embedded style info with the <p class="ParaTypeOne".. syntax. other examples to make into style entries <p style="MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px"> is repeated 10+ times <p align="center">[b]<font face="Monotype Corsiva"> is repeated many times and <td width="100%" height="28" valign="top" align="center"> ... once you have a complete list of styles on the first page, you can move the style to an external file and reuse it on all your pages. on my site under other there are links to a number of really good style sheet (css) resources. Also if you wiew the source on my site, you will see the <link rel="stylesheet" href="./LRS.css" /> which points to my style sheet file. If you go to the url of the style sheet http://www.littleriversoftware.com/LRS.css (you will need to type that in) you will see what can go in a style sheet. The browser will cache the style sheet, which means that a visitor will pick it up once, and reuse it over and over as they move through the site (big speed improvement) Richard Stallman said that "code is not prefect when there is nothing more to add, but rather when there is nothing more to remove" and it applies here. its also worth submitting your site on http://validator.w3.org/ to check that the html is valid and http://jigsaw.w3.org/css-validator/ to check that the css is valid you will be supprised at how much junk you can cut out, and as a result your site will display better and faster in more browsers, and you will be able to make big changes to the entire site in much less time. enjoy |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |