Page 3 of 5

Smart-loading the Javascript

Posted: Mon Jan 14, 2013 6:24 pm
by Ken Robol

Smart-loading the Javascript

Posted: Mon Jan 14, 2013 6:24 pm
by Ken Robol

Here's what i am getting!


Smart-loading the Javascript

Posted: Mon Jan 14, 2013 6:42 pm
by Kateryna Grynko

Does Rest Service which you use return the data precisely or do you get empty text in the received data?


Smart-loading the Javascript

Posted: Mon Jan 14, 2013 6:49 pm
by Ken Robol

It returns some...I have access to it for you on support@tiggzi.com


Smart-loading the Javascript

Posted: Mon Jan 14, 2013 6:57 pm
by Kateryna Grynko

Thank you, I'll take a look


Smart-loading the Javascript

Posted: Mon Jan 14, 2013 7:31 pm
by Kateryna Grynko

There is an entry in the RSS feed, which you use as a data source:

code<item>
<title> Morning and Evening 1&#47;14 PM <&#47; title>
<description> <div><&#47;div> <&#47; description>
<pubDate> Mon, 14 Jan 2013 00:00:00 -0500 <&#47; pubDate>
<&#47; item>
/code
There is no text because of the written description <div><> (which means </ div).


Smart-loading the Javascript

Posted: Mon Jan 14, 2013 7:49 pm
by Ken Robol

How do i fix it?


Smart-loading the Javascript

Posted: Mon Jan 14, 2013 8:00 pm
by Kateryna Grynko

This is a server problem. It sends empty data that's why there are empty fields in your app.
You can check where the data in the RSS feed received from and write something in those places where the text is empty.


Smart-loading the Javascript

Posted: Tue Jan 15, 2013 12:15 am
by Ken Robol

Should I use something else? Don't know how to do that?


Smart-loading the Javascript

Posted: Tue Jan 15, 2013 12:28 am
by maxkatz

Adding to what Katya said. The data is coming from the server (your RSS feed) and one of the fields appears to be empty. We don't know why it's empty -- you should ask the person who created this service. It's outside of our control.