I have JS scripts you wrote for me. One keeps track of when files were last validated, and skips them if they haven't changed since then.
The other opens files automatically if they fail validation.
Search found 370 matches
- Thu Apr 26, 2018 12:31 pm
- Forum: Technical Support
- Topic: adding custom *.js files
- Replies: 3
- Views: 3601
- Thu Apr 26, 2018 10:57 am
- Forum: Technical Support
- Topic: adding custom *.js files
- Replies: 3
- Views: 3601
adding custom *.js files
Where in the menu structure do you specify custom *.js code?
I thought it was in the Batch Wizard somewhere, but I don't see it.
Some padding to make the message long enough to be accepted.
More padding to make the message long enough to be accepted.
I thought it was in the Batch Wizard somewhere, but I don't see it.
Some padding to make the message long enough to be accepted.
More padding to make the message long enough to be accepted.
- Fri Aug 11, 2017 5:15 am
- Forum: Technical Support
- Topic: download size
- Replies: 1
- Views: 1745
download size
I noticed that .401 download is considerably smaller than .301. Was that intentional?
- Thu Jun 29, 2017 3:37 am
- Forum: TopStyle
- Topic: install fail
- Replies: 0
- Views: 4564
install fail
TopStylse suddenly lost all its sites. I recreated my main one. It just went into an endless loop. I decided to reinstall. It will not reinstall. It gives this error message: http://mindprod.com/dropoff/topstyle.png The message is correct. These files do not exist in the install dir. My topstyle.zip...
- Sun Jun 18, 2017 2:31 pm
- Forum: Technical Support
- Topic: custom js function
- Replies: 1
- Views: 1714
custom js function
The recent monster Win10 update I think corrupted AppData and made CSEValidator pro stop working. I completely uninstalled it and reinstalled from scratch. I am trying to re-hook up my custom JS script, but cannot find the field to engage it. Could you please tell me where to look? Similarly, there ...
- Fri Mar 03, 2017 11:47 am
- Forum: BETA Talk
- Topic: entity converter
- Replies: 1
- Views: 4037
entity converter
It would be nice to convert all entities in a document to either: html4 (use B format for codes without entities) html5 (use B format for codes without entities) to literal character target taken from <meta charset="utf-8"> Perhaps there could be a list of literal chars t...
- Sat Jan 21, 2017 1:05 am
- Forum: HTML and XHTML
- Topic: spell checking
- Replies: 7
- Views: 6471
Re: spell checking
I would request put the new functions into f7. That is how I do my corrections.
- Sat Jan 21, 2017 12:49 am
- Forum: CSS (Cascading Style Sheets)
- Topic: encapsulation
- Replies: 4
- Views: 5961
Re: encapsulation
What do you mean by "the cascade"?
- Wed Jan 18, 2017 4:58 am
- Forum: CSS (Cascading Style Sheets)
- Topic: encapsulation
- Replies: 4
- Views: 5961
encapsulation
My style sheets are bloated mainly because so many styles are identical except for one attribute.
Is there a way of encapsulating the commonality?
Is there a way of encapsulating the commonality?
- Wed Jan 18, 2017 12:56 am
- Forum: Technical Support
- Topic: where to insert JS
- Replies: 1
- Views: 1971
where to insert JS
inserting JS You gave me this code some time ago to keep track of which files have not changed since the last validation. It has stopped working in 17. I can't find the place to insert it. What is the rabbit warren menu navigation? // save as cache.js and include in batch target optionss user functi...
- Tue Jan 17, 2017 9:30 pm
- Forum: HTML and XHTML
- Topic: spell checking
- Replies: 7
- Views: 6471
spell checking
I upgraded to 17 on the understanding spell checking was greatly enhanced. I have not noticed any difference. I was hoping for: á treated like a single letter by the spell checker. language specific spell checking bases on la=fr tag. rear<wbr>guard would be spell-checked as rearguard. <sp...
- Tue Jan 17, 2017 9:26 pm
- Forum: CSS (Cascading Style Sheets)
- Topic: font-face
- Replies: 1
- Views: 3559
font-face
@font-face { font-family: "Tiresias PCfont Z"; font-style: normal; font-weight: bold; src: local('Tiresias PCfont Z Bold') url("font/TIRESIAS PCFONTZ Bold.TTF") format("truetype"); } The new version 17 is complaining about my font-face. The error message is a little too...
- Tue Oct 04, 2016 6:52 pm
- Forum: HTML and XHTML
- Topic: < vs <
- Replies: 1
- Views: 3604
< vs <
My copy of HTMLValidator fails to complain about a dangling < that should be encoded as < or removed.
I could not find anything in the config to turn on such a check. Is there one?
I could not find anything in the config to turn on such a check. Is there one?
- Thu Jul 28, 2016 12:54 pm
- Forum: General Web Development
- Topic: The Website Obesity Crisis
- Replies: 10
- Views: 9775
Re: The Website Obesity Crisis
I do a lot of screen scraping. It makes me aware that most pages nowadays are mostly JavaScript and REDUNDANCY. I hope search engines are smart enough to filter it out. JavaScript merely ensures some browsers will not work. It ensures the UI will be confusing and require rapid hand eye co-ordination.
Re: Wish List
Are these recent improvments? I am still on 14.05. I mostly use HTMLValidator for spell checking. The Entities in the middle of words do the worst to screw up spell checking. I think it would be the easiest one to fix. My kludge to deal with the problem is to insert macros that take words without en...