htmlvalidator-help Mailing List for HTML Validator for Mozilla and Firefox (Page 6)
Brought to you by:
mgueury
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(65) |
Jun
(52) |
Jul
(33) |
Aug
(33) |
Sep
(2) |
Oct
(10) |
Nov
(8) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(48) |
Feb
(22) |
Mar
(25) |
Apr
(5) |
May
(4) |
Jun
(2) |
Jul
(4) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2008 |
Jan
(3) |
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Igor P. <igo...@me...> - 2006-11-22 15:53:46
|
Hi, =20 if I try to validate page that should be XHTML mobile 1.0 compatible, I must wait for >=3D 60 seconds (for example mobile.lastminute.com; "XHTML mobile profile 0.3.6" firefox plugin should be installed). =20 What is the reason for that latency? When I trace, I see that for every validation new DTD request on wapforum.org is made. Maybe the reason is that http://www.wapforum.org/DTD/xhtml-mobile10.dtd internally depends on some other DTDs, supplied by w3.org, and loading all those schemas is performance killer for SGML parser. Kind regards Igor Petrovic Ljubljana, Slovenija |
From: David H. <na...@gm...> - 2006-11-22 05:39:22
|
NoWhereMan wrote: > David Hammond wrote: > > > I'm using Firefox 2.0 from the official Mozilla site on Ubuntu Edgy, > > and SGML mode wouldn't work in HTML Validator 0.8.3.2. It would always > > show a green icon with 0 errors / 0 warnings even on obviously invalid > > sites. > > Thank you so much for the tip! are you having issues too when left clicking > on the icon? menu appears then immediately disappears if you release the > left button. any tip for that? > > bye I assume you mean when right-clicking. The same issue affects me as well. Basically, the menu is being placed at a slightly inconvenient spot, where your mouse cursor is already over one of the menu items. I've come across the issue in places other than the validator extension, such as the download status bar extension, which suggests that it may be beyond the scope of what the extension author can fix. The only solution I have is to remember to keep the mouse button held down until you select something. |
From: NoWhereMan <now...@fl...> - 2006-11-20 11:05:11
|
David Hammond wrote: > I'm using Firefox 2.0 from the official Mozilla site on Ubuntu Edgy, > and SGML mode wouldn't work in HTML Validator 0.8.3.2. It would always > show a green icon with 0 errors / 0 warnings even on obviously invalid > sites. Thank you so much for the tip! are you having issues too when left clicking on the icon? menu appears then immediately disappears if you release the left button. any tip for that? bye |
From: David H. <na...@gm...> - 2006-11-19 04:46:24
|
I'm using Firefox 2.0 from the official Mozilla site on Ubuntu Edgy, and SGML mode wouldn't work in HTML Validator 0.8.3.2. It would always show a green icon with 0 errors / 0 warnings even on obviously invalid sites. Here's what I figured out: If I launched Firefox from a console, I could see the following output: WARNING: Can not create DiagLog file: /home/nanobot/.mozilla/firefox/1jwm24m5.default/tidy/tidy_last_validated.html spvalid:3038106104.4011:E: cannot open output file "/home/nanobot/.mozilla/firefox/1jwm24m5.default/tidy/spvalid.err" (Permission denied) I checked my /home/nanobot/.mozilla/firefox/1jwm24m5.default/tidy/ directory and it had the following permissions: drw-r--r-- >From inside my profile directory (/home/nanobot/.mozilla/firefox/1jwm24m5.default/ for me; yours will be different), I used the following command: chmod 0755 tidy I started up Firefox normally and it suddenly worked without a hitch. Errors are now properly displayed. I hope this helps others. |
From: Masatoshi I. <pi...@us...> - 2006-11-10 10:28:31
|
Hi, I couldn't install 0.795 for Intel Mac with FF2. Add-on manager returned error code -207 and said install package was broken. I installed HTML Validator from the url below: http://htmlvalidator.sourceforge.net/mozilla/tidy_firefox_macintel_0795.xpi -- Masatoshi Iwasaki |
From: Richard H. @ R. C. <ri...@re...> - 2006-11-04 12:14:59
|
I just installed latest Beta 0.833 on WinXP FF2.0. Very nice but I would suggest adding the Accessibility Level in the type column next to each entry. Currently you have to actually select each item to discover what level the warning refers to. Great work. Best rgds Richard -- Richard Hearne Red Cardinal Limited www.redcardinal.ie e:ri...@re... t:+353(0)86 818 8480 The contents of this email and any attachments are confidential and may be legally privileged. If you have received this email in error, you are on notice of its status. Please notify the system manager or the sender immediately by reply e-mail and then delete this message from your system. Please do not copy it or use it for any purposes, or disclose its contents to any other person: to do so could be a breach of confidence. Thank you in advance for your co-operation. Please e-mail web...@re... if you need assistance. |
From: Marc G. <mg...@sk...> - 2006-10-24 13:50:43
|
Hi David, Interesting problem, it looks like a problem there was on debian not a long time ago. In the case of Debian, there was no XPCOM compiled in Firefox. Somebody removed it seeing that it still worked. Unhappily all extension with binary file like mine did not worked. I think you should report this problem to your Ubuntu firefox packager. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378667 Please read this and maybe check that the wa given there works. LD_PRELOAD=libxpcom.so firefox Marc David Rekowski wrote: > Hi there, > > thanks for creating this nice extension to firefox. > > It works fine with firefox 2.0 if I use the binaries from mozilla, > however, the ubuntu 6.10 binaries seem to have the libstdc++.so.5 > problem. Here's the output of ldd libnstidy.so > linux-gate.so.1 => (0xffffe000) > libplds4.so => /usr/lib/libplds4.so (0xb7d38000) > libplc4.so => /usr/lib/libplc4.so (0xb7d33000) > libnspr4.so => /usr/lib/libnspr4.so (0xb7d00000) > libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7ced000) > libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7ce9000) > libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0xb7c2f000) > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c09000) > libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7bfe000) > libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7ac9000) > /lib/ld-linux.so.2 (0x80000000) > > Seems as if it finds the lib, but cannot use it correctly. > > Any hints would be appreciated, since I prefer to use the version > shipped with ubuntu, instead of a seperate installation. > > > Regards, > David > > |
From: Marc G. <mg...@sk...> - 2006-10-23 23:10:00
|
Hi Bradley, You are right, please use the version 0.833. Thanks, Marc Bradley Hook wrote: > I'm not sure if you know about this already, but it seems that when > you click the "Htmlpedia" button in the beta version of the validator, > it takes the user to the wrong location on the htmlpedia website. > Specifically, it seems to be adding .html to the end of the URL. It's > a really cool feature though, looking forward to it being in the > stable version! > > ~Bradley |
From: Marc G. <mg...@sk...> - 2006-10-23 23:08:55
|
Hi Nix, For the doc of OpenSP, I am fixing slowly by modifiying the help in HtmlPedia, a new site done for this. I remove the %1 at the same time. When the help will be better there, I will reimport the corrected help=20 in the validator. It is an Open wiki, so everybody is welcome to improve it too. You have a button below the help in 0.833 that allow to see the=20 HtmlPedia help for each error. Hope it helps, Marc Nikola Milutinovi=C4=87 wrote: > Hi. > > First of all, many thanks for a great extension. Definitely one of my=20 > top 10 (I have about 60 extensions installed :-)). A must for a web=20 > developer. Secondly, I'm glad to see that you are improving your=20 > extension. > > I've just spotted a minor bug, more an inconvenience. > > When I go to mozilla starting page, one with google portal and do a=20 > validate, I see errors (what kind of morons are those guys?). So, when=20 > I list them I see a lot of "Missing attribute...". > > Well, there is one minor glitch in view source window. The list of=20 > errors correctly states: "line 1 column 126 - Error: required=20 > attribute "TYPE" not specified". The right window with suggestion on=20 > what the error is all about has a caption: "required attribute %1 not=20 > specified". Looks liek a misfired "printf()". > > Extension version: 0.8.3.3. > Parser: SGML. > URL:=20 > http://www.google.com/firefox?client=3Dfirefox-a&rls=3Dorg.mozilla:en-U= S:official=20 > (if it matters, at all) > > Like I said, it is a minor glitch. For what it's worth, Tidy gives=20 > that caption as " <...> lacks "..." attribute". So, SGML is definitely=20 > better, it just needs to be fixed. > > Nix. > --=20 > > __________________________________________________________ > > *Nikola Milutinovi=C4=87* > Senior Software Developer > Levi9 Global Sourcing > ( +381 (0) 21 451738 (office) > ( +381 (0) 64 2202824 (mobile) > * E-mail:n.m...@Le... <mailto:n.m...@Le...> > . Mail: Trg mladenaca 6, 21000 Novi Sad, Serbia > www.levi9.com <http://www.levi9.com/> > |
From: Martin E. <Mar...@be...> - 2006-10-23 08:46:19
|
I've been using 0.833/2 for about a month now, with no ill effects. Using both FF1.5 and FF2 RC Builds on windows xp. Martin -----Original Message----- From: htm...@li... [mailto:htm...@li...] On Behalf Of Marc Gueury Sent: 21 October 2006 23:16 To: NoWhereMan; HTML Validator Subject: Re: [Htmlvalidator-help] firefox 2, linux and 832 Hi, For the right mouse clicking, it depends of the linux OS used and of Firefox. I think there is nothing to do about it. It is OS dependent. And I have no possibility to change this behavior. For the SGML parser on Ubuntu, I will need to check. I can just say it works on Suse SLES 8 and SLES 9. The Linux distribution I uses. But I use Firefox 1.5 on them. So, I need to recheck. I do not know when I will have time in the next days or 2/3 months due to nice family events happening :-) Whatever, the thing I try to get working for the beta, in the last time is www.htmlpedia.org. In short, it is a wiki editable by anybody that want to improve the help messages of the extension. For more ideas, of what is the goal, see this: http://www.htmlpedia.org/wiki/Htmlpedia:About I need to launch, declare this officially. It is already working more or less with 0.833 I think. Marc NoWhereMan wrote: > I'm on linux ubuntu edgy, with firefox 2, and i'm osrry to say there=20 > are a lot of problems :( > - first of all, right clicking and releasing mouse on the icon will=20 > show the about box (it's actually activating last menu item, because=20 > menu is shown for a while), to use the menu you have to keep the right > button pressed > - sgml parser always says that the page is valid! > hope you'll be able to fix this soon! > > bye (always one of the best extensions for webdevs, I already said=20 > this; on > win+ffox1.5 no probs with 833!) > > > ---------------------------------------------------------------------- > --- Using Tomcat but need to do more? Need to support web services,=20 > security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 1216 > 42 _______________________________________________ > Htmlvalidator-help mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help > > =20 ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Htmlvalidator-help mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. |
From: Marc G. <mg...@sk...> - 2006-10-21 22:16:19
|
Hi, For the right mouse clicking, it depends of the linux OS used and of Firefox. I think there is nothing to do about it. It is OS dependent. And I have no possibility to change this behavior. For the SGML parser on Ubuntu, I will need to check. I can just say it works on Suse SLES 8 and SLES 9. The Linux distribution I uses. But I use Firefox 1.5 on them. So, I need to recheck. I do not know when I will have time in the next days or 2/3 months due to nice family events happening :-) Whatever, the thing I try to get working for the beta, in the last time is www.htmlpedia.org. In short, it is a wiki editable by anybody that want to improve the help messages of the extension. For more ideas, of what is the goal, see this: http://www.htmlpedia.org/wiki/Htmlpedia:About I need to launch, declare this officially. It is already working more or less with 0.833 I think. Marc NoWhereMan wrote: > I'm on linux ubuntu edgy, with firefox 2, and i'm osrry to say there are a > lot of problems :( > - first of all, right clicking and releasing mouse on the icon will show > the about box (it's actually activating last menu item, because menu is > shown for a while), to use the menu you have to keep the right button > pressed > - sgml parser always says that the page is valid! > hope you'll be able to fix this soon! > > bye (always one of the best extensions for webdevs, I already said this; on > win+ffox1.5 no probs with 833!) > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Htmlvalidator-help mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help > > |
From: NoWhereMan <now...@fl...> - 2006-10-21 18:03:20
|
I'm on linux ubuntu edgy, with firefox 2, and i'm osrry to say there are a lot of problems :( - first of all, right clicking and releasing mouse on the icon will show the about box (it's actually activating last menu item, because menu is shown for a while), to use the menu you have to keep the right button pressed - sgml parser always says that the page is valid! hope you'll be able to fix this soon! bye (always one of the best extensions for webdevs, I already said this; on win+ffox1.5 no probs with 833!) |
From: Geoffrey S. <geo...@ev...> - 2006-10-15 11:11:22
|
Errors are not the same on W3C Validator and HTML Validator. HTML Validator find error on a page validated on w3c. w3c find error on a page validated on HTML Validator. I can't use w3c validator to validate the page in all state (because it is a php website) I need to have a validator for firefox based on w3c SGLM. bye |
From: Mark A. F. <maf...@gm...> - 2006-10-12 15:22:13
|
Here's a suggestion for the HTML validator: Beep (or play a sound) on error and/or warning. I would leave validation on for the sites for which I am responsible and a sound would alert me if I missed something somewhere on one of the site(s) as I'm occassionall surfing through them after I've finished development. Maybe I've missed something or maybe someone else has made a change that invalidated the HTML. I wouldn't notice the change of icon on its own. A log of the non-validated URL's found would be a second suggestion. Thanks, -- Mark |
From: NoWhereMan <now...@fl...> - 2006-10-06 15:19:33
|
It would be nice to be able to restrict validation to the page you're browsing only, without losing time for the iframes (google ads... usually NOT valid and giving you a horrible warning while the main page is actually valid :) ) bye |
From: NoWhereMan <unc...@gm...> - 2006-10-06 14:48:17
|
It would be nice to be able to restrict validation to the page you're browsing only, without losing time for the iframes (google ads... usually NOT valid and giving you a horrible warning while the main page is actually valid :) ) bye |
From: Marc G. <mg...@sk...> - 2006-09-04 16:46:51
|
Hi Jeffrey, Thanks for this information. I do not have any Vista OS. I have no idea what this OS has added as security feature. But it is maybe that only an admin may install a .exe or a .dll. Currently Firefox add the DLL in a Document and Setting place in the profile. So, I do not think that Firefox will be able to do something about this install problem except to warn the users. Maybe you should log a bug in bugzilla/firefox about it ? Marc Ps: I will update the FAQ Jeffrey P. Silverstone wrote: > > Until Firefox is adjusted to work with Windows Vista, folks should > know that when installing your plug-in, they need to run Firefox as an > administrator. One does not need to be an administrator to run the > plug-in, just to install it. Otherwise it will appear to install OK, > but it will complain about a missing dll when run. > > > > This can be mentioned in the FAQ. > > > > -Jeffrey > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Htmlvalidator-help mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help > |
From: Jeffrey P. S. <jp...@ma...> - 2006-09-03 18:57:35
|
Until Firefox is adjusted to work with Windows Vista, folks should know = that when installing your plug-in, they need to run Firefox as an = administrator. One does not need to be an administrator to run the = plug-in, just to install it. Otherwise it will appear to install OK, but = it will complain about a missing dll when run. =20 This can be mentioned in the FAQ. =20 -Jeffrey |
From: Marc G. <mg...@sk...> - 2006-08-25 23:14:36
|
Hi Ed, Which version of Seamonkey do you use ? You should know that the extension has DLLs/.SO files, so it can and will not work with all version of Mozilla. To be sure.... Have you deinstalled the browser and reinstalled it ? In this case, you will need to reinstall the extension. Deleting the browser, delete the nsTidy.dll that is needed by the extension. Which platform do you use ? Marc Ed Sanford wrote: > Running SeaMonkey ( can't get about page (error causes redirect to > Marc's CyberHome) to read version off of - but it's the latest one ) > Will this happen every time my browser upgrades? > Whats going on .... ????????? > -- > Thanks; > Ed Sanford <mailto:edS...@od...> 941/773-0571 > Cell > ODI Consulting, Inc. <http://www.odiconsulting.com/contact.htm> > 941/756-9560 Voice 941/756-2540 Fax > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Htmlvalidator-help mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help > |
From: Ed S. <ed...@od...> - 2006-08-25 20:34:52
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Running SeaMonkey ( can't get about page (error causes redirect to Marc's CyberHome) to read version off of - but it's the latest one )<br> Will this happen every time my browser upgrades?<br> Whats going on .... ?????????<br> <div class="moz-signature">-- <br> Thanks;<br> <table summary="Thanks" cellpadding="0" cellspacing="4"> <tbody> <tr> <td><a href="mailto:edS...@od...">Ed Sanford</a></td> <td> </td> <td>941/773-0571 Cell</td> <td> </td> <td> </td> </tr> <tr> <td><a href="http://www.odiconsulting.com/contact.htm">ODI Consulting, Inc.</a></td> <td> </td> <td>941/756-9560 Voice</td> <td> </td> <td>941/756-2540 Fax</td> </tr> </tbody> </table> </div> </body> </html> |
From: Marc G. <mg...@sk...> - 2006-08-25 18:30:36
|
Hi Szabo, I will tell it like this. I have no Debian but several SuSE installs.( CPU 32 bits) I use mozilla 1.7.x with this version http://htmlvalidator.sourceforge.net/mozilla/tidy_firefox_linux_0793.xpi And it works fine. There is nothing special to do, except that you have to install the extension as root to allow the copy of 2 files in the directory of Mozilla. Beeing root is not neccessary in Firefox since Firefox fixes the problem of extensions with platform dependent dynamic libraries. Also depending of the Linux distribution you need to install compatibility packages: See http://users.skynet.be/mgueury/mozilla/faq.html point 3 Hope it helps, Marc Ps: cc to the mailing list Szabo Peter wrote: > On Wed, 16 Aug 2006 00:10:39 +0200, Marc Gueury wrote > >> Just by curiosity, you are trying to install it on Mozilla Suite 1.7 or >> > Seamonkey ? > >> I do not support Seamonkey I do not use it personally and do not have enough >> requests to do it. It works on Mozilla Suite for sure, I use it everyday. >> > Which platform > >> do you use ? >> > > Could you please give me a Tidy that works and can be installed to this > Mozilla Suite configuration: > > Mozilla 1.7.8 > Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 > Debian/1.7.8-1sarge7.1 > Mozilla Debian Package 1.7.8-1sarge7.1 > > > > |
From: Marc G. <mg...@sk...> - 2006-08-25 18:23:17
|
Hi Thomas, I think this question should be contained in the FAQ. Unhapilly this is not possible for several technical reasons (for now.) It is possible to do. But it does not exist. It works like this: - it is not a regular expression that filter the message, - it is list of message IDs that are sent to tidy, (IDs stored in the preferences of Firefox, type about:config, look for tidy) - you have to know that the messages can be translated So, it is not a filter based on strings but on IDs - inside tidy, in the C code, there is something that I call "fast filter" that remove all the messages with the filter list. I should maybe improve it to filter ID to work also with some arguments values. But it is not so easy than that and will require some work. In short, it does not exist yet. Maybe one day, and it is in my todo list. Hope it helps, Marc Thomas Guettler wrote: > Hi, > > """If you have a problem not listed here, please do not hesitate to contact > me: mg...@sk... > """ > > OK, here I go: > > Where is config file? I like to edit the expressions which are > ignored by tidy. > > I tried to add an ignore expression with the GUI, but > it is this: "... lacks "..." attribute". But I only want to > ignore '<img> lacks "alt" attribute'. > > I tried to find a config file in $HOME/.firefox but failed. > > I don't need a GUI for this. Is it possible to edit (vi) the > (regular) expressions which get ignored? > > Thank you for this great plugin. > > Thomas > > > |
From: David L. <dl...@ma...> - 2006-08-24 09:22:48
|
Now found the form and completed Sorry to trouble you I suggest you change the wording You can also look the mailing list archive <https://lists.sourceforge.net/lists/listinfo/htmlvalidator-help> to subscribe to mailing list David Lumby |
From: David L. <dl...@ma...> - 2006-08-24 09:11:36
|
Please add me to the mailing list |
From: Rena <re...@12...> - 2006-08-23 08:18:12
|
Dear Sir or Madam: Looking for mini hidden cameras? If so,please visit our website: www.advis.com.cn, a mini cameras manufacturer.Here I recommend our extra mini cameras for your reference,which is rare and practicable in market. *Sony Color CCD sensor *12X12mm. *Very good picture and signal quality For more details about them,welcome to visit our website above. Best regards, Rena Tel:86-755-82660165/82660170 Email:re...@12... Website: www.advis.com.cn |