R
Rob Allen
Hi Folks.
This is more of a "thinking about" post than a real question with a
solution. That being said, here we go:
Microsoft has in fact lost a patent infridgment suit which will cost
them billions of dollars. The suit surrounds patents underlying ActiveX.
ActiveX controls are widely used and developed for adding non-static
content to a webpage. This was handled back in the day by JavaScripts.
The settlement of this suit requires Microsoft to stop using ActiveX and
to pay restitution.
So, enough background, here is the question: with so many apps and
coders relying on ActiveX (i grudgingly use it myself to envoke Flash
content), whats a coder to do in ActiveX's absence?
JavaScripts are too clunky and those who have taken the easy (read,
Frontpage) way out of writing HMTL will be lost in real code. JS also
has the drawback of server side processing (time).
So what can we fall back on that will be as fast, as easy and freely
distributed?
--Rob--
This is more of a "thinking about" post than a real question with a
solution. That being said, here we go:
Microsoft has in fact lost a patent infridgment suit which will cost
them billions of dollars. The suit surrounds patents underlying ActiveX.
ActiveX controls are widely used and developed for adding non-static
content to a webpage. This was handled back in the day by JavaScripts.
The settlement of this suit requires Microsoft to stop using ActiveX and
to pay restitution.
So, enough background, here is the question: with so many apps and
coders relying on ActiveX (i grudgingly use it myself to envoke Flash
content), whats a coder to do in ActiveX's absence?
JavaScripts are too clunky and those who have taken the easy (read,
Frontpage) way out of writing HMTL will be lost in real code. JS also
has the drawback of server side processing (time).
So what can we fall back on that will be as fast, as easy and freely
distributed?
--Rob--