google-sites

Google Sites API WebPageEntry Update Does Not Save

I am trying to update a Google sites WebPageEntry but my change does not get persisted and I do not receive any exceptions. Here is my code: WebPageEntry entry = mService.getEntry(new URL(getContentFeedUrl() + entryId), WebPageEntry.class); string pageContent = getContentBlob(entry); pageContent = pageContent + appendText; XmlBlob xml ...

Whats the technology behind sites like (Google Sites, Shoppify etc)?

I am wondering how sites like Google sites and shopify allow customers to create a website and then link it to their own domain?. Google sites allow a user to create their own website, at a user supplied domain, and shopify allows a user to create their own e-commerce site - once again, they can supply their own domain to be used to acce...

how do i specify psedo class attributes inline?

This wiki I'm using (Google Sites) does not support linking of style sheets or even tags in its HTML mode (It sucks, I know). The only way to specify styles is to define them inline. I need to put a menu bar now. I've figured out a pure css menubar, but I'm having trouble defining the hover class inline. Any ideas? ...

Storing meta information in Google Sites and the API - round-tripping html ?

A client is using Google Sites for API documentation. Initially, this documentation was generated by a python script that reads the java source code (tld, tag library descriptor, files in this case) and uses the Google Sites API to create/update pages at the site. This worked great - until non-engineers wanted to update descriptions, e...

How to insert spreadsheet scripts UI service into google sites?

I create a UI in spreadsheet and need to share/use/embed it in Google site. How do I insert it? Updates: I have tried the following methods to display the apps script UI in Sites 1. added the service URL to gadget that loads iframe. 2. added the service url into a load/get jquery request in a simple html page. The only way the UI gets v...