google-sites

How to embed AsciiMathML in Google Sites?

We would need to embed mathematical formulas through AsciiMathML into Google Sites pages (internal wiki for a research team). I am stuck with the limitation of Google Sites. Any idea how to do that? (ps: I have finally found a poorly practical work-around, but better ideas would still be appreciated) ...

ruby-on-rails routing-filter google sitemaps

Hi, I'm generating sitemap.xml for google. I have also the Sven Fuchs' routing-filter excellent plugin. But all links look like this one - http://localhost:3000/en/posts/54 Is there any way to switch the locale in the same "view"? Thanks. ...

How do I create folders and add/update Javascript (use a jQuery framework for my site) on Google sites?

How do I create folders and add/update Javascript (use a jQuery framework for my site) on Google sites? ...

Where can I find custom themes for Google Sites

Hi, I'm trying to create a custom background theme for a Google Sites site. Awhile back I did some googling and found some sites with a background image and instructions of how to change table dimensions to create a google sites make shift theme. I can no longer find any of these themes anywhere. Does anyone know where I can find these...

Google site page in an iframe

I'm building a quite large Flex application as our administration tools and I need build in documentation functionality. I want this documentation to be like a wiki and as we're using Google apps I though I'd use Google sites to host the wiki pages (why reinvet the weel...). To include the wiki page in Flex I'm using the http://code.go...

Create Dynamic pages in asp.net mvc

I need to integrate the functionality of creating dynamic pages (like google sites) to my regular asp.net mvc(C#) application. I like to write my own code with database. Any suggestions or reference for this? ...

Offline access to Google site

How do I maintain an offline copy of my Google site. I would also update the site when i'm offline and would like to sync it when I'm online. Is it possible through Google Gears? I use Firefox3. ...

Invalid Authsub token in Google sites for apps

I do not get any error while trying to access feed content for google sites from application hosted on gmail authenticated account. But I get Token invalid - Invalid AuthSub token. when I try to access application from google apps accounts managed GAE application. I have tried both https://sites.google.com/feeds/ and http://sites.go...

Server rejected one time use token in Google Authsub

Here is the stacktrace and can you figure why its happening? It was working sometimes back but now I am getting this dump. I am trying to authenticate access to google sites using java authsub client library. Error: Server rejected one time use token.com.google.gdata.util.AuthenticationException: 403: OK at com.google.gdata.client.ht...

Google Site Data fetching

Hail! I want to fetch image from NOT PUBLIC Google Site's page. I'm using WebClient for this purposes. var uri = new Uri("http://sites.google.com/a/MYDOMAIN.COM/SITENAME/" + "_/rsrc/1234567890/MYIMAGE.jpg"); string fileName = "d:\\!temp\\MYIMAGE.jpg"; if (File.Exists(fileName)) File.Delete(fileName); using (var webCl...

How do I update attachment content with the google sites python API?

I'm trying to write a script that will automatically update some attachments on a website created and managed through Google Sites. This should be possible as Google released the Sites API in September and the Python GData API claims to support sites. However, the closest method I can find is called client.update, which allows me to up...

Error while updating content to Google sites through API

The code to insert document data works for Google sites but for update it fails. I tried below two calls 1 entry.setMediaSource(ms); gives following //IllegalArgumentException: Cannot set media source on entry with existing non-MediaContent 2 service.updateMedia(new URL(getContentFeedUrl()), newAttachment); gives //c...

update attachment is not working on google sites

I need to update an existing attachment on a site using the java client library. I was using updateMedia() of SitesService successfully until a few days back when it started to fail when sites api was updated to v1.1(I took the new jars); I get the following exception: com.google.gdata.util.InvalidEntryException: Bad Request Invalid par...

google sites api

I installed gdata in my Eclipse. In that some of the gdata options have available examples like calender, spreadsheet, youtube, etc. If I want to create a spreadsheet application then I select the spreadsheet API. My constraint is that I want to create a site using the sites API. But it doesn't show an option for a sites API. What is the...

How to create expandable FAQ page in HTML?

I'd like to create an FAQ page for my website that lists all of the questions as hyperlinks. When the link is clicked, the answer for that question should expand out beneath it. The answers need to be hidden by default, and preferably clicking the link toggles the answers' visibility. Any thoughts? Edit I've tried several of the sug...

Developing websites using Google Sites API in Java and Eclipse

Hi, Actually my work is, I want to create a simple site using java programming. After search i came to know about google sites api, and i got all sample programs for google sites creation, But i dont know where to place the coding in Eclipse 3.5. Help me. ...

Embedding swf in google site

I have a google site. I want to embed an SWF file but I am not able to do it. I am able to display images and videos but not SWF files. Is there any solution to this problem? ...

How can I add Rss feeds to my google site?

Hi have a google website. I want to add RSS feeds to it. I got some php based Rss reader. But when I try to insert it to my google site it is not working. Google site's HTML editor simply removes the code piece upon saving. Is there any solution? ...

Google sites creation

Hi, I am creating a sites by java programming using google sites API developer guide. I had easily created different type of pages as parent page and sub pages also. my problem is,I am not able to create a web page as parent page and file cabinet, announcement, list page as sub page. That's parent page and sub page is created as same n...

How do you Create/Fetch Lists created in Google Sites using .NET?

Does anybody have any sample .NET code creating and fetching listitems from list pages on a Google Site? Thanks! ...