Search found 367 matches

by roedygr
Thu Apr 26, 2018 12:31 pm
Forum: Technical Support
Topic: adding custom *.js files
Replies: 3
Views: 4704

Re: adding custom *.js files

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.
by roedygr
Thu Apr 26, 2018 10:57 am
Forum: Technical Support
Topic: adding custom *.js files
Replies: 3
Views: 4704

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.
by roedygr
Fri Aug 11, 2017 5:15 am
Forum: Technical Support
Topic: download size
Replies: 1
Views: 2566

download size

I noticed that .401 download is considerably smaller than .301. Was that intentional?
by roedygr
Thu Jun 29, 2017 3:37 am
Forum: TopStyle
Topic: install fail
Replies: 0
Views: 13491

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...
by roedygr
Sun Jun 18, 2017 2:31 pm
Forum: Technical Support
Topic: custom js function
Replies: 1
Views: 2529

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 ...
by roedygr
Fri Mar 03, 2017 11:47 am
Forum: Feature Requests and BETA Talk
Topic: entity converter
Replies: 1
Views: 7695

entity converter

It would be nice to convert all entities in a document to either: html4 (use &#x42; format for codes without entities) html5 (use &#x42; 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...
by roedygr
Sat Jan 21, 2017 1:05 am
Forum: General Web Development
Topic: spell checking
Replies: 7
Views: 9172

Re: spell checking

I would request put the new functions into f7. That is how I do my corrections.
by roedygr
Sat Jan 21, 2017 12:49 am
Forum: General Web Development
Topic: encapsulation
Replies: 4
Views: 8027

Re: encapsulation

What do you mean by "the cascade"?
by roedygr
Wed Jan 18, 2017 4:58 am
Forum: General Web Development
Topic: encapsulation
Replies: 4
Views: 8027

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?
by roedygr
Wed Jan 18, 2017 12:56 am
Forum: Technical Support
Topic: where to insert JS
Replies: 1
Views: 2696

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...
by roedygr
Tue Jan 17, 2017 9:30 pm
Forum: General Web Development
Topic: spell checking
Replies: 7
Views: 9172

spell checking

I upgraded to 17 on the understanding spell checking was greatly enhanced. I have not noticed any difference. I was hoping for: &aacute; 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...
by roedygr
Tue Jan 17, 2017 9:26 pm
Forum: General Web Development
Topic: font-face
Replies: 1
Views: 5158

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...
by roedygr
Tue Oct 04, 2016 6:52 pm
Forum: General Web Development
Topic: < vs &lt;
Replies: 1
Views: 5115

< vs &lt;

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?
by roedygr
Thu Jul 28, 2016 12:54 pm
Forum: General Web Development
Topic: The Website Obesity Crisis
Replies: 10
Views: 13169

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.
by roedygr
Thu Jul 14, 2016 3:56 pm
Forum: Feature Requests and BETA Talk
Topic: Wish List
Replies: 5
Views: 11352

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...