Re: universal web site programming.

On Mon, 28 Apr 2008 09:28:36 -0700 (PDT)
Greg Sabin wrote:

>  Ok, is their any kind of web site programming, that is universal to
>  all browsers that may be used on all currently used operating
>  systems?
> 
> Or is their no such thing? but if their is such a thing why not use
> that and just stick with it?
> 

Not sure what you are asking for here.

All browsers read (X)HTML, this is not OS dependant. Page data.

All "modern" browsers read CSS, OS independant. Page Layout.

"Most" modern browsers read Javascript, OS independant but user
switchable. Page programming language.

"Most" modern browsers allow Flash and Java, OS independant, but must be
downloaded by user. Object programming languages.

Server side scripting, (ASP, CGI or PHP for instance) is not OS, browser
or user dependant. Page generating Languages.

If you were clearer in your request more help could be forthcoming.

-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416

Received on Monday, 28 April 2008 18:25:46 UTC