A Bit Closer to Google Presentation
Office June 30th, 2007 - By HaochiThe latest update for Google Docs upset me a little bit because they didn’t launched the presentation application that I was hoping for, but Luka from Zorgloob assures me that Google Presentation is on its way, since summer is going to be over in about two months. (I hope that Google was not talking about the summer in Australia, which starts on December lol)
During the previous update, Google hint the forthcoming release of Google Presentation by uploading the Google Presentation icon (discovered by Luka) to their public web server.
The day will come, eventually.


June 30th, 2007 at 5:24 pm
Yep. And when viewing a document, view the HTML source and you will see a reference to the “PresentationSettings” dialog:
<script language=”JavaScript” type=”text/javascript”>
var DIALOG_VERSIONS = {
BlogSettings: ‘c999′,
ChangeCell: ‘c36q’,
ChangeColumn: ‘c22j’,
ChangeList: ‘cz7x’,
ChangeRow: ‘c2cx’,
CommentSettings: ‘ctrr’,
DocSettings: ‘c4qm’,
EmailDocument: ‘ddx8′,
EmailMsg: ‘crwr’,
FindReplace: ‘cw6r’,
InsertBookmark: ‘czm8′,
InsertChar: ‘c9wb’,
InsertImage: ‘dd87′,
InsertLink: ‘dkg4′,
InsertTable: ‘dcpj’,
MiscTextBox: ‘cs5f’,
NewInsertImage: ‘dwmb’,
PresentationSettings: ‘cxnb’,
WordCount: ‘cwsr’
};
</script>
Which means the dialog file should be found at this URL:
http://docs.google.com/DialogFetcher?f=PresentationSettings&v=cxnb
Like this “DocSettings” one, for example:
http://docs.google.com/DialogFetcher?f=DocSettings&v=c4qm
However, it currently only returns a “NOT FOUND” response.
June 30th, 2007 at 9:18 pm
Wait and see as they say ! ;)