The use cases are plentiful for businesses:
* Update Google Sites from 3rd party applications – e.g. your sales
team's Google Sites pages can update automatically when new leads are
added to your CRM system.
* Migrate files and content from workspace applications like
Microsoft SharePoint and Lotus Notes to Google Sites.
* Export Google Sites pages, edit them offline, and re-import the
updated content.
* Export your sites, including every page revision, for backup.
* Easily monitor changes across your important internal and public
sites, all from a single gadget.
* Push new content like changes to employee policies or a new
corporate logo to any site on your domain, even sites created by
individual employees.
Moby My take on how Moby Works ... The Moby Scheme Compiler for Smartphones ... 1.2Simulations and Animations: "world.ss" ... How to Design Worlds: Imagi... Shriram Krishnamurthi: Talk... YouTube - Handbells for the... Handbells for the 21st Century InfoQ: Javascript as Compil... Another language that compiles to Javascript is... examples/bell-choir.ss at m... The CONTINUE Server Shriram Krishnamurthi Sy... How to Design Programs: An ... Contents Preface IProcessing ... XML Transformation-by-Example for XML Shriram Kri... SXSLT: Manipulation Language for XML Oleg Kis... Flapjax Demos Catch Up Delicious Dra... Papers Shriram Krishnamurthi: Publ... Chronological List of All Papers These papers...
JSON ... it's the intersection of all modern programming languages. All languages have some sense of data, and structures of data. They all have simple values like number strings, and booleans. They all have some sense of a sequence of values. ... Every language has some sense of a collection of named values; it might be an object, or a record, or a struct, or a hash, or a property list, or something. All languages have these, these are universal ideas.
... But they all have the same idea about what the data looks like, and JSON has the thing that's common to everything. By being at the intersection, it turns out to be the thing that everybody can agree on, so it's really easy to pass data back and forth.
Prior data interchange formats tended to try to be the union of all the languages, and that turns out to be horrendously complex, and very difficult to deal with. JSON, by being so simple, actually became really easy to use.
1. XML and Scheme 1. Tools: SSAX, SXML, SXPath, SXSLT 2. Applications, Examples, Sample Code 3. Papers and Presentations 4. SSAX-SXML Mailing list SSAX-SXML SourceForge Project 5. Miscellanea 6. Papers and Presentations 7. Functional XML parsing framework SAX/DOM and SXML parsers with support for XML Namespaces and validation 8. SXML specification 9. SXPath -- SXML query language, XPath implementation 10. SXML traversals and transformations 11. HSXML: Typed SXML 12. Applications, Examples, Sample Code 13. HTML/XML authoring in Scheme 14. Writing LaTeX/PDF mathematical papers with SXML 15. Joint processing of two immutable SXML documents with update cursors 16. Literate XML/DTD programming 17. SXML as a normalized database 18. Complete examples of practical (context-sensitive) SXML Transformations 19. Complete examples of stream-wise (SAX) and DOM parsing ... 1. Last updated March 4, 2007
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs title="simple image gadget" />
<UserPref name="myname"
display_name="Module title"
default_value="Image"
required="true"/>
<UserPref name="targetimg"
display_name="URL of your image"
default_value="http://www.google.com/images/logo_sm.gif"
required="true"/>
<UserPref name="imgwidth"
display_name="Width"
default_value="100%"
required="true"/>
<Content type="html"><![CDATA[
<!-- Simplification of bashennekam.googlepages.com/google_gadget_image.xml -->
<div align="center">
<a href="__UP_targetimg__" target="_blank">
<img src="__UP_targetimg__" border="0" align="center" width="__UP_imgwidth__">
</a>
</div>
]]></Content>
</Module>
Examples
Here are some PDF output examples that give an idea of what can be done with dblatex and dbcontext.
Dblatex
* Some examples of the features supported by dblatex:
o DocBook Examples
o MathML Examples
o Sources of the Examples
o Sources + PDF Examples
* The dblatex User Manual is a good example of a default DocBook book output rendering.
* The User Manual in DB2LaTeX style shows the DB2LaTeX style applied to the same document.
* The User Manual in Simple style shows a quite basic latex layout applied to the same document.
* A W3C MathML Test Suite 2.0 Excerpt (bzipped) demonstrates the large MathML 2.0 support included by dblatex.
* The DocBook Definitive Guide (gzipped) compiled with dblatex and the tdg-dblatex.xsl stylesheet.
Dbcontext
* The dblatex User Manual done by dbcontext can show how dbcontext handles the same manual.