Gecko under Review 85
Elizabeth Childs sent us an excellent review of Gecko, along with some notes from the Mozilla Party 2.0. *sigh* Now, that sounds like it would have been fun. The review itself does a good job of talking about why Gecko can be such a big deal for developers. Mmm...standards.
man try out any of the mozilla builds (Score:1)
If Gecko is AOL, what will Linux users use? (Score:1)
Doesn't that make Gecko almost irrelevant?
What happened to Internet time? (Score:1)
Throbbing N!!!!!! (Score:1)
Moderators are not mind readers (Score:1)
Why didn't everyone say this before? (Score:1)
>People need to quit acting like CatB is some immutable law.
It meshes well with my personal situation -- I have a couple of things I might add to a working mozilla, but I haven't because of the current state -- so I use it as reinforcement. I think CatB is wrong is several places; for example, "Linus's Law." I don't think it's that bugs become shallow, it's that open source software means that the person most affected by the bug has the opportunity to fix it and the situation to test it. In commercial software, the person who can fix the bug often is simply unable to duplicate it because of differences in test platforms, and the bug may not be nearly as important to the potential fixer as it is to the person it affects. I think this law doesn't work nearly as well for open source where the users aren't technically savvy.
I want IE5 on Linux (Score:1)
For the Ignorant, what _is_ doczilla? -msg (Score:1)
doczilla [doczilla.org] is at (where else?) www.doczilla.org. Did you even look? Google [google.com]'s `I feel lucky' button is perfect for things like this....
--
W.A.S.T.E.
man try out any of the mozilla builds (Score:1)
--
W.A.S.T.E.
Bug Reporters (Score:1)
Re: "Mmm...standards." (Score:1)
jwz quote (Score:1)
If Gecko is AOL, what will Linux users use? (Score:1)
Please don't preach (Score:1)
But that is just me.
CSS a dead technology - XSL the way to go (Score:1)
Well, that depends on how far the Linux Opera project has come... :-)
Re: "Mmm...standards." (Score:1)
CSS a dead technology - XSL the way to go (Score:1)
CSS-1 gives a web page nearly all of the formatting control one needs to lay out a page. CSS-2 is even more powerful. What does HTML/CSS lack (from a document point of view) that XML/XSL can do / can do better?
At last, Gecko, but what about OpenSource? (Score:1)
But let's not forget an OpenSource project that is working very well: Debian, about 300 Developers! [debian.org]
Let's here it for Debian!
---
Failure of Open Source? (Score:1)
Wonder what people would say about IE if they didn't know M$ was the one who wrote it.
looks good so far (Score:1)
I have been able to run it under windows, several times, but not under Linux..
it looks good, and runs okay, seems a bit slower than 4.5, but I imagine that will get worked out before it gets released.
it renders slashdot pretty nicely it seems...
I am just wondering if releaseing it next year will be too late.. IE 5.0 beta is out, and will probably be relased by the summer this year. it will probably ship with win2000.. but who will use win 2000?
I would still consider it a beta... (Score:1)
CSS a dead technology - XSL the way to go (Score:1)
Do you expect them to arrive on desktops and appliances before CSS ?
I hope Mozilla comes soon. (Score:1)
Sure they could. (Score:1)
>teams of Linux developers can write competing
>browsers around it.
oh, they certainly could. There's not even a question about it. Developers could snag the code now and start building a competing browser.
At last, Gecko, but what about OpenSource? (Score:1)
I wrote a program a few weeks back, which used plugins. In less than 24hrs I had been sent 8 new plugins, and even people who "couldn't code" (according to them) were taking the plugin I had written and changing stuff. People do contribute to OSS, but not everyone is able to write a part of mozilla.
Throbbing N!!!!!! (Score:1)
Ah, nostalgia!
Throbbing N!!!!!! (Score:1)
Failure of Open Source? (Score:1)
>didn't know M$ was the one who wrote it.
I'd say:
"Huh, it doesn't run on my linux box"
and
"It has a poor implementation of Java" (found out when someone using it flamed me over how poorly some applet I wrote ran. Worked fine under Netscape and appletviewer!)
and the ever popular
"When people write web pages using programs written by that same mystery company, and look over them with it, they come out with odd mistakes like apostrophies that are question marks on my browser" (isn't there a program out to fix this? Why doesn't anyone use it? Because they can't see the problem)
css dead? baloney! (Score:1)
I simply use it to replace those font size/face tags and the like. That way i'm not going to encounter buggy CSS implementations. There's an article about using Stylesheets wisely here. [wammo.com]
XSL is confusing, overly technical and too far off at this stage to bother with. CSS is simple, smart and about 90-something percent of web users can render the basic stuff just fine!
Please don't preach (Score:1)
Please don't preach (Score:1)
Throbbing N!!!!!! (Score:1)
CSS a dead technology - XSL the way to go (Score:2)
CSS was born, promoted, and bascially died in the nursery without ever being adopted on a popular site. XSL support is the way to go if you're even considering supporting intelligent style sheet technology.
XSL is awful -- it's seven kinds of pain to try to read an XSL stylesheet, and heaven forbid trying to write a reasonably sophisticated one by hand. It looks to me that the W3C working group was seduced by the notion of using XML for everything and are now producing something that basically requires machine generation to do properly. This is bad, because it spatters complexity all over the place. The complex, hard-to-read XSL code requires the creation of complicated (and therefore buggy) code generators to create it. Then the browsers will need to be made more complex because the code generators will be creating broken stylesheets and very few people will be able to tell.
Something like DSSSL is much better; it puts all the complexity in one place -- in the DSSSL engine. Actual DSSSL stylesheets are trivial to write, trivial to read, and trivial for a machine to parse. Then someone fearsome smart like James Clark can write Jade and everyone can use DSSSL without having to reinvent the wheel each time, like XSL demands.
But even humble CSS, which is less powerful than XSL or DSSSL, is better than XSL -- because it is human-readable. I can read a CSS stylesheet and make sense of it without too much concentration, which is something I will never be able to say for XSL.
Of course, I wouldn't use any of the current style sheet technologies on a popular page right now - conformance in browsers is simply way too low to bother. Its going to be a long long time before developers of popular sites are going to be able to get beyond pushing html 3.2. Its simply not worth it to alienate users by implementing a whiz-bang technology.
Amen to this! Even if I disagree with you about CSS, this paragraph is wisdom worth quoting.
XSL no more intelligent (Score:2)
XSL is the most complex - use it for displaying XML data where CSS can't give enough formatting
CSS2 is less complex, but provides a great deal of formatting control
CSS1 is simple to use.
Use HTML (preferably with CSS) where you have no desire to reformat your document or publish data.
Matt.
Re: "CSS a dead technology" (Score:2)
You've got to be kidding me. XSL is all fine and dandy, but browsers don't even fully support CSS yet! A few points brought up regarding CSS:
1. "No popular sites use CSS"
Try viewing source as you browse for a week or so. You'd be surprised how many sites use it. Of course, support is very limited in 4.x browsers, so it's not as common as the whole FONT tag crap-o-rama, but it is used.
2. "What does CSS have that HTML doesn't?"
Anyone who asks this has obviously never done any web development beyond a personal home page or two. Hmmm, should I double the size of my HTML pages with 10,000 impossible to manage, lame-ass FONT tags, or should I define a style sheet in one location and use structural markup? Boy, tough choice.
A properly run web site using CSS has smaller pages, displays quicker, and can have its look radically altered via small changes to one or two files. Try manually changing every album title on a music web site to a different typeface when you've used FONT tags. Regexes and search and replace, you say? Good luck matching "an album title" in thousands of HTML files full of non-structural markup. Using CSS, you'd just change one line in a style sheet.
Database-backed web sites help in this regard, but mostly they just give webmasters an excuse to make their lives easier (since they can wrap DB-generated pages in any markup they want--they just have to change a few scripts) while continuing to saddle the public with bulky, slow-displaying, buggy, invalid HTML. And although DB-generated content makes a web admin's life a bit easier, changing several scripts is still more annoying and more risk-prone than changing one or two style sheets.
I'm not saying CSS are the best style sheet mechanism in the universe, but it makes the best match for HTML (itself a limited standard), and at this point we're lucky if we can get browsers to support CSS 1 and 2, let alone XML and XSL. "Skipping over" CSS in favor or waiting another 3 years for the X-family of standards to filter into browsers is insane, IMO. I want ease of maintenance and fast-loading pages now not in three years. We should have had it since 1996/7, but the "browser wars" gunked up the works.
CSS, XSL, etc. (Score:2)
CSS implementation is still incomplete in IE 5, despite the fact that MS has a patent on the technology and trumpets it as "its baby"! In going from IE4 to IE5, MS has broken its own (still non-standard!) DOM. A number of properties that most developers considered essential in 4 are unsupported in 5. XSL in my view is about as useful as fins on a hamster. XML + CSS + JavaScript provides as much functionality as anybody's likely to need for the foreseeable future. But -- oops -- wait a minute -- Microsoft's XML implementation is also non-standard. D'oh!
Must I remind you that all this wonderful MSIE 5 stuff is basically Windows-only? MS is still playing its same old, tired game... In case you haven't heard, Office 2000, IE 5, and Windows 2000 are very tightly bound together -- you can't use Office 2K to its full potential without having to use all three. IT folks are already starting to complain about this (see recent piece at InfoWorld).
Monolithic, interlocking, "use all if you use any" application suites are going the way of the dodo. Developers much prefer interoperability, modularity, and standards compliance. So do enlightened customers. Netscape/Mozilla has figured this out. Microsoft hasn't.
CSS a dead technology - XSL the way to go (Score:2)
At last, Gecko, but what about OpenSource? (Score:2)
According to info published in JWZ's resignation, only about thirty non-Netscape developers have joined the project.
Yep, I downloaded the code. Had a look at it, and it was a *bit* too much for me. And I would venture to say the same for most people who downloaded it. I don't have the time to read through that much code--other things have to get done.
A few months ago, I offered to start an Open Source wavelet page on my domain. I got just one response.
So you are mad no one was interested in your little project? There are many other projects out there that people are more interested in. Those get worked on. That, perhaps, is one of the weak points of Open Source.
Total? Thirty six coders. According to /. statistics, there's alot more of us right here than seem to be contributing.
Call me crazy, but I think there is a lot more going on then you have mentioned here. Not everyone wants to work on your projects.
And what about the non-coders out there? I think it is important for them to "preach", as you say, the virtues of Open Source--to let people out there know they don't have to use proprietary software.
CSS is alive and well on our Intranet (Score:2)
I link all pages I manage to a central stylesheet. I'm even playing with shtml that links documents to the stylesheet as they are served. This is easier for me and easier for users posting documents to my sites. It saves time, and promotes consistency and usability across sites.
I would have to say that the complex formatting attributes of CSS that "popular sites" might use don't really matter to me. CSS solves my problems nicely and certainly isn't dead in the nursery.
Why didn't everyone say this before? (Score:2)
I've seen a huge amount of Monday morning quarterbacking ever since JWZ's resignation was released. This basically boils down to people saying, "Yeah, well I knew it would never work because it didn't adhere to what was laid out in The Cathedral and the Bazaar. My problems with this:
ZicoKnows@hotmail.com
I'll tell you why I don't help. (Score:2)
Why don't I help out now? It still won't run without crashing on my computer, so I can't use it as my default browser. Also, I am rather busy with school.
MS product dependancies (Score:2)
Office depends on IE5.0, which depends on Win2000.
Microsoft is very bad for this. I recently installed MSVC++ 6.0, and it provided a check box to install MSIE 4.0 in the installer -- but wouldn't allow me to continue unless I checked it!
It's getting to be a nightmare (from an admin perspective) of program dependancies. What happens when you upgrade IE without upgrading Office and Windows? Most NT admins I know are more likely to take the path of least resistance: upgrade the whole suite.
Now if a useful feature appears in MSIE (hey -- it could happen...), people are likely to upgrade all the MS product that depend on it. Of course, if they tie a profitable product like Office to a cost-free one like Explorer, then Explorer upgrades suddenly bring in money. Big win for MS -- big loss for consumers.
MS product dependancies (Score:3)
As you can see, without integration of every component, computers are useless. I still can't figure out how to use the Calculator program that comes with Windowsbecuase it doesn't come up in IE. Users cannot be expected to figure out what all those buttons are supposed to do by themselves (where's that paper clip??).
Want to know what 36*36 is? Fire up the modem, connect to the Internet, download some ActiveX things, watch some Shockwave demos while you're waiting (better have a P3/500 at least too), and sooner or later you'll have the answer. Then two months later we find out there was a bug in the program and must pay $89 for the fixed dll and the actual answer to the original question. Wait, you installed a program by IBM? Well, no answers provided by your computer ever will be able to be trusted. Call up Gateway and get a new one, telling them it must be made of all MS products. That's the way of the future, folks. Embrace.
At last, Gecko, but what about OpenSource? (Score:3)
Part of the problem is that people have been oversold on the supposed speed of open source development. Open source projects *aren't* generally that fast, they just have the inexorability of a glacier. It's only the quick fixes that open source does quickly. Expecting magic from a large project that has been redesigned from the ground up is a bit too optimistic.
At last, Gecko, but what about OpenSource? (Score:3)
Indeed, programming for me is a hobby only and I hardly believe most of open source coders do it full-time for free (those who not students), we have to live somehow, right? So, I could and would code FEATURES (which IMO many would like to do), but not bugs. I simply have no time for that.
If Linus rolled out his big stuff full of bugs he would get same responce. He made it right, giving out at least something VERY limited but stable, so people could start their own features and not get drawn in bugs.
IMO, Netscape made a fatal mistake: being desperate in the begging of 1998 they made half-move: releasing useless pile of code, even after year of development, having full time qualified developers from Netscape (!) they didn't make it! At best they will finish it by the end of this year (I hope, NN4 is no fun for me).
I believe this was one of the main reasons why so little developers so far.
Second biggest is that focus has changed: browser was is over. No matter who's won (IE in my opinion though), now it's no longer a hype. It's all about Linux vs Windows. All glory goes now to those who work on Linux, since most OSS guys don't get paid, the amount of glory received is way too important (that was rightfully noted by JWZ in his resignation).
In all, untill I see finished and shipping product (not beta-like-Communicator-4.0) I won't spend a minute coding it. And others seems had similiar thoughts.
p.s. My English is far from being perfect but I am working on it.
AtW,
http://www.investigatio.com [investigatio.com]
CSS a dead technology - XSL the way to go (Score:3)
To which I respond, what does CSS give that HTML is missing (considering the number of users you will lose in the process)?
You use style sheets if you have a necessarily complicated presentation model. This would most likely only occur if your data model was also somewhat necessarily complex. In this case you should be definitely using XML. It is the only way to model data and present it simultaneously. CSS gives complex layouts to inherently simple strcutures. This mismatch has already killed CSS.
Given that, I repeat that I would never recommend any of the current style sheet technologies for use right now. User adoption rates are so low, and browser compliance is so random, it is not worth losing users.
CSS a dead technology - XSL the way to go (Score:3)
I agree that XSL can also be very messy. I agree that it is hard to understand. Tools will be needed to develop this kind of content. CSS and XSL are too complex to code by hand on a large site. Vanilla HTML 3.2 is still the way to go.
CSS a dead technology - XSL the way to go (Score:3)
XSL support is the way to go if you're even considering supporting intelligent style sheet technology.
Of course, I wouldn't use any of the current style sheet technologies on a popular page right now - conformance in browsers is simply way too low to bother. Its going to be a long long time before developers of popular sites are going to be able to get beyond pushing html 3.2. Its simply not worth it to alienate users by implementing a whiz-bang technology.
CSS isn't that dead (Score:3)
Btw, that's part of CSS - looking good and degrading gracefully. Once the browsers are ready, which should happen within the next 6-8 months, putting up little stickkers that say "looks best in NS 5.0 or IE 5.0" would satisfy most holdovers that are getting stuck with a logical design that' probably better than the "whizbang" design anyhow.
Open Source projects (Score:3)
The reason I started off with a controversial thought was this: I was one of the early downloaders, and like you "I don't have the time to read through that much code--other things have to get done. However, we especially need Mozilla to succeed in non-Windows environments because it is by far the highest profile Open Source project other than Linux itself.
What I want people to realize about Mozilla [slashdot.org]is that the overall code is in much better condition, and we coders have everything to gain by becoming re-enthused about development. I am looking to rejoin the effort once I determine which code branch I can best contribute to.
One final thought: even non-coders can help an OS project develop, by acting as additional "quality control/assurance" testers. As a veteran coder with 20+ years of experience, I've always been happier when someone showed me the bug so I could fix it, rather than having to find every last little problem myself. The beauty of Open Source is that when someone finds a problem, more than one of us (at a time) can work on fixing it.
Humble Opinions (Score:3)
Netscape apparently had code problems long before releasing Mozilla as open source. This is common in software companies where "featuritis" gets combined with "must ship" deadlines on a mature (old?) base product. Harried developers make quick, inelegant patches in places where a complete rewrite would be the Right Thing.
Also, much of the code for Mozilla/Netscape is written to be portable on different systems. Reviewers comparing IE to Netscape seem to forget that Netscape runs on systems Microsoft can't touch. I suspect this keeps Mozilla developers from using a lot of the handy platform-specific libraries (such as MFC) that speed up development. It also can lead to code with a lot of #ifdef statements, which does nothing to make the code more readable.
Finally, as has been pointed out before, the original released source was huge, complicated, and nowhere near complete. It's always more fun to add coolness to a solid program than it is to undo cruftiness. Perhaps a better approach would have been to start from scratch with a very simple well-designed Gecko engine and release that into the open-source wilderness. (Yes, that's 20/20 hindsight from an armchair project manager.)
Personally, I'm really looking forward to the new Netscape and the Gecko engine. Some of these people criticizing the project remind me of PHBs who stand over my shoulder and say, "Is it ready yet? How about now?"
At last, Gecko, but what about OpenSource? (Score:5)
Flame time. I hereby accuse the vast majority of /. readers who preach about the virtues of Open Source of hypocrisy.
Why?