473,748 Members | 2,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Standards Meets Open Source?

I have been authoring web sites for several years now and recently
come to value web standards (as touted by Zeldman and many other web
gurus). I have noticed with frustration that there are so many hacks
(tricks to take advantage of browser buggy-ness) and special rules to
be remembered in order to make sure that any one page displays
properly in the many popular browsers.

This leads me to...

Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?

The browsers, could simply be differentiated by the
features/interfaces they offer. Wouldn't this shared effort result in
making the web a better place for every one -- both the users and
designers?

Am I missing something?

Sincerely,
Mario T. Lanza
Clarity Information Architecture, Inc.
2004.09
Jul 23 '05 #1
23 2483
Mario T. Lanza wrote:
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?


Firefox, Netscape, Mozilla, Galeon, Epiphany, K-Meleon, IBM Web Browser
for OS/2, Beonex, Camino, DocZilla, Skipstone and Thunderbird (e-mail
client) all share the same open source HTML rendering engine called Gecko.

Safari and Konqueror share another one rendering engine called KHTML.

And Nautilus, Encompass and Evolution (e-mail) share another HTML
rendering engine, GtkHTML.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

Jul 23 '05 #2
Mario T. Lanza wrote:
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs,
But there's so much that is not in the spec.
why don't they all work together to develop one engine/DOM for
rendering web content and share it?


That's sort of what Mozilla is, isn't it? A group of people, many
volunteers, sharing their work. Since there is no obvious revenue stream
from such a project, I'm sure you can see why MS, Opera, and others are
not so keen on the idea.

--
Brian (remove "invalid" to email me)
http://www.tsmchughs.com/
Jul 23 '05 #3
Mario T. Lanza wrote:
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?


All of today's rendering engines -- Gecko, KHTML, Presto, MSIE, Tasman,
etc. -- were created for what were perfectly sane reasons at the time.
You're right that it would probably make sense to merge them now, but
that would mean abandoning lots of code people have worked hard on, not
to mention the effort it would take to get it all working right. And
that's even assuming it's possible to get all of the browser projects to
work together, which seems a little far-fetched.

However, some merging does happen: Safari uses KHTML, an open-source
rendering engine created by the KDE project; Mozilla and Firefox share
the Gecko rendering engine; and WYSIWYG editors like GoLive and
Dreamweaver license Opera's Presto rendering engine for previewing web
pages. Even IE's proprietary rendering engine can be embedded in other
browsers with ActiveX without paying.
Jul 23 '05 #4
Tim
On 29 Sep 2004 22:57:55 -0700,
ml****@lycos.co m (Mario T. Lanza) posted:
I have been authoring web sites for several years now and recently
come to value web standards (as touted by Zeldman and many other web
gurus). I have noticed with frustration that there are so many hacks
(tricks to take advantage of browser buggy-ness) and special rules to
be remembered in order to make sure that any one page displays
properly in the many popular browsers.
The best "trick" to learn is to avoid doing things that need special
tricks. Good, well thought out, HTML works on just about everything.
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?
To some degree, some of them do. If you look through the W3C site you'll
see members from various programming organisations are on the committees.
Though when it comes to the cutting edge developments they all believe that
they know best and it'd be tragic if anybody else knew what they're doing.
The browsers, could simply be differentiated by the
features/interfaces they offer. Wouldn't this shared effort result in
making the web a better place for every one -- both the users and
designers?

Am I missing something?


You've missed that many of them *won't* co-operate, and they've missed the
point that it's in everybody's interest for them to co-operate. These are
the problems we face when we let corporations dicate things that they
shouldn't be allowed to.

--
If you insist on e-mailing me, use the reply-to address (it's real but
temporary). But please reply to the group, like you're supposed to.

This message was sent without a virus, please delete some files yourself.
Jul 23 '05 #5
Yes, I realize that there is a great deal in the sharing of rendering
engines between certain product. Despite this, there are still
several engines and web developers must still go through the arduous
process of viewing their pages in several browsers to make sure all is
well.

Don't ask me why Star Trek: The Next Generation keeps coming to mind
-- I haven't watched it in years -- but I keep thinking how great it
would be if humanity (despite it's desire to compete in this
capitalistic world) would come together in some areas to work toward
the good of all. Yes, a little idealistic... but still I hope.

It just seems that web developers have to spend countless hours and
learn countless hacks if only to make websites available to the world.
Why should so many have to struggle to learn and solve the same
problems? The real blessing would be to have all web developers work
on their content and business solutions rather than browser hacks.

Long live web standards!

Mario
Jul 23 '05 #6
In <bd************ *************@p osting.google.c om>, on 09/29/2004
at 10:57 PM, ml****@lycos.co m (Mario T. Lanza) said:
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?


Quite a few of them use Gecko. The 800 gorilla isn't interested in
standards, except as something to embrace, extend and extinguish.

Nor is it necessary for everyone to use the same engine. What is
necessary is for the authors of the engines to adhere to standards,
and for the authors of web pages to do likewise.

--
Shmuel (Seymour J.) Metz, SysProg and JOAT <http://patriot.net/~shmuel>

Unsolicited bulk E-mail subject to legal action. I reserve the
right to publicly post or ridicule any abusive E-mail. Reply to
domain Patriot dot net user shmuel+news to contact me. Do not
reply to sp******@librar y.lspace.org

Jul 23 '05 #7
On 29 Sep 2004 22:57:55 -0700, ml****@lycos.co m (Mario T. Lanza) wrote:
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?


Because everyone would then suffer from the situation that one gets with
all monopolies: whether due to complacency, arrogance or bickering,
inertia sets in and improvements stop being made. Look at IE: they've
acquired a near monopoly and consequently don't seem to mind that their
browser is outdated and buggy.

The whole idea of web standards is that everyone does *not* need to use
the same browser or engine. Having a single rendering engine is about as
desirable as having a single make of telephone, with different brands
only offering different shaped buttons.

--
Stephen Poley

http://www.xs4all.nl/~sbpoley/webmatters/
Jul 23 '05 #8
On 30 Sep 2004 08:41:55 -0700, "Mario T. Lanza" <ml****@lycos.c om>
declared in comp.infosystem s.www.authoring.html:
It just seems that web developers have to spend countless hours and
learn countless hacks if only to make websites available to the world.


How else are we going to make money? If all browsers rendered everything
the same, anyone could do it!

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 23 '05 #9
DU
Leif K-Brooks wrote:
Mario T. Lanza wrote:
Since the many programmers authoring their own browsers (IE, Firefox,
Mozilla, Opera, Safari, etc.) ultimately have to implement the same
W3C specs, why don't they all work together to develop one engine/DOM
for rendering web content and share it?

All of today's rendering engines -- Gecko, KHTML, Presto, MSIE, Tasman,
etc. -- were created for what were perfectly sane reasons at the time.
You're right that it would probably make sense to merge them now, but
that would mean abandoning lots of code people have worked hard on, not
to mention the effort it would take to get it all working right.


Not true! Last year, I use MyIE2 and switched the rendering engine from
MSIE's Trident to Gecko 1.5 in less than 10 min.

DU
--
The site said to use Internet Explorer 5 or better... so I switched to
Mozilla 1.7.3 :)

And that's even assuming it's possible to get all of the browser projects to
work together, which seems a little far-fetched.

However, some merging does happen: Safari uses KHTML, an open-source
rendering engine created by the KDE project; Mozilla and Firefox share
the Gecko rendering engine; and WYSIWYG editors like GoLive and
Dreamweaver license Opera's Presto rendering engine for previewing web
pages. Even IE's proprietary rendering engine can be embedded in other
browsers with ActiveX without paying.


Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2420
by: user mysql | last post by:
HELLO FRIENDS. HERE A FANTASTIC NEWS FOR MYSQL WINDOWS USER. READE THIS. The article is grab from www/internetnews/com/ DO YOU THINK THAT IS A GOOD NEWS ? ----------------------------------------------------------------------------- Open source database server company MySQL's next production release of its open source MySQL database server will be sporting a new Windows installer, one partially built with an open source project courtesy...
12
2151
by: Christoph Bergmann | last post by:
Hi... We want to write an open source web based TEXT editor and would be happy about any help ;-) Please notice: We do NOT want to write a web based WEB editor, where you can edit a web page without knowing HTML - we want to write a real programmer's editor located on a web page in your browser with features like...
115
14162
by: TheAd | last post by:
At this moment I use MsAccess and i can build about every databound application i want. Who knows about a serious open source alternative? Because Windows will be a client platform for some time, i prefer a solution that (also) supports Windows. On the net I found a number of products that i looked at, but none of them gave me the impression of a serious candidate at this moment (KNoda, Gnome DB Manager, InterBase...). 2 additional...
15
1496
by: atbusbook | last post by:
Programing Languiges Are Ment to be free. That is why i am starting The <i>Coo De Tar</i> thats french for Blow of state it is a flash/java alternative and if you are going to use a server side languige use Perl,Python or better yet Ruby. What is the point of a languige without a standerd and without a open source distrabution. Coo De Tar will be released as a api for perl,python and ruby. Java sucks because it IS NOT FREE. I AM A GNU GUY...
0
1577
by: publicityfoss | last post by:
Apologizes for multiple copies eventually received Documents on Migrations to Open Source available by the COSPA Consortium The COSPA consortium (Consortium for studying, evaluating, and supporting the introduction of Open Source software and Open Data Standards in the Public Administration) has made available for general download the
1
1176
by: BlueJumper.com | last post by:
Does anyone know where I can find a decent standards compliant menu control to replace the .Net 2.0 Menu controls (and tree control for that matter!) At present the control renders as a table rather than the better ul. Ideally I would like a control that simply replaces the standard menu control so I can still use the sitemap provider architecture, which I think is very good!
0
1315
by: ronald.chis | last post by:
Iwebs v1.2 - Open Source Web-Publishing Platform for Bloggers and website builders available Now- (Sept 16-2008) With more updations iwebs version 1.2 can be downloaded here - http://webs.investorline.co.in/. Features The following is a list of some of the features that come standard
9
2367
by: Shreyas | last post by:
Sorry if this has been asked before. Does anyone know of any modern examples of open source software implemented in ANSI-C using a truly layered architecture (preferably in an OO fashion)? I'd like to get a feel for what the industry best practices are in ANSI-C these days. I'm reasonably experienced in C but I don't have much experience writing layered code in it. I've mainly been using structural decomposition for most of my...
0
8995
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8832
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9558
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9331
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9253
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8250
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
3316
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2216
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.