Cross Media Applications new contact opportunities to reach consumer one content   f or  multichannels and multidevices
New devices emmerge PC is no more the unique consumer device for digital information Internet access is possible from other devices (mobile phone, digital TV, PDA, game console, etc.) Functionality and penetration of these alternative devices will improve No winner, but more a proliferation of different types of  devices PC: Personal Computer TV: Television PDA: Personal Digital Assistant
Consumer ’s needs are complex Consumer  want to decide how she accesses the content (when, where, wich device, which channel) Consumer  has different needs depending on time, location, etc. Each situation requests the appropriate service/content
New business process approach Entreprises should have their content available for  multidevices and multichannels  With content ready for crossmedia, new customer groups could be reached (quantity growth) How to benefit with product an cost control?
O ne content   f or multichannels and multidevices Unique content in XML format Different style sheet XSL for different Markup Language formats Automatic generation of: HTML for PC- or PDA-Browser WML for WAP VoiceXML for voicebased service Specific File for SMS gateway, digital TV etc. XML: eXtensive Markup Langage XSL: XML Style Sheet HTML:Hyper Text  Markup Langage WML:  Wireless Markup Langage WAP:  Wireless Application Protocol SMS: Short Message System
XML – XSL – WML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills  ... <PARAGRAPH>NetArchitects' mission is to produce fast,  ... <PARAGRAPH>NetArchitects is part of ALTRAN, which  ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transf ... <xsl:output method=&quot;xml&quot; indent=&quot;yes&quot; encoding=&quot;ISO8859-1&quot;/> <xsl:template match=&quot;/&quot;> <wml> <xsl:apply-templates select=&quot;INFORMATION&quot;/> </wml> </xsl:template> <xsl:template match=&quot;INFORMATION&quot;> <xsl:apply-templates select=&quot;SUBJECT[position()=1]&quot;/> </xsl:template> <xsl:template match=&quot;SUBJECT[position()=1]&quot;> <card> <xsl:attribute name=&quot;id&quot;><xsl:value-of select=&quot;con ... <xsl:attribute name=&quot;title&quot;><xsl:value-of select=&quot;TITLE&quot; ... <do type=&quot;prev&quot; label=&quot;Back&quot;><prev/></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@ ... <xsl:apply-templates select=&quot;PARAGRAPH[position()=1]&quot;/> <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br/> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br/> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a> ... ... XSL <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot;?> <!DOCTYPE wml PUBLIC &quot;-//WAPFORUM//DTD WML 1.1//EN&quot; &quot;http:// ... <wml> <card id=&quot;card_1&quot; title=&quot;Corporate Overview&quot;> <do type=&quot;prev&quot; label=&quot;Back&quot;><prev /></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@rchi ... <p>NetArchitects Communications SA is a Swiss-based Internet ... <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br /> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br /> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a><br /> <a href=&quot;n@_welcome.wml&quot;>NetArchitects home</a><br /> </p> </card> </wml> WML
…  HTML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills  ... <PARAGRAPH>NetArchitects' mission is to produce fast,  ... <PARAGRAPH>NetArchitects is part of ALTRAN, which  ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <!--   Copyright (c) 2001 Net@rchitects   --> <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/ ... <xsl:template match=&quot;/&quot;>  <xsl:processing-instruction name=&quot;cocoon-format&quot;>type= ... <html> <head> <title>Net@rchitects - <xsl:value-of select=&quot;/page/ ... <meta content=&quot;text/html; charset=ISO-8859-1&quot; http- ... <link rel=&quot;stylesheet&quot;> <xsl:attribute name=&quot;href&quot;><xsl:value-of select=&quot; ... </link> </head>   <xsl:call-template name=&quot;generate-javascript&quot;/> <body> <table width=&quot;740&quot; class=&quot;main&quot; align=&quot;center&quot; border=&quot; ... <tr> <td align=&quot;right&quot; class=&quot;header&quot;> <xsl:call-template name=&quot;image-pixel&quot;/> <br/><xsl:call-template name=&quot;header&quot;/></td> </tr> <tr> <td align=&quot;right&quot; class=&quot;header&quot;><xsl:call-template  ... ... XSL <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!-- saved from url=(0045)http://localhost:8080/NetA/main/ ... <HTML><HEAD><TITLE>Net@rchitects - Corporate</TITLE> <META content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv= ... href=&quot;Net@rchitects - Corporate_files/stylenet. xsl &quot; rel= ... <SCRIPT language=javascript type=text/javascript>  ... <META content=&quot;MSHTML 5.00.3103.1000&quot; name=GENERATOR></HEAD> <BODY> <TABLE align=center border=0 cellPadding=0 cellSpacing=0  ... <TBODY> <TR> <TD align=right class=header><IMG height=20  src=&quot;Net@rchitects - Corporate_files/pixel.gif&quot; width= ...   href=&quot;http://localhost:8080/NetA/main/index.xml&quot;><IMG  ...   HTML
Cross media publishing
one content   f or  multichannels and multidevices enterprise business information & logic WEB Server device information & service style sheet content channel consumer
Large offering and flexibilty Automatisation for the creation of static pages Dynamic pages creation on the server or on the client side (next browsers) Automatic client & device recognition Personalisation & document creation Consumer’s choice for online or offline content (and mix of both too)
Rules for success Smart ease of use respecting user interface limitation (ex: PC for configuration & personalisation, SMS for order and buying confirmation) The same solutions apply for business applications (enterprise portals, intranet, extranet, e-shop, marketplace) Time to market
Thank you Nicolas Sierro Questions?

More Related Content

PDF
Roteiro Castelao na Estrada
PDF
El codigo jedi
PPTX
PPS
Ficha técnica TM
PPTX
Solubilidad 2 mq
PDF
Pedoman eyd 2010
PDF
Aitm Student Records
DOCX
Programación de carteles I Jornada de Investigación Estudiantil de la FHE
Roteiro Castelao na Estrada
El codigo jedi
Ficha técnica TM
Solubilidad 2 mq
Pedoman eyd 2010
Aitm Student Records
Programación de carteles I Jornada de Investigación Estudiantil de la FHE

Viewers also liked (16)

PPSX
One Off Garda Presentacion 1986 2003
PPTX
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
PDF
Download 2nd edition file
PDF
Génesis de la concepción dominante de investigación educativa.
PDF
Metro mart november 2012
PPTX
Blogs-wikis-foros
PPTX
Experiencias tecnológicas
PPTX
Salveo Life Sciences Range of Products
PPTX
Pet o pete
PDF
Festa major de Can Palet 2015
PPTX
MACBET, Mathias Haas - Enhancing the cosmopolitan cooperation between media w...
PDF
Guia de estudio para Oracle Certified Java EE 6 Web Component Developer
PPSX
Energía eólica
PDF
Yo Tenia Una Red Social Intocable Ya
PPT
Zidul Berlinului
PDF
Téarmaíocht Ghaeilge na hAthbheochana
One Off Garda Presentacion 1986 2003
Apache Hadoop India Summit 2011 talk "Hadoop Avatar at eBay" by Srinivasan Re...
Download 2nd edition file
Génesis de la concepción dominante de investigación educativa.
Metro mart november 2012
Blogs-wikis-foros
Experiencias tecnológicas
Salveo Life Sciences Range of Products
Pet o pete
Festa major de Can Palet 2015
MACBET, Mathias Haas - Enhancing the cosmopolitan cooperation between media w...
Guia de estudio para Oracle Certified Java EE 6 Web Component Developer
Energía eólica
Yo Tenia Una Red Social Intocable Ya
Zidul Berlinului
Téarmaíocht Ghaeilge na hAthbheochana
Ad

Similar to Cross Media from 2001 | a good vision? (20)

PPT
XML and XSLT
PDF
Aural Interfaces to Databases based on VoiceXML
PPTX
In Pursuit of the Grand Unified Template
PPT
Web Services with Objective-C
PPT
[DSBW Spring 2010] Unit 10: XML and Web And beyond
PPT
Agile Descriptions
PPT
Everything You Always Wanted To Know About XML But Were Afraid To Ask
PDF
Project Automation
PDF
Callimachus
PPTX
Open XML Formats For CIO's
PDF
PLAT-16 Using Enterprise Content in Grails
PPT
Introduction To Xml
PDF
Nuxeo World Session: CMIS - What's Next?
PDF
Optaros Surf Code Camp Lab 4
ZIP
REST: Theory vs Practice
PPT
Xml Zoe
PPT
Xml Zoe
PPT
Web Services Part 1
PPTX
SharePoint Programming Basic
PPT
Cocoon Blocks ApacheCon US 2005
XML and XSLT
Aural Interfaces to Databases based on VoiceXML
In Pursuit of the Grand Unified Template
Web Services with Objective-C
[DSBW Spring 2010] Unit 10: XML and Web And beyond
Agile Descriptions
Everything You Always Wanted To Know About XML But Were Afraid To Ask
Project Automation
Callimachus
Open XML Formats For CIO's
PLAT-16 Using Enterprise Content in Grails
Introduction To Xml
Nuxeo World Session: CMIS - What's Next?
Optaros Surf Code Camp Lab 4
REST: Theory vs Practice
Xml Zoe
Xml Zoe
Web Services Part 1
SharePoint Programming Basic
Cocoon Blocks ApacheCon US 2005
Ad

Recently uploaded (20)

PDF
Handouts for Housekeeping.pdfbababvsvvNnnh
PDF
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
PDF
533158074-Saudi-Arabia-Companies-List-Contact.pdf
DOCX
80 DE ÔN VÀO 10 NĂM 2023vhkkkjjhhhhjjjj
PDF
Chembond Chemicals Limited Presentation 2025
PDF
Challenges of Managing International Schools (www.kiu. ac.ug)
PDF
Business Communication for MBA Students.
PDF
IFRS Green Book_Part B for professional pdf
PPTX
IMM.pptx marketing communication givguhfh thfyu
PPT
Retail Management and Retail Markets and Concepts
PDF
Cross-Cultural Leadership Practices in Education (www.kiu.ac.ug)
PPTX
Week2: Market and Marketing Aspect of Feasibility Study.pptx
PDF
Pink Cute Simple Group Project Presentation.pdf
PPTX
Supply Chain under WAR (Managing Supply Chain Amid Political Conflict).pptx
PPTX
chapter 2 entrepreneurship full lecture ppt
PPT
BCG内部幻灯片撰写. slide template BCG.slide template
PDF
Handouts for Housekeeping.pdfhsjsnvvbdjsnwb
PDF
The Influence of Historical Figures on Legal Communication (www.kiu.ac.ug)
PDF
The Future of Marketing: AI, Funnels & MBA Careers | My Annual IIM Lucknow Talk
DOCX
Handbook of entrepreneurship- Chapter 7- Types of business organisations
Handouts for Housekeeping.pdfbababvsvvNnnh
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
533158074-Saudi-Arabia-Companies-List-Contact.pdf
80 DE ÔN VÀO 10 NĂM 2023vhkkkjjhhhhjjjj
Chembond Chemicals Limited Presentation 2025
Challenges of Managing International Schools (www.kiu. ac.ug)
Business Communication for MBA Students.
IFRS Green Book_Part B for professional pdf
IMM.pptx marketing communication givguhfh thfyu
Retail Management and Retail Markets and Concepts
Cross-Cultural Leadership Practices in Education (www.kiu.ac.ug)
Week2: Market and Marketing Aspect of Feasibility Study.pptx
Pink Cute Simple Group Project Presentation.pdf
Supply Chain under WAR (Managing Supply Chain Amid Political Conflict).pptx
chapter 2 entrepreneurship full lecture ppt
BCG内部幻灯片撰写. slide template BCG.slide template
Handouts for Housekeeping.pdfhsjsnvvbdjsnwb
The Influence of Historical Figures on Legal Communication (www.kiu.ac.ug)
The Future of Marketing: AI, Funnels & MBA Careers | My Annual IIM Lucknow Talk
Handbook of entrepreneurship- Chapter 7- Types of business organisations

Cross Media from 2001 | a good vision?

  • 1. Cross Media Applications new contact opportunities to reach consumer one content f or multichannels and multidevices
  • 2. New devices emmerge PC is no more the unique consumer device for digital information Internet access is possible from other devices (mobile phone, digital TV, PDA, game console, etc.) Functionality and penetration of these alternative devices will improve No winner, but more a proliferation of different types of devices PC: Personal Computer TV: Television PDA: Personal Digital Assistant
  • 3. Consumer ’s needs are complex Consumer want to decide how she accesses the content (when, where, wich device, which channel) Consumer has different needs depending on time, location, etc. Each situation requests the appropriate service/content
  • 4. New business process approach Entreprises should have their content available for multidevices and multichannels With content ready for crossmedia, new customer groups could be reached (quantity growth) How to benefit with product an cost control?
  • 5. O ne content f or multichannels and multidevices Unique content in XML format Different style sheet XSL for different Markup Language formats Automatic generation of: HTML for PC- or PDA-Browser WML for WAP VoiceXML for voicebased service Specific File for SMS gateway, digital TV etc. XML: eXtensive Markup Langage XSL: XML Style Sheet HTML:Hyper Text Markup Langage WML: Wireless Markup Langage WAP: Wireless Application Protocol SMS: Short Message System
  • 6. XML – XSL – WML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills ... <PARAGRAPH>NetArchitects' mission is to produce fast, ... <PARAGRAPH>NetArchitects is part of ALTRAN, which ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <xsl:stylesheet xmlns:xsl=&quot;http://www.w3.org/1999/XSL/Transf ... <xsl:output method=&quot;xml&quot; indent=&quot;yes&quot; encoding=&quot;ISO8859-1&quot;/> <xsl:template match=&quot;/&quot;> <wml> <xsl:apply-templates select=&quot;INFORMATION&quot;/> </wml> </xsl:template> <xsl:template match=&quot;INFORMATION&quot;> <xsl:apply-templates select=&quot;SUBJECT[position()=1]&quot;/> </xsl:template> <xsl:template match=&quot;SUBJECT[position()=1]&quot;> <card> <xsl:attribute name=&quot;id&quot;><xsl:value-of select=&quot;con ... <xsl:attribute name=&quot;title&quot;><xsl:value-of select=&quot;TITLE&quot; ... <do type=&quot;prev&quot; label=&quot;Back&quot;><prev/></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@ ... <xsl:apply-templates select=&quot;PARAGRAPH[position()=1]&quot;/> <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br/> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br/> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a> ... ... XSL <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot;?> <!DOCTYPE wml PUBLIC &quot;-//WAPFORUM//DTD WML 1.1//EN&quot; &quot;http:// ... <wml> <card id=&quot;card_1&quot; title=&quot;Corporate Overview&quot;> <do type=&quot;prev&quot; label=&quot;Back&quot;><prev /></do> <p align=&quot;center&quot;><img src=&quot;logo_netarch.wbmp&quot; alt=&quot;Net@rchi ... <p>NetArchitects Communications SA is a Swiss-based Internet ... <p> <a href=&quot;n@_corporate_more.wml&quot;>more...</a><br /> <a href=&quot;n@_corporate_offices1.wml&quot;>offices</a><br /> <a href=&quot;n@_corporate_key_figures.wml&quot;>key figures</a><br /> <a href=&quot;n@_welcome.wml&quot;>NetArchitects home</a><br /> </p> </card> </wml> WML
  • 7. … HTML example <?xml version=&quot;1.0&quot; encoding=&quot;ISO8859-1&quot; ?> <INFORMATION title=&quot;NetArchitects&quot;> <SUBJECT> <TITLE>Corporate Overview</TITLE> <PARAGRAPH>NetArchitects Communications SA is a Swiss- ... <PARAGRAPH>Our clients have retained us for our skills ... <PARAGRAPH>NetArchitects' mission is to produce fast, ... <PARAGRAPH>NetArchitects is part of ALTRAN, which ... </SUBJECT> <SUBJECT> <TITLE>Offices</TITLE> <OFFICE> <STREET>WTC - Leutschenbachstrasse 95 - Postfach 144</ ... <ZIP>CH 8050</ZIP> <CITY>Zurich</CITY> <COUNTRY>Switzerland</COUNTRY> <PHONE>+41 1 305 70 80</PHONE> <FAX>+41 1 305 70 89</FAX> </OFFICE> <OFFICE> <STREET>16, quai du Seujet</STREET> <ZIP>CH 1201</ZIP> <CITY>Geneva</CITY> … XML <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <!-- Copyright (c) 2001 Net@rchitects --> <xsl:stylesheet version=&quot;1.0&quot; xmlns:xsl=&quot;http://www.w3.org/ ... <xsl:template match=&quot;/&quot;> <xsl:processing-instruction name=&quot;cocoon-format&quot;>type= ... <html> <head> <title>Net@rchitects - <xsl:value-of select=&quot;/page/ ... <meta content=&quot;text/html; charset=ISO-8859-1&quot; http- ... <link rel=&quot;stylesheet&quot;> <xsl:attribute name=&quot;href&quot;><xsl:value-of select=&quot; ... </link> </head> <xsl:call-template name=&quot;generate-javascript&quot;/> <body> <table width=&quot;740&quot; class=&quot;main&quot; align=&quot;center&quot; border=&quot; ... <tr> <td align=&quot;right&quot; class=&quot;header&quot;> <xsl:call-template name=&quot;image-pixel&quot;/> <br/><xsl:call-template name=&quot;header&quot;/></td> </tr> <tr> <td align=&quot;right&quot; class=&quot;header&quot;><xsl:call-template ... ... XSL <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;> <!-- saved from url=(0045)http://localhost:8080/NetA/main/ ... <HTML><HEAD><TITLE>Net@rchitects - Corporate</TITLE> <META content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv= ... href=&quot;Net@rchitects - Corporate_files/stylenet. xsl &quot; rel= ... <SCRIPT language=javascript type=text/javascript> ... <META content=&quot;MSHTML 5.00.3103.1000&quot; name=GENERATOR></HEAD> <BODY> <TABLE align=center border=0 cellPadding=0 cellSpacing=0 ... <TBODY> <TR> <TD align=right class=header><IMG height=20 src=&quot;Net@rchitects - Corporate_files/pixel.gif&quot; width= ... href=&quot;http://localhost:8080/NetA/main/index.xml&quot;><IMG ... HTML
  • 9. one content f or multichannels and multidevices enterprise business information & logic WEB Server device information & service style sheet content channel consumer
  • 10. Large offering and flexibilty Automatisation for the creation of static pages Dynamic pages creation on the server or on the client side (next browsers) Automatic client & device recognition Personalisation & document creation Consumer’s choice for online or offline content (and mix of both too)
  • 11. Rules for success Smart ease of use respecting user interface limitation (ex: PC for configuration & personalisation, SMS for order and buying confirmation) The same solutions apply for business applications (enterprise portals, intranet, extranet, e-shop, marketplace) Time to market
  • 12. Thank you Nicolas Sierro Questions?

Editor's Notes

  • #2: Different media – better use of this opportunity 2 parts: Marketing  realize Solution (technical &amp; design) Multi-channels &amp; devices explanation... (other wording: multiaccess)  Link to recruitement n@ is a swiss leader ... In forefront in new areas  interesting for innovative and talented new employees