473,796 Members | 2,788 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

comments/advice needed

I am working on a project site. The url is www.search24-7.com. I am
looking for feedback (both negative and positive). I am new here and want
to learn ways to drive traffic, improve my rank etc. My site is only 25%
complete. I do not have any SEO techniques and am very much open to any
sort of constructive criticism. I know I am very much a newbie, but I hope
to make some friends here to help me along my way and to become my mentor.

Thanks,

Mike Gillis
www.Search24-7.com
Jul 20 '05 #1
4 1519
www.Search24-7.com <Se*******@ns.s ympatico.ca> wrote:
I am working on a project site. The url is www.search24-7.com. I am
looking for feedback (both negative and positive).


Why are you using <font>? Especially since you're already using CSS.

You shouldn't use px to specify font sizes:
http://css.nu/faq/ciwas-aFAQ.html#QA02

(FWIW, your specified font sizes are smaller than the minimum font size
enforced by my browser.)

Why are you using a bajillion <br> tags instead of lists?

The online tools report a number of basic problems that you should fix:
http://www.htmlhelp.com/cgi-bin/vali...F&warnings=yes
http://jigsaw.w3.org/css-validator/v...usermedium=all
--
Darin McGrew, mc****@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp. com, http://www.HTMLHelp.com/

"Red meat isn't bad for you. Fuzzy blue-green meat is bad for you."
Jul 20 '05 #2
On Fri, 20 Feb 2004 01:35:40 +0000 (UTC), Darin McGrew
<mc****@stanfor dalumni.org> wrote:
www.Search24-7.com <Se*******@ns.s ympatico.ca> wrote:
I am working on a project site. The url is www.search24-7.com. I am
looking for feedback (both negative and positive).

Why are you using <font>? Especially since you're already using CSS.
Agreed. Remove the transitional HTML and you can drastically reduce the
file size / download time.
You shouldn't use px to specify font sizes:
http://css.nu/faq/ciwas-aFAQ.html#QA02

(FWIW, your specified font sizes are smaller than the minimum font size
enforced by my browser.)

Why are you using a bajillion <br> tags instead of lists?

The online tools report a number of basic problems that you should fix:
http://www.htmlhelp.com/cgi-bin/vali...F&warnings=yes
http://jigsaw.w3.org/css-validator/v...usermedium=all

In addition:

- the right-hand column doesn't appear with Javascript disabled. JS
would appear to be unnecessary for this.

- if you do use JS, put it in an external file so that people don't have
to download it unnecessarily.

- don't try to make visited links the same colour as non-visited. The
colour difference is there for a reason. Particularly in such a long
list of links, it helps the reader to know what he's already visited.

- you can simplify the CSS quite a bit, by using the cascade. For
example you don't need to keep specifying font-family all the time.

- similarly
BORDER-RIGHT: #0060a6;
BORDER-TOP: #0060a6;
BORDER-LEFT: #0060a6;
BORDER-BOTTOM: #0060a6;
reduces to: border-color: #0060a6;

- remove the Verdana.
http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

On the positive side: when I first saw it I thought "yet another fixed
layout" but that turned out not to be the case. The columns adjust to
the window width - good.

My checklist may help:
http://www.xs4all.nl/~sbpoley/webmatters/checklist.html

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 20 '05 #3
Thanks Darin,

I didn't know online report tools existed. I will look into those points
you mentioned.
"Darin McGrew" <mc****@stanfor dalumni.org> wrote in message
news:c1******** **@blue.rahul.n et...
www.Search24-7.com <Se*******@ns.s ympatico.ca> wrote:
I am working on a project site. The url is www.search24-7.com. I am
looking for feedback (both negative and positive).
Why are you using <font>? Especially since you're already using CSS.

You shouldn't use px to specify font sizes:
http://css.nu/faq/ciwas-aFAQ.html#QA02

(FWIW, your specified font sizes are smaller than the minimum font size
enforced by my browser.)

Why are you using a bajillion <br> tags instead of lists?

The online tools report a number of basic problems that you should fix:

http://www.htmlhelp.com/cgi-bin/vali...F&warnings=yes http://jigsaw.w3.org/css-validator/v...usermedium=all --
Darin McGrew, mc****@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp. com, http://www.HTMLHelp.com/

"Red meat isn't bad for you. Fuzzy blue-green meat is bad for you."

Jul 20 '05 #4
Steven I appreciate you advice and comments. I am being accused of spamming
in a few other newsgroups, but that is not my intentions. I am looking to
learn and appreciate the tips you offered.

"Stephen Poley" <sb************ ******@xs4all.n l> wrote in message
news:j4******** *************** *********@4ax.c om...
On Fri, 20 Feb 2004 01:35:40 +0000 (UTC), Darin McGrew
<mc****@stanfor dalumni.org> wrote:
www.Search24-7.com <Se*******@ns.s ympatico.ca> wrote:
I am working on a project site. The url is www.search24-7.com. I am
looking for feedback (both negative and positive).

Why are you using <font>? Especially since you're already using CSS.


Agreed. Remove the transitional HTML and you can drastically reduce the
file size / download time.
You shouldn't use px to specify font sizes:
http://css.nu/faq/ciwas-aFAQ.html#QA02

(FWIW, your specified font sizes are smaller than the minimum font size
enforced by my browser.)

Why are you using a bajillion <br> tags instead of lists?

The online tools report a number of basic problems that you should fix:


http://www.htmlhelp.com/cgi-bin/vali...Fwww.search24-

7.com%2F&warnin gs=yes
http://jigsaw.w3.org/css-validator/v...Fwww.search24- 7.com%2F&warnin g=1&profile=css 2&usermedium=al l

In addition:

- the right-hand column doesn't appear with Javascript disabled. JS
would appear to be unnecessary for this.

- if you do use JS, put it in an external file so that people don't have
to download it unnecessarily.

- don't try to make visited links the same colour as non-visited. The
colour difference is there for a reason. Particularly in such a long
list of links, it helps the reader to know what he's already visited.

- you can simplify the CSS quite a bit, by using the cascade. For
example you don't need to keep specifying font-family all the time.

- similarly
BORDER-RIGHT: #0060a6;
BORDER-TOP: #0060a6;
BORDER-LEFT: #0060a6;
BORDER-BOTTOM: #0060a6;
reduces to: border-color: #0060a6;

- remove the Verdana.
http://www.xs4all.nl/~sbpoley/webmatters/verdana.html

On the positive side: when I first saw it I thought "yet another fixed
layout" but that turned out not to be the case. The columns adjust to
the window width - good.

My checklist may help:
http://www.xs4all.nl/~sbpoley/webmatters/checklist.html

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/

Jul 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
3518
by: windandwaves | last post by:
Hi Folks I have just completed a project for an accommodation finder in New Zealand - much with your help - thank you again. I would appreciate any constructive or deconstructive comments. The url is http://switch.hosts.net.nz/~admin64/index.php
28
3465
by: Benjamin Niemann | last post by:
Hello, I've been just investigating IE conditional comments - hiding things from non-IE/Win browsers is easy, but I wanted to know, if it's possible to hide code from IE/Win browsers. I found <!> in the original MSDN documentation, but this is (although it is working) unfortunately non-validating gibberish. So I fooled around trying to find a way to make it valid. And voila: <!--><!><!-->
12
2874
by: Nobody | last post by:
DB2 500G database, Wintel, heavily loaded OLTP (5M+ transactions a day; all transactions are extremely small, all selects are controlled (no ad-hoc), 99% of all selects are very small (no table scans, index scans are very limited in size) ). Write performance is generally more important than read performance, read performance of heavy queries (the ones with table scans) is not important at all. Question: how to spread data across...
35
2469
by: michael.casey | last post by:
The purpose of this post is to obtain the communities opinion of the usefulness, efficiency, and most importantly the correctness of this small piece of code. I thank everyone in advance for your time in considering this post, and for your comments. I wrote this function to simplify the task of combining strings using mixed sources. I often see the use of sprintf() which results in several lines of code, and more processing than really...
4
1096
by: Ann Marinas | last post by:
Hello all! I really need your advice/ suggestions/ comments regarding a particular program of mine that I am currently developing. What the program does is that 1. the user imports data 2. the application calculates the estimated rates using a base rate as a basis against a data that holds item details to be charged.
2
1200
by: Vivek Kumar | last post by:
Hi all, I have to write a network server (sort of) and I am looking for your valuable comments. Currently I have written a prototype in VB6 but it can only handle up to 30 or so clients. I need to upgrade the application so that it can handle up to 1000-1500 clients at a time (later if every thing works fine then hoping for 5000-6000 client). The scenario is as follows.
7
1888
by: Bob Stearns | last post by:
Several weeks ago I asked what comments I could pass to DB2 in a SELECT statement. I don't remember whether I said via PHP/ODBC. I was assured that both /* */ style comment blocks and -- comment lines were allowed. Unfortunately, neither work. Both -- and /* */ comments cause a "premature end of statement". Any sage advice?
98
4628
by: tjb | last post by:
I often see code like this: /// <summary> /// Removes a node. /// </summary> /// <param name="node">The node to remove.</param> public void RemoveNode(Node node) { <...> }
4
6842
by: nicolenwn | last post by:
Hi, I have a database in Access that currently holds the status of a salesperson and the comments of the status. The comment is an open-ended field typed in by a user. For example, if Jonny has the status of "On Leave" then the comment might say "26-11-09: Johnny is currently on medical leave and will return by 01-12-09". The comment is a compiled overtime and stored in a Text box. However, my problem is that, when i transfer this...
0
9533
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10461
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10239
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10190
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9057
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5579
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4122
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3736
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.