Plugin Availability For Non-x86 Browsers? 109
Foredecker writes: "Many, many Internet appliances are being built with non-x86 processors such as Mips, ARM and PowerPC. Supposedly, one of the barriers to using such processors in Internet appliances is the notion that x86 has, by far, the advantage that many popular browser plug-ins are only available for x86. If they are available for non-x86 systems, then they are either available late (x86 first) or their are inferior to their x86 brethren. Is this a problem? Is it true? If it is true, is this going to make it harder for non-x86 based Internet appliances to win acceptance in the market?" Earlier this year, we talked about how the Web is now flooded with non-HTML content. Now I don't mind enhancing one's Web experience, but it would be nice if the folks who make these plug-ins realize that the Web is not only for those folks running Wintel or Macintosh systems. When will plug-in makers realize that there is a larger market out there who may also be interested in their product?
Consumer Internet Appliances, That's What (Score:1)
Actually there is a plugin for these platforms (Score:2)
Re:SVG will help (Score:2)
Nobody cares about non Windows/Apple (Score:4)
Last time I checked some statistics, the various variants of Windows ran 95% of the browsers, Mac 4% and "Others" one single percent. Thats Linux, Solaris, BSD etc combined!
This means that unless you are specifically targeting the slashdot crowd, you have no reason to care wether your pages work outside the Windows/Mac world.
Most clueful webfolks stay away from the plugins anyway, since they add more maintenance cost to your site then they are worth. Nobody cares wether that single percent can view the site or not. If they can, its a bonus, if not: their problem.
Re:for real (Score:2)
This reminds me of a Boston Globe review of the iBook where Simson Garfinkel (who is knowledgeable and not a zealot) loved its design but was extremely pessimistic about using MacOS. He noted that the stability has improved to the point that it's barely an issue for desktop users, but said he found himself locked out of all his favorite sites.
What am I missing here? I haven't touched Windows in months. I do all my browsing on PPC, either using IE or Mozilla for MacOS, and Konqueror in LinuxPPC. I haven't even bothered to install any of the available plugins besides Flash and Shockwave. And the only site I have trouble with is mynetscape.com which blocks IE connections. Am I just reading ancient, lame sites? Or has it been so long since I've used Windows that I don't realize every site now has holographic VRML that I'm just not seeing? Could someone point me to a site that will show me what I'm missing?
Re:What larger market? (Score:2)
If your marketing department doesn't get this, replace "1%" with "one MIIIIIIIILLLION affluent Internet users with the combined purchasing power of fifty BIIIIIILLION dollars". Preferably within earshot of the CEO.
Market driven (Score:1)
Re:Nobody cares about non Windows/Apple (Score:2)
On which planet? Hardware was expensive. Software was something that you wrote yourself (expensive if you place any value on your own time) or bought taylor made (even more expensive)
Yes, there was *some* freeware. Not much. Not very good (by todays standards)
Along came the IBM PC. *Not* an open standard. A proprietary standard, where the owner didn't go after the clones. We got software that was cheaper than the taylor made variety. Yes, MS made a huge amount of dollars on it. They still sold software that was *cheaper* than the alternative.
In fact they sold it so cheap that there was no use competing with them unless you had a kickass product that could be sold to a few companies for a shitload of cash, or *gave* your stuff away.
That was what drove all competitors out of the business. *Cheap* MS products. You may call them overpriced (and in some sense be correct) but they still sold for a price noone could match and make a profit.
Along comes the web. MS screws up and almost misses the train. Netscape gets cocky and thinks that they can start selling their browser instead of giving it away. At the same time MS starts shipping IE with every Windows copy. IE starts out as an inferior (but free and preinstalled) alternative, but soon enough it is as good as NS. Netscape gives up and starts to give the browser away again. People *still* keep migrating to IE. People download IE, not NS.
People may be sheep, but they graze in the MS fields because the grass is greener there.
And MS don't want to slaugter them. They are content with their wool. Better profit in wool you see. Keeps the sheep happy.
This is bad news for the sheep farming neighbors, but what can they do?
If you want to fight the MS monopoly, grow greener grass.
Obfuscated source code? (Score:2)
The free software answer to this question is, distribute source (typically in C). This works pretty well for us; although it is easy to include assumptions about the target architecture into the code, a port or two usually shakes them out. The Java answer is, distribute Java bytecode. However, most acknowledge that this in not a panacea either, as dependencies on particular implementations frequently arise.
Fundamentally, what is the difference between bytecode and C source code? Very little, except that most companies resist distributing the latter. Usually, this is jutstified as protecting company secrets.
But bytecode can be decompiled, and source can be obfuscated, with some degrees of success. In fact, early Java compilers produced code that could be easily decompiled with great results. I imagine that compilers are better now (due to more complicated techniques), but Java bytecode still retains a lot of information. How well do decompilers work today? Is it plausible that you could get more information out of bytecode than obfuscated C?
Imagine a GCC backend that, after parsing and machine-independent optimization, output C. Since this process is not substantially different from what a Java compiler does, I would expect both processes to result in similarly comprehensible output.
If this were true, it would be possible to hide "secrets", while gaining the benefits of C code, eg wide availability of compilers, interoperability with most API's (like plug-in API's), and native code speed.
Are there technical reasons this couldn't work? I know that at least one company has been accused of distributing obfuscated hardware drivers and passing them off as free software. Political issues aside, people seemed to think this effectively reduced the usefulness of the source. I believe this case was "remedied" in short time; but has any company successfully used this strategy to achieve portability without exposing "secrets"?
Re:This is quite strange (Score:1)
Plugin's suck (Score:2)
An important 'feature' of a plugin is its security hazard. Running native on the client system may be nice for performance, but also means that it has full access to all resources AND to the internet. This means that we have to scrutinize the quality/honesty for every plugin installed. I'd rather have just one thing to worry about: the browser.
And especially for embedded platforms (I'm working on an In-Flight Entertainment System) it is often not desirable or possible to run plugins. It's unlikely that third-party code will be executed, without some sort of _very_ rigorous verification.
I don't quite understand it either. You _can_ do quite a bit with a Java applet, or even with JavaScript. I know the sound/image synchronization of Macromedia is nice, but look what it's used for: marketing.
And I says: fsck marketing. The Web was designed to provide information on demand, not to watch advertisements (which is what most Flash content really is). It pisses me of when I have to sit through a frigging commercial before I get to see what I want.
In my opinion it's better to extend the capabilities of the browser, if new features are desired. This way it will be a more standardized solution (read NOT proprietary) and it's possible for _everyone_ to implement it in their browser.
Breace.
Not enough profit potential (Score:2)
Most plugins are unnecessary gaudy crap glued onto the browser to create a market where none really exists. There are a handful of plugins which have "real" value. Depending on your point of view, it includes Flash, Shockwave, Real, and Acrobat. Most plugins aren't created to fill a need, they're created to make their authors money.
When you're trying to sell gaudy crap to someone, being multiplatform, stable, or well designed is irrelevant. The important thing is that it looks shiny on the computer of your end sucker... erm... customer. Joe Clueless Webmaster doesn't really know what Linux is, if the shiny crap looks good on his Windows 98 / MacOS 9 box, it must be good. Jane Clueful Webmistress does worry about Linux, WebTV, the Dreamcast, and other alternative web browsers, but Jane also realizes that good web sites are actually harmed by gaudy plugins.
Supporting another platform costs a great deal of money. You need developer time to support the new platform, an variety of hardware to test on and QA time to make sure it works well. It's a lot of money to try and sell product to a hostile audience.
So quoth Cliff:
Simply put, if you're selling snake oil, don't worry about convincing the real doctors, just talk fast enough to fool the marks. There is no "larger market."
For this same reason, open sourcing the plugin doesn't help. The open source and free software communities have no sympathy for unnecessary junk.
Unavailable browser plugins (Score:1)
Re:What plug-ins? (Score:2)
The same process that caused you to drop Lynx for Netscape caused me to drop Cyberdog for Netscape, some years ago- several sites I commonly use (most notably Spamcop but to a lesser extent Thresh's Firing Squad)) make sensible use of Javascript.
It seems as if Javascript is of most utility on the Web, Java turns up occasionally in fancy banner ads, and Shockwave sites seem to focus so heavily on it that (like Camp Chaos) there's absolutely no point in going there unless you're setting out specifically to watch Shockwave movies and things- ideally Macromedia should accept this and continue to make heavier emphasis on standalone viewers, and sites should assume that some people will be content to download .swf and view it separately rather than assuming everyone wants to view it in a browser. Camp Chaos, I think, is a good example of what really happens in practice- loads of people have viewed Napster Bad etc. but that is not a navigation system, or webcandy- it's essentially a scripted cartoon, obviously standalone content. The standalone aspect is much more interesting than the 'interactive' aspects of the special edition, and in general the cartoons in the format are creative and entertaining (and very low bandwidth) and the games are just stupid :)
flash + toaster (Score:1)
Re:for real (Score:1)
Your history is VERY wrong (Score:1)
I've used Netscape (pronounced Mozilla) since the initial release, and I don't EVER remember them charging people for personal use. They charged companies, but not the "downloading public". The reason people moved away from NS is the fact that IE surpassed it in technical merit.
If you'd like to know the true history of the Personal Computer, rather than relying on information you heard from a friend, or a friend of a friend, pick up a copy of Fire in the Valley
You state that Microsoft's grass is greener. Microsoft didn't grow greener grass; they torched all of the other sheep rancher's fields.
Open Flash (Score:1)
Re:Your history is VERY wrong, no not "very" (Score:2)
We all know Microsoft struck pure gold with DOS.
All their successful software follows a distinct pattern. First sell it at a loss or bundle it with another product so you get a lot of users. Then sell it at a price no commercial software shop can match without the MS user base. Monopolic? You bet! The catch is that every *single* user gains from using MS software, while users as a *collective* would benefit from choise.
As for Netscape, I must admit that I worked for a compny that provded me with payed-for Netscape at that time. I do recall that the free version lacked some features, but alas I never compared them.
Fire in the Valley is definitely on my reading list.
It really doesn't matter to a sheep if Microsoft has greener grass because they grow it well or because they torch their neighbors fields.
What *does* matter to the sheep is that the other sheep are in the MS field. Sheep like company. Wolves like lonely sheep.
Luckily we are not all sheep.
Re:Open standards and AmigaDE solutions (Score:2)
Re:Nobody cares about non Windows/Apple (Score:1)
Now, it is true that maybe this whole market segment will flop mightily. But if these consumer devices catch on - and you want to bet that Joe 'flashing 12:00' Punter will prefer to buy and configure Windows? - then we may have seen the high water mark of Windows.
As it happens, I work for Insignia [insignia.com] porting our JVM to these boxes. Maybe someone is doing the same for Flash. How many plugins do you think the manufacturers are going to deem it necessary to support before launching?
So, with a bit of luck, web site designers will be dragged back to the open standards. Cross your fingers...
Re:Choice.... (Score:1)
Re:The sad truth (Score:1)
Never.
The type of mentality that we're dealign with here, isn't interested in finding new markets. New markets are unsafe and unpredictable. Better to prey on the herd, following it and thereby becoming part of it.
---
Tailoring to a user base. (Score:1)
As an example: Why did Id Software release a Linux version of Q3A after the Windows version had been out for quite some time? A majority of their targeted user base were Windows users.
This behavior is common for all cross platform software which depends on a revenue stream.
--
This is quite strange (Score:1)
Re:Java (Score:1)
When will...[my guess] (Score:1)
Just as soon as there is a larger market out there, I'll bet.
Oh, sorry, was that supposed to be thought-provoking commentary?
--
Re:quantitative determination of ``when will...'' (Score:1)
Many many companies Y have done X when it most certainly was *not* economically advantageous. Many went bankrupt, others recovered.
Re:Java (Score:1)
Re:Flash Re:Java (Score:1)
Re:What larger market? (Score:1)
One wonders why companies such as Sun and HP don't go and talk to plugin providers such as Macromedia to talk them into porting their stuff. One almost gets the impression that Sun and Co. don't really believe they can hold on to their desktop share anyway. Sort of a self-fullfilling prophecy, if you ask me. How do these guys expect long time (power) users like me to convince management into not switching to NT if all that flashy stuff that PHBs like so much doesn't run on our good old Unix? (OK, OK, I actually want us to switch to Linux, but if I can't have that (yet)...)
--
Re:x86 and others. (Score:1)
some architectures have good support (Score:1)
Gee... (Score:1)
processor-free plug-ins (Score:1)
Re:for real (Score:1)
Re:This is a problem in more than just plug-ins (Score:1)
I'm an linux/alpha person too, and allow me to point out to all those lintel people out there that Netscape has only been available on our platform for less than a year. My alpha's about three years old, so to browse I would have to make do with lynx, or send netscape to my X display from a lintel box. Even up to a few months ago the netscape (which Compaq ported for us) we had was extremely unstable and randomly crashed every 20 minutes or so (with java* disabled).
Re:for real (Score:1)
Re:Plugins for Non Windows Browsers (Score:1)
I think that just looking at the market share of each platform is too simplistic . It must be considered that the people making the initial decisions on what format a particular project will use - the developers - are far more likely to be using *nix than the population as a whole, and will therefore prefer to choose a format that supports their platform.
So, Jobs, fight the good fight and port to Linux and BSD (or even darwin
developing for "oddball" platforms (Score:1)
validator.w3.org [w3.org]
Re:Numbers (Score:1)
Re:Plugins for Non Windows Browsers (Score:1)
Go look up "Xtheater" or "libavifile" on freshmeat.
-----
Windows Media Player For Linux? (Score:1)
There's audio content that I listen to religiously that's only accessible using Windows Media Player.
Slashdot carried a story a while back which said that Real Networks had licensed the Microsoft codec.
I'd just like to have Windows Audio on Linux for Intel!
Re:for real (Score:1)
Thankfully, you're doing your part in making the web a better place at your page [robsayers.com] by using valid transitional HTML 4 and CSS. Of course, it would be better if you used strict HTML and more contrasting colors (gray on black is pretty hard to read), but overall, okay on the accessibility.
Re:Plugins for Non Windows Browsers (Score:1)
Re:Nobody cares about non Windows/Apple (Score:3)
Last time I checked some statistics, the various variants of Windows ran 95% of the browsers, Mac 4% and "Others" one single percent. Thats Linux, Solaris, BSD etc combined!
More current data, using TheCounter.com [thecounter.com] statistics give roughly the following percentages:
Just for a test, I calculated the same stuff from last years data:
(I'm trying to avoid facing the less than interesting studying project that I should start, that's why I bothered to calculate all those fancy numbers ;)
Amen! (Score:1)
> to: DufusMcWebmaster@stupidplugin.com
> from: joeboblinux@2600.org
> Dear Dufus,
> Your website requires that I download a plugin for my browser.
> I run Netscape under Linux/*BSD/BeOs/QNX on a x86/PPC/ARM platform.
> Could you please port your "flashy plugin" to that environment?
>
> TIA,
> janeyBSD@flyingbuttmonkeys.com
Re:What plug-ins? (Score:1)
I've seen far to many websites where java script or graphics were critical (forcing me to abandon lynx for netscape)
The latest development version of lynx does support javascript. I'm compiling it now to see how well it works (I hope it doesn't support pop-up windows ;) It also supports images by opening them in an external program (xv is default IIRC), and I have used this for quite some time (not only the development version). There's more there than meets the eyes.
Re:developing for "oddball" platforms (Score:1)
Nobody gets paid the big bucks for writing valid HTML. At least not unless it also happens to look exactly the way the employer wants it to look, on "both" browsers.
A lot of the folks reading /. probably understand that the web is simply not designed for exact control (by the designer) over fonts, colors, images, etc.
But the business world that pays
(most of) or salaries does not understand this, and probably never will.
Probably... (Score:3)
x86 and others. (Score:1)
What we need is an open standard... (Score:1)
Plugins for Non Windows Browsers (Score:2)
quantitative determination of ``when will...'' (Score:2)
A quantitative determination of the answer for any question of the pattern ``when will x be done by y company'' is now possible after many centuries of theoretical thought regarding the flow of resources in human society. The answer is: exactly when doing X is economically advantageous to company Y. No sooner, but maybe later if the company is run by idiots...
:-)
On the topic of plugins, well, the appliance writers should either partner with plugin companies in order to port the plugins needed or write ones of their own if the file format is an open standard. This solves the ``now'' problem but it probably precludes any $29.95 devices any time soon...
--
Java (Score:3)
Choice.... (Score:2)
This is a web designers choice, i.e. he/she may or may not use plugins. Most non x86 devices don't support newer web standards anyway, so it is still a must for some designers to create different versions of a web site no matter how undesriable. The fact that plugins are not supported is irrelevant as there are still bigger issues to be addressed....
for real (Score:2)
tell it to the web developers (Score:2)
What larger market? (Score:2)
I'm not sure that the corps care about the tiny market share increase enough to have a site that doesn't look as nice.
Sure, it's nice to have a 'flash/non-flash' option on the first screen, but that means doing two websites. How many corps want to pay for that?
_____
Time to get Java right! (Score:2)
Lots of embedded devices run on things like ARM processors or other chips that aren't found on the desktop market at all, so we're not just talking about resource optimization. Since many embedded devices also use alternative operating systems, the APIs are different, so we're talking about more than just a recompile there.
The only way to get around inconsistent APIs and processor calls that I can see having long-term portability is to standardize to the Java Virtual Machine. Just-in-time compilers and other sorts of wonderfulness are still in their infancy, and I've been told that Apple's Java VM runs bytecodes as fast as native compiled C code.
I know the whole system is kinda bloated at the moment, but the write-once-run-anywhere method does fall into line with the "worse is better" mantra of Unix programming, which has been incredibly successful over the years. Unfortunately, we are still it the point where worse is still worse, and have yet to see the really good benefits that portability and standardization promise.
I think Sun should be applauded for their vision. Let's face it, they've done wonders for the web, and Java is going to take it a lot further. Sure the tech is buggy at the moment, and they have been a little more reluctant to opening the standards than most here would like, but I think we should give credit where credit is due, and then kindly ask them if they'd turn their toy into a tool.
It's not just the plugins (Score:1)
The plugin argument has a lot of merit, but I think the problem that needs to be solved before anything else is simply that the browsers are not consistent (try Netscape or IE across different platforms) let alone the plugin availability.
--
Re:tell it to the web developers (Score:1)
Re:tell it to the web developers (Score:1)
I just don't have the time or patience to test "oddball" platforms like WebTV, Lynx, Konquerer, etc.
Re:SVG will help (Score:1)
I rather disagree... (Score:2)
Leaving aside Java for the moment, I see plugins and applications for Sparc and Intel Linux that handle:
I collected that list this summer, as part of the research to see if writing a book (with this as one chapter) was worthwhile. Then I got hit by lightening...
Ok, folks, should I write a book on this? (I was the second author on O'Reilly's "Using Samba"). If so, send me mail!
--dave
What larger market? (Score:2)
The problem with this 'larger' market, is that it doesn't really exist. The number of people surfing the net and using linux/bsd on the desktop is miniscule, even compared to the Macintosh, let alone wintell.
Java applets show some promise, but write-once, debug everywhere is still a problem.
--
How to handle plug-ins and other non-html content (Score:3)
But it's also a bad thing to leave a large portion of users behind.
Internet Appliances along with mobile phones and other devices now getting on the internet are lumped under the heading of *PERVASIVE DEVICES*, or pervasive computing.
There are currently two options available to address these devices.
Option one is to follow the model of Phone.Com. Sell the browser to the device companies and collect a license fee for each device sold. Then sell the access point for those devices a proxy software that converts html to code for their browser.
Option two is to use IBM technology. WebSphere Transcoding Publisher (ok, I'm biased, I know people on this team) runs on an LDAP, proxy, or reverse-proxy model, and checks to see what device-type is accessing a page. If it has a device type profile for the device making the http request, it translates the code (transcodes) the html into code suitable for the device, along with altering the images to meet the device's needs.
If a transcoder device type profile were written for the various internet appliances and other non-Wintel/Mac browsers then non-html content requiring plug-ins would no longer be an issue.
Of course, this is kind of a dodge- No phone that I know of attempts to be a desktop computer browser (yet), and while we might expect that an internet appliance that hopes to be the desktop browser should play flash and shockwave content, it's not a desktop computer, and we shouldn't expect it to be one.
Yes, I like my alternative opsys' browsers to be supported, but no one writes flash plugins for NetPositive, and my Netscape Communicator on OS/2 relies on flash plug-ins for win3.1.
I don't think the fault for this situation lies with the makers of plug-ins, it lies with the page designers for not providing a stripped down version that doesn't require plug-ins, and with the internet appliance marketeers for inspiring false expectations.
A host is a host from coast to coast, but no one uses a host that's close
Not x86, but Windows plugins (Score:2)
Re:Nobody cares about non Windows/Apple (Score:1)
Now, along comes the internet, based on open standards, running on free software. Lo and behold, innovation once again runs rampart, companies other then the "One" company are making money again. It is a wondrous thing to behold.
The question is, are we going to let the "One" company once again have control of the standards? Should we care about being able to access the internet with something other than Windows?
The answer is that of course we should care. Unfortunately, sheep only care about grazing, and are perfectly willing to graze where ever the grazing appears to be the best, not caring that they are only being fattened up for slaughter.
Re:for real (Score:2)
Re:This is quite strange (Score:1)
Re:Nobody cares about non Windows/Apple (Score:2)
The Microsoft story is one of luck and good marketing, not superior software.
OTOH (Score:4)
As someone who used to be involved with producing a plugin for a particular alternate image file format, I can honestly say there are several issues associated with trying to produce and maintain plugins for multiple platforms -- not the least of which is maintainability and keeping them all current. Add to that the hardware costs of releasing a binary for linux-libc6-strongARM and every other os/hardware combination you can come up with, and you wind up with exactly the same cost-benefit analysis situation you do when producing any other proprietary software. We were among the best in terms of cross-platform support at our peak (fall '96), with:
Don't chime in about open-sourcing the codec either: compression codecs are exactly one of the r&d-intensive products for which retaining closed-source is the only viable revenue model that ESR talks about in "The Magic Cauldron." If the only thing you have of value is your algorithm, you really can't distribute source that everyone can implement.
The point is, there is no good solution: if you are building a site that contains essential content, don't use non-standard technologies (I'd argue this includes Java applets). Conversely, if you're not using the same technology as 80% of the people out there, and I too am in that outer 20%, prepare to fall victim to the 80-20 rule when vendors of everything, including browser plugins, do cost-benefit analysis.
MOO;IANAL.
Re:Tailoring to a user base. (Score:2)
IIRC, the early test versions were actually released for Linux first.
The full release for both OSs was actually released at the same time (Mac might've been out at the same time too, I don't recall). However, there were problems actually getting the Linux version because it comes in a fancy tin box and the availability of that box was not so good.
Also, there were problems in that many of the retail outlets simply didn't stock the Linux version. As you said, "A majority of their targeted user base were Windows users". Id software, however, seems to be very interested in Linux.
Re:x86 and others. (Score:2)
Plugins all suck anyway (Score:1)
or that enhanced the browsing experience much at all
Flash supports plenty of platforms (Score:1)
Also Here is someone who is making it work on CE [conduits.com]
Problem: specialized plug-ins (Score:3)
Pity those of us who want to create innovative content using a "specialized plug-in" such as Chime. (Chime allows 3d molecular display in a web page. Yes, there are Java applets that do this. When one of them can do 1/10th of what Chime can at better than 1/10th the speed I might look into it again.)
Chime lets me write pages like these: Atomic orbitals [vt.edu] and Crystal unit cells [vt.edu] Very useful in my line of work (Chemical education) But as soon as I do this I lock out all "alternative OSs"
Chime's actually more cross platform than most: Windows, Mac and an older IRIX version. It even is anti-MS: it runs like crap in MSIE on both Mac and Windows. (The Mozilla team fixed the compatibility problems when I sent the bug in.) But I can't do this stuff and make it truly cross-platform.
This is a problem for me: in fact, it's one of the main reasons I don't use Linux on the desktop.
Re:I rather disagree... (Score:1)
Re:What larger market? (Score:1)
Larger market = negligible market (Score:2)
Why not X86 emulation? (Score:1)
Sure, bochs, Plex86, etc. are solutions, but they aren't transparent, as you're basically running a X86 machine in a sandboxed environment.
It's not the more ideal solution from a purist's standpoint, but this would greatly increase the value of Linux (or BSD, etc.) on X85 platforms as a whole.
bit pointless if you don't have a plugin link (Score:1)
SVG will help (Score:2)
The sad truth (Score:1)
Never.
---
Re:What we need is an open standard... (Score:3)
Re:What larger market? (Score:1)
All the ones who don't want to piss off their customers who use Palms, WinCE devices, and the like. All the ones whose customers browse from work. All the ones who actually give a damn about selling products and services for money instead of creating a Flshoriffic wank fest.
Re:Probably... (Score:2)
Re:What larger market? (Score:2)
What a great idea. Perhaps someone could tell them that people visiting want nicely presented information, not text flying about the place and fading in and out.
Make one website, with NO FLASH. Unless you're a Flash animator showing off your work, you don't need Flash, or Shockwave at all.
Irix Netscape yummy (Score:2)
Yes, that also means that Netscape is bloated and crashes arbitrarily every 30 minutes or so, but you gotta take the lumps with the bad.
If only MSIE were ported to every platform... sigh.
-Chris
...More Powerful than Otto Preminger...
This is a problem in more than just plug-ins (Score:2)
It is not a big deal to provide binaries for simple things like plug-ins for multiple platforms under Linux so I don't understand why the vendors don't. At the very least, if they don't intend to provide anything but Lintel software than they should not say they have Linux support but Linux/i386 support.
I think unless a push is made to force vendors to support the major alternative Linux platforms (Alpha,Sparc,Mips,Arm,PowerPC) then there soon will be little to no support for them. Remember what happened with Mips and Alpha Windows NT!
Transmeta... (Score:2)
Gerv
KISS - Keep It Simple Stupid (Score:3)
- Can your audience run the plug-in?
- Do they have the authority to install it?
- Is their connection fast enough to download the plug-in?
- Why should the user go through the hassle just to see your site?
- Does your audience have the knowledge to install a plug-in?
- Why can't you make do with standard HTML?
- Is your connection really that fast? - go and try seeing your website from elsewhere
Yep, I am anti-plug-in and with good reason, though I will allow for a movie player that plays either MPEG, AVI or Quicktime - partly because movies are a missing element in the standard web file formats.
Re:Time to get Java right! (Score:2)
Numbers (Score:2)
Let's assume 5% of browsers can't handle (some) plugins...
No store owner would be satisfied if 5% of all customers were turned away at the door; likewise I'm sure no e-commerce website owner would be satisfied that 5% of visitors were being turned away. I'm sure banner-advertisers would be disappointed to discover how many potential impressions they may be losing because a site is unviewable to a (growing, with the advent of set top boxes etc) proportion of the target audience.
Make the guys with the purse-strings aware of this problem, and it'll go away. 5% more turnover is the kind of figure these people like to hear about.
--
A good idea, make the plug-ins in Java (Score:2)
So is this a good idea or not? Let me know.
Re:Java (Score:2)
Sun also makes a plugin that works with Netscape (under Linux & Windows) and IE (of course, only on windows). This provides a consistant VM across all platforms (except Mac--it's supposed to be coming w/ MacOS X)
Re:What larger market? (Score:2)
It all depends on how you look at it. Until last year (by Macromedia's own statistics) 1 in 6 people were unable to view flash content in their default configuration. That's a lot of customers to be turning away, and it makes good business sense to cater for them as well. Nowadays, Flash is much more pervasive, and Macromedia claim that figure is now 1 in 27. Still a resonable number, but no longer quite as compelling a business case.
Flash Re:Java (Score:2)
yeah, I can see it pretty easily really. The Java2D classes in JDK 1.2.x and 1.3 are nice. Think the GIMP and PostScript having a love child, with a dab of Illustrator. Since the .swf file format is an open one, you could write a Java-based parser class (ByteInputStream anyone?) and use it's output to feed a Java2D-based ``rendering engine''...
That would actually be pretty sweet. If I were more of a Java God I might do it... :-)
WRT doing it on an ARM or other embedded processor, why not? StrongARMs are, what, 200-odd MHz? That's faster than the machine I'm using to type this (p166), and this guy handles Flash and JDK 1.3 applets pretty well. Now what if that internet app is using a Crusoe, eh?
This is not to say that your company's product doesn't sound nifty, it does...
WRT to VRML, I think that standard is bloated enough already irregardless of the plugin playing it... ;-).
--
What plug-ins? (Score:3)
I don't have any plug-ins installed on my system, and I've never had a problem - the only one I'd consider is one for PDF, as that is accually used. I've only seen a couple web sites that even have any other plug-in requested (shockwave or flash - or are thsoe the same?) and every one allows easy bypass. I might miss some fancy animation once in a while, but I've never found a web site where that was critical. I've seen far to many websites where java script or graphics were critical (forcing me to abandon lynx for netscape), something I mind when I'm after information that shouldn't require either, but don't mind when it is accually useful. Case in point: My bank requires javascript, but I once figgured out how to bypass that check and I couldn't find a thing that didn't work.
When netscape asks if I want to download a plug-in I hit no. I don't trust random binaries on my system, I'm uncomfortable enough with pre-compiled netscape (someday I'll compile mozilla and solve this), and I compile everything else.