Kinook Software Forum

Go Back   Kinook Software Forum > Ultra Recall > [UR] Suggestions
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-22-2010, 06:38 PM
wordmuse wordmuse is online now
Registered User
 
Join Date: 10-11-2006
Posts: 482
don't change the source code

I love the way that I can use URP as a web page editor. While not as powerful as a dedicated app like Dreamweaver, it's fast, and it can be done within the URP interface. Nice.

What's not so nice is that URP changes my source code, apparently based on assumptions that don't match my preferences.

For instance, I prefer to have my HTML tags all lower case, e.g., <p>.

When I save a webpage using URP, all tags are rendered upper case. Thus I have a cleanup job after working with URP.

Please take a look at this and see if there is a way to get URP to not take the extra step of changing around my source code.

Thanks.
- Bal
Reply With Quote
  #2  
Old 08-23-2010, 08:18 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,025
UR utilizes IE's MSHTML editing component for web page editing, which must be uppercasing the tags, and I don't believe that component has an option to disable such behavior.
Reply With Quote
  #3  
Old 08-23-2010, 02:53 PM
wordmuse wordmuse is online now
Registered User
 
Join Date: 10-11-2006
Posts: 482
OK - I know that Microsoft LOVES to assume it knows better than the user how things should be.

Wondering if there is any other editing alternative that could work with URP. That's obviously a business decision as well as a tech decision. Just a thought.

As a work-around, I use NoteTab Pro and set up a clipbook macro that turns all HTML tags that I have identified into lower case. It basically means that I won't use URP for final product, though it's very good for touching things up.

Thanks.
- Bal
Reply With Quote
  #4  
Old 08-24-2010, 09:46 AM
Nobodo Nobodo is online now
Registered User
 
Join Date: 08-19-2010
Location: Rural Douglas County, CO
Posts: 69
Tags in upper case actually break xhtml compliance -- Newer versions of MS Visual Studio, Expression Web, etc. default to putting tags in lower case and provide a compile warning if tags are in upper case. Older versions of Visual Studio (and tools like Visual Interdev) used MSHTML and would convert tags to upper-case, and also add <tbody> to tables, and other things like that which might cause the appearance of the document to change.

Often people will do like wordmuse is, and run the output of MSHTML through HTML Tidy, run a regex on it, or something else of that nature to get lower case tags. Some editors that use MSHTML will also wrap HTML Tidy for compliant output.

Thanks,
Mark (UR newbie - just bought and on the learning curve)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT -5. The time now is 02:09 PM.


Copyright © 1999-2023 Kinook Software, Inc.