Search found 721 matches
- Mon Oct 31, 2005 5:29 pm
- Forum: Other CSS HTML Validator
- Topic: Picking your version of CSE when using Firefox
- Replies: 2
- Views: 16634
Picking your version of CSE when using Firefox
I've installed the tool that integrates CSE into Firefox. It installed with Lite when I have both Lite and Professional installed. (That suits me at present as I want to know what the general public might see.) How do I most easily (no installation gymnastics) switch the linkage to another version o...
- Mon Oct 31, 2005 4:47 pm
- Forum: General Web Development
- Topic: Tidy Changing non-empty Paragraph to Break
- Replies: 5
- Views: 29150
Tidy has it's limits
There are things that Tidy seems unable to do. (I last ran through it some time ago, I've done this maybe 4 times over the life of tidy, I've spent a few hours, so I'm pretty sure.) My conclusion is that tidy settings interact with each other and that at least one setting changes two different thing...
- Mon Oct 31, 2005 4:31 pm
- Forum: Other CSS HTML Validator
- Topic: Making CSE Lite show for IE Edit button
- Replies: 9
- Views: 41592
Making CSE Lite show for IE Edit button
Short Description: I have both CSE and CSE Lite installed (both latest). The both have registry entries (Hive...Classes...) for .htm which appear correct (...shell/edit/command...). ONLY CSE Professional shows in the Edit list from the IE toolbar. How do I also make Lite appear there? Background Des...
- Tue Sep 06, 2005 2:32 pm
- Forum: BETA Talk
- Topic: RSS validation
- Replies: 2
- Views: 15937
It's a matter of balance
Hi Albert, Thanks for that. At present I suspect most users are happy with the standard packaged functionality. I can see feeds being part of a wider structure, which differs between publishers. Demand would be higher, in that world. (A lot of bloggers have never published before and are delighted w...
- Mon Sep 05, 2005 11:16 pm
- Forum: BETA Talk
- Topic: RSS validation
- Replies: 2
- Views: 15937
RSS validation
I've currently dropped using a tool to generate RSS. I'm finding it hard inspecting by eye. I've seen other people asking about an RSS checker.
Are there any plans to incorporate a feed checker in future?
Are there any plans to incorporate a feed checker in future?
- Wed Jun 08, 2005 6:24 pm
- Forum: Technical Support
- Topic: Using the CSE DLL from .NET
- Replies: 3
- Views: 14202
- Wed Jun 08, 2005 6:17 pm
- Forum: BETA Talk
- Topic: First Look at Beta 5
- Replies: 5
- Views: 21803
Thanks very much. 1) Programming programexport. I have had another look . With that page and the code I can do what I want. (I was hoping for a lazy man's way to see what variables are in scope at some point in code.) 3) See email. 5) I was looking for some accessibility messages which (I guess) are...
- Wed Jun 08, 2005 4:04 pm
- Forum: Technical Support
- Topic: Using the CSE DLL from .NET
- Replies: 3
- Views: 14202
- Wed Jun 08, 2005 2:51 pm
- Forum: BETA Talk
- Topic: Good progress on v7.0... Will HTML Tidy make it in?
- Replies: 10
- Views: 37026
Hi Albert, Time is the critical thing (for fixing markup). If you're going to XHTML there is a fair amount of code out there (I've only had a look at some .NET and Java material, but I'm sure there's more than that). Even with that it can take time to implement exactly what you need. If you're gener...
- Wed Jun 08, 2005 2:43 pm
- Forum: BETA Talk
- Topic: Spell Check issue
- Replies: 2
- Views: 16893
- Tue Jun 07, 2005 10:05 pm
- Forum: Technical Support
- Topic: Using the CSE DLL from .NET
- Replies: 3
- Views: 14202
Using the CSE DLL from .NET
I see there is documentation for using the CSE DLL from C and there is a COM wrapper.
Has anyone produced a .NET interop assembly?
(I'm most interested in an official PIA, Primary Interop Assembly, rather than a no name brand assembly.)
Has anyone produced a .NET interop assembly?
(I'm most interested in an official PIA, Primary Interop Assembly, rather than a no name brand assembly.)
- Tue Jun 07, 2005 9:43 pm
- Forum: BETA Talk
- Topic: Spell Check issue
- Replies: 2
- Views: 16893
Spell Check issue
I tested a page (integrated browser) and got a spurious spelling error. This originated in a commented out section which structurally is like: <!-- <div id="DE52b56055-92fc-4e7a-9967-58bd3204e5d1" class="IdentifiedAsSpellingError"><h3>Processing</h3></div> --> The spell checker identified each insta...
- Tue Jun 07, 2005 9:00 pm
- Forum: BETA Talk
- Topic: Good progress on v7.0... Will HTML Tidy make it in?
- Replies: 10
- Views: 37026
Tried Beta 5 Tidy
The tidy integration is clean and compact . Not that I'm a big fan of tidy. When you use it with all the config parameters you soon discover it's incapable of doing some things. In my (brief) tests it introduced a warning, changed a content-type and inserted a horrible meta - generator tag! For me i...
- Tue Jun 07, 2005 5:31 pm
- Forum: BETA Talk
- Topic: Is anyone using CSE with a code test framework
- Replies: 5
- Views: 21386
Is anyone using CSE with a code test framework
To me CSE is part of a bigger process that might involve unit and integration tests. ( MBUnit or NUnit etc.) Are any people here integrating CSE output into their testing? (This will often not be unit testing but more like integration testing.) If so how are you doing it? How could it be improved?
- Tue Jun 07, 2005 5:24 pm
- Forum: BETA Talk
- Topic: Extending the editor and validator with external programs
- Replies: 1
- Views: 12070
Extending the editor and validator with external programs
I have tools going back years that make my life more productive. This is code that I can invoke from editing environments to do things for me. Two examples 1) I have script code which takes raw industry specific text and expands abbreviations at the push of a button. The version I use in Homesite is...