Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » Documentation - assorted html errors
Documentation - assorted html errors [message #3333] Tue, 15 January 2013 08:05 Go to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In page
http://www.tonymarston.co.uk/aboutme/disasters.html

The validators founds 4 errors:

Line 157, Column 41: start tag for "li" omitted, but its declaration does not permit this
<ul class="compress"><a name="my.skills"></a>

Line 257, Column 7: end tag for "div" omitted, but its declaration does not permit this
</body>
Line 241, Column 1: start tag was here
<div style="margin-left: 1em; margin-right: 1em; ">

Line 254, column 59
Error: & did not start a character reference. (& should have been escaped as &amp;.)
nter.php?noshow&page=/aboutme(

From line 247, column 54; to line 248, column 5
Error: A table row was 2 columns wide and exceeded the column count established using column markup (1).



See
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.co.uk%2Faboutme%2Fdisasters.html&charset=%28detect+au tomatically%29&doctype=Inline&group=0
and
http://validator.nu/?doc=http%3A%2F%2Fwww.tonymarston.co.uk% 2Faboutme%2Fdisasters.html

Thanks.
Re: Documentation - assorted html errors [message #3334 is a reply to message #3333] Tue, 15 January 2013 08:12 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In page
http://www.tonymarston.co.uk/aboutme/history.html

the validators found 4 errors:

An incorrect "special" dash:
Line 306, character 96:
... small.html">Component Design – Large and Complex vs. Small a ...
Error: illegal character number 150

Line 657, character 61:
... small.html">Component Design – Large and Complex vs. Small a ...
Error: illegal character number 150


Line 572, character 24:
<table border="1" widt="100%" summary="">
Error: there is no attribute widt for this element (in this HTML version)

Line 707, column 59
Error: & did not start a character reference. (& probably should have been escaped as &amp;.)
nter.php?noshow&page=/aboutme(

(the others are warnings about XML syntax not worth fixing.)

Thanks.
Re: Documentation - assorted html errors [message #3335 is a reply to message #3334] Tue, 15 January 2013 08:27 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In page
http://www.tonymarston.co.uk/aboutme/thoughts.html


Line 420, Column 4: end tag for element "p" which is not open
</p>
The Validator found an end tag for the above element, but that element is not currently open.


Thanks.
Re: Documentation - assorted html errors [message #3339 is a reply to message #3335] Fri, 18 January 2013 06:21 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3341 is a reply to message #3339] Fri, 18 January 2013 20:41 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In page
URL: http://www.tonymarston.co.uk/uniface/uniface-is-not-rad.html
there is an incorrect "special" dash:

Line 105, character 775:
... small.html">Component Design ? Large and Complex vs. Small a ...
Error: illegal character number 150


In page
URL: http://www.tonymarston.co.uk/aboutme/history.html
there is an incorrect "special" dash:

Errors

Line 306, character 96:
... small.html">Component Design ? Large and Complex vs. Small a ...
Error: illegal character number 150

Line 657, character 61:
... small.html">Component Design ? Large and Complex vs. Small a ...
Error: illegal character number 150


See http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.co.uk%2Funiface%2Funiface-is-not-rad.html

Thanks.
Re: Documentation - assorted html errors [message #3342 is a reply to message #3341] Fri, 18 January 2013 20:44 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
ony,

In
URL: http://www.tonymarston.net/php-mysql/custom-validation.html

the WDG validator found

Errors

Line 41, character 85:
... ustom validation methods</dli>
<li><a href="#step1">Step 1</a> - Create a class with custom validation methods</dli>

</dli> should be replaced by </li>

See
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F% 2Fwww.tonymarston.net%2Fphp-mysql%2Fcustom-validation.html

Thanks.
Re: Documentation - assorted html errors [message #3346 is a reply to message #3341] Sat, 19 January 2013 06:36 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3347 is a reply to message #3342] Sat, 19 January 2013 06:43 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed. Thanks for spotting those.

Re: Documentation - assorted html errors [message #3348 is a reply to message #3347] Sat, 19 January 2013 12:00 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/menuguide/appendixl.htm l

there is an error in line 71/72.

<p>In addition the search will be limited to entries which belong to the current database and table.</p> 

should be in line 71
and the
</li>
end tag should be in line 72.

As in line 60/61.

See
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F% 2Fwww.tonymarston.net%2Fphp-mysql%2Fmenuguide%2Fappendixl.ht ml

Thanks.


PS. Don't bother to correct the warnings because they are generated by XHTML syntax. That syntax is obviously valid in XHTML and it is valid in HTML5
see
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fmenuguide%2Fappendixl.html&charset= %28detect+automatically%29&doctype=HTML5&group=0& ;user-agent=W3C_Validator%2F1.3
Re: Documentation - assorted html errors [message #3350 is a reply to message #3348] Sat, 19 January 2013 12:49 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Thanks. That's now fixed.

Re: Documentation - assorted html errors [message #3352 is a reply to message #3350] Mon, 21 January 2013 21:20 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/menuguide/mnu_help_text _alt(upd1).html

at line 61, character 111 there is
end tag for element P which is not open

Please replace
<td>Required. This is the help text which should be in the same language as the <b>language_id</b> field.</p>
</td>


with
<td>Required. This is the help text which should be in the same language as the <b>language_id</b> field.</td>


See
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http%3A%2F% 2Fwww.tonymarston.net%2Fphp-mysql%2Fmenuguide%2Fmnu_help_tex t_alt%28upd1%29.html

Thanks.
Re: Documentation - assorted html errors [message #3386 is a reply to message #3352] Tue, 29 January 2013 08:08 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.radicore.org/radicore-for-java.php
the hr element is missing the end tag.
<hr> should be replaced with <hr />

Thanks.
Re: Documentation - assorted html errors [message #3390 is a reply to message #3386] Wed, 30 January 2013 05:15 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3404 is a reply to message #3390] Thu, 31 January 2013 18:30 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.radicore.org/signin.php?return_url=downloads.php (line 180)
the end tag for the input element is missing.


In
http://www.radicore.org/signup.php?return_url=downloads.php (lines 220 and 223)
the end tags for two input elements are missing.


Thanks.
Re: Documentation - assorted html errors [message #3407 is a reply to message #3404] Fri, 01 February 2013 02:12 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3408 is a reply to message #3407] Fri, 01 February 2013 07:11 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/auditlog.html
there is a missing end tag for the div element of line 669
<div style="margin-left: 1em; margin-right: 1em; ">


Thanks.
Re: Documentation - assorted html errors [message #3409 is a reply to message #3408] Fri, 01 February 2013 09:49 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3413 is a reply to message #3409] Sat, 02 February 2013 10:52 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/good-bad-oop.html
there are two html erros:
line 108 a element
line 321 b tag (end tag not properly closed)

Thanks.
Re: Documentation - assorted html errors [message #3414 is a reply to message #3413] Sat, 02 February 2013 11:36 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3415 is a reply to message #3414] Sat, 02 February 2013 12:28 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

It seems you fixed the first one, but not the second one.
<b>presentation</b logic> and <b>data access</b> logic:</p>
http://www.tonymarston.net/php-mysql/good-bad-oop.html
line 321

Thanks.
Re: Documentation - assorted html errors [message #3416 is a reply to message #3415] Sat, 02 February 2013 12:49 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
It appears that the validator built into my editor is out of step with the latest validation rules. (sigh!) I think I've fixed it now.

Re: Documentation - assorted html errors [message #3417 is a reply to message #3416] Sat, 02 February 2013 16:38 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/database-design-ru-novi ce-ninja-or-nincompoop.html
the div tag
<div style="margin-left: 1em; margin-right: 1em; ">

line 567
is missing the corresponding end tag.

Also, the system identifier should be changed to
http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd

Thanks.
Re: Documentation - assorted html errors [message #3419 is a reply to message #3417] Sat, 02 February 2013 18:11 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3421 is a reply to message #3419] Sat, 02 February 2013 18:51 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/the-case-against-intell igent-databases.html

(1)
the div element started in line 272
<div style="margin-left: 1em; margin-right: 1em; ">
is missing the end tag.

(2)
In line 176 there is and end tag for a p element (</p>) which is not open.

(3)
Also, the system identifier should be changed to
http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd

Thanks.

Re: Documentation - assorted html errors [message #3427 is a reply to message #3421] Sun, 03 February 2013 13:19 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3431 is a reply to message #3427] Mon, 04 February 2013 08:20 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/internationalisation2.h tml
the Amendments table contains no rows.
It is missing a tbody elment with the corresponding tr element(s).



Thanks.
Re: Documentation - assorted html errors [message #3433 is a reply to message #3431] Mon, 04 February 2013 09:34 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3436 is a reply to message #3433] Mon, 04 February 2013 22:37 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/menuguide/section05.htm l
there is a missing end tag for "UL".

See
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fmenuguide%2Fsection05.html&charset= %28detect+automatically%29&doctype=Inline&group=0&am p;user-agent=W3C_Validator%2F1.3

Thanks.
Re: Documentation - assorted html errors [message #3438 is a reply to message #3436] Tue, 05 February 2013 02:22 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3442 is a reply to message #3438] Wed, 06 February 2013 08:16 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/output-to-pdf.html
there is an end tag for element h2 which is not open.
It should be replaced with </h3>
<h3><a name="detail.view">Detail view</a></h2> (line 436)
<h3><a name="label.view">Label view</a></h2> (line 541)

There is also another error in line 193.

See
http://validator.w3.org/check?uri=+http%3A%2F%2Fwww.tonymars ton.net%2Fphp-mysql%2Foutput-to-pdf.html&charset=%28dete ct+automatically%29&doctype=Inline&group=0&user- agent=W3C_Validator%2F1.3

http://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.tonymarston .net%2Fphp-mysql%2Foutput-to-pdf.html

Thanks.
Re: Documentation - assorted html errors [message #3445 is a reply to message #3442] Wed, 06 February 2013 10:36 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors [message #3447 is a reply to message #3445] Wed, 06 February 2013 18:46 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In
http://www.tonymarston.net/php-mysql/php-mysql(stuff).html
line 31

there is an illegal character number 150

See
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fphp-mysql%28stuff%29.html&charset=% 28detect+automatically%29&doctype=Inline&group=0& ;user-agent=W3C_Validator%2F1.3

Thanks.
Re: Documentation - assorted html errors [message #3448 is a reply to message #3447] Thu, 07 February 2013 02:13 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors - end tag for ul omitted [message #3449 is a reply to message #3448] Thu, 07 February 2013 08:10 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

In the following pages there are missing end tags for ul elements:

Error: end tag for ul omitted
-- Line 61: start tag was here (there is a missing / in line 65)
http://www.tonymarston.net/uniface/menuguide/mnu_0010c.html
-- Line 49: start tag was here (there is a missing / in line 53)
http://www.tonymarston.net/uniface/menuguide/mnu_0010u.html
-- Line 57: start tag was here (the whole tag is missing)
http://www.tonymarston.net/uniface/menuguide/mnu_0030c.html


See
http://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.tonymarston .net%2Funiface%2Fmenuguide%2Fmnu_0010c.html
http://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.tonymarston .net%2Funiface%2Fmenuguide%2Fmnu_0010u.html
http://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.tonymarston .net%2Funiface%2Fmenuguide%2Fmnu_0030c.html

Thanks.
Re: Documentation - assorted html errors - end tag for ul omitted [message #3450 is a reply to message #3449] Thu, 07 February 2013 08:34 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors - various errors [message #3457 is a reply to message #3450] Fri, 08 February 2013 08:26 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

The following pages contain html errors:

Error: end tag for A omitted
http://www.tonymarston.net/php-mysql/php-mysql(whatsnew).htm l

Error: end tag for element A which is not open;
http:// www.tonymarston.net/php-mysql/menuguide/audit_dtl(search).ht ml

Error: end tag for OL omitted
http://www.tonymarston.net/php-mysql/menuguide/history.html


Error: end tag for element P which is not open
http://www.tonymarston.net/php-mysql/object-relational-mappe rs-are-evil.html

Error: end tag for PRE omitted;
http://www.tonymarston.net/php-mysql/many-to-many.html


See
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fphp-mysql%28whatsnew%29.html&charse t=%28detect+automatically%29&doctype=Inline&group=0& amp; amp;user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fmenuguide%2Faudit_dtl%28search%29.html& amp; amp;charset=%28detect+automatically%29&doctype=Inline&am p;am p;group=0&user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fmenuguide%2Fhistory.html&charset=%2 8detect+automatically%29&doctype=Inline&group=0& user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fobject-relational-mappers-are-evil.html &charset=%28detect+automatically%29&doctype=Inline&a mp;a mp;group=0&user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fmany-to-many.html&charset=%28detect +automatically%29&doctype=Inline&group=0&user-ag ent=W3C_Validator%2F1.3


Thank.

[Updated on: Sat, 09 February 2013 08:59]

Report message to a moderator

Re: Documentation - assorted html errors - end tag for ul omitted [message #3461 is a reply to message #3457] Fri, 08 February 2013 10:18 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors - attribute ALT not specified [message #3464 is a reply to message #3461] Sat, 09 February 2013 08:58 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

The following pages contain the html
Error: required attribute ALT not specified
http://www.tonymarston.net/php-mysql/dialog-types.html
http://www.tonymarston.net/php-mysql/infrastructure.html
http://www.tonymarston.net/php-mysql/menuguide/section04.htm l
http://www.tonymarston.net/php-mysql/workflow.html

See
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fdialog-types.html&charset=%28detect +automatically%29&doctype=Inline&group=0

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Finfrastructure.html&charset=%28dete ct+automatically%29&doctype=Inline&group=0&user- agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fmenuguide%2Fsection04.html&charset= %28detect+automatically%29&doctype=Inline&group=0&am p;user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fworkflow.html&charset=%28detect+aut omatically%29&doctype=Inline&group=0&user-agent= W3C_Validator%2F1.3



Thanks.
Re: Documentation - assorted html errors - attribute ALT not specified [message #3465 is a reply to message #3464] Sat, 09 February 2013 10:40 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Fixed.

Re: Documentation - assorted html errors - attribute ALT not specified [message #3466 is a reply to message #3465] Sat, 09 February 2013 11:08 Go to previous messageGo to previous message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

The following pages contain omitted end tags for div elements or omitted end tags for p elements:


Error: Line 359, Column 7: end tag for "DIV" omitted -- Line 347, Column 1: start tag was here
http://www.tonymarston.net/php-mysql/virtual-private-databas e.html

Error: Line 412, Column 7: end tag for div omitted -- Line 399, Column 1: start tag was here
http://www.tonymarston.net/php-mysql/radicore-tutorial2.html

Error: end tag for DIV omitted;
Error: element PD not defined in this HTML version
http://www.tonymarston.net/php-mysql/oracle.html

Error: end tag for element P which is not open; try removing the end tag or check for improper nesting of elements
Error: end tag for DIV omitted; possible causes include a missing end tag, improper nesting of elements, or use of an element where it is not allowed
http://www.tonymarston.net/php-mysql/dependency-injection-is -evil.html
http://www.tonymarston.net/php-mysql/what-is-oop.html

Error: end tag for element P which is not open; try removing the end tag or check for improper nesting of elements
http://www.tonymarston.net/php-mysql/functions-and-variables .html


See
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fvirtual-private-database.html+&char set=%28detect+automatically%29&doctype=Inline&group= 0&user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fradicore-tutorial2.html&charset=%28 detect+automatically%29&doctype=Inline&group=0&u ser-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Foracle.html&charset=%28detect+autom atically%29&doctype=Inline&group=0&user-agent=W3 C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fdependency-injection-is-evil.html&c harset=%28detect+automatically%29&doctype=Inline&gro up=0&user-agent=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Fwhat-is-oop.html&charset=%28detect+ automatically%29&doctype=Inline&group=0&user-age nt=W3C_Validator%2F1.3

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tonymarst on.net%2Fphp-mysql%2Ffunctions-and-variables.html&charse t=%28detect+automatically%29&doctype=Inline&group=0& amp;user-agent=W3C_Validator%2F1.3

Thanks.
Previous Topic: Documentation - Broken links
Next Topic: v1.81.0 - Syntax Error: menu-data.sql
Goto Forum:
  


Current Time: Thu Mar 28 08:06:10 EDT 2024

Total time taken to generate the page: 0.08936 seconds