Microsoft Wins HTML App Patent
crataegus writes "'Microsoft on Tuesday won a patent for launching a certain kind of HTML application within Windows. The patent, "Method and apparatus for writing a Windows application in HTML" (Hypertext Markup Language), describes Microsoft's way of opening up HTML applications in a window free of navigation and other interface elements, known as "chrome," and browser security restrictions.' Why does this sound vaguely familiar?"
"HTML Applications (HTAs) are full-fledged applications," the page reads. "These applications are trusted and display only the menus, icons, toolbars, and title information that the Web developer creates. In short, HTAs pack all the power of Microsoft Internet Explorer--its object model, performance, rendering power, protocol support, and channel-download technology--without enforcing the strict security model and user interface of the browser."
So it's yet another way for Microsoft to let people call themselves "programmers", without actually having to write code. Big deal.
I've spent 10+ years writing VB code, and I'm sure everyone will agree that there's a difference -- even in "high level" languages -- between throwing together something that will compile vs. designing a tool that does what your client needs done. Especially when "what your client needs" != "what your client requests".
As for the security issues... when they say "these applications are trusted", the question is "by whom?" I see another way for skr1pt k1dd1es to invade systems, since all you need to do is convince one non-tech-savvy corporate VP to "trust" that message that says "I Love You, click here!". It's not like J0(ann)3 HaXX0r will be deterred by EULAs and patents.
It's VBScript all over again. What good is a programming tool when security best practices suggest you turn it off?
In fact, Microsoft's patent is great news. Hopefully, nobody will be tempted to license the "technology" (read: virus portal) for any other OS.
Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
Before anyone says anything about when they actually filed it being important, the patent was filed May 20, 1999 while that Mozilla page on Chrome says it was last modified April 7, 1999.
Oh "we" do, huh? First line of the source from your website:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
I was going to type a reply but M$ would probably patent 'ASCII data entry by means of an alpha-numeric input device' before I could hit Post. Darn.
"This is crazy, you realise we could all go to jail for this?" - my manager, somewhere I used to work.
Reply to this post if you wrote a web application that used this technique on or before May 20, 1998 (one year before the patent application date).
(I did, and I'm pretty sure I still have a few of 'em laying around here somewhere).
And this brings up one more question: Why the F*** did Netscape and MSIE include this capability but for providing developers the ability to do exactly what is described in this patent?
What has *science* done?!? -- Dr. Weird (ATHF)
This is a crappy idea. It got kicked to hell on the Full-Disclosure list about 2 Months ago...
"Flyin' in just a sweet place,
Never been known to fail..."
The patent basically covers: (from the claims)
The BULK of the patent is the idea that HTML can contain Javascript that does stuff. Doesn't everyone and their kitten have prior art on this?
As if it isn't obvious enough, Claims 1-6 are covered by HTML 2.0. Claims 7-9 are covered (and this is a trivial example, others will surely find better ones) by HTML 4.0 and cousins. And the only reason I don't have earlier references is that they're so bleeding obvious!
Sigh. Muppets from space.
I want to patent "a method for limiting the decay of society by kicking the crap out of idiots at the patent office"
Foo: Well, I've been at my current job 8 years, exclusively VB.
Bar: How can you look at yourself in the mirror without vomiting?
Taping my paycheck stub above the soap dish helps enormously.
Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
It sounds too much like Microsoft now has a patent on viruses.
Rename your .htm to .hta and run it localy on a windows system. Do a task list and you will see a mshta.exe is the task.
Now kill it, and your page dies too
in win2k and newer try this"
open control Panel and run Add/Remove Programs
You are looking at hta in action.
kill mshta.exe again, Add/Remove Programs dies as well.
I find HTA handy when I dont want to load visual studio for a quick app that I would rather run as a web page, but I can't because I need more system level access. A quick VBScript or JScript with a html frontend in notepad works wonders.
FYI: Little help is actualy written for HTA, but realize it is a mix of Script and HTML working together named *.hta
Im a gamer, not a grammer major. This post is full of spelling and grammer mistakes.