Skip to main content

All Questions

0 votes
1 answer
213 views

Load RSS data into global variable

I use Javascript. I want to get RSS data by API google (this link: http://www.javascriptkit.com/dhtmltutors/googleajaxfeed.shtml ), then insert the data into a Array (Global variable). But my global ...
vtking's user avatar
  • 43
1 vote
1 answer
881 views

Changing the number of results using Google Feed API

I'm trying increase the number of items that appear on this webpage using the Google Feed API to 25 instead of 4 items: http://ewh.ieee.org/reg/1/sac/news.php Here is the JS: <script src="//www....
Ralph David Abernathy's user avatar
2 votes
1 answer
365 views

Google Feeds API to display last week feed

I am using the Google Feeds API to display the last 7 entries. Its working very well. However we have got a new requirement to display only the last week's feeds. QUESTION Is there any way to pass a ...
Abhishek Saha's user avatar
0 votes
1 answer
2k views

Get the image from Google Feeds API

I know this is likely very easy however I have been bashing my head for little over an hour and I am stuck. I am trying to use Google Feed API to show a list of recent houses, It works just fine ...
Johnathon Mathews's user avatar
0 votes
0 answers
172 views

Google RSS API Charset UTF-8

I want to use non-english characters on my jquery mobile app and I want to apply UTF-8 Charset to the result returned from Google RSS API. I searched on many sites but I could not find correct answer. ...
user20072008's user avatar
2 votes
0 answers
322 views

Google feed load API, Start index

I am using Google feed load API service, to parse a Rss feed. The idea is that I want to load the feeds separately and not to load a big amount of feeds in one call. It is going to be like 20 items ...
AlexC's user avatar
  • 9,661
0 votes
2 answers
413 views

how to get the value from a callback function

I am relatively new to javascript and I am facing some difficulty.I have two java script files as I have shown below. I am having trouble getting the value of the variable entry_title inside the ...
yesh's user avatar
  • 2,070