News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

why does some things work with browser and some not?

Started by daydreamer, October 16, 2019, 04:50:43 AM

Previous topic - Next topic

daydreamer

Hi
I am wonder why some HTML work and some don't in browser (chrome)
Background pic don't work browser,but work in tester?VS tester
unicode characters work,but not in my tester?
Should I use other characters set than utf8?

my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

TimoVJL

What kind of picture format ?
https://www.w3schools.com/tags/att_body_background.asp

UTF-8 is preferred in html/xhtml ?

The chrome don't work well with UTF-16
An example: http://services.mtps.microsoft.com/ServiceAPI/catalogs/dev15/en-us
May the source be with you

daydreamer

Quote from: TimoVJL on October 16, 2019, 05:02:06 PM
What kind of picture format ?
https://www.w3schools.com/tags/att_body_background.asp

UTF-8 is preferred in html/xhtml ?

The chrome don't work well with UTF-16
An example: http://services.mtps.microsoft.com/ServiceAPI/catalogs/dev15/en-us
thanks
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

daydreamer

fixed errors,seem PNG is prefered and found links to CSS and JS was pointing wrong
now I run into exceptions when put JS code into a function
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

daydreamer

#4
it would be nice with feedback on this with many languages
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding

daydreamer

I decided to try node.js,maybe if compiled to x86 could be first step to make asm version of script???
my none asm creations
https://masm32.com/board/index.php?topic=6937.msg74303#msg74303
I am an Invoker
"An Invoker is a mage who specializes in the manipulation of raw and elemental energies."
Like SIMD coding