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)

PPTX
Kingston University Multimedia Production - Session 2: Layers of technology
ODP
Jayson lorenzen iptc_rnews_overview
PPT
OpenSocial - GTUG Stockholm Meeting Oct 1 2009
PPTX
Internet protocalls & WCF/DReAM
PPT
HTML5 Fundamentals
PPTX
When Why What of WWW
PPT
Ajax ons2
PPT
transcoding.ppt
PPT
HTML5 Overview
PPTX
Los Angeles HTML5 User Group Meeting Ask the Expert Session
PPT
Pragmatics of Declarative Ajax
PPT
Lecture 1 - Comm Lab: Web @ ITP
KEY
HTML5 - techMaine Presentation 5/18/09
PPT
Microformats 101 Workshop
PPT
Microformats
PPT
PPTX
HTML5 - What h#@$ is it?
PPT
Introduction to Web Design
PPTX
HTML5
PPTX
Sasaki webtechcon2010
Kingston University Multimedia Production - Session 2: Layers of technology
Jayson lorenzen iptc_rnews_overview
OpenSocial - GTUG Stockholm Meeting Oct 1 2009
Internet protocalls & WCF/DReAM
HTML5 Fundamentals
When Why What of WWW
Ajax ons2
transcoding.ppt
HTML5 Overview
Los Angeles HTML5 User Group Meeting Ask the Expert Session
Pragmatics of Declarative Ajax
Lecture 1 - Comm Lab: Web @ ITP
HTML5 - techMaine Presentation 5/18/09
Microformats 101 Workshop
Microformats
HTML5 - What h#@$ is it?
Introduction to Web Design
HTML5
Sasaki webtechcon2010
Ad

Recently uploaded (20)

PPTX
Slide gioi thieu VietinBank Quy 2 - 2025
PDF
Introduction to Generative Engine Optimization (GEO)
PPT
Lecture notes on Business Research Methods
PDF
NISM Series V-A MFD Workbook v December 2024.khhhjtgvwevoypdnew one must use ...
PDF
Nante Industrial Plug Factory: Engineering Quality for Modern Power Applications
PDF
NEW - FEES STRUCTURES (01-july-2024).pdf
PDF
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
DOCX
FINALS-BSHhchcuvivicucucucucM-Centro.docx
PDF
Keppel_Proposed Divestment of M1 Limited
PPT
Lecture 3344;;,,(,(((((((((((((((((((((((
PPTX
CTG - Business Update 2Q2025 & 6M2025.pptx
PDF
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
PPTX
IITM - FINAL Option - 01 - 12.08.25.pptx
PPTX
2 - Self & Personality 587689213yiuedhwejbmansbeakjrk
PPTX
TRAINNING, DEVELOPMENT AND APPRAISAL.pptx
PPTX
Astra-Investor- business Presentation (1).pptx
PDF
ANALYZING THE OPPORTUNITIES OF DIGITAL MARKETING IN BANGLADESH TO PROVIDE AN ...
PPTX
basic introduction to research chapter 1.pptx
PDF
1911 Gold Corporate Presentation Aug 2025.pdf
PDF
ICv2 White Paper - Gen Con Trade Day 2025
Slide gioi thieu VietinBank Quy 2 - 2025
Introduction to Generative Engine Optimization (GEO)
Lecture notes on Business Research Methods
NISM Series V-A MFD Workbook v December 2024.khhhjtgvwevoypdnew one must use ...
Nante Industrial Plug Factory: Engineering Quality for Modern Power Applications
NEW - FEES STRUCTURES (01-july-2024).pdf
Susan Semmelmann: Enriching the Lives of others through her Talents and Bless...
FINALS-BSHhchcuvivicucucucucM-Centro.docx
Keppel_Proposed Divestment of M1 Limited
Lecture 3344;;,,(,(((((((((((((((((((((((
CTG - Business Update 2Q2025 & 6M2025.pptx
Tortilla Mexican Grill 发射点犯得上发射点发生发射点犯得上发生
IITM - FINAL Option - 01 - 12.08.25.pptx
2 - Self & Personality 587689213yiuedhwejbmansbeakjrk
TRAINNING, DEVELOPMENT AND APPRAISAL.pptx
Astra-Investor- business Presentation (1).pptx
ANALYZING THE OPPORTUNITIES OF DIGITAL MARKETING IN BANGLADESH TO PROVIDE AN ...
basic introduction to research chapter 1.pptx
1911 Gold Corporate Presentation Aug 2025.pdf
ICv2 White Paper - Gen Con Trade Day 2025

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