SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
Information sources for the FrameMaker-XML and web FAQ presentation




Information sources for the
FrameMaker-XML and web FAQ presentation
(and my references)

Hikari Publishing website for handouts of the presentation: http://www.hikaripub.com/tips.htm


FrameMaker to XML conversion

What                                                 Source

Where Cookbook (the FrameMaker XML tutorial          Program Files / Adobe / FrameMaker 7.0 / XML
by Adobe) resides on Windows (if you used the        Cookbook
default installation for FrameMaker).

FrameMaker 7 Structure Application                   Program Files / Adobe / FrameMaker 7.0 /
Developer’s Guide Online Manual (Adobe)              OnlineManuals

Back in print!                                       Developing SGML DTDs
Not just for SGML, this is the best information      By Eve Maler and Jeanne El Andaloussi
I’ve found on tagging information. It also applies   Published 1996 by Prentice Hall PTR
to designing XML DTDs and FrameMaker
EDDs.

Excellent starting point for learning                The Complete Reference FrameMaker7
FrameMaker 7’s structured authoring and
                                                     by Sarah S. O’Keefe and Sheila A. Loring
XML conversion.
                                                     Published in 2002 by the McGraw-Hill
                                                     Companies

Another starting point for learning                  Adobe FrameMaker 7.0 Classroom in a Book
FrameMaker 7’s structured authoring.
                                                     by the Adobe Creative Team
                                                     Published in 2002 by Adobe Systems
                                                     Incorporated

Cookbook’s EDD.                                      Program Files / Adobe / FrameMaker 7.0 /
                                                     XMLCookbook / Completed

FMSGML user guide’s EDD.                             Program Files / Adobe / FrameMaker 7.0 /
                                                     Samples, FMSGML

Sarah O’Keefe’s whitepaper on structured             http://www.scriptorium.com/structure.pdf
authoring.




Mary Ann Howell          Hikari Publishing       www.hikaripub.com             6/10/03          1 of 5
Information sources for the FrameMaker-XML and web FAQ presentation




DocBook information

What                                           Source

Docbook introduction.                          Take My Advice, Don’t Learn XML
                                               By Michael Smith, 2001
                                               http://xml.oreilly.com/news/dontlearn_0701.html

DocBook links.                                 http://www.dulug.duke.edu/~mark/docbookmark
                                               s

DocBook the book.                              DocBook the Definitive Guide
                                               by Norman Walsh and Leonard Muellner
                                               Published 1999 by O'Reilly & Associates
                                               This book is available free online:
                                               http://docbook.org/tdg/en/html/docbook.html

Where the DocBook DTD and the DocBook          Program Files / Adobe / FrameMaker 7.0 /
EDD for FrameMaker resides on Windows (if      structure/xml/xdocbook/app
you used the default installation for
FrameMaker).




Mary Ann Howell         Hikari Publishing   www.hikaripub.com             6/10/03        2 of 5
Information sources for the FrameMaker-XML and web FAQ presentation




XML, XSL

What                                                  Source

For free XML, XSL tutorials and information, go       http://www.google.com/
to Google and type “XML tutorial”.
There is always new stuff out there.

Online XML course                                     Professional XML Authoring
When I took it in 2000, the instructional material    http://www.online-learning.com/course_pxa_des
left a lot to be desired, but the great teacher       c.html
more than made up for it (she always corrected
my work and answered my email immediately). I
bought XML books for reference.
Maybe by now, the instructional material has
been whipped into better shape.

Good start for XML                                    XML Bible
                                                      By Elliotte Rusty Harold
                                                      Published 2001 by Hungry Minds

Good start for XSL                                    The XSL Companion
                                                      By Neil Bradley
                                                      Published 2002 by Addison-Wesley

Excellent XSLT examples                               XSLT Cookbook
                                                      by Sal Mangano
                                                      Published 2003 by O’Reilly

Good review for me when I hadn’t used XML for         XML Weekend Crash Course
a while.                                              by Kay Ethier and Alan Houser
I had to be patient with typos in the code            Published 2001 by Hungry Minds
examples.
I think this book would be more useful to
beginners if the instructions used stepped
procedures (instead of paragraphs).
This book stands out because a target audience
is technical writers. Most books are written for IT
types, dealing with data rather than documents.




Mary Ann Howell          Hikari Publishing        www.hikaripub.com              6/10/03    3 of 5
Information sources for the FrameMaker-XML and web FAQ presentation




PHP

What                                                  Source

For free PHP tutorials and information, go to         http://www.google.com/
Google and type “PHP.”
There is always new stuff out there.

A programing tutorial that teaches basic              http://hotwired.lycos.com/webmonkey/98/37/ind
programing concepts.                                  ex3a.html
Introduction to Programming
by JoAnne Allen 1998

PHP online manual.                                    http://www.php.net/manual/en/

Online tutorial.                                      http://www.devshed.com/Server_Side/PHP/Intro
                                                      duction/page1.html

Another online tutorial.                              http://pgsql.designmagick.com/tutorial.php?id=4

And another online tutorial.                          http://www.freewebmasterhelp.com/tutorials/php
                                                      /

More PHP resources.                                   http://www.w3schools.com/php/

I like the Visual Quickstart books. And this one is   PHP for the World Wide Web
a good choice for starting out with PHP.              by Larry Ullman
                                                      Published 2001 by Peachpit Press

I use Dreamweaver with PHP and MySql, and             Dreamweaver MX: PHP Web Development
found this book useful.                               by Gareth Downes-Powell, Tim Green, Bruno
                                                      Mairlot
                                                      Published 2002 by glasshous Ltd.




Mary Ann Howell            Hikari Publishing      www.hikaripub.com            6/10/03        4 of 5
Information sources for the FrameMaker-XML and web FAQ presentation




Database
I use PHP, Apache, and MySQL so that’s what these references are about.

What                                                    Source

Free download of an integrated PHP, Apache,             http://www.firepages.com.au
and MySQL application.                                  I chose the un-beta version: phpdev423.exe
When I followed the directions, all was working,        10.49MB
with no trials and tribulations (!).                    When I needed advice, I went to:
(I used the Windows version.)                           http://www.firepages.com.au/forum

MySQL online tutorial                                   http://www.devshed.com/Server_Side/MySQL/In
                                                        tro/page1.html

SQL online tutorial                                     http://www.intermedia.net/support/sql/sqltut.sht
                                                        m

I use Dreamweaver with PHP and MySqL, and               http://www.macromedia.com/devnet/topics/php.
found these links useful.                               html

I really liked this book. It is well written, clear,    PHP and MySQL Web Development, Second
and concise. Be sure to get the second edition.         Edition
                                                        by Luke Welling and Laura Thomson
                                                        Published 2003 by Sams




Mary Ann Howell           Hikari Publishing            www.hikaripub.com          6/10/03        5 of 5

Weitere ähnliche Inhalte

Was ist angesagt?

Moving Out: Why and how to take your web stuff to a hosted space
Moving Out: Why and how to take your web stuff to a hosted spaceMoving Out: Why and how to take your web stuff to a hosted space
Moving Out: Why and how to take your web stuff to a hosted spaceLisa M Lane
 
Publishing Your Family History to the Web - Version 2
Publishing Your Family History to the Web - Version 2Publishing Your Family History to the Web - Version 2
Publishing Your Family History to the Web - Version 2Teresa Pask
 
Drupal Single Page Website
Drupal Single Page WebsiteDrupal Single Page Website
Drupal Single Page Websitevasilyyaremchuk
 
Su08e Portfolio Presentation
Su08e Portfolio PresentationSu08e Portfolio Presentation
Su08e Portfolio Presentationkvines
 
CMWP, the technical lecture
CMWP, the technical lectureCMWP, the technical lecture
CMWP, the technical lectureJenny Weight
 
Wikis, Blogs, And Podcasts,
Wikis, Blogs, And Podcasts,Wikis, Blogs, And Podcasts,
Wikis, Blogs, And Podcasts,cwalker1128
 
Week 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and ProducingWeek 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and Producingkurtgessler
 
Creating a productive work environment
Creating a productive work environmentCreating a productive work environment
Creating a productive work environmentRachel Eichen
 
Intro to template hierarchy WCTO
Intro to template hierarchy  WCTOIntro to template hierarchy  WCTO
Intro to template hierarchy WCTOAl Davis
 

Was ist angesagt? (12)

Moving Out: Why and how to take your web stuff to a hosted space
Moving Out: Why and how to take your web stuff to a hosted spaceMoving Out: Why and how to take your web stuff to a hosted space
Moving Out: Why and how to take your web stuff to a hosted space
 
Publishing Your Family History to the Web - Version 2
Publishing Your Family History to the Web - Version 2Publishing Your Family History to the Web - Version 2
Publishing Your Family History to the Web - Version 2
 
Internet4YoungLearners EVO 2010
Internet4YoungLearners EVO 2010Internet4YoungLearners EVO 2010
Internet4YoungLearners EVO 2010
 
Intro to Ravelry
Intro to RavelryIntro to Ravelry
Intro to Ravelry
 
Drupal Single Page Website
Drupal Single Page WebsiteDrupal Single Page Website
Drupal Single Page Website
 
Su08e Portfolio Presentation
Su08e Portfolio PresentationSu08e Portfolio Presentation
Su08e Portfolio Presentation
 
CMWP, the technical lecture
CMWP, the technical lectureCMWP, the technical lecture
CMWP, the technical lecture
 
Wikis, Blogs, And Podcasts,
Wikis, Blogs, And Podcasts,Wikis, Blogs, And Podcasts,
Wikis, Blogs, And Podcasts,
 
Week 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and ProducingWeek 1 - Interactive News Editing and Producing
Week 1 - Interactive News Editing and Producing
 
Creating a productive work environment
Creating a productive work environmentCreating a productive work environment
Creating a productive work environment
 
Sample Absolute beginners guide
Sample Absolute beginners guideSample Absolute beginners guide
Sample Absolute beginners guide
 
Intro to template hierarchy WCTO
Intro to template hierarchy  WCTOIntro to template hierarchy  WCTO
Intro to template hierarchy WCTO
 

Andere mochten auch

Andere mochten auch (7)

newsletter7
newsletter7newsletter7
newsletter7
 
Accessing_MySQL_from_Ruby
Accessing_MySQL_from_RubyAccessing_MySQL_from_Ruby
Accessing_MySQL_from_Ruby
 
javascript2
javascript2javascript2
javascript2
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />
 
handout-05b
handout-05bhandout-05b
handout-05b
 
Tutorial
TutorialTutorial
Tutorial
 
mapserver_install_linux
mapserver_install_linuxmapserver_install_linux
mapserver_install_linux
 

Ähnlich wie RoundTrip_references

Building User-Centred Websites with Drupal
Building User-Centred Websites with DrupalBuilding User-Centred Websites with Drupal
Building User-Centred Websites with Drupalamanda etches
 
Dita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDon Day
 
Introductionto Xm Lmessaging
Introductionto Xm LmessagingIntroductionto Xm Lmessaging
Introductionto Xm LmessagingLiquidHub
 
Is linked data something for me?
Is linked data something for me?Is linked data something for me?
Is linked data something for me?Christophe Guéret
 
Drupal 8: Huge wins, a Bigger Community, and why you (and I) will Love it
Drupal 8: Huge wins, a Bigger Community, and why you (and I) will Love itDrupal 8: Huge wins, a Bigger Community, and why you (and I) will Love it
Drupal 8: Huge wins, a Bigger Community, and why you (and I) will Love itRyan Weaver
 
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Ready. Set. Drupal! An Intro to Drupal 8, Part 2Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Ready. Set. Drupal! An Intro to Drupal 8, Part 2Acquia
 
Understanding Dom
Understanding DomUnderstanding Dom
Understanding DomLiquidHub
 
Creating Drupal A Module
Creating Drupal A ModuleCreating Drupal A Module
Creating Drupal A Modulearcaneadam
 

Ähnlich wie RoundTrip_references (20)

Dopp xhtml tutorial
Dopp xhtml tutorialDopp xhtml tutorial
Dopp xhtml tutorial
 
Lis651n12a.a4
Lis651n12a.a4Lis651n12a.a4
Lis651n12a.a4
 
Lis651n12a.a4
Lis651n12a.a4Lis651n12a.a4
Lis651n12a.a4
 
Lis651n12a.a4
Lis651n12a.a4Lis651n12a.a4
Lis651n12a.a4
 
Building User-Centred Websites with Drupal
Building User-Centred Websites with DrupalBuilding User-Centred Websites with Drupal
Building User-Centred Websites with Drupal
 
Drupal Front End PHP
Drupal Front End PHPDrupal Front End PHP
Drupal Front End PHP
 
Joomla tempates talk
Joomla tempates talkJoomla tempates talk
Joomla tempates talk
 
Dita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and DeveloperDita for the web: Make Adaptive Content Simple for Writers and Developer
Dita for the web: Make Adaptive Content Simple for Writers and Developer
 
Introductionto Xm Lmessaging
Introductionto Xm LmessagingIntroductionto Xm Lmessaging
Introductionto Xm Lmessaging
 
Drupal Multi-site for Fun and Profit
Drupal Multi-site for Fun and ProfitDrupal Multi-site for Fun and Profit
Drupal Multi-site for Fun and Profit
 
Is linked data something for me?
Is linked data something for me?Is linked data something for me?
Is linked data something for me?
 
Drupal 8: Huge wins, a Bigger Community, and why you (and I) will Love it
Drupal 8: Huge wins, a Bigger Community, and why you (and I) will Love itDrupal 8: Huge wins, a Bigger Community, and why you (and I) will Love it
Drupal 8: Huge wins, a Bigger Community, and why you (and I) will Love it
 
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Ready. Set. Drupal! An Intro to Drupal 8, Part 2Ready. Set. Drupal! An Intro to Drupal 8, Part 2
Ready. Set. Drupal! An Intro to Drupal 8, Part 2
 
Understanding Dom
Understanding DomUnderstanding Dom
Understanding Dom
 
Drupal - Introduction to Drupal Creating Modules
Drupal - Introduction to Drupal Creating ModulesDrupal - Introduction to Drupal Creating Modules
Drupal - Introduction to Drupal Creating Modules
 
Creating Drupal A Module
Creating Drupal A ModuleCreating Drupal A Module
Creating Drupal A Module
 
1428393873 mhkx3 ln
1428393873 mhkx3 ln1428393873 mhkx3 ln
1428393873 mhkx3 ln
 
Municipal Website with Drupal
Municipal Website with DrupalMunicipal Website with Drupal
Municipal Website with Drupal
 
Adv html
Adv htmlAdv html
Adv html
 
Adv html
Adv htmlAdv html
Adv html
 

Mehr von tutorialsruby

<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />tutorialsruby
 
TopStyle Help & <b>Tutorial</b>
TopStyle Help & <b>Tutorial</b>TopStyle Help & <b>Tutorial</b>
TopStyle Help & <b>Tutorial</b>tutorialsruby
 
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>tutorialsruby
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />tutorialsruby
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />tutorialsruby
 
Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0tutorialsruby
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269tutorialsruby
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269tutorialsruby
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008tutorialsruby
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008tutorialsruby
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheetstutorialsruby
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheetstutorialsruby
 

Mehr von tutorialsruby (20)

<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />
 
TopStyle Help & <b>Tutorial</b>
TopStyle Help & <b>Tutorial</b>TopStyle Help & <b>Tutorial</b>
TopStyle Help & <b>Tutorial</b>
 
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>
The Art Institute of Atlanta IMD 210 Fundamentals of Scripting <b>...</b>
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />
 
<img src="../i/r_14.png" />
<img src="../i/r_14.png" /><img src="../i/r_14.png" />
<img src="../i/r_14.png" />
 
Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0Standardization and Knowledge Transfer – INS0
Standardization and Knowledge Transfer – INS0
 
xhtml_basics
xhtml_basicsxhtml_basics
xhtml_basics
 
xhtml_basics
xhtml_basicsxhtml_basics
xhtml_basics
 
xhtml-documentation
xhtml-documentationxhtml-documentation
xhtml-documentation
 
xhtml-documentation
xhtml-documentationxhtml-documentation
xhtml-documentation
 
CSS
CSSCSS
CSS
 
CSS
CSSCSS
CSS
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
 
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa0602690047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
0047ecaa6ea3e9ac0a13a2fe96f4de3bfd515c88f5d90c1fae79b956363d7f02c7fa060269
 
HowTo_CSS
HowTo_CSSHowTo_CSS
HowTo_CSS
 
HowTo_CSS
HowTo_CSSHowTo_CSS
HowTo_CSS
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 
BloggingWithStyle_2008
BloggingWithStyle_2008BloggingWithStyle_2008
BloggingWithStyle_2008
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
 
cascadingstylesheets
cascadingstylesheetscascadingstylesheets
cascadingstylesheets
 

Kürzlich hochgeladen

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Kürzlich hochgeladen (20)

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

RoundTrip_references

  • 1. Information sources for the FrameMaker-XML and web FAQ presentation Information sources for the FrameMaker-XML and web FAQ presentation (and my references) Hikari Publishing website for handouts of the presentation: http://www.hikaripub.com/tips.htm FrameMaker to XML conversion What Source Where Cookbook (the FrameMaker XML tutorial Program Files / Adobe / FrameMaker 7.0 / XML by Adobe) resides on Windows (if you used the Cookbook default installation for FrameMaker). FrameMaker 7 Structure Application Program Files / Adobe / FrameMaker 7.0 / Developer’s Guide Online Manual (Adobe) OnlineManuals Back in print! Developing SGML DTDs Not just for SGML, this is the best information By Eve Maler and Jeanne El Andaloussi I’ve found on tagging information. It also applies Published 1996 by Prentice Hall PTR to designing XML DTDs and FrameMaker EDDs. Excellent starting point for learning The Complete Reference FrameMaker7 FrameMaker 7’s structured authoring and by Sarah S. O’Keefe and Sheila A. Loring XML conversion. Published in 2002 by the McGraw-Hill Companies Another starting point for learning Adobe FrameMaker 7.0 Classroom in a Book FrameMaker 7’s structured authoring. by the Adobe Creative Team Published in 2002 by Adobe Systems Incorporated Cookbook’s EDD. Program Files / Adobe / FrameMaker 7.0 / XMLCookbook / Completed FMSGML user guide’s EDD. Program Files / Adobe / FrameMaker 7.0 / Samples, FMSGML Sarah O’Keefe’s whitepaper on structured http://www.scriptorium.com/structure.pdf authoring. Mary Ann Howell Hikari Publishing www.hikaripub.com 6/10/03 1 of 5
  • 2. Information sources for the FrameMaker-XML and web FAQ presentation DocBook information What Source Docbook introduction. Take My Advice, Don’t Learn XML By Michael Smith, 2001 http://xml.oreilly.com/news/dontlearn_0701.html DocBook links. http://www.dulug.duke.edu/~mark/docbookmark s DocBook the book. DocBook the Definitive Guide by Norman Walsh and Leonard Muellner Published 1999 by O'Reilly & Associates This book is available free online: http://docbook.org/tdg/en/html/docbook.html Where the DocBook DTD and the DocBook Program Files / Adobe / FrameMaker 7.0 / EDD for FrameMaker resides on Windows (if structure/xml/xdocbook/app you used the default installation for FrameMaker). Mary Ann Howell Hikari Publishing www.hikaripub.com 6/10/03 2 of 5
  • 3. Information sources for the FrameMaker-XML and web FAQ presentation XML, XSL What Source For free XML, XSL tutorials and information, go http://www.google.com/ to Google and type “XML tutorial”. There is always new stuff out there. Online XML course Professional XML Authoring When I took it in 2000, the instructional material http://www.online-learning.com/course_pxa_des left a lot to be desired, but the great teacher c.html more than made up for it (she always corrected my work and answered my email immediately). I bought XML books for reference. Maybe by now, the instructional material has been whipped into better shape. Good start for XML XML Bible By Elliotte Rusty Harold Published 2001 by Hungry Minds Good start for XSL The XSL Companion By Neil Bradley Published 2002 by Addison-Wesley Excellent XSLT examples XSLT Cookbook by Sal Mangano Published 2003 by O’Reilly Good review for me when I hadn’t used XML for XML Weekend Crash Course a while. by Kay Ethier and Alan Houser I had to be patient with typos in the code Published 2001 by Hungry Minds examples. I think this book would be more useful to beginners if the instructions used stepped procedures (instead of paragraphs). This book stands out because a target audience is technical writers. Most books are written for IT types, dealing with data rather than documents. Mary Ann Howell Hikari Publishing www.hikaripub.com 6/10/03 3 of 5
  • 4. Information sources for the FrameMaker-XML and web FAQ presentation PHP What Source For free PHP tutorials and information, go to http://www.google.com/ Google and type “PHP.” There is always new stuff out there. A programing tutorial that teaches basic http://hotwired.lycos.com/webmonkey/98/37/ind programing concepts. ex3a.html Introduction to Programming by JoAnne Allen 1998 PHP online manual. http://www.php.net/manual/en/ Online tutorial. http://www.devshed.com/Server_Side/PHP/Intro duction/page1.html Another online tutorial. http://pgsql.designmagick.com/tutorial.php?id=4 And another online tutorial. http://www.freewebmasterhelp.com/tutorials/php / More PHP resources. http://www.w3schools.com/php/ I like the Visual Quickstart books. And this one is PHP for the World Wide Web a good choice for starting out with PHP. by Larry Ullman Published 2001 by Peachpit Press I use Dreamweaver with PHP and MySql, and Dreamweaver MX: PHP Web Development found this book useful. by Gareth Downes-Powell, Tim Green, Bruno Mairlot Published 2002 by glasshous Ltd. Mary Ann Howell Hikari Publishing www.hikaripub.com 6/10/03 4 of 5
  • 5. Information sources for the FrameMaker-XML and web FAQ presentation Database I use PHP, Apache, and MySQL so that’s what these references are about. What Source Free download of an integrated PHP, Apache, http://www.firepages.com.au and MySQL application. I chose the un-beta version: phpdev423.exe When I followed the directions, all was working, 10.49MB with no trials and tribulations (!). When I needed advice, I went to: (I used the Windows version.) http://www.firepages.com.au/forum MySQL online tutorial http://www.devshed.com/Server_Side/MySQL/In tro/page1.html SQL online tutorial http://www.intermedia.net/support/sql/sqltut.sht m I use Dreamweaver with PHP and MySqL, and http://www.macromedia.com/devnet/topics/php. found these links useful. html I really liked this book. It is well written, clear, PHP and MySQL Web Development, Second and concise. Be sure to get the second edition. Edition by Luke Welling and Laura Thomson Published 2003 by Sams Mary Ann Howell Hikari Publishing www.hikaripub.com 6/10/03 5 of 5