Slashdot Mirror


Webvention Demanding $80k For Rollover Images

I Don't Believe in Imaginary Property writes "Webvention is demanding that websites with rollover images pay $80,000 or face a patent lawsuit based on US patent 5,251,294, which it bought from Intellectual Ventures. Webvention claims to already have licensing deals with Apple, Google, Nokia, Sears, Sony and Orbitz. Right now, they're suing Abercrombie and Fitch, Bed Bath & Beyond, Dell, Gamestop, E*Trade, Neiman Marcus, Visa and ten others in a court in east Texas."

8 of 314 comments (clear)

  1. For developers, questioning the validity is costly by ciaran_o_riordan · · Score: 4, Informative

    Problem is, reviewing wrongly-granted patents takes years - 5 years for the 1-click patent and it wasn't even invalidated, just narrowed.

    In other fields, this isn't a huge problem. In pharma, or the automobile industry, a threat is met with a legal team and a counter-suit. For software, when it's small businesses or even individuals that get threatened, they don't have the time and resources to play the game. It's the old joke about the manager phoning his lawyer "Some company wants me to pay them $5K for a liccnece, do I have to pay that?" "Give me $40k and I'll review it". (That number is the cost estimate that Dan Ravicher gave for giving a client a certificate of non-infringement.)

  2. Re:Abstract... by Homburg · · Score: 4, Informative

    The figures are pretty sweet too.

  3. A couple of details by Grond · · Score: 5, Informative

    First, the application was filed in 1990, so prior art is going to be harder to come by than you might think.

    Second, the patent was already thrown into reexamination a month ago. Check reexam 90/011,229 on PAIR for the details. The law firm that filed the reexam request is Townsend, Townsend & Crew, which is a major IP firm. The request cites multiple pieces of prior art and looks pretty well put together. One of the first things the examiner did was try to call the patent owner for an interview. The examiner couldn't get ahold of them. That's a bad sign for the patent owner.

    Some of the prior art citations include HyperCard and HyperText.

    Third, courts have tended to temporarily halt litigation (a procedure called a stay) while they wait for the results of a reexamination. It's quite possible that this patent is about to die in the Patent Office without the lawsuits moving forward.

    1. Re:A couple of details by Zocalo · · Score: 4, Informative

      WTF! 1990? I'd say prior art is going to be impossible to come up with in the context of HTTP and the World Wide Web. Tim Berners-Lee's initial proposal for the web wasn't even filed until November of 1990, with the first conceptual tools available by Christmas. The ability to display the graphics necessary for rollovers didn't arrive until later still, and only really got popular with the release of Mosaic in 1993.

      Other than Hypercard and similar early hypertext tools like Ted Nelson's Project Xanadu (now there's a blast from the past!), I can't think of many types of software that existed in 1990 this patent would even come close to applying to.

      --
      UNIX? They're not even circumcised! Savages!
  4. Re:East Texas by compro01 · · Score: 4, Informative

    It's not the water, it's the judges, mostly T. John Ward. He's got his own rules about patent suits and runs cases very quickly by means such as not allowing lengthy discovery (which obviously puts defendants at a substantial disadvantage).

    It's also a legal tarpit, as he almost always rejects transfer motions.

    --
    upon the advice of my lawyer, i have no sig at this time
  5. Re:A couple of details: should have expired by Grond · · Score: 4, Informative

    Patents today run for 20 years from time of application, or 17 years from date of grant (whichever is later, although the 17 year rule only applies to patents filed quite some time ago.)

    The application in this case was filed before June 8, 1995, meaning that its term is 17 years from the date of issue.

    This patent is expired.

    Just because a patent is expired doesn't mean one can't sue for past infringement. The statute of limitations on patent infringement is six years. 35 USC 286. So, the owner of this patent can sue for infringements that occurred as far back as October 5, 2004.

    However, the equitable doctrine of laches may limit an infringement suit to more recent instances of infringement.

  6. Stereotypical: by Arancaytar · · Score: 4, Informative

    1.) Patent was filed in 1993; meaning the fraudster waited till the last possible second.
    2.) Patent covers a basic part of the HTML/JS spec, which is kind of like patenting a "for" loop.
    3.) Lawsuit was filed in East fucking Texas.

  7. Re:Seems Obvious? by Jerry · · Score: 4, Informative

    I read the patent, all 270 pages of it, most of which is repetitive photographs of text or drawings with slight word changes to make the "patent" apply to just about any industry they could think of 20 years ago. It uses two key words: "Contextualizing" and "Alternates". Each image usually has two adjacent boxes of text which look like outline notes. Another set of images is of display device which appears to have a screen and two knobs. The screen is divided into three sections. The upper left is and index tree, the lower left is a help section, and the right side is where information relating to the selection made in the upper left panel is displayed. Most dev tools API documentation is constructed like that, in either GUI or console format, and has been since well before the patent application date.

    The example code is written in BASIC and is full of "CALL nnnn"'s as a way of controlling flow. It does not contain lines about moving a mouse icon over an HTML hotspot and have an action take place. The example code does not contain the concept of call-backs or other such coding mechanisms which would be required to respond to interrupts in an event loop.

    The patent is written in such a general way that what it means is open to what ever the patent holder thinks it means, or can convince a judge and/or jury it means. The code it self could apply to selecting menu options with a mouse or by tabbing and using the Enter Key.

    This "patent" is a classic example of what is wrong with patenting ideas, math formulas or coding algorithms.

    --

    Running with Linux for over 20 years!