Apple Sued Over iPhone Browser
SpuriousLogic writes "A Los Angeles real estate developer is suing Apple for patent infringement over the way the iPhone navigates Web sites. The suit, which was filed on behalf of EMG Technology, seeks unspecified damages.
EMG Technology is a company that holds the patents of Elliot Gottfurcht, the real estate developer, as well as Marlo Longstreet and Grant Gottfurcht. The company claims that the iPhone infringes on patent 7,441,196 — a patent that was approved only last month, after a filing process that began on March 13, 2006.
That patent is for an invention that displays 'on-line content reformatted from a webpage in a hypertext markup language (HTML) format into an extensible markup language (XML) format to generate a sister site.' This sister site is a simplified version of the original site that is then displayed on any number of devices — including cell phones, EMG says."
Let's hope this case is the first of many to be swiftly decided for throwing out the patent entirely based on In re Bilski.
Dan Aris
Fun. Free. Online. RPG. BattleMaster.
So- they essentially patented WAP? I think Apple can come up with enough "prior artwork" for this one. It's unfortunate though that companies like this (EMG) are allowed to even exist. When will it end?
So they got a patent on decoding and interpreting? Isn't that covered by prior art with things like PDFCreator, or is it enough to change file types to get it?
--- "When you gotta do something wrong. You gotta do it right. (Fighter)"
We need some serious patent reform. Patents are good and necessary in general but many of these go too far or are too vague or are not based on working prototypes.
How long before we see a patent on "a system of placing letters and numbers in sequential order in order to convey something meaningful"?
I know Opera Mini and some other mobile browsers do this, but I thought Safari worked on the HTML itself. Wouldn't that render the patent irrelevant?
I hope my patent for hamburgers is approved soon, i filed it in 1607 and want to sue mcdonalds. truth.
Safari doesn't create a different version of the web page. It shows the original HTML version, just graphically scaled down. So EMG should be suing all the other cell phone browser companies. As the article notes:
$nice = $webHosting + $domainNames + $sslCerts
Do both, and then walk in to your boss's office and give them a hug. Offer no explaination when pressed.
-=Bang Bang=-
Worst... patent... ever...
Just kill patents now, please, they are just in the way and never ever actually protects individuals, only capital, and money should flow to help innovation, not be collected by greedy old men to lure attractive (but oh so dumb) women to be with them.
That is certainly a necessary invention for a real estate developer...otherwise how could they display information about their latest housing projects or large malls on an iPhone?!
You're only allowed to invent something that you can personally use? You do know that tampons weren't invented by a woman, right?
The patent examiners seems to have missed all the prior work at WWW. For instance,
Juliana Freire, Bharat Kumar, Daniel F. Lieuwen: WebViews: accessing personalized web content and services. WWW 2001: 576-586
Anyone reasonably skilled in the art could have gone from my paper to that claim without much trouble---we use htmltidy to turn html into xml and used xpath to extract pieces out of it which we could transcode in various ways including in voicexml. We built a system that did just that. And thats just one paper. WWW had a number of papers, any which of them should have killed this patent if the patent examiner had done the proper due diligence.
you do know that they were originally developed for diarrhea, don't you?
Do you even lift?
These aren't the 'roids you're looking for.
Easy prior art :
<xsl:stylesheet xmlns:xsl="http://www.w3c.org/1999/XSL/Transform" version="1.0">
</xsl:stylesheet>
XSLT clearly existed in 1999... And if you use an empty stylesheet, you get a (very) simplified document which only contains the text nodes, without any HTML (or other) tags...
That can easily be displayed on text-only devices.
If you add a
<xsl:template select="a"> />
<xsl:copy-of select="."
</xsl:template>
The links are preserved (but are the only kind of formatting preserved)... That's basic XSLT and I guess that many teachers who give XML lessons have used similar examples...
When does Apple ever do anything creative?
(WARNING: The above post contains a large amount of sarcasm. It is not intended to be taken seriously. If you feel a need to argue with this point ("No way, Dude! Apple is the bestest company in the whole wide world!). Go download an iPhone application. I hear there's a new one out that's nice and shiny. If you want to defend this post (Yeah, Apple Sucks!). Go back to your PC and marvel at the wonders of Vista. If you only use Linux as your operating system, let your parents know I feel sorry for them.)
Opera has been doing this kind of stuff (the specific things discussed in the patent, I mean, not the patent trolling itself) since they got heavily into the mobile business anyway. Opera Mini, specifically, was officially launched on 2006-01-24, which is before that patent was filed. Earlier releases, which already used methods and apparati addressed by this patent, were already deployed in 2005.
"I'm never quite so stupid as when I'm being smart" (Linus van Pelt)
First off, IANAL. I am a law student with IP and patent law classes under my belt, but I'm still just a law student. Take the following with a grain of salt.
In a lot of the patent articles on Slashdot, where someone will ask "Isn't X prior art?" Often, even though it seems intuitively that it should be, it's not.
Actual prior art, which would be sufficient to legally defeat a patent, must read on all of a patent's claims. Assume the patent in question has claims (basically, technical description of features) A, B, and C. You research patents, and you find older patents:
Patent 1 has claims A and B.
Patent 2 has claims B and C.
Patent 3 has claims A and C.
None of those will defeat the patent in question on prior art grounds, because none of them include all of the claims A, B, and C.
What you may have at that point is an obviousness objection. You could argue that because there are patents 1-3 exist, that combining them to create A, B, and C was so obvious to someone skilled in the art that the patent should be invalidated for failing to be non-obvious. But that's different than prior art.
Having a patent invalidated for prior art is actually pretty uncommon. Obviousness issues are more common, but often, it's cheaper to just settle.
Changing "prior art" to "prior artwork" paints an interesting picture of a potential courtroom exchange...
"I would like to present Exhibit A, "Motherboard Descending a Staircase" by Ed Picasso, painted in January 2006. Despite its neo-cubist style, this work shows an example of "client hardware architecture" much more clearly than the patent troll--I mean, defendant's patent documents.
Find environmentally and socially responsible products on http://buy-right.net
The patent doesn't claim that representing a web site in XML is original. Instead, it seems to be claiming patent rights on a caching mechanism somewhat like the tiling scheme used in Google maps, except that instead of converting a map into a series of image tiles, they convert a web page into a series of tiles on the server. In Google Maps, this allows a huge document, if you will, to be served in bandwidth efficient chunks to support a responsive user interface.
This tiling strategy is clearly not original, so the claim is for a mechanism for doing this by converting a web page, server-side, into an XML document, portions of which can be fetched (in cases of adjacent tiles preemptively) from the server, updating the display using DOM style manipulations. The HTML->XML transformation is used to try to convert a number of common practices, inventions:tiling and caching content, displaying advertisements in response to web page navigation events, doing said things on the server side or client side, doing it on mobile devices and set-top devices; doing it in response to voice command, doing it in response to keyboard entries, doing it in response to mouse clicks; allowing the user to zoom in on a tile, etc.
The supposed secret sauce is converting an HTML web site into geometric tiles represented by XML. That's what's supposed to make this thing stick when thrown against the wall. Everything else in the patent is there to maximize the size of the blob sticking to the wall. Oh, yes and mumbo jumbo that makes the idea sound a lot more mysterious than it really is.
I'm guessing that what they are going after is Apple's implementation of something analogous to tabbed browsing on the iPhone, an interface that has a coverflowish feel. The patent claims rights to using zooming/magnification with three dimensional representations of web sites created with their secret XML sauce. You can sort of imagine confusing the Safari interface with this if you had never seen it in action, but the inexplicable thing is that Apple isn't using the secret sauce of HTML-XML conversion to produce their interface. You can sort of imagine going after low end phone news and messaging browsers that use WML as looking something like the secret sauce in that it uses HTML to XML conversion, but it doesn't use it in the way specified by the secret sauce. And it's prior art.
Basically, this is a worthless BS patent. Even if this were not BS, what it describes doesn't apply to the iPhone browser. They don't have any chance at all. So I can only speculate they're trying to hype the value of their "property" to attract stupid investors.
Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
True. Ideas can come from anywhere. While Nikola Tesla first invented the frequency hopping that later became Spread spectrum technology, it was refined in part by Hedy Lamarr, a Hollywood actress in the 1940s.
Well, there's spam egg sausage and spam, that's not got much spam in it.
Your shitting me right?