Get your resume in multiple formats with Google Docs
Here’s a cheap good way to provide your resume in multiple formats.
Write it in google docs.
Then, when you link to it on your site, provide the multiple formats by building links to that in various formats.
Update: It turns out that this only works if the person who clicks on the link has a google account! Bad Google, no cookie! Never fear, there is a way to do the same thing using Zoho, and I’ve written up a guide here.
The base url you use is: “http://docs.google.com/MiscCommands?command=saveasdoc“
At the end of that you stick on “&docID=<DOCID>“
You get the <DOCID> from the url of the document once you publish it.
For example, here’s a poem. See that how there is a bit of that url that says &docID=dfqmshq6_0dtnmh9 ? Well, dfqmshq6_0dtnmh9 is the docid.
And at the end of that you stick on “&exportFormat=<FORMAT>“
The available formats are: rtf, doc, oo (open office), pdf, txt.
Now my old poem is available as a google doc and as Rich Text, Text, Open Office, or PDF.
You already have an existing copy? Try just copying and pasting – from word or html, google docs does a good job of pulling in formatting.
I wrote mine in xml and used xsl formatting in PHP as meta information: it proves I can write code and that I am a nerd. You may not need to do that – then use the google doc way.
So cool!I'm proud to announce that we now have a simple interface for editing and translating lessons on wikiotics.org! This is some great work by Jim that lets us get on with the fun part, making and playing with lessons. If you have a minute, take a look at our example lesson (in English) and play around. The "edit" button at the top will le […]
SEE the leaks are valuable. Now we know not to drink crappy beer oh wait. Buried in Wikileaks' Afghanistan documents is a largely ignored 2007 warning that Pakistani spies were planning to poison booze intended for American soldiers using sulfuric acid. It sounds a little far-fetched. Until you hear the story of James Yeager, an American geologist who c […]
Ok, for the to-read bucket The best-tasting food is the kind that comes from your own efforts, because victory tastes oh-so-sweet. Conquer KFC-style fried chicken, smoky barbecue, wood-fired pizza, five-minute bread, and other DIY delicacies with these great food-focused projects. More » […]
Get your resume in multiple formats with Google Docs
Here’s a cheap good way to provide your resume in multiple formats.
Write it in google docs.
Then, when you link to it on your site, provide the multiple formats by building links to that in various formats.
Update: It turns out that this only works if the person who clicks on the link has a google account! Bad Google, no cookie! Never fear, there is a way to do the same thing using Zoho, and I’ve written up a guide here.
The base url you use is: “
http://docs.google.com/MiscCommands?command=saveasdoc“At the end of that you stick on “
&docID=<DOCID>“You get the <DOCID> from the url of the document once you publish it.
For example, here’s a poem. See that how there is a bit of that url that says
&docID=dfqmshq6_0dtnmh9? Well, dfqmshq6_0dtnmh9 is the docid.And at the end of that you stick on “
&exportFormat=<FORMAT>“The available formats are: rtf, doc, oo (open office), pdf, txt.
Now my old poem is available as a google doc and as Rich Text, Text, Open Office, or PDF.
You already have an existing copy? Try just copying and pasting – from word or html, google docs does a good job of pulling in formatting.
I wrote mine in xml and used xsl formatting in PHP as meta information: it proves I can write code and that I am a nerd. You may not need to do that – then use the google doc way.
But wait, there's more