public marks

PUBLIC MARKS from nhoizey with tag document

2010

2009

odt2spip : création d'articles à partir de fichiers OpenOffice Writer - SPIP - Contrib

Ce plugin permet de générer un article SPIP à partir du téléchargement d’un fichier OpenOffice Writer (format .ODT). Il gère la majorité des raccourcis typographiques, détecte les différents niveaux de titre et fait l’intégration des images automatiquement.

2008

Open IT Online | Introduction

by 4 others
Open IT Online is a Firefox extension that allows to open and edit your documents from everywhere! You will be able to open several types of documents directly in Firefox without needing any software to be installed.

gdocsuploader - Google Code

by 1 other
Mac OS X application to allow for easy and quick uploading of documents into Google Docs.

Google Docs Bar - Companion for Firefox

by 6 others
gDocsBar is a sidebar extension for firefox, a perfect companion for Google Docs. With gDocsBar, you can drag and drop multiple files into the sidebar to upload documents.

2007

Usability Guidelines: Web Design for Users With Disabilities

by 4 others
The retail value of this report is $124, but it is free as our holiday gift to our loyal readers, as our thanks for your support over the years.

about pik

by 1 other
Think of pik as iPhoto for your documents

2006

Comparing XML office document formats: HTML, ODF, WordML, FO, Word2007 - O'Reilly XML Blog

(via)
People want to know how easy it is to convert from the kind of XML they generate into other purposes. So I loaded a simple HTML file with headings, paragraph, table and list and converted it to various office XML(ish) formats: HTML (through Word 2000), WordML (through Word 2003), pre-standard ODF (SWT, through Open Office 2.0.2), ODF (through Open Office 2.0.2), as XML from the Office 2007 beta, and to XSL-FO using HTML2FO.

about pik

Think of pik as iPhoto for your documents

activeCollab - open source project management and collaboration tool.

by 54 others, 2 comments
activeCollab est une alternative logiciel libre (très ressemblante) à Basecamp (de 37signals), c'est à dire un outil de gestion de projet simple, avec gestion de « milestones » et tâches associées, de documents, de messages... vont-ils se faire taper dessus par 37signals???

2005

Zope.org - TryingToUnifiyWorkflowConcepts

(via)
Trying to unify Entity-based and Activity-based workflows

tbsOOo : TinyButStrong OOo

by 2 others (via)
La classe tbsOOo est une extension du moteur de template TinyButStrong. Elle permet de générer dynamiquement des documents OpenOffice en séparant présentation et données. En pratique, il suffit de concevoir un document avec OpenOffice qui servira de modèle (template). Ensuite à partir du script PHP il reste à fusionner ce modèle avec une source de données pour obtenir un nouveau document OpenOffice.

Techniques for Authoring Complex XML Documents

(via)
This paper reviews the main innovations of XML and considers their impact on the editing techniques for structured documents. Namespaces open the way to compound documents; well-formedness brings more freedom in the editing task; CSS allows style to be associated easily with structured documents. In addition to these innovative features, the wide deployment of XML introduces structured documents in many new applications, including applications where text is not the dominant content type. In languages such as SVG or SMIL, for instance, XML is used to represent vector graphics or multimedia presentations.

The Difference Between RPC and Document Style WSDL

(via)
RPC style and document style are catchphrases frequently heard in the context of web services and the SOAP protocol. What exactly do they mean? How do they relate to the pair of terms "encoded/literal"? Where does the confusion about these terms come from? This article describes the WSDL binding style and use attributes.

Which style of WSDL should I use?

(via)
A Web service is described by a WSDL document. A WSDL binding describes how the service is bound to a messaging protocol, particularly the SOAP messaging protocol. A WSDL SOAP binding can be either an RPC style binding or a document style binding. A SOAP binding can also have an encoded use or a literal use. This gives us four style/use models