links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "xml",

Top "xml" experts: mabed, sgecko, knv, esperr, moo, jiu,

Groups about "xml": xpert_cxb_2005, Development, linguisticality,

1 - 10 of 19 next »   Watch mshook
 
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.
by mshook 2009-10-14 22:20 wiki · sites · google · api · gdata · example · usecase · export · backup · import · xml · static · enterprise · lotus · notes · lotusnotes
http://googleenterprise.blogspot.com/2009/09/import-export-and-more-with-new-google_24.html - cached - mail it - history
One page: http://www.google.com/notebook/public/17894154587286929730/BDV0B5goQxvPDrcEk
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...
by mshook 2009-10-02 12:32 cool · interesting · eclectic · brown · javascript · scheme · lisp · functional · declarative · xml · xslt · mobile · application · gnb · pdafriendly
http://www.google.com/notebook/m/notebook?nbid=BDV0B5goQxvPDrcEk - cached - mail it - history

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.

by mshook 2009-08-15 22:59 via · json · popular · history · lisp · runoff · markup · very · good · video · why · language · minimal · jsont · xml · critique · html · data · tree · javascript
http://developer.yahoo.com/yui/theater/video.php?v=crockford-json - cached - mail it - history
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
by mshook 2009-08-01 12:07 lisp · scheme · xml · interesting · xslt · theory · academic · list · links · tex · literate · example · xpath · toc
http://okmij.org/ftp/Scheme/xml.html - cached - mail it - history
<?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>
by mshook 2009-07-09 10:55 google · gadget · howto · xml · code · image · simple
http://mshook.appspot.com/z/d4m.htm?/mshook/9+july+2009+b - cached - mail it - history
  1. Use HTTP
  2. Use your verbs
  3. Keep Your URL/URIs Consistent
  4. Use Your Status Codes
  5. Expose (And Accept) Multiple Data Formats
  6. Protect Your Users with OAuth
  7. Don’t Shut Off HTTP Authentication Entirely
  8. Document, Document, Document
by mshook 2009-07-05 22:14 rest · api · tips · howto · example · code · xml · json · emon
http://wonderfullyflawed.com/2009/07/02/get-your-api-right/ - cached - mail it - history
This presents you with various categories of gadgets to choose from (similar to the iGoogle directory). My gadget isn't yet in the gallery, so you'll need to select "Custom" and then type in the URL to the gadget:
by mshook 2009-06-04 11:25 spreadsheet · google · gadget · howto · mysql · csv · json · xml · example
http://otherfancystuff.blogspot.com/2009/05/how-to-convert-google-spreadsheet-into.html - cached - mail it - history
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.
by mshook 2009-05-30 23:15 very · cool · docbook · typography · publish · book · markup · xml · latex · tex · example · manual · python · subversion
http://dblatex.sourceforge.net/ - cached - mail it - history
"The best place to start is this web page: http://apiwiki.twitter.com/REST+API+Documentation That lists all the information you can get from Twitter about other users. All of the API calls are actually web addresses, so you can work with them without using any code. For example, if you type this into the address bar of Firefox or Safari (not tested on IE) you'll see a formatted list of the IDs of all my friends: http://twitter.com/friends/ids.xml?screen_name=petewarden The same idea works for followers: http://twitter.com/followers/ids.xml?screen_name=petewarden The output is actually XML, but you don't need to understand the details to pull out simple information. It's not quite CSV, but hopefully with some simple text replacement hacking you might be able to convert it to the form you want. "
by mshook 2009-04-22 16:57 twitter · api · howto · xml · mashup · hack · example · url
http://petewarden.typepad.com/searchbrowser/2009/04/how-nonprogrammers-can-use-the-twitter-api.html - cached - mail it - history
Mobile Notebook IBM Key Punches, RPG, SGML,... IBM Key Punch... One page IBM Key Punches, RPG, SGML,... IBM Key Punches, RPG, SGML, DITA, RSS & Ruby!... And Ruby too! How to read and write 80 co... I'm trying to communicate with a bank. Banks ar... Starting with card punch, endinig up with an RSS feed The XML Cover Pages The XML Cover Pages A comprehens... Cover Pages: About The Cove... About The Cover Pages Web Site ... For a long time IBM's been publishing with the SGML based ID Workbench SGML: IBMIDDoc README SGML: IBMIDDoc README This release of IBMIDD... IBMIDDoc - Google Search SGML: IBMIDDoc README This release of IBMIDDo... Implement a DITA publishing... The world before DITA Until recently, the pr... id workbench - Google Search Implement a DITA publishing solution without ... post.doit.wisc.edu/library/... Much further down in the same log file... (Loo... post.doit.wisc.edu/library/... Yikes! Clearly the log a an ID Work
by mshook 2009-03-22 20:09 gnb · ibm · card · paper · punch · sgml · history · manual · xml · dita · ruby · eclectic
http://www.google.com/notebook/m/notebook?nbid=BDQk7SgoQ28bBgoMk - cached - mail it - history
1 - 10 of 19 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates