igoogle

Google currency converter API - will it shut down with iGoogle?

巧了我就是萌 提交于 2020-01-12 03:38:47
问题 iGoogle is shutting down. There is an (undocumented?) currency conversion API available with URLs like: http://www.google.com/ig/calculator?hl=en&q=1GBP=?USD The base of this url - google.com/ig - takes you to iGoogle. Will the API be available after iGoogle shuts down? 回答1: I was having the same issue described here: https://stackoverflow.com/a/19786423/2819754 I used @hobailey answer for a temporary fix until i can update it to another version or google decide to do a proper api. As google

How to use draggable sections like on iGoogle?

ε祈祈猫儿з 提交于 2020-01-01 05:09:07
问题 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 functionality as part of a proof of concept? UPDATE How do you make it so that the layout you changed to is saved for the next load? I am going to guess this is some sort of cookie? 回答1: Any up-to-date client side framework will give that kind of functionality. jQuery YUI GWT Prototype Just to

IE6-7 Javascript

元气小坏坏 提交于 2019-12-13 06:40:48
问题 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 have found the problem but I have no way of working around it. The following code is long but the problem is only in one small section /* * Script from NETTUTS.com [by James Padolsey] V.2 (ENHANCED, WITH COOKIES!!!) * @requires jQuery($), jQuery UI & sortable/draggable UI modules & jQuery COOKIE plugin

Conflict between jquery and ajax

柔情痞子 提交于 2019-12-13 04:57:31
问题 I use Igoogle component inettuts and I have some links in the side of my web page if the user remove a block of data he can get it back i use ajax to achieve my goal as the following : My .aspx : <ul id="column2" class="column" runat="server"> <asp:UpdatePanel ID="uppnl_2" runat="server"> <Triggers> <asp:AsyncPostBackTrigger ControlID="rlv_mainservices" EventName="ItemCommand" /> </Triggers> </asp:UpdatePanel> <!-- ////////////////////////////////////////////////--> My .cs : protected void

iGoogle Gadget on Android Phone as APP or Widget

半腔热情 提交于 2019-12-11 06:27:33
问题 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 done? Link To iGoogle Gadget I have found that I can EMBED the html to a webpage, could this be useful in creating something that would appear on my phone? 回答1: That depends on what you mean by "widget" or by "APP". If by "widget" you mean "app widget" (interactive element of a home screen), what

How to use draggable sections like on iGoogle?

吃可爱长大的小学妹 提交于 2019-12-03 13:05:28
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 functionality as part of a proof of concept? UPDATE How do you make it so that the layout you changed to is saved for the next load? I am going to guess this is some sort of cookie? Any up-to-date client side framework will give that kind of functionality. jQuery YUI GWT Prototype Just to name a few... Regarding the "saving" (persistency, if you will) of the data, this depends on the back-end of

Google currency converter API - will it shut down with iGoogle?

天涯浪子 提交于 2019-12-03 04:08:34
iGoogle is shutting down . There is an (undocumented?) currency conversion API available with URLs like: http://www.google.com/ig/calculator?hl=en&q=1GBP=?USD The base of this url - google.com/ig - takes you to iGoogle. Will the API be available after iGoogle shuts down? Simon Davies I was having the same issue described here: https://stackoverflow.com/a/19786423/2819754 I used @hobailey answer for a temporary fix until i can update it to another version or google decide to do a proper api. As google changed the URL to https://www.google.com/finance/converter?a So the fix i found is below.

Getting currency conversion data from Yahooapis now that iGoogle is gone

醉酒当歌 提交于 2019-12-02 14:01:51
问题 Up until yesterday I had a perfectly working budget organizer site/app working with iGoogle. Through PHP, using the following little line file_get_contents('http://www.google.com/ig/calculator?hl=en&q=1usd=?eur'); and similar I was able to get all I needed. As of today, this is no longer working. When I looked into the issue, what has happened is that Google has retired iGoogle. Bummer! Anyway, I was looking around elsewhere but I can't find anything that fits my needs. I would REALLY love to

Getting currency conversion data from Yahooapis now that iGoogle is gone

好久不见. 提交于 2019-12-02 05:42:05
Up until yesterday I had a perfectly working budget organizer site/app working with iGoogle. Through PHP, using the following little line file_get_contents('http://www.google.com/ig/calculator?hl=en&q=1usd=?eur'); and similar I was able to get all I needed. As of today, this is no longer working. When I looked into the issue, what has happened is that Google has retired iGoogle. Bummer! Anyway, I was looking around elsewhere but I can't find anything that fits my needs. I would REALLY love to just fix it and get it running again by just switching this one line of code (i.e. changing the Google