Overview  A writer or publisher has many options when it comes to choosing a format for publication  Every format has its proponents & challenges 

Slides:



Advertisements
Similar presentations
By : Swaran lata Country Manager W3C India Office 6,CGO Complex, Electronics Niketan, New Delhi E-Publishing standard 1.
Advertisements

DOCUMENT TYPES. Digital Documents Converting documents to an electronic format will preserve those documents, but how would such a process be organized?
Alternative FILE formats
EBooks and eReaders Bruce Preston 11/11/2010. Agenda (not necessarily in this order) Who What When Where Why How – demonstrations Sources & Prices.
Authoring Languages and Web Authoring Software 4.01 Examine web page development and design.
V | © OverDrive, Inc | Page 1 Browse, Check Out, Download! Learn how to browse, check out, and download digital titles from [YOUR LIBRARY]
E-Readers Unpicking formats and devices 'How to climb over the garden wall‘ Dick Moore MooreAnswers Ltd
Website design basics QUME Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.
Converting Microsoft Office Documents Bill Weber E-Learning Systems Administrator E-Learning Operations.
CIS101 Introduction to Computing Week 05. Agenda Your questions Exam next week - Excel Introduction to the Internet & HTML Online HTML Resources Using.
B-1 Appendix B Information System Software Robert Riordan, Carleton University.
Tutorial 1 Developing a Basic Web Page
Multimedia for the Web: Creating Digital Excitement HTML, XHTML and Web Authoring.
Multiple Tiers in Action
Introduction to HTML 2006 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Introduction to HTML 2006 INT197B. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Issues effecting the deployment of e-learning materials. Brian Mulligan Institute of Technology Sligo.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
© Prentice Hall CHAPTER 3 Computer Software.
Tutorial 8 Sharing, Integrating and Analyzing Data
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
AN OVERVIEW OF MAC PDF TOOLS 1. PDF Tools for Mac PDF files can be used either in Windows, Unix or Apple’s Mac OS operating system commonly. It still.
Putting Documents on the Web Vivien Hall Central Computing Services.
Software and Multimedia
CIS101 Introduction to Computing Week 06. Agenda Your questions Excel Exam during second hour Our status after the snow day Introduction to the Internet.
1 Lesson 1 Quick HTML Know-How HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Internet as Teaching Tool Kenneth R. Szulczyk Lecture 5.
Nat 4/5 - Software Design and Development – Low Level Operations - 1 National 4/5 – Computing Science Information Systems Design and Development Media.
WHAT IS PHP PHP is an HTML-embedded scripting language primarily used for dynamic Web applications.
B.A. (Mahayana Studies) Introduction to Computer Science November March Office Tools A look at the main tools most computer users.
Computer for Health Sciences
Computer Concepts 2014 Chapter 7 The Web and .
2.1 Different Text Attributes Font A set of printable or displayable text characters with its style and size specified Arial 16 point bold Arial 32 point.
Languages in WEB Presented by: Jenisha Kshatriya BCM SS09.
CPS120: Introduction to Computer Science The World Wide Web Nell Dale John Lewis.
Department of Information Engineering 1 What is –Java? –Javascript –VisualBasic –CGI –NT –Linux –Unix.
Overview of HTML/XHTML Two Different Approaches  Text editor like Notepad  HTML editor such as: –KompoZer –DreamWeaver –Microsoft Expression Web –iWeb.
1Computer Sciences Department Princess Nourah bint Abdulrahman University.
® Copyright 2010 Adobe Systems Incorporated. All rights reserved. ADOBE® ACCESSIBILITY Accessible eBooks EPUB, DAISY, and Adobe Andrew Kirkpatrick Adobe.
WEB APPLICATION DEVELOPMENT For More visit:
Hardware Software InternetMiscellaneous
Tutorial 1 Developing a Basic Web Page. Objectives Learn the history of the Web and HTML Describe HTML standards and specifications Understand HTML elements.
4.01B Authoring Languages and Web Authoring Software 4.01 Examine webpage development and design.
PHP Introduction PHP is a server-side scripting language.
ASP. ASP is a powerful tool for making dynamic and interactive Web pages An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are.
OPERATING SYSTEMS, FILE EXTENSIONS, AND THE INTERNET.
Invitation to Computer Science 6 th Edition Chapter 10 The Tower of Babel.
Web Page Creation Standard Grade Computing. WWW n The World Wide Web is a collection of information held in multimedia form on the Internet. n This information.
 Before you continue you should have a basic understanding of the following:  HTML  CSS  JavaScript.
A computer contains two major sets of tools, software and hardware. Software is generally divided into Systems software and Applications software. Systems.
Web Page Designing With Dreamweaver MX\Session 1\1 of 9 Session 1 Introduction to PHP Hypertext Preprocessor - PHP.
 is a set of instructions that tell the computer what to do. Software can be categorized into: 1. Operating system software 2. Applications software.
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative.
Assistive Technology for Information Access (Visual Impairments) UNDERSTANDING ACCESSIBLE FORMATS.
Intro to Google Docs 2014.
4.01B Authoring Languages and Web Authoring Software
Using Access and the Web
Microsoft Office Illustrated
Computer Software Computer Software 9/15/2018
Computer Terminology: Software and File Formats
Computer Software Created by Ann Ware
Markup Languages Gilok Choi 9/17/2018
Software and Multimedia
Database Driven Websites
Software and Multimedia
4.01B Authoring Languages and Web Authoring Software
Software Introduction
Open Source software for libraries
Lesson 5: Multimedia on the Web
File Management Staying Organized.
Presentation transcript:

Overview  A writer or publisher has many options when it comes to choosing a format for publication  Every format has its proponents & challenges  Not everyone uses the same software, and there's no universal e-book file format that all market players have adopted

Plain text files  Published as.txt  They are in plain text  The size in bytes is simply the number of characters, including spaces  E.g. the Bible, an 800,000-word book, is about 4 MB in this format

Portable Document Format (PDF)  Published as.pdf  The most common ebook format today  It has the advantage that it can be read on any platform  PDF documents can be created by a number of freely available software converters (give examples)  There are also free PDF viewers for Windows, Macintosh, Linux, Unix, handheld computers (PDA)  Familiarity with the PDF is another advantage of this format

Epub  Published as.epub  an e-book specific format engineered by the International Digital Publishing Forum (IDPF)  It is based on XHTML and XML  intended to replace the Open eBook (OEB) standard  includes optional support for DRM

MobiPocket  Published as.mobi or.pcr  based on the Open eBook standard using XHTML  It can include JavaScript and frames  It also supports native SQL queries to be used with embedded databases

HTML Format  Published as.htm or.html  HTML is the markup language used for most web pages  It can be read by anyone with a web browser  Many softwares can be used to create files in such format, e.g. free software like Nvu & KompoZer or commercial editors like Dreamweaver  If there are multiple pages, there will be need to distribute the ebook in some sort of archive format, like a zip file, and give instructions to readers how they can unpack the file, and which file to click on to start reading  HTML on its own is not a particularly efficient format to store information, since it requires more storage space for a given work than many other formats.

Windows Executable File  Published as.exe  To use this format, one needs an ebook "compiler" that converts the document into a Windows program  When a reader runs the file, a built-in viewer displays the book for him/her to read.  The format has some disadvantages  Firstly, with viruses and adware on the Internet, many visitors are suspicious of running run an executable file just to read a document  Secondly, the audience is restricted to Windows users  This format has advantage of imposing some sort of protection for ebooks, commonly called "DRM“ using serials and passwords

Amazon Kindle  Published as.azw  file format used by the Amazon Kindle e- reader  Is DRM protected  Kindle also supports TXT, PDF, MP3, unprotected MOBI and (through conversion) HTML and DOC

OpenDocument Format  Published as.odf  is an XML-based file format used to represent spreadsheets, presentations, word processing documents, and more

Comparison Table Format Filename extension DRM supportImage supportTable supportSound support Interactivity support Word wrapsupport Open standard Embedded annotation support Book- marking Plain text.txtNo Yes No HTML.htmlNoYes No Yes No PostScript.psNoYes ?No Yes ? ? Portable Document Format.pdfYes NoYes DjVu.djvu ?Yes No Yes EPUBEPUB (IDPF).epubYes FictionBook.fb2Yes ?No Yes ? Mobipocket.prc,.mobiYes No YesYes [citation needed]citation needed Yes Kindle.azwYes Yes [f 1][19] [f 1][19] Yes [f 2][20] [f 2][20] NoYesNoYes eReader.pdbYes ?No YesNoYes TealDoc.pdbYes ?No Yes ? Broadband eBook.lrf,.lrxYes ?No YesNo ? ? WOLF WOLF [disambiguatio n needed]disambiguatio n needed.wolYes ?No ? ? Tome Raider.tr2,.tr3Yes ?No YesNo ? ? ArghosReader.aehYes ?No YesNo ?Yes Microsoft Reader.litYes ?No YesNo ?Yes Multimedia EBook.exeYes ? NoYes Repligo.rgo ?Yes No YesNo