Unfortunately, httpwebrequest from google gears requires it to be from the same context. :(
So. Even if I host the page using google pages and have it connect to a google spreadsheet atom feed, the domain isn't close enough to match. Spreadsheet.google.com doesn't match pages.google.com. All I want is a free online/web database that I can access programatically. Doesn't this exist somewhere? Silverlight is supposed to support cross-domain but it just gives me a security error. Does anyone know if I can host a simple web service on classic asp? I am using a free classic asp host with mysql as the backend. I could potentially create something there to handle the online database functionality. On Sep 2, 1:20 pm, Neo42 <[EMAIL PROTECTED]> wrote: > I get a security error when it tries to do the HTTPwebrequest, no > matter what I do. VB or C#. > > So I think I might try using google gears, and possibly even the > chrome browser, to accomplish what I'm trying to do. I wonder if 1) I > can use gears with silverlight and vice versa, and 2) if chrome will > support silverlight and 3) will chrome rock so much that silverlight > won't be necessary? > > Gears supports http requests, local databases, and will run very fast > in chrome. Could be all I need. > > Thanks, > -Neo > > On Sep 2, 5:51 am, Neo42 <[EMAIL PROTECTED]> wrote: > > > > > I found a tutorial on syndicationFeed. It lets you at least retrieve > > from atom feeds. I think it might also let you send data. I guess it > > depends on security settings at google spreadsheets. I couldn't get > > it to work in VB, but I will try c# next. > > >http://www.silverlight.net/Quickstarts/Remote/ed86e719-0da0-49e1-a9e1... > > > On Aug 29, 5:56 pm, "Jochen Hartmann (Google)" > > > <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > The link below points to the .NET client library that we have > > > developed: > > > >http://code.google.com/p/google-gdata/ > > > > Thanks > > > - jochen > > > > On Aug 29, 3:49 am, Neo42 <[EMAIL PROTECTED]> wrote: > > > > > I'd like to host all this on google pages, so that rules out creating > > > > server side code I think. Is there a direct way to go from > > > > silverlight to the atom feeds to retrieve and update? I prefer to use > > > > silverlight because I know it more than java or flash. > > > > > Though, I do have access to a free classic asp host, brinkster. > > > > Perhaps I could use that to create the webservice? That's literally > > > > asp 1.0. I don't think asp 1 can make webservices. > > > > > Can you send me the link to the .net sdk you speak of? Is that a > > > > google sdk you're referring to? > > > > > Thanks, > > > > -Neo42 > > > > > On Aug 29, 4:59 am, Frank Mantek <[EMAIL PROTECTED]> wrote: > > > > > > If you put a proxy service inbetween that feeds your silverlight > > > > > page, > > > > > you can, honestly, do anything you want. > > > > > > You just have to do a lot yourself. Your webservice should probably > > > > > use AuthSub (see the youtube sample app in the .NET SDK) to talk to > > > > > the google service and then represent the data and operations in any > > > > > format you like to your silverlight page. > > > > > > Most certainly possible and not a bad way to go, if you want > > > > > Silverlight as your end user experience. > > > > > > Frank Mantek > > > > > Google > > > > > On Aug 28, 2008, at 9:33 PM, Neo42 wrote: > > > > > > > Btw, the link I put in there is the closest thing I have found on > > > > > > the > > > > > > web on this subject. > > > > > > >http://blogs.msdn.com/dthorpe/archive/2007/05/30/a-cross-domain-silve... > > > > > > > On Aug 28, 3:29 pm, Neo42 <[EMAIL PROTECTED]> wrote: > > > > > >> Is it possible (using a web service maybe) to create a silverlight > > > > > >> (xaml, html, js) page that can update/retreive a record on a google > > > > > >> spreadsheet? I am not concerned about the security ramifications > > > > > >> yet. I just want to know if it can be done. > > > > > > >>http://blogs.msdn.com/dthorpe/archive/2007/05/30/a-cross-domain- > > > > > >> silve... > > > > > > >> I am thinking about using google spreadsheets as an online database > > > > > >> with silverlight as the gui/interface for a turn based multiplayer > > > > > >> game. > > > > > > >> Thanks, > > > > > >> -Neo- Hide quoted text - > > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Docs Data APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Docs-Data-APIs?hl=en -~----------~----~----~----~------~----~------~--~---
