Could someone please tell me how I can check out the correctness of a site's
coding. I have brought about a website, checked it out with various
browsers. It seemed to be ok. Then I come across a browser that has problems
with my site, and I'd like to find out what I have done wrong. Apologies if
this question has been asked a million times before, however I do not have
this information and would be grateful if someone could provide me with an
answer. 12 2384
On Sat, 23 Oct 2004 09:52:29 +0200, "Adrian" <aa@aa.aa> wrote: Could someone please tell me how I can check out the correctness of a site's coding. I have brought about a website, checked it out with various
HTML Validator: http://validator.w3.org/
CSS Validator: http://jigsaw.w3.org/css-validator/
On Sat, 23 Oct 2004 09:52:29 +0200, "Adrian" <aa@aa.aa> wrote: Could someone please tell me how I can check out the correctness of a site's coding. I have brought about a website, checked it out with various browsers. It seemed to be ok. Then I come across a browser that has problems with my site, and I'd like to find out what I have done wrong. Apologies if this question has been asked a million times before, however I do not have this information and would be grateful if someone could provide me with an answer.
"Correctness" is a very broad term. However, you may find my checklist
useful: http://www.xs4all.nl/~sbpoley/webmatters/checklist.html
--
Stephen Poley http://www.xs4all.nl/~sbpoley/webmatters/
Op Sat, 23 Oct 2004 09:52:29 +0200, schreef Adrian <aa@aa.aa>: Could someone please tell me how I can check out the correctness of a site's coding.
Aren't you the impatient one :-) In ciwas people gave you an answer to
this question minutes after you descided to start a new thread in this
newsgroup.
I have brought about a website, checked it out with various browsers. It seemed to be ok. Then I come across a browser that has problems with my site, and I'd like to find out what I have done wrong.
Keep in mind that (once the mark-up and css validates) it is needs not to
be you who makes the mistakes. Any recent graphical browser will render
good code in an acceptable way. However, there are older browsers about
that cannot handle CSS very well. You can decide to ignore them (if you
can affort that) or you can try to hack your way around their faulty
rendering.
I think you read Dutch. If so, here is some reading for you:
<file://localhost/E:/PretLetters/html/webontwerp_overwegingen.html#nukken>
Google for keeping your CSS from NS4.x and/or IE<5 if that is what your
want.
Barbara
--
PretLetters <http://home.wanadoo.nl/b.de.zoete/>
Zweefvliegen <http://home.wanadoo.nl/b.de.zoete/html/vliegen.html>
Webontwerp <http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html>
DTD <http://home.wanadoo.nl/b.de.zoete/dtd/not_so_strict.dtd>
In comp.infosystems. www.authoring.html Barbara de Zoete said: I think you read Dutch. If so, here is some reading for you: <file://localhost/E:/PretLetters/html/webontwerp_overwegingen.html#nukken>
how did you know that file is on his computer? YOU'RE A SPY! aahhhaaaaa!
--
v o i c e s
Op Sat, 23 Oct 2004 18:31:24 +1000, schreef brucie <sh**@usenetshit.info>: In comp.infosystems.www.authoring.html Barbara de Zoete said:
I think you read Dutch. If so, here is some reading for you: <file://localhost/E:/PretLetters/stupid_stupid_stupid>
how did you know that file is on his computer? YOU'RE A SPY! aahhhaaaaa!
<div class="hit_oneself_on_the_head">
Darn, of all the stupid mistakes one can make :-/ Sorry for this.
</div>
It should read:
<http://home.wanadoo.nl/b.de.zoete/html/webontwerp_overwegingen.html#nukken>
--
PretLetters <http://home.wanadoo.nl/b.de.zoete/>
Zweefvliegen <http://home.wanadoo.nl/b.de.zoete/html/vliegen.html>
Webontwerp <http://home.wanadoo.nl/b.de.zoete/html/webontwerp.html>
DTD <http://home.wanadoo.nl/b.de.zoete/dtd/not_so_strict.dtd>
"Adrian" <aa@aa.aa> wrote in message
news:7b***************************@freeler.nl... Could someone please tell me how I can check out the correctness of a
site's coding. I have brought about a website, checked it out with various browsers. It seemed to be ok. Then I come across a browser that has
problems with my site, and I'd like to find out what I have done wrong. Apologies
if this question has been asked a million times before, however I do not have this information and would be grateful if someone could provide me with an answer.
I am very grateful for the responses.
Thanks a lot.
Adrian.
Adrian wrote: Could someone please tell me how I can check out the correctness of a site's coding. I have brought about a website, checked it out with various browsers. It seemed to be ok. Then I come across a browser that has problems with my site, and I'd like to find out what I have done wrong. Apologies if this question has been asked a million times before, however I do not have this information and would be grateful if someone could provide me with an answer.
Some discussion of validators and linters, with links to several of
them, is in my site: http://webtips.dan.info/validators.html
--
== Dan ==
Dan's Mail Format Site: http://mailformat.dan.info/
Dan's Web Tips: http://webtips.dan.info/
Dan's Domain Site: http://domains.dan.info/
"Stephen Poley" <sb******************@xs4all.nl> wrote in message
news:i2********************************@4ax.com... "Correctness" is a very broad term. However, you may find my checklist useful:
http://www.xs4all.nl/~sbpoley/webmatters/checklist.html
Your checklist is indeed very useful, but if one does not use javascript,
what should be used for scripting?
On Sun, 24 Oct 2004 03:50:33 -0400, Howard Kaikow <ka****@standards.com>
wrote: "Stephen Poley" <sb******************@xs4all.nl> wrote in message news:i2********************************@4ax.com... "Correctness" is a very broad term. However, you may find my checklist useful:
http://www.xs4all.nl/~sbpoley/webmatters/checklist.html
Your checklist is indeed very useful, but if one does not use javascript, what should be used for scripting?
There's nothing inherently wrong with using Javascript. The point is to be
sure that you test the page without Javascrit enabled, making sure the
page is usable without it, even if not quite as you'd prefer.
I think most instances of Javascript I see are largely unnecessary, and
can be dispensed with. But there are plenty of worthwhile things that
Javascript can do, and if it's unavailable the page still can be used, but
perhaps with more mouse-work on the part of the user.
"Neal" <ne*****@yahoo.com> wrote in message
news:op**************@news.individual.net... On Sun, 24 Oct 2004 03:50:33 -0400, Howard Kaikow <ka****@standards.com> wrote:
"Stephen Poley" <sb******************@xs4all.nl> wrote in message news:i2********************************@4ax.com... "Correctness" is a very broad term. However, you may find my checklist useful:
http://www.xs4all.nl/~sbpoley/webmatters/checklist.html
Your checklist is indeed very useful, but if one does not use
javascript, what should be used for scripting?
There's nothing inherently wrong with using Javascript. The point is to be sure that you test the page without Javascrit enabled, making sure the page is usable without it, even if not quite as you'd prefer.
I think most instances of Javascript I see are largely unnecessary, and can be dispensed with. But there are plenty of worthwhile things that Javascript can do, and if it's unavailable the page still can be used, but perhaps with more mouse-work on the part of the user.
I feel the same way.
Indeed, I recently made use of JavaScript for the first time at my web site.
I tried to design so, there was an alternative for non-JavaScript enabled
systems, but at the time, I did not know how to disable JavaScript, so I
could not test.
If interested, try: http://www.standards.com/index.html?Sorting http://www.standards.com/index.html#Sorting http://www.standards.com/index.html?NoSuchCritter http://www.standards.com/index.html?HowardKaikow
Howard Kaikow said the following on 10/24/04 10:32: Indeed, I recently made use of JavaScript for the first time at my web site. I tried to design so, there was an alternative for non-JavaScript enabled systems, but at the time, I did not know how to disable JavaScript, so I could not test.
You can always use Delorie's Lynx Viewer for this (it also disables
other things like images and CSS, so it's good for testing more than one
thing): http://www.delorie.com/web/lynxview.html
Or install Lynx itself: http://lynx.browser.org/
--
Regards
Harrie This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: mandydhaliwal |
last post by:
Hi Guys,
I was going through a product's source code. They never use const
function arguments with default value.
for instance
Never noticed following type of declaration
foo ( const int...
|
by: Clint Olsen |
last post by:
Hello:
I posted a thread on comp.programming awhile back asking about an algorithm
I implemented on square root. The idea was to use the square root of a
prime number as a convenient way to get...
|
by: Patient Guy |
last post by:
Does anyone have any coding rules they follow when doing argument checking?
When arguments fail during check, do you return from the call with an
ambiguous return value, or do you throw...
|
by: Rain |
last post by:
Hi ,
I need help on this one.. any help would be appreciated, heres my code:
My code for sending using UDPClient:
public void Send( string Message)
{
if ( !isRunning ) return ;
try
|
by: =?Utf-8?B?UGxheWE=?= |
last post by:
I have an if statement that isn't working correctly and I was wondering how I
check for a blank string.
My Code Example
if me.fieldname(arrayIndex) = "" then
-----
end if
When I do this and...
|
by: jacob navia |
last post by:
We hear very often in this discussion group that
bounds checking, or safety tests are too expensive
to be used in C.
Several researchers of UCSD have published an interesting
paper about this...
|
by: David |
last post by:
Hi list.
What strategies do you use to ensure correctness of new code?
Specifically, if you've just written 100 new lines of Python code, then:
1) How do you test the new code?
2) How do...
|
by: ningxin |
last post by:
Hi, i am currently taking a module in c++ in the university, and was given an assignment. because i have no prior background on the subject, everything is kind of new to me. i have tried for quite...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: NeoPa |
last post by:
Hello everyone.
I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report).
I know it can be done by selecting :...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: isladogs |
last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM).
In this month's session, Mike...
| |