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

Home » RADICORE development » Bug Reports » Documentation - assorted html errors
Re: Documentation - assorted html errors - table errors - www.tonymarston.net [message #3569 is a reply to message #3568] Wed, 27 February 2013 01:55 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
How it performs its validation is irrelevant. If a document is deemed to be valid using the old technique, and is rendered in all browsers as expected, then a new technique which throws up errors is definitely suspect.

Pointing to the HTML specs is not useful as, in my mind, they are not "proper" specifications as they are not specific enough - they are open to (mis)interpretation and misunderstandings.


Re: Documentation - assorted html errors - whitespace in URLs - www.tonymarston.net [message #3592 is a reply to message #3569] Thu, 21 March 2013 10:19 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/uniface/componenttemplates.html
the following fragment identifiers contain whitespace:

#standard layout
#version 6
#create v6
#use v6
#version 7
#create v7
#use v7


Consider replacing whitespaces with underscores (_) or escaping them with %20.

The resulting links work fine in Firefox but they might create problems with other browsers or with other software (e.g. link checkers).


Thanks in advance.




Re: Documentation - assorted html errors - whitespace in URLs - www.tonymarston.net [message #3593 is a reply to message #3592] Thu, 21 March 2013 13:37 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 - html warnings - www.tonymarston.net [message #3602 is a reply to message #3593] Thu, 28 March 2013 11: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/header.html and
http://www.tonymarston.net/cobol/header.html
there are html warnings (produced by />).


See
http://validator.w3.org/check?uri=http://www.tonymarston.net /header.html
http://validator.w3.org/check?uri=http://www.tonymarston.net /cobol/header.html

Thanks in advance.

[Updated on: Thu, 28 March 2013 11:50]

Report message to a moderator

Re: Documentation - assorted html errors - html warnings - www.tonymarston.net [message #3611 is a reply to message #3602] Fri, 29 March 2013 08:01 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 - html warnings - www.tonymarston.net [message #3617 is a reply to message #3611] Sat, 30 March 2013 19:44 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/header.html
there are html warnings (No Character Encoding Found)

See
http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/(Not)_Applying_Design_Patterns_in_PHP.html

Thanks.

Re: Documentation - assorted html errors - html warnings - www.tonymarston.net [message #3620 is a reply to message #3617] Sun, 31 March 2013 05:41 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 - html lengths - www.tonymarston.net [message #3638 is a reply to message #3620] Fri, 05 April 2013 09:34 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/product-prototype.html
<col width="175px">
occurs multiple times.

Please replace it with
<col width="175">

Thanks in advance.
Re: Documentation - assorted html errors - html lengths - www.tonymarston.net [message #3640 is a reply to message #3638] Fri, 05 April 2013 10:55 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
Done.

Re: Documentation - assorted html errors - element "SU:BADGE" undefined [message #3670 is a reply to message #3640] Wed, 10 April 2013 09: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/what-is-a-framework.htm l
http://www.tonymarston.net/php-mysql/back-to-front.html
and perhps others...

the following code
<su:badge layout="2"></su:badge>


produces error "element "SU:BADGE" undefined".

See
http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/what-is-a-framework.html

http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/back-to-front.html
Re: Documentation - assorted html errors - element "SU:BADGE" undefined [message #3671 is a reply to message #3670] Wed, 10 April 2013 09:33 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
That is for the "StumbledUpon" button, which works through some javascript. Ignore it.

Re: Documentation - assorted html errors - element "SU:BADGE" undefined [message #3672 is a reply to message #3671] Wed, 10 April 2013 10:55 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
OK.
Re: Documentation - assorted html errors - element "SU:BADGE" undefined [message #3686 is a reply to message #3671] Tue, 16 April 2013 18:32 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

I stumbled upon this page
https://www.creativewhim.com/6-html5-validation-errors-and-h ow-to-fix-them/

it includes a section on how to fix the html code of StumbleUpon Badges to make it validate, specifically the offending part:
<su:badge layout="1"></su:badge>



There is another solution here
http://marioiliev.com/en/blog/web-design/38-html-validirane- na-butoni-za-socialnite-mreji

the code looks more elegant, but uses jQuery.

Thanks in advance.


Re: Documentation - assorted html errors - element "SU:BADGE" undefined [message #3705 is a reply to message #3686] Sat, 20 April 2013 12:43 Go to previous messageGo to next message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
I've tried changing the buttons using the information on http://marioiliev.com/en/blog/web-design/38-html-validirane- na-butoni-za-socialnite-mreji, but I couldn't get the facebook button to work, so I've had to leave in the old code which produces those validation errors.

Re: Documentation - assorted html errors - xhtml errors (1) [message #3939 is a reply to message #3705] Fri, 22 November 2013 07:14 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

The page
http://www.radicore.org/howisitrad.php
contains two xhtml errors.
See
http://validator.w3.org/check?uri=http://www.radicore.org/ho wisitrad.php

end tag for "img" omitted (Line 185)
end tag for "hr" omitted (Line 227)

Thanks.

[Updated on: Fri, 22 November 2013 07:17]

Report message to a moderator

Re: Documentation - assorted html errors - xhtml errors (1) [message #3941 is a reply to message #3939] Fri, 22 November 2013 09: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 - html errors (1) [message #3942 is a reply to message #3941] Fri, 22 November 2013 11:49 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/databaseobjects2.html
there is a closing tag </p> for element <p> which is not open.

See
http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/databaseobjects2.html

Thanks.

[Updated on: Fri, 22 November 2013 11:55]

Report message to a moderator

Re: Documentation - assorted html errors - html errors (2) [message #3943 is a reply to message #3942] Fri, 22 November 2013 11:53 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/infrastructure-faq.html
there is an error.

See
http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/infrastructure-faq.html

Thanks.
Re: Documentation - assorted html errors - html errors (1) [message #3952 is a reply to message #3942] Sat, 23 November 2013 04: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 - html errors (2) [message #3953 is a reply to message #3943] Sat, 23 November 2013 04:26 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 - html errors (3) [message #3954 is a reply to message #3953] Sat, 23 November 2013 07:50 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_task_alt( upd1).html
there is an end tag for element <p> which is not open

See
http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/menuguide/mnu_task_alt(upd1).html

Thanks

[Updated on: Sat, 23 November 2013 07:50]

Report message to a moderator

Re: Documentation - assorted html errors - html errors (3) [message #3956 is a reply to message #3954] Sat, 23 November 2013 09:32 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 - html errors (4) [message #3958 is a reply to message #3956] Sat, 23 November 2013 12:19 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/model-view-controller.h tml
there are five html errors
(Element br not allowed as child of element dl in this context. )

See
http://validator.w3.org/check?uri=http://www.tonymarston.net /php-mysql/model-view-controller.html

Thanks.
Re: Documentation - assorted html errors - html errors (4) [message #3959 is a reply to message #3958] Sat, 23 November 2013 14:01 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 - html errors (5) [message #3960 is a reply to message #3959] Sun, 24 November 2013 13:47 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/customers.php
there are four of this error:

Error: element p not allowed here; possible cause is an inline element containing a block-level element

See
http://validator.w3.org/check?uri=http://www.radicore.org/cu stomers.php
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://www. radicore.org/customers.php&warnings=yes

Thanks
Re: Documentation - assorted html errors - html errors (5) [message #3963 is a reply to message #3960] Mon, 25 November 2013 04:04 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 - xhtml errors (2) [message #3966 is a reply to message #3963] Mon, 25 November 2013 14:01 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/glossary.php
there are several html errors:
* upper case tags (HREF, AREA, NAME, ALT, TITLE, COORDS),
* required attribute "id" not specified, (the validator only finds it under some circumstances, when there are other errors)
* omission of end tags

See
http://www.htmlhelp.com/cgi-bin/validate.cgi?url=http://www. radicore.org/glossary.php&warnings=yes
http://validator.w3.org/check?uri=http://www.radicore.org/gl ossary.php

[Updated on: Mon, 25 November 2013 14:05]

Report message to a moderator

Re: Documentation - assorted html errors - xhtml errors (2) [message #3972 is a reply to message #3966] Mon, 25 November 2013 16:16 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 - html - Facebook button code - links question [message #3977 is a reply to message #3972] Tue, 26 November 2013 07:30 Go to previous messageGo to next message
jjtoranzo2004 is currently offline  jjtoranzo2004
Messages: 261
Registered: September 2012
Senior Member
Tony,

This is a question (not a bug report).
In
http://www.tonymarston.net/php-mysql/3-tier-architecture.htm l
what's the purpose of these links:

1) http://www.kosmetikstudio-hamburg.net/fusspflege-hamburg
a cosmetics page in German.
2) http://www.howtoaddlikebutton.com
the sarting page of a site that generates the html code for a Facebook button.
?

Thanks.
Re: Documentation - html - Facebook button code - links question [message #3978 is a reply to message #3977] Tue, 26 November 2013 09:08 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
When I searched for samples on how to load links to social media sites into my web pages that was the code that I came across, so I inserted it without making any changes. I didn't write the code, so don't ask me what it does.

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


Current Time: Thu Mar 28 14:02:29 EDT 2024

Total time taken to generate the page: 0.02344 seconds