Federico Bianchi

Navigation

Skip navigation.

Search

Site navigation

Email conversation

FromFederico Bianchi
ToMe
Subject[Brand], downloads
Date19 June 2009 10:47
First of all, kudos for your nice site: I especially enjoyed your JS coverage (and CSS too).

A couple of suggestions:

- whenever you have to test for multiple IE, another viable solution is
  the so-called "[brand]" you may find at the URI
  [URL] - it comes with [utility]
  on IE 5.0+, which may be useful at times, and has a plethora of
  different versions; on the bad side, I needed to reinstall IE 8.0 and
  then manually delete the IE version registry key when I used it on an
  Italian NLS box (no pain, no gain...). Nevertheless, I think it may be
  worth a look
[Ed. I will not recommend this brand, not least because of the problems
pointed out here, but also because of the marketing approach the maintainer
of that package used when contacting me. The packages I recommend are
better.]

- if you are concerned with spiders, why don't you make a local-linked ZIP
  file for offline use? If bandwidth is a concern, I'd personally would
  _happily_ host any static content here on our FTP area (we are connected
  via optical fiber)

- an entity/char compatibility chart might be useful at times: living in a
  Latin country, using &entity; syntax for Latin-1 accented chars and
  ' for ' is generally enough for me, but I surprisingly found some
  quirks when using, say, double quote entities

... and a small question:

- we are now starting to concern with mobile users. Choosing XHTML 1.1
  Basic for structural markup is actually fine for most documents (though
  I have to serve them as text/html to avoid quirks with old browsers),
  but it would be useful quite to have different page layouts for desktop
  and mobile: I found a couple of JS scripts doing the job depending on
  the "screen" width, but such a solution looks a bit fragile to me. Any
  smarter idea?

Regards
             Federico Bianchi
FromMe
ToFederico Bianchi
SubjectRe: [Brand], downloads
Date19 June 2009 11:02
Federico,

> - if you are concerned with spiders, why don't you make a local-linked ZIP
>   file for offline use?

No, it's only abusive spidering (crawling "just in case" by people who
really have no need to do so) and, more importantly, spam crawlers that
cause the problem.

The robot restrictions take care of the first, and the traps take care of
the second. There's no real problem any more. The page, however, is kept as
a warning - if ignored, there is a trap instead.

> - an entity/char compatibility chart might be useful at times:

There's an entity summary available through here:
http://www.howtocreate.co.uk/tutorials/html/special
Mouseover the items for compatibility notes. I don't have plans for anything
more detailed than that - it would be too much work to maintain.

Note, however, that with IE in particular, it depends entirely on what fonts
are installed, and what font IE is using. It has virtually non-existent
fontswitching, and generally will fail to show anything if the character
cannot be found in the current font, even though in another font, it may
appear perfectly.

>   it would be useful quite to have different page layouts for desktop
>   and mobile

CSS media types and media queries:
http://www.howtocreate.co.uk/tutorials/css/mediatypes
Any mobile browser that does not support either of those does not *want* you
to treat it as a mobile browser, and IMHO, if it wants to pretend to be a
desktop browser, then you should treat it as one, and assume it can do
something useful for the user to get past any UI limitations. Media queries
are supported by the most popular device browsers (NetFront is the main
exception, but some versions of that support handheld media instead).


Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
FromFederico Bianchi
ToMe
SubjectRe: [Brand], downloads
Date19 June 2009 11:48
> with IE in particular, it depends entirely on what fonts are installed,
> and what font IE is using

True.

> (NetFront is the main exception, but some versions of that support
> handheld media instead)

... I happened to see our sites on my own cell phone (which is running
NetFront...); Opera Mini is dealing fine with it already. I'll try to see
whether the CSS handheld media works.

Thanks a lot for your quick answer (and for sharing all that information)

Regards

             Federico Bianchi
FromFederico Bianchi
ToMe
Subjectonline rich text edit, edbrowse
Date5 June 2010 15:38
Do you know of any way to get a reasonably cross-platform online rich text
editor ([brand] or [brand] are way too picky, and, having in mind simple
in-content editing, I don't actually need all that design-mode power).

Currently, the ones which suit me most are [brand] and [brand], which can be
found respectively at [URL] and
 - but none of them seems to me truly
satisfactory. JSVI at [URL] is nicely coded,
but still a joke and not very useful so far.

As a side note: if you don't know it already, you may find the command line
browser edbrowse curious. It supports JS (courtesy of SpiderMonkey), and is
quite geeky in nature; I use it sometimes as a robot. You may find it at
[URL]

Regards
             Federico Bianchi

PS: do you know of any way to configure Opera to leave remote timestamps
    when downloading files?
FromMe
ToFederico Bianchi
SubjectRe: online rich text edit, edbrowse
Date7 June 2010 17:02
Federico,

> Do you know of any way to get a reasonably cross-platform online rich
> text editor

The only suggestion is to go with one of the big and well established ones.
They are horribly, horribly bloated, and there's no getting away from that.
However, there are so many gotchas with rich editing in various browsers,
that those big scripts take a lot of care to avoid or fix (like where some
browsers require initial iframe documents to be real documents, or where IE
creates *the most hideous markup* that needs to be cleaned up to produce
something sane).

I cannot recommend a specific one, as I have never used one on my own
content. However, I have tried to make my own at one point, and got totally
fed up trying to workaround all the bugs. So really, it's a case of picking
the one that has the best cross-browser support (those are the ones that
will have been tested properly, been written well, and will cover more
corner cases that you might bump into), and serves your needs.

> As a side note: if you don't know it already, you may find the command
> line browser edbrowse curious.

Yes, I know of it. It's a nightmare for normal computer users and that,
unfortunately, means it's not useful for accessibility testing. Its
half-hack JavaScript support is also asking for trouble - it supports enough
to make a mess, and not enough to be useful (though it can at least be
disabled easily). In general, when it comes to low capability browsing, I'd
just recommend to Web developers that they test in Lynx, as that has the
lowest capabilities that a site should work in. Edbrowse serves a small
niche, and is not representative of the general state of low-capability
browsers.

> PS: do you know of any way to configure Opera to leave remote timestamps
> when downloading files?

Nope, but you might want to try asking on their forums to see if anyone else
knows of a way.


Mark 'Tarquin' Wilton-Jones - author of http://www.howtocreate.co.uk/
FromFederico Bianchi
ToMe
Subjectonline rich text edit, edbrowse
Date8 June 2010 07:50
> IE creates *the most hideous markup* that needs to be cleaned up

I am using [brand] as a backend filter. Not as general as [brand], but
it's quite fast and works.

> cover more corner cases that you might bump into

General users won't settle for anything less than a WYSIWYG rich text
editor, and, as you pointed out, there are just too many corner cases. I'll
probably let users choose between [brand] and [brand] when setting their
parameters.

>> edbrowse
>
> In general, when it comes to low capability browsing, I'd
> just recommend to Web developers that they test in Lynx

I tend to agree. It's already a good robot-like platform, though, and has
the potential to become a _very_ good one.
This site was created by Mark "Tarquin" Wilton-Jones.
Don't click this link unless you want to be banned from our site.