Slashdot Mirror


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?"

50 of 404 comments (clear)

  1. It doesn't bother me! by RobertB-DC · · Score: 5, Interesting

    "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.
    1. Re:It doesn't bother me! by acidboy · · Score: 5, Funny
      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

      You're getting on an intellectual high horse sneering down at web monkeys from the vantage point of a VB programmer? Oh the irony.

    2. Re:It doesn't bother me! by Carnildo · · Score: 5, Funny

      With ten years' experience, he's probably reached the point where he can actually force VB to do what he needs it to.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    3. Re:It doesn't bother me! by mugnyte · · Score: 5, Funny

      You use languages? Sissy! In MY DAY, we'd plug wires into a wall of vaccuum tubes. Every few hours, we'd shutdown and replace the burnouts. and don't even ASK ME about the BUGS.

      Languages are just portals for virii!

    4. Re:It doesn't bother me! by Elwood+P+Dowd · · Score: 4, Funny

      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 given that line noise will autoformat and compile under VB.

      --

      There are no trails. There are no trees out here.
    5. Re:It doesn't bother me! by larry+bagina · · Score: 4, Funny
      Especially given that line noise will autoformat and compile under VB.

      You must not be a perl guy.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    6. Re:It doesn't bother me! by Roydd+McWilson · · Score: 3, Informative

      But my lecturer says the main distinction is that languages fall into three categories: imperative (assembly, C, BASIC, etc.), functional (Haskell and all that) and logic (prolog). How does that fit with your idea of programming languages?
      That is the standard categorization used, but you are right that there are other distinctions, such as line-based vs. structured. Similarly along these lines we have lexical vs. dynamic scoping, strong vs. weak typing, explicit vs. implicit typing, and sequential vs. implicit vs. explicit concurrency. There's also a general sense of "how much you have to type" to write or modify a program, i.e. how compact the notation is. Note that Visual Basic (and Quick Basic before it) are actually structured languages, unlike the line-number-oriented BASICs before them.
      I think one of the most useful combinations of language features is something compact, between imperative and functional with structured, lexically scoped, implicit static typing with built-in support for (including fine-grain) explicit concurrency (explicit concurrency is required for on-line I/O, which conflicts with a pure functional language's simple input-compute-output-stop program model). Unfortunately, there aren't any popular languages like this (especially for good concurrency & I/O support).

      --
      THE NERD IS THE COMPUTER.
    7. Re:It doesn't bother me! by telecaster · · Score: 4, Interesting

      Seems to me, I might have "prior art" on this. The company that I wrote it for filed a patent in 2000 -- which was not accepted or pursued (they went out of business). The patent was filed and I should really try and dig up the documentation.

      Basically, I used JavaScript/HTML and a little XML, I packaged it up in a resource DLL and delivered it via an IE application (a simple COM/ATL container). This allowed a web designer to "create" an interface in HTML using Dreamweaver, glue it together using JavaScipt and have it be completely contained within a payload of a resource DLL.

  2. Comment removed by account_deleted · · Score: 4, Funny

    Comment removed based on user account deletion

  3. Well.. by NotAnotherReboot · · Score: 5, Interesting

    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.

    1. Re:Well.. by Carnildo · · Score: 4, Informative

      That's the reason for the latest change to the patent laws. It used to be 17 years from date of award. Now it's 20 years from date of filing -- and you need to file within one year of publication.

      --
      "They redundantly repeated themselves over and over again incessantly without end ad infinitum" -- ibid.
    2. Re:Well.. by MntlChaos · · Score: 3, Informative

      actually, they're the same thing. Both refer to the elements of the GUI except content. For instance, mozilla's chrome is the xul and js that specifies what the stuff in the window is and what it does.

    3. Re:Well.. by rfmobile · · Score: 3, Informative

      I read the patent. I've written XUL applications using Mozilla. The claims covered by the patent are functionally the same to XUL chrome. -rick

    4. Re:Well.. by jkabbe · · Score: 4, Insightful

      Considering this:

      the patent was filed May 20, 1999

      it means this:

      HTML Applications (HTAs) appeared with Internet Explorer 4.0, which was introduced in 1997, I believe. Long before the Mozilla project started.


      must be referring to something other than the patent. If they distributed and sold their patented invention in the US two years before filing an application the patent would not be valid. So either the patent is on something else or the USPTO screwed up.

  4. Re:XHTML by Anonymous Coward · · Score: 5, Funny

    Oh "we" do, huh? First line of the source from your website:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

  5. Windows applications... by Eudial · · Score: 4, Insightful

    Method and apparatus for writing a Windows application in HTML.

    So, everyone using Mac and Linux are free to use chrome?

    --
    GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
    1. Re:Windows applications... by jaygreybc · · Score: 3, Interesting

      I believe I have prior art. I have been working on the software described in the CNET article for about 2 and a half years. It's got an HTML equivalent of the start menu, task bar, system tray, title bar, close program button, add/remove programs, etc. If you'd like to see it please e-mail me at jsante@XXXiusb.edu minus the Xs. As of now it works over the internet, but when bundled properly (and I was planning on doing this), it can be used to do exactly what MS described. Incidentally, if anyone would like to help me out developing it, I am just now aquiring help. - Justin.

  6. New "Features" by Hi_2k · · Score: 3, Insightful

    in a window free of navigation and other interface elements, known as "chrome," and browser security restrictions .
    So now we have microsoft with patenting a new way of creating macicious popups with windows. Knowing Microsoft, stuff like Gator and Eyeblaster ad's will soon show up in this space and, without my usual restrictions, everyone who uses Internet Explorer will soon have spyware again. While it'll be quite profitable (for me too, I do computer repair and tune ups), This could easily become a HUGE annoyance for systems administrators around the world. Time to switch everything to Mozilla and Opera.

    --
    When life gives you crap, Make Crapade.
    Sluggy Freelance.
    1. Re:New "Features" by Ungrounded+Lightning · · Score: 4, Insightful

      'in a window free of navigation and other interface elements, known as "chrome," and browser security restrictions .'

      So now we have microsoft with patenting a new way of creating macicious popups with windows.


      Remember that, when they applied for the patent, Sun was trying to break their monopoly on OSes by creating, with Java and Javascript, a platform-independent secure sandbox within the web browser for running web-distributed mini-apps. Letting users build Windows-only apps that could escape the sandbox and use OS-dependent features (but only on Windows platforms) would seem like a plus.

      Of course the patent would block others from doing the same on OTHER proprietary OSes. So web site designers could build portable content, Windows-only content, but not Other-OS-only content. This would help prevent another OS from displacing them as the monopolist and then using their own tricks on them to keep them out of the catbird seat.

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  7. I followed HTA for a while by DeltaSigma · · Score: 4, Funny

    Its biggest use?

    Really fancy about pages.

  8. So they have a patent by pvt_medic · · Score: 4, Insightful

    Can we now hold them accountable for any problems, viruses, spyware, annoyances that use this?

    --
    30% Troll, 50% Underrated, 10% Interesting
    Score:5, Troll
  9. Good to see by randall_burns · · Score: 4, Interesting

    what Microsoft is gettin for their money

  10. Your confusion by FreeLinux · · Score: 4, Interesting

    Why does this sound vaguely familiar?"

    The Mozilla page that you cited does not prove precedence in this case. The patent was filed for in May of 1999 and whom ever developed this (Microsoft or Mozilla) obviously did it before then. The Mozilla page has a Last modified date of April 1999 (as well as a last modified date of March 2000, WTF?). The close proximity of these dates would require greater proof of who exactly was first with this.

    In the CNet article it says that Microsoft has no intention of enforcing the patent. I find that interesting since I seem to recall them saying the same thing about FAT up until their recent "licensing" scheme for FAT.

    1. Re:Your confusion by DrXym · · Score: 4, Informative
      Chrome has its roots in earlier work than that.

      Remember Netcaster?. Netcaster might have been a heinous abomination but it was still an app written in HTML, JS etc. as the link makes pretty clear.

      Or perhaps MS thinks that the patent only covers Win32-only HTML apps. In other words cripple your HTML based app so it only runs on their platform and infringe on their patent. It makes sense to someone I'm sure.

  11. Was going to reply... by iamanatom · · Score: 5, Funny

    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.
  12. The Mozilla thing is completely different by Dorktrix · · Score: 4, Informative

    I haven't read the Microsoft patent, but it is not just "configurable chrome" like the Mozilla link in the post. Essentially, Microsoft applications like the "Add/Remove Programs" control panel applet are normal Windows applications that use HTML for their interface rather than normal Win32 widgets.

    The patent (I presume) is on this method, where a browser control is pointed at a DLL rather than a web server speaking HTTP. This is completely different than skinning, as it is a way of running a dynamic, HTML-based application locally without a web server.

  13. Prior art thread.... by ChangeOnInstall · · Score: 5, Interesting

    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)
  14. XAML by silkySlim · · Score: 4, Insightful

    I believe this is related to XAML which is designed to take the nightmare out of windows UI coding.

  15. Re:familiar by avi33 · · Score: 3, Insightful

    Why do we have to have commentary in every news post?

    Because this is an open forum, a discussion, not a journalistic media outlet where every "story" has to be vetted for signs of opinion.

    Don't like the submitter's slant? Then you are perfectly free to rebut it with your own comment. But why would you expect someone to post a story without counterpoint, incidental links, or personal opinion, if every other visitor is afforded these options.

  16. Re:Over 10 years of VB? by RobertB-DC · · Score: 3, Funny

    Or maybe it just *feels* like ten years..

    Well, I've been at my current job 8 years, exclusively VB. Before that, it was a bit over a year doing mostly VB (along with a proprietary DOS-based language), and for a bit under a year before that I was hacking around in between C on the VAX. So maybe +/-10 years would have been more accurate?

    But then, this is Slashdot, not a job interview. On an application, of course, I'd put 15 years VB experience and 5 years using Windows 2000. Since that's what they'd require. :)

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
  17. CERT Vulnerabity Notice: 2003 by Jeremiah+Cornelius · · Score: 5, Funny
    Patent a Turd?

    This is a crappy idea. It got kicked to hell on the Full-Disclosure list about 2 Months ago...

    VU#865940 - Microsoft Internet Explorer does not properly evaluate "application/hta" MIME type referenced by DATA attribute of OBJECT element IE will execute an HTML Application (HTA) referenced by the DATA attribute of an OBJECT element if the Content-Type header returned by the web server is set to "application/hta". An attacker could exploit this vulnerability to execute arbitrary code with the privileges of the user running IE.

    (Other resources: eEye Digital Security Advisory AD20030820, MS03-032, MS02-040, CAN-2003-0532, CAN-2003-0838, CAN-2003-0809)

    --
    "Flyin' in just a sweet place,
    Never been known to fail..."
  18. Doesn't Turing have prior art?! by bshuttleworth · · Score: 5, Interesting
    OK - Maybe I'm just a cynical b----rd, but at least half the patent refers to storing the HTML and then reading it back. I didn't realise they were hiring MUPPETS at the USPTO.

    The patent basically covers: (from the claims)

    1. Read the file, check it is HTML. If so, then turn in into a bunch of rendering instructions. Otherwise, don't. (seriously - that's 1(a)-(iv))
    2. Claim 2 is claim 1 - nothing to see here.
    3. A computer-readable medium having computer-executable instructions for performing the method recited in claim 2.
    4. See above, only for claim 1.
    5. Identical to claim 1, more or less. Only this time its an "apparatus", not a "method". Whoopdy-freaking-do.
    6. Claims 7-9: Continue based on what this computer or another computer says. Sometimes write data to a storage medium.


    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.

  19. virus in HTML by cyfer2000 · · Score: 3, Funny

    I am not sure if those virus in OE could be classified as HTML. But if yes, will those virus writers be sued as "patent infringment"?

    --
    There is a spark in every single flame bait point.
  20. HTML vs. XUL by ucblockhead · · Score: 4, Insightful
    XUL isn't HTML, and therefore wouldn't be covered by this patent.

    Sure, given that XUL already existed when this was filed, you could make the claim that using HTML instead was "obvious", but it isn't, strictly speaking, the same.

    Perhaps the Mozilla people should patent XUL. For defensive purposes, if nothing else. But the conspiracy theorists should look elsewhere for Microsoft threats to open-source browsers.

    --
    The cake is a pie
  21. Sigh... by DroidBiker · · Score: 5, Funny

    I want to patent "a method for limiting the decay of society by kicking the crap out of idiots at the patent office"

  22. "Chrome" isn't the technology by mnemonic_ · · Score: 4, Interesting

    From http://www.mozilla.org/xpfe/ConfigChromeSpec.html
    "The chrome is that part of the application window that lies outside of a window's content area. Toolbars, menu bars, progress bars, and window title bars are all examples of elements that are typically part of the chrome."

    From http://msdn.microsoft.com/workshop/author/dhtml/re ference/methods/showmodaldialog.asp
    "Specifies whether the dialog window displays the border window chrome. This feature is only available when a dialog box is opened from a trusted application. The default is no."

    The cnet story seems to be passing off the word "chrome" as some sort of new technology name, when it seems that both Mozilla and Microsoft developers refer to it as a generic term for describing application window adornments.

    What's the significance of this? Well, this "chrome" itself isn't a part of Microsoft's patent. It's existed in almost every window in almost every application made by any developer. Microsoft's HTML application technology removes the window chrome, but the "meat" of the patent is the ability to use HTML and Internet Explorer to create an application.

    The only thing this has in common with Mozilla is that it also deals with window chrome.

    Microsoft isn't copying Mozilla by using the same software term.

  23. ALL patents are bad by argoff · · Score: 4, Insightful


    IMHO, the issue isn't that this is a bonehead patent it is that all patents are inherently burdensome to society, and this patent sillyness is just a symptom of a poor belief system taken to it's logical conclusion.

    Yeah, I've heard it all before .... "the system just needs a little tweaking", ... Please tell that to a child in Africa dying of AIDS who isn't allowed to buy generics because of patents. .... and Yeah I know, the theory goes that these drugs would never have been invented anyhow without patnets ... . It's sorta like saying, slavery was justified because those barbaric Africans were far more brutal to each other than the plantation masters were to them.

  24. XUL, JavaScript, etc. by Ayanami+Rei · · Score: 4, Informative

    XUL is the eXtensible UI Layout language. It's an XML dialect that describes the layout of widgets on the screen (sort of like what Glade does, or WinForms). These widgets are hooked up with JavaScript to implement the "interactive" component of the interface, and the widgets and display elements themselves are a mix of compiled functionality from the NSPR (which may defer to real OS widgets), but the majority is actually XHTML.

    The whole thing gets packaged up in .jar files ala Java, and the URLs are accessed internally by the "chrome" protocol.

    It's quite cool. And the technology is old, so I don't see Microsoft's ability to defend its position as strong.

    (I believe this is MOSTLY accurate. Someone please correct me who is more familiar with Moz)

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  25. Is there some wayt o hold the USPTO liable? by cdn-programmer · · Score: 4, Insightful

    The USPTO is granting invalid patents left right and center on obvious techniques and on techniques that in some cases are actually part of standards. Clearly they are not in a position to be able to determine prior art much less the requirment that in order for something to be patentable it must be non-obvious to practitioners of the art.

    A couple years ago the Australian PTO granted a patent for a wheel. (I believe I saw this in the ignoble awards) The applicant had actually drawn a cart illustrating the role of the wheel. Clearly the USPTO is not alone in its level of incompetance.

    Under law as I understand it, these beauracrates have a responsibility to follow the legislation. Clearly due to their collective incompetance and possibly several other factors they are not doing this.

    So is there any way to challenge them and if not can a lobby be put together so that before a patent is granted there is a peer review of its validity? Why should software developers for instance face invalid patent after invalid patent which creates unnecessary litigation at terrible costs when a simple peer review process done in conjunction with the patent office could avert the problem. Please note that the court system is already overloaded and that it is a serious drain on the taxpayers of the nation. As such it would seem that a peer review process might be in the best interests of everyone.

    Perhaps the patent office would even go along with such a process because it might save them considerable embarrasment as well as offloading some of the workload of their examiners. Is there anything in the law that prohibits something like this?

    Please note that at least IMHO I see invalid patents as the greatest threat there is for the opensource community. We need to address this as soon as possible in an effective manner.

  26. No similarities here by NickFitz · · Score: 4, Informative
    Why does this sound vaguely familiar?

    I don't know. If you knew anything about Windows HTAs, you'd know that they have no discernible similarity to the Mozilla technologies you reference. That technology allows (for example) skinning. The point about HTAs is that they get rid of the browser chrome, at the same time as being nothing to do with the use of web browser-originated technology for browsing.

    The point about HTAs is that they consist of (X)HTML, JavaScript and COM (ActiveX) objects. When installed on your system, they run as applications in the Windows environment, meaning no sandboxing: file system access, etc.

    As somebody is going to sneer "Why would I let a web site do that", let me point out that this isn't anything to do with websites. If you download and install an HTA, you have to follow the same procedures as for any other software you download. Anybody distributing an HTA would probably have to package it using an installer of some kind. You can't just have one appear when you go to a site; any HTA that does anything useful needs a bunch of COM components installed in addition.

    And for those who ask "What's the point of it": one good use is for creating test harnesses for COM components. You can code up a UI with a quick bit of HTML, stick some JavaScript in there and run your test cases against the component. It's even easier than using VB to create such utility apps. It's also useful for rapid prototyping of ideas; it only takes a few minutes to explore a concept (if you're any good at JavaScript programming). But I can't imagine many people actually shipping HTAs.

    Why grant them a patent? I assume it's because they were the first to think of taking the technology out of the web browser, rearranging it in this novel way, and thereby providing a facility that wasn't there before.

    I wouldn't worry about it affecting your lives in any great way; it's specifically a Microsoft technology.

    But I still wonder why somebody would take the words 'a window free of navigation and other interface elements, known as "chrome,"' and think it was similar to a technology for adding chrome.

    --
    Using HTML in email is like putting sound effects on your phone calls. Just say <strong>no</strong>.
  27. Sounds Similar by Skasta · · Score: 3, Informative

    kinda sounds like this

  28. Re:Over 10 years of VB? by RobertB-DC · · Score: 5, Funny

    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.
  29. MS: "We don't lock you into Internet Explorer!" by scdeimos · · Score: 3, Interesting

    From the article:

    "One example of an HTML application at work in Windows is the "Add or Remove Programs" feature in the control panel."

    Yes, which requires IE, which is one of my bugbears with this approach.

    If you do somehow remove IE's claws from your system, it means you'll no longer be able to use the UI to uninstall Apps, games and powertoys from your system. Of course, anyone fluent in the Registry could trawl the Uninstall keys to remove stuff manually (or write a replacement app to do it).

  30. Re:Over 10 years of VB? by Metasquares · · Score: 4, Insightful
    Seriously, who the hell wants to do that kind of shit for nearly a decade?
    Someone that gets paid to, of course. You may not like VB, but if that's what your employer wants to use, the excuse "but VB is lame!" won't hold up very well. Jobs have been kind of difficult to find over the past few years, with the state of the economy and all the outsourcing going on - developers either have to use the tools their employers want them to, or find some other occupation.
  31. It does bother me! by Tony-A · · Score: 5, Interesting

    It sounds too much like Microsoft now has a patent on viruses.

  32. Re:WTF? by arkanes · · Score: 4, Insightful

    HTAs get access to the local file system, as well as the ability to run compiled code that mere web pages don't have (even on the lowest security settings). They're basically normal Win32 applications that use HTML for the UI instead of normal widgets. It's not that different in concept from writing XUL applications using the Chrome engine (as opposed to viewing web pages using mozilla).

  33. Re:What's next? by spectecjr · · Score: 3, Informative

    I've never seen MS talk about "chrome" before

    Really?

    Their "Chrome" stuff predates Mozilla. Although they're not using the word in that context.

    1998 references to Chrome from Microsoft

    --
    Coming soon - pyrogyra
  34. Add Remove Programs.hta and mshta.exe by KevMar · · Score: 5, Informative

    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.
  35. Misleading topic - nothing to do with chrome by sillybilly · · Score: 3, Insightful

    I think the original poster of this story is making a misleading statement - he must have misunderstood the patent. He states that the patent is about launching browser windows without "chrome" around it.
    His link defines chrome like this:

    What is Chrome? - The chrome is that part of the application window that lies outside of a window's content area. Toolbars, menu bars, progress bars, and window title bars are all examples of elements that are typically part of the chrome.

    Now read the abstract of the patent below, and tell me, the way you understand it, does it have anything to do with chrome?

    United States Patent 6,662,341
    Cooper , et al. December 9, 2003
    Method and apparatus for writing a windows application in HTML

    Abstract

    A method, apparatus, and computer-readable medium for authoring and executing HTML application files is disclosed. An HTML application file is basically a standard HTML file that runs in its own window outside of the browser, and is thus not bound by the security restrictions of the browser. The author of an HTML application file can take advantage of the relaxed security. The author of the HTML application file designates the file as an HTML application file by doing one or more of the following: defining the MIME type as an HTML application MIME type; or using an HTML application file extension for the file. When a browser, such as the Internet Explorer, encounters one of the above, it processes the file as an HTML application file rather than a standard HTML file by creating a main window independent of the browser, and rendering the HTML in the main window.


    BACKGROUND OF THE INVENTION

    Most existing Windows application development environments require knowledge of specialized computer languages such as C++, or Visual Basic. Learning a specialized computer language is often difficult for non-technical individuals. However, many non-technical individuals can use HTML (HyperText Markup Language) and scripting languages, such as VBScript and JScript. HTML and scripting languages are run inside of a Web browser, and thus, inherit the browser's user interface and security mechanisms. Because non-technical individuals have knowledge of HTML and scripting languages, it would be advantageous to leverage such existing knowledge to implement a Window's application. Such applications should be free to define their own user interface elements and to run as trusted code on the system, i.e., outside of the security model imposed by the Web browser. The present invention is directed to achieving this result.

    END EXCERPT


    In fact, why don't you go to www.uspto.gov, and search for patent # 6,662,341, and educate yourself a bit about patents. Read the abstract, then the "field of invention" and introduction parts - they are the most important for start, even though the claims are the only things that matter in court. Because of that claims are written in very hard to read lawyer lingo, and only read them after you read the rest, to double check that the claims are actually saying what you understood from the rest of the text.

    Basically this patent is about programming, as opposed to C or VB, you end up programming in the C-like javascript. I don't feel this deserves a patent at all - the amount of effort needed to relax securities for a special .hta extension file is quite minuscule. Plus this is a stupid software patent anyway - in my mind it ranks pretty close to the Amazon 1-click shopping patent. Anything that people say "duh" to shouldn't be called an invention. If it's shocking, new, who would have thought kind of thing, then yeah, maybe. Typical embrace and extend behaviour.

  36. VB Rocks!!! by Anonymous Coward · · Score: 4, Insightful

    I hadn't programmed seriously for about 10 years...my C was very rusty. I picked up a VB book and went through it and wrote a few apps b/c work wanted apps in VB. What the hell, I said.

    The good thing about VB is, I really hated it with a passion after about 20 minutes and put it down as soon as I could. Then I really got pissed at Microsoft for making such a weak product and got rid of Windows too. I'm now quite happily using open source products. See, VB is good.