Author Topic: why does some things work with browser and some not?  (Read 2915 times)

daydreamer

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
why does some things work with browser and some not?
« on: October 16, 2019, 04:50:43 AM »
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
http://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

  • Member
  • *****
  • Posts: 1318
Re: why does some things work with browser and some not?
« Reply #1 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
May the source be with you

daydreamer

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
Re: why does some things work with browser and some not?
« Reply #2 on: October 17, 2019, 04:43:40 AM »
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
http://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

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
Re: why does some things work with browser and some not?
« Reply #3 on: October 19, 2019, 11:52:33 PM »
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
http://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

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
feedback on many different languages
« Reply #4 on: December 28, 2019, 02:37:25 AM »
it would be nice with feedback on this with many languages
« Last Edit: July 21, 2022, 11:29:52 PM by daydreamer »
my none asm creations
http://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

  • Member
  • *****
  • Posts: 2397
  • my kind of REAL10 Blonde
Re: why does some things work with browser and some not?
« Reply #5 on: June 02, 2020, 07:50:43 PM »
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
http://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