Windows Phone Thoughts - Daily News, Views, Rants and Raves

Check out the hottest Windows Mobile devices at our Expansys store!


Digital Home Thoughts

Loading feed...

Laptop Thoughts

Loading feed...

Android Thoughts

Loading feed...




Go Back   Thoughts Media Forums > WINDOWS PHONE THOUGHTS > Windows Phone News

Reply
 
Thread Tools Display Modes
  #1  
Old 01-16-2004, 08:52 AM
Jason Dunn
Executive Editor
Jason Dunn's Avatar
Join Date: Aug 2006
Posts: 29,160
Default W3C Issues Mobile Device Spec

http://www.internetnews.com/dev-new...cle.php/3299821

"The World Wide Web Consortium (W3C) today recommended a standard to help handheld computers and smartphones communicate with Web servers about displaying content. The schema, the Composite Capability/Preference Profiles (CC/PP): Structure and Vocabularies 1.0 (CC/PP 1.0), is a system for expressing device features and user preferences using the Resource Description Framework (RDF), a spec that makes Web applications work with Web servers.

CC//PP is being shepherded by a W3C working group that includes Ericsson, Nokia and Sun Microsystems. While many rich applications using XML or XHTML run on a host of devices from different vendors, they don't all provide access to Web content because there was, until now, no standard language to communicate that data, W3C spokeswoman Janet Daly said."

This is great news for mobile devices! I'm not a Web developer, so I don't fully grasp the depth of this announcement, but it sure sounds like a step in the right direction. Now it remains to be seen how widely adopted this becomes...
__________________
Want to contact me personally? Use this. Want to read my personal blog? Check it out. Want to follow me on Twitter? Here you go.
 
Reply With Quote
  #2  
Old 01-16-2004, 01:36 PM
dangerwit
Intellectual
Join Date: Apr 2004
Posts: 164

Very cool. I'm having this exact issue at work as I redesign 2/3 of our architecture. I keep telling folks that having web-based apps that support drastically different screen sizes is tough for large applications. It's usually easier to use some kind of XML or whatever to only send the data across, maybe screen descriptions too so the client can build the screen on-the-fly.

I'm with you Jason, though, wondering if it'll be adopted, and how long it would take to hit our hands.

*Phil
 
Reply With Quote
  #3  
Old 01-16-2004, 02:08 PM
Mike Temporale
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 10,981

Ya, it's nice and all, but those of us using .NET already have this functionality. Mobile Web Forms will automatically determine the best possible formatting for the requesting device.
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
 
Reply With Quote
  #4  
Old 01-16-2004, 02:57 PM
Jonathan1
Pontificator
Join Date: Mar 2002
Posts: 1,329

Quote:
Originally Posted by BlueRocket
Ya, it's nice and all, but those of us using .NET already have this functionality. Mobile Web Forms will automatically determine the best possible formatting for the requesting device.

Ya a proprietary functionality. :|
__________________
PDA History: Palm Pilot 5000 -> Apple Newton 2100 -> Casio E-11 -> iPaq 3650 (64MB Upgrade) -> iPaq 3700 -> Casio EM-500 -> HP Jornada 568 -> HP iPaq hx4705 www.spreadfirefox.com
 
Reply With Quote
  #5  
Old 01-16-2004, 03:31 PM
SeanH
Theorist
Join Date: Mar 2003
Posts: 270

I think the best solution is to use 4" 480x640 displays on mobile devices. Most web pages look ok at VGA resolution.

Sean
 
Reply With Quote
  #6  
Old 01-16-2004, 04:28 PM
Mike Temporale
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 10,981

Quote:
Originally Posted by Jonathan1
Quote:
Originally Posted by BlueRocket
Ya, it's nice and all, but those of us using .NET already have this functionality. Mobile Web Forms will automatically determine the best possible formatting for the requesting device.

Ya a proprietary functionality. :|
Proprietary? Ya, I guess the 250+ supported devices listed here are all Microsoft based. :roll:
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
 
Reply With Quote
  #7  
Old 01-16-2004, 06:57 PM
dangerwit
Intellectual
Join Date: Apr 2004
Posts: 164

Quote:
Originally Posted by BlueRocket
Ya a proprietary functionality. :|
Proprietary? Ya, I guess the 250+ supported devices listed here are all Microsoft based. :roll:[/quote]

Good list, I should spend more time exploring that site.

I guess the problem I have is lack of user interaction on a web-based form. I didn't see any scanning devices (e.g. barcodes) on that list. And, PPC devices seem to have a watered-down javascript engine (using MS's IE anyway) that limits what I can do for my users. Thus, the need for a richer-than-normal client: I have a greater degree of control over the user's experience with the software.

So when my managers asks me to code something quickly, it's always been quicker to code the screens natively, then use the web services for the data. This way I have access to native controls that otherwise aren't available in mobile web apps.

I love the idea of mobile web apps, and I'll likely use it as much as possible in my future projects. But with life-critical situations where the customer absolutely needs as close-to-100% uptime as possible, mobile web forms don't cut the mustard.

*Phil
 
Reply With Quote
  #8  
Old 01-16-2004, 07:08 PM
Mike Temporale
Editor Emeritus
Mike Temporale's Avatar
Join Date: Aug 2006
Posts: 10,981

dangerwit,

Just a couple thoughts...

First, the device list is pretty nice, but could always be better. And it looks like they are working hard at this. I noticed something about a 4th update to the device list when I was scanning the site earlier. They also have a way to profile your own device if it's not already on the list.

Second, in regards to development. The mobile form is by no means 100%. It's extremely limited compared to the full features of the web and .NET. However, you can easily sniff out and redirect the users to a mobile form if needed. This would allow you to still offer the full expereince to those that can handle it, and a scalled down version for the others.

Anyway, it's nice that W3C has come up with a standard. But to the mobile developers using .NET, this news is nothing special.
__________________
"I have no special talents, I am only passionately curious" - Albert Einstein
 
Reply With Quote
  #9  
Old 01-16-2004, 07:14 PM
jsimotas
Neophyte
Join Date: Oct 2003
Posts: 5

Take it from a mobile web developer that has lived and breathed this issue for the past year. This spec is useless. Internet Browsers in phones/pda�s are going most likely come from Opera, Microsoft or maybe Access.

The Access Browser Powers the i-mode service in Japan & some Palm OS5

Opera is coming with some nokia phones now.

Opera has an interesting way to doing this with their media tag.

<!-- This style sheet will be used by devices -->
< link rel="stylesheet" type="text/css" href="mymobile.css" media="handheld">

http://www.opera.com/products/smartphone/ - link

Our Evmo service is using .NET, MS Mobile controls are a little buggy but a great technology.

www.evmo.com � link

Jason
 
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:17 PM.