Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
5answers
1k views

How to use draggable sections like on iGoogle?

When viewing iGoogle, each section is able to be drag-and-dropped to anywhere else on the page and then the state of the page is saved. I am curious on how this is done as I would like to provide this ...
3
votes
1answer
164 views

How can I write webparts that are as lightweight as the one by Google or Yahoo

I have been writing webparts for a while and have written couple of portals too but I feel that the portal pages and webparts that I write using .net framework are much more heavy and browser ...
2
votes
1answer
15 views

iGoogle Gadget Checker throws error on for loop

I'm trying to put a for loop in my google gadget definition, but iGoogle Gadget Checker throws an error on a simple for loop. Does anyone have any experience with this? Should I be using a different ...
2
votes
2answers
233 views

Submit PHP form in OpenSocial gadget

I'm trying to implement an OpenSocial gadget for iGoogle. I'm writing my application in PHP and then "wrapping" it in an opensocial container using the XML gadget specification. If I run my PHP in a ...
2
votes
4answers
7k views

How to create igoogle layout(drag & drop & store) using PHP and AJAX?

In igoogle, we can drag & drop the modules and then if we quit the browser and open it again, the position of each module still the same. I have tested couple of things: When not logged in, ...
1
vote
2answers
52 views

How to pass userpref variables in an igoogle widget

Hi I've made my igoogle app simple though it is basically using an xml/php file and getting a series of articles and displaying them. Simple and nice. Now I just need to finish it off with passing ...
1
vote
1answer
494 views

iGoogle Gadget on Android Phone as APP or Widget

I have added a gadget in my iGoogle to display orders from our e-commerce shopping cart. I would like to have it as a Widget for our Android phones. Anyone know where to start and what needs to be ...
1
vote
0answers
109 views

Access Google Gadgets preferences from Android app

I'm going to create an iGoogle Gadget, and an Android version as well. User data will be saved in the gadget like this (javascript): var prefs = new gadgets.Prefs(); prefs.set("foo","bar"); In ...
1
vote
1answer
66 views

Is there a way to distribute Google Calendar gadgets?

I needed a gadget for Google Calendar so I wrote it; I'd like to offer it to the public for free. However, after going around in circles through Google help on publishing gadgets, it seems that ...
1
vote
2answers
363 views

Why use iGoogle platform

Don't get me wrong, I like iGoogle and use it. But for intranet site, why anyone would use iGoogle or Apache-Shindig which is foss implementation of iGoogle platform. OK, boss likes look of ...
1
vote
1answer
340 views

Is Apache Shindig 100% compatible with iGoogle implementation

Is Apache Shindig 100% compatible with iGoogle implementation of gadgets.* API and gadget XML specs. best regards
1
vote
2answers
280 views

iGoogle platform for intranet page

Does it exists a platform or container capable of running google gadgets written for iGoogle. Basicly what I want is to have my private "iGoogle" intranet page. I found out that LifeRay, Sun Java ...
1
vote
1answer
675 views

WPF Dockable Windows Like iGoogle

I'm looking for a dockable windows/panel control in the style of iGoogle. All of the ones I have found so far all have a fixed length on the height of your window/panel but I want to be able to have ...
1
vote
1answer
465 views

iGoogle Gadget private development

I'd like to host a Google Gadget on our production app server which will provide a means of authentication and display some interesting information from our database. Obviously I'd prefer to develop ...
1
vote
3answers
1k views

Framework for doing (Igoogle/Pageflakes/netvibes)-like application using Ruby on Rails

Anyone has any suggestions of a framework to help me create an Igoogle/pageflakes/netvibes like application using ruby on rails. I tried using apotomo for a few days, but couldn't make it work at ...
1
vote
3answers
796 views

iGoogle widget for webcam?

Does anyone know how I can best stream a webcam through an iGoogle widget? My ideal is to actually be able to stream locally--that is, get a widget that allows me to display my computer's webcam. Is ...
0
votes
2answers
54 views

Web based desktop with ruby on rails

I'm new to RoR and I'm trying to create a web application that acts like a web desktop. The 'desktop' will be something similar like iGoogle, where you can drag and drop the blocks. In this project, ...
0
votes
0answers
13 views

Making iGoogle gadget Adapting to Any Environment?

Because it is possible to create a gadget that is aware of the background with having background "transparent", I would like to know whether there are more things by which you can make the gadget ...
0
votes
0answers
33 views

iGoogle gadget cannot list out Friends list

I am trying to work through the OpenSocial tutorial code at http://docs.opensocial.org/display/OSD/OpenSocial+Tutorial, but my code at ...
0
votes
2answers
147 views

How to make iGoogle like UI using java swing

I am developing desktop GUI application using java swing. And I want to show several "subwindow" on the same window(JFrame). And I want the layout is similar to iGoogle such that user can add and ...
0
votes
1answer
123 views

How do I convert an iGoogle gadget into an Android widget?

I'm trying to recreate this progress bar clock gadget I built in iGoogle as a widget for Android devices. It seems like it should be pretty straightforward, especially considering the code is only 75 ...
0
votes
1answer
168 views

IE6-7 Javascript problem

I am using the "mimic igoogle tutorial with cookies" by James Padolsey http://james.padolsey.com/tag/cookies/ I have encountered a problem with the way that IE6 & 7 interprets the javascript. I ...
0
votes
0answers
27 views

smart GWT in i-google Gadgets

I would like to user smart gwt to design i-google gadgets. Can i use smart gwt in i-google gadgets?
0
votes
0answers
34 views

Consultation in the design database [closed]

I making webapp in member profile page I design similar 1 2 this I design table widget { id widgetname collumn position color width high } Correct or not. this one widget message { id ...
0
votes
0answers
138 views

Liferay portlet to add as igoogle gadget, with the selected options in the portlet

I have researched on adding the liferay portlet to the igoogle gadget, with options in the configuration > sharing > google gadget. But in this the portlet is added as a google gadget when I click on ...
0
votes
0answers
65 views

how to design igoogle types movable, customizable frames [closed]

Can anyone help me out in designing similar frames as "Date & Time", "Sports Scores" and etc present in igoogle. Please note that these frames are customizable ie movable to different positions. ...
0
votes
0answers
28 views

How to do a mock-file for function requiring files in JavaScript?

I cannot fetch outside files for my iGoogle gadget without slowing it and I need to use functions that require files, dilemma. I cannot find Class File or anything like that to do that, I need this ...
0
votes
0answers
336 views

igoogle like portlets with maximize minimize option (on maximize need iframe for loading)

I made the drag and dropable portlets like igoogle using jquery UI. But now I am in need of a maximize and minimize button for each portlets. And the portlets which are maximized need to have an ...
0
votes
0answers
99 views

How to start iGoogle Widget Development in local test environment

Good day to everyone! I have been tasked to create an iGoogle widget and are looking for how to start the development of one in a local test environment. I was trying to insert html codes inside ...
0
votes
1answer
138 views

Why my gadget is not receiving data?

I have my application on appspot. This is on personal domain account. I have put an iGoogle Gadget on iGoogle Page of my gmail account. I am sending ajax request from my gadget like : ...
0
votes
0answers
170 views

Embedding Facebook apps or iGoogle widgets on web site

I want to know if it is possible ti Embedd Facebook applications into my web site ? I have googled it but no chance. What I want do is exactly just like embedding iGoogle gadgets into external sites ...
0
votes
0answers
101 views

Fetching the list of all RSS feeds subscriptions in a user's iGoogle account through code. Is it possible and how?

My question deals with iGoogle, more specifically the list of all RSS feeds subscriptions in a user's iGoogle account. The list can be manually exported as a .xml file by going to iGoogle ...
0
votes
1answer
174 views

Flex LinkBar similar to iGoogle links

I wanted to create a Flex LinkBar that looks similar to the iGoogle links. The links are expandable (one level-deep) by clicking on a plus button. I've considered styling a Tree or Accordion to get ...
0
votes
2answers
181 views

what is oauth authentication

I am developing an iGoogle Gadget. I have to access the spreadsheet data of loggin user. How do I implement an OAuth for it ?
0
votes
1answer
169 views

Silverlight IGoogle example (Photo linked)

Does anyone know which silverlight or third party controls can help me make an igoogle dashboard similar to the one in the photo. http://imgur.com/86MaY Notice how "Weather", "Date & Time", and ...
0
votes
2answers
619 views

Relative size of an image with div block and without <img src=“url” width=“xy%” height=“za%”>?

I don't mean the resize using <img src="URL" width="Xy%" height="za%">, despite its look is the same with my goal. I want something like in the zombie-dog code here but with arbitrary-sized ...
0
votes
2answers
146 views

Where I could get small UP,Down,Delete Icons

I want to get small up,down,delete icons like igoogle todo list. Any suggestions? Thanks in advance!
0
votes
1answer
58 views

document.write in iGoogle?

I am looking for document.write() property in iGoogle gadgets, how can I do the thing below in iGoogle gadget? In other words, I want stdout var in a script. Example with document.write() ...
0
votes
0answers
117 views

GWT Gadget for iGoogle No Compiler Output

I'm trying to build a gadget with the GWT plugin for eclipse. Following the instructions Here: http://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted it says I'll get several ...
0
votes
1answer
344 views

ext js 2.0 mimic igoogle interface

I would like to mimic the igoogle like interface in extjs. Any starters ? or any alternatives ?
0
votes
1answer
24 views

Is <osx:NavigateToApp /> supported on IGoogle?

does not work in case of IGoogle/Gmail application but the same works on Orkut! My question is is it supported on IGoogle/Gmail?
0
votes
1answer
305 views

How to develop a Google Gadget compatible server

I am going to develop a Google Gadget container site, that will be able to host OpenSocial compatible widgets (that I believe are Google gadgets, too, right?). Do you have any guidance where to start? ...
0
votes
2answers
953 views

jquery 1.3.2 with jquery-ui-personalized-1.6rc2.min.js

I am using http://james.padolsey.com/javascript/inettuts-with-cookies/ to show the widgets in user's dashboard as igoogle. This plugin is not supporting with the jquery 1.3.2 and ...
0
votes
1answer
68 views

Log user into particular Google account for demo

My client created paid iGoogle apps but would like to demo them on an iGoogle page for which the user would need to log in to Google with a demo account. On clicking a 'view demo' link, the user ...
0
votes
1answer
35 views

rss feed in EBSCO igoogle

I am setting up RSS feeds for searches and journal alerts from the EBSCO database in iGoogle. The widget only allows three results on my iGoogle page but I might have 10 or 12 articles or results ...
0
votes
2answers
183 views

How to solve this iGoogle-gadget issue?

I want make an 'iGoogle gadgets' that changes the search box on the igoogle page. Here is my code so far: <script type="text/javascript"> function bing(){ ...
0
votes
3answers
978 views

How to open a new window in Google Gadget?

It opens neither a tab nor a window: the code for a Google Gadget here. If you know 'target="_blank"' from HTML, I am looking for a similar tool for Google Gadgets. More precisely, I cannot understand ...
0
votes
1answer
1k views

WPF iGoogle dock style library

I'm looking for a docking library or resources that discuss building an iGoogle style dock layout. I've played with a few third party controls today that were mentioned in this ...
0
votes
2answers
170 views

What is a good resources to add content snippets (widgets) to many sites like iGoogle, Facebook and MySpace, etc

I have found services like ClearSpring and Widgetbox for putting content snippets onto a widget range of social networking web sites, but I would like to build my own widgets without a third party ...