Re: [Freedos-devel] FreeDOS on JavaScript

2022-02-23 Thread Jim Hall
On Wed, Feb 23, 2022 at 5:58 PM Aitor SantamarĂ­a  wrote:
>
> Hi,
>
> Remember that in the sunday meeting I mentioned there were out there JS 
> emulators running FreeDOS?
>
> I've found one in my bookmarks. Running FD 1.2, but still nice to link it to 
> the main FreeDOS page, so that people can even see the OS in action:
>
> JSLinux (bellard.org)
>
> I'm sure there are many more out there.
>


Thanks for sharing that one. I've already linked to it on the "Links" page:

https://www.freedos.org/links/


I'll email the site owner and see if they can update their FreeDOS
demo with FreeDOS 1.3. :-)

Jim


___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


[Freedos-devel] FreeDOS on JavaScript

2022-02-23 Thread Aitor SantamarĂ­a
Hi,

Remember that in the sunday meeting I mentioned there were out there JS
emulators running FreeDOS?

I've found one in my bookmarks. Running FD 1.2, but still nice to link it
to the main FreeDOS page, so that people can even see the OS in action:

JSLinux (bellard.org) 

I'm sure there are many more out there.

Aitor
___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Update on website redesign

2022-02-23 Thread Jim Hall
On Sun, Feb 20, 2022 at 12:54 PM shian via Freedos-devel
 wrote:
>
> "What do you mean "the screen flickers"? Do you mean you get a "flash"
> of unstyled content, or something else?"
>
> Looks like it happens because the browser renders overlapping layers, first 
> in dark color
> and then in bright color, (maybe because width or height are not declared 
> somewhere,
> or because of rendering priorities, etc...)
>
> This flickering exists also in www.freedos.org, exactly the same.
> If you switch between the top menu items quickly then the screen is 
> flickering. (on my i3 PC).
> It's not so bad and it doesn't happen each time, but it looks like some 
> conflict
> in the css file that can be solved somehow.
>


Ok, thanks for mentioning that. I can write pages in HTML, but I don't
consider myself an expert in web page design. I think there are a few
possible solutions for this, such as adding a bit of javascript that
forces the browser to finish loading everything before displaying it.
That could fix the "flash" you mentioned.

I'll look into some options. If I can add that to the www.freedos.org
website, I will. Otherwise I'll test some things on the
test.freedos.org after usability testing is done, and apply the fix
after that.


Jim


___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] Documentation Formats

2022-02-23 Thread Jim Hall
On Tue, Feb 22, 2022 at 1:04 AM Robert Riebisch  wrote:
>
> Hi Jim,
>
> > Why is PDF format needed? The kernel documentation is in plain text,
> > which is readable everywhere on every system.
>
> If you use ASCII only.
>
> Otherwise you might get into the trouble of codepages. ;-)
>
> But yes, plain text works for most documentation.
>


Yes, for plain documentation I don't see a need for "extended ASCII"
above 127. If you're describing how to compile a program, or who
contributed to a program, or where to download a program, or the
license for a program, or whatever .. standard ASCII should be fine.
:-)



Jim


___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel