Comments on: Microsoft's Deepfish a better swimmer of mobile Web?
Zoom-in feature is centerpiece of software giant's answer to Web navigation woes among users of Windows Mobile handhelds.
Zoom-in feature is centerpiece of software giant's answer to Web navigation woes among users of Windows Mobile handhelds.
January 2, 2010 6:26 PM PST
January 2, 2010 4:56 PM PST
January 2, 2010 4:16 PM PST
Add headlines from CNET News to your homepage or feedreader.
More feeds available in our RSS feed index.
Related quotes
of dollars in development funds available to ever invent something,
anything of their own?
didn't even concieve of the idea of offering a full page, zoomable
web browser for mobile devices untill Apple offered it on the
iPhone. And even so, their "innovation" is an attempt to suck
developers into coding web pages with a technology that allows
those pages to only show up properly on Windows mobile
products, not to invent something new to make our lives better.
http://episteme.arstechnica.com/eve/forums?
a=tpc&s=50009562&f=174096756&m=78900851
4831&r=789008514831
To see how many previous and working solutions there exist!
And, of course, you can use Safari on the iPhone next June!
with an idea on their own?
Or, more likely, making superficially "just-as-good-as" products is
probably the most efficient way to maintain a monopoly.
-Steve Jobs (Triumph of the Nerds)
The problem is mobile browers like MS's own Internet Explorer for mobile dev. don't recognize it.
Just as designers do simple tweaks for their "print" css version of their site that makes things 1 column and gets rid o fthe excess junk so that printers will print a nice, clean page - so too are web developers gunning for the same ability for handheld devices - why not let them?
Oh yeah. Because there is nothing for MS to sell or lock customers into.
http://www.w3.org/TR/html4/types.html#type-media-descriptors
- Why Not Just Enforce W3 conventions?
- by HelloToCNet March 30, 2007 7:26 AM PDT
- There is a very simple solution that web designers already deal with for print versions of their websites: simple css tricks let you have various versions for various devices: W3 has a css link mediatype for the small screens of handhelds.
- Like this Reply to this comment
-
(9 Comments)<link rel="stylesheet" type="text/css" media="screen" href="myscreen.css"/>
<link rel="stylesheet" type="text/css" media="print" href="myprint.css"/>
<link rel="stylesheet" type="text/css" media="handheld" href="myhandheld.css"/>
The problem is mobile browers like MS's own Internet Explorer for mobile dev. don't recognize it.
Just as designers do simple tweaks for their "print" css version of their site that makes things 1 column and gets rid o fthe excess junk so that printers will print a nice, clean page - so too are web developers gunning for the same ability for handheld devices - why not let them?
Oh yeah. Because there is nothing for MS to sell or lock customers into.
http://www.w3.org/TR/html4/types.html#type-media-descriptors