Community Questions & Answers

Parse and xml to an array

Hey people! I need some help. I must parse an online XML document and put the elements of each item in an array. I'm trying to do it but when i do `data.length();` it is 0. ~~~ function parsear() { var data = []; var xhr =...

Pull content from the source code of a site

Hello! I'm doing a client of news site. Unfortunately there is no online rss. Is it possible to get the source code of the page and find the name of the news, images and the text, and what to feed it WebView. I understand that the search by tags available...

XMLTools for rss feed

Use [XMLTools](https://github.com/dbankier/XMLTools-For-Appcelerator-Titanium) for parsing RSS. Everything is working fine, but [feed](http://habrahabr.ru/rss/best/) returns: ~~~ { channel = "\n\t"; version =...

How to get notifications ?

Hi all, How to get notifications when new blog has been added to blog ? **URL: http://vibrantinfosystem.blogspot.com/** Below is the code: app.js ~~~ function isiOS4Plus(){ if (Titanium.Platform.name == 'iPhone OS'){ var version =...

Back button issue in iOS

Here is the code for retrieving RSS from the URL: app.js ~~~ var win = Ti.UI.createWindow({ backgroundColor:'#fff', tabBarHidden:true }); / create and set right button var rBtn = Ti.UI.createImageView({title: 'Settings',...

RSS Reader

I have a question about RSS reading, I tried the KitchenSink example, but it returned an error, I copied the file rss.js (and renamed to app.js) from Kitchen Sink, together with strip_tags.js to the Resources folder. The Runtime error message returned...

Parse RSS from Wordpress

I tried looking at the Kitchen Sink, but I can't really make heads or tails out of it. Anyone have some sample code for parsing a Wordpress RSS? I'm going to need to grab the latest post for one of my tabs, and say the latest 20 for another page.

Feedburner

Anyone have any examples of parsing a feedburner RSS feed into a tableview? Thanks

RSS Mashup Missing on Android

Good Day, Does anyone know why the RSS mashup is missing in Kitchen Sink on Android? Is this a iPhone only feature? Any help would be greatly appreciated. I would like to find a way to use this on Android as well. Best-

Andoir & iOS Notifications

**How to get notifications when new blog topics has been updated ?** Hi all, Below is the code for retrieving blog news which works well & good: ~~~ Titanium.UI.setBackgroundColor('#000'); var win = Titanium.UI.createWindow({ title:'RSS Feed',...

Looking for RSS thumbnail parsing suggestion

Having spent more than a few hours searching through both this forum and others, I still haven't found a reliable approach to extracting thumbnail images from RSS feeds. While the RSS 2.0 spec indicates that image references should go in optional...

RSS on Android

Hi! I have this code and trying to get it working for android. I know that the iPhone-parts needs to be erased but not how? ~~~ var win = Ti.UI.currentWindow; var rssURL = 'feed://megapixlar.blogg.se/index.rss'; function getRSSData(){ var...

creating rss feed

Hello, I want to create an RSS feed but I do not really know how to do it I visited the site http://twoappguys.com/blog/appcelerator-view-rss-feed/ but I did not really help. basically I have a view when I clik on it I have a new window with tabs...

Flash videos are not displayed

I'm already posted a question about this but i want to complete it. [Open webview link from XML Parser with a new window](http://developer.appcelerator.com/question/136033/open-webview-link-from-xml-parser-with-a-new-window#comment-124672) I created a RSS...

TCAD Lab 285 and Facebook RSS feed

The TCAD Lab 285 is an RSS reader found here: [Lab 285](https://wiki.appcelerator.org/display/td/285+Integrating+Web+Content) In the Lab you tap into a site's RSS feed through the URL's found in the files: RSSWindow.js and network.js I switched out the...

Problem with window

Hello I just want to make an apply with two tabs: One with a rss reader and the other with a pdf; So I want to add to the window: win2.add(rssreader); But when I launch it say that I can't set a function like an argument >< How can I do this, thank...

soundcloud

Hi tean cab some tell me if i can play my soundcloud music...or is.there anyway of playing the.song from internet ...i made a app but saves the files.in the.app making a app very large to downloaf...any help??

RSS Child View

I have an application where if you click a tab it opens up a RSS feed but for some reason, after the table loads, I can not get the webpage to open within the application after a use clicks a row. I believe the issue is the "win.open(webwin);"...

Help with rss feeds

Hi guys ! So, I want to add a feeds reader to my app (android). I've found this code here, I would like to know if it is possible to use it by just changing on it to my feeds page. ~~~ xhr.onload = function() { // Data is returned from the blog, start...

Sample RSS within Application

I am currently designing an application for iOS and Android where on one tab there are a few rows and for one of the rows it goes to a RSS feed for news. I have used the sample RSS feed code within the application and it works great except the back button...

Import Feed from Facebook Events

HI. Is it possible to import a feed from a specific FB page events? The only thing i find is a feed to webcal ex: webcal://www.facebook.com/ical/u.php?uid=534868302&key=AQDSUemPPAFmy0kd I want to display events from my FB page in my app how do i...

Google calendar rss feed

Hi. I have been struggling with how the H*ll to import my google calendar events into my app. The only thing i got to work is to embed the calendar in a web view "program" style. I much rather want it as table rows that is clickable to see...

RSS News Fields

Hi, Can someone tell me what the standard fields are one can expect from an RSS news feed? I have found link, title, description - what are the field names for : icon (or image), date of news, etc.. Thanks

478 views
asked 1 year ago by E B
last activity 1 year ago

Change WebView <div> font size

Hello everyone! Is there a way to change the font size of a specific div inside a WebView? Most RSS Feed apps (e.g. NYTimes) have two buttons, the first increases the size of the fonts and the other one decreases it. Thank you so much for your help!

Problem with RSS feed

I am trying to make a RSS feed based on the kitchensink XML RSS. What i am trying to do is getting a RSS feed in a table view - when you click on a "news-post" you will come to a new window - when i want to display the XML on the next window i...

Parse xml value

Hey Dear forum! Im trying to build a rss reader and i need to parse the published date of a post from the XML - right now they show up in this format. "Tue 21, Feb 2012 09:50:45 +0100" But i need it to be shown like this "Tuesday , 21...

Same variables - different values from XML

Hello I am building an RSS reader based on the example of Two App guys. I am getting my RSS feed correct on the main window where all the titles of the post are the variable this_post_title. But when you click on one of the articles you are forwarded on...

Problem with RSS feed

I am trying to make a RSS feed based on the kitchensink XML RSS. What i am trying to do is getting a RSS feed in a table view - when you click on a "news-post" you will come to a new window - when i want to display the XML on the next window i...

Would you help me to get values from JSON ?

I'm testing JSON. I have no problem with simple JSON, but here is a JSON I got from a RSS conversion. I don't know how to get values through this JSON request (XHR). I need from __item__ : title, description (I don't know how to convert or remove HTML...

Showing 1-50 of 122 1 2 3