<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic 1. &amp;lt;preference name= in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049592#M49340</link>
    <description>&lt;P&gt;1.&amp;nbsp;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;lt;preference name="DisallowOverscroll" value="true"/&amp;gt; should fix it, can u share the code so I can check.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;2. db and php scripts to access data and render in JSON format should be hosted on your remote server.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;3. I dont think php sessions not possible if you have the html files local in app.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;4. you can use one of the many push notifications cordova plugins available.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2015 20:36:11 GMT</pubDate>
    <dc:creator>Rakshith_K_Intel</dc:creator>
    <dc:date>2015-08-13T20:36:11Z</dc:date>
    <item>
      <title>TimeTable App using Intel XDK</title>
      <link>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049591#M49339</link>
      <description>&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;I'm working on a timetable app for my institute. A brief idea about the app:&lt;/P&gt;

&lt;OL style="margin-bottom: 1em; margin-left: 30px; border: 0px; font-size: 15px; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;Register a Student&lt;/LI&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;Student Logins&lt;/LI&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;The student can view the lectures that are scheduled for today for their course, details like the lecture name, lecture hall and time will be displayed, and also a toggling is provided through the whole week or the current day. Notifications will be displayed if a lecture is cancelled or a new lecture is added to the time table.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;I've created the UI for login and register and have issues moving forward.&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;&lt;SPAN style="color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;"&gt;I'm using the XDK v2323&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;&amp;nbsp;here are my questions :&lt;/P&gt;

&lt;OL style="margin-bottom: 1em; margin-left: 30px; border: 0px; font-size: 15px; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;How can I disable the verticle bounce in the app? I added "&amp;lt;preference name="DisallowOverscroll" value="true"/&amp;gt;" to the&amp;nbsp;intelxdk.config.additions.xml file in my project files and still have the issue in the emulator and also the apk i tested in my phone, what am I doing wrong?&lt;/LI&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;How can I connect a sql database to the app using php scripts, should the DB be hosted in a server? (would xampp work for testing purposes?)&lt;/LI&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;Same as a web app can I create sessions using php?&lt;/LI&gt;
	&lt;LI style="margin-bottom: 0.5em; border: 0px; word-wrap: break-word;"&gt;I'd like to send notifications when there's a change in the timetable, how can I achieve this is in all platforms (android.ios,windows)&lt;/LI&gt;
&lt;/OL&gt;

&lt;P style="margin-bottom: 1em; border: 0px; font-size: 15px; clear: both; color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 19.5px;"&gt;Thank You!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 02:38:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049591#M49339</guid>
      <dc:creator>Ramith_R_</dc:creator>
      <dc:date>2015-08-12T02:38:43Z</dc:date>
    </item>
    <item>
      <title>1. &lt;preference name=</title>
      <link>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049592#M49340</link>
      <description>&lt;P&gt;1.&amp;nbsp;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;lt;preference name="DisallowOverscroll" value="true"/&amp;gt; should fix it, can u share the code so I can check.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;2. db and php scripts to access data and render in JSON format should be hosted on your remote server.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;3. I dont think php sessions not possible if you have the html files local in app.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="color: rgb(96, 96, 96); font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;4. you can use one of the many push notifications cordova plugins available.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 20:36:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049592#M49340</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2015-08-13T20:36:11Z</dc:date>
    </item>
    <item>
      <title>Quote:Rakshith Krishnappa</title>
      <link>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049593#M49341</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Rakshith Krishnappa (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;1.&amp;nbsp;&amp;lt;preference name="DisallowOverscroll" value="true"/&amp;gt; should fix it, can u share the code so I can check.&lt;/P&gt;

&lt;P&gt;2. db and php scripts to access data and render in JSON format should be hosted on your remote server.&lt;/P&gt;

&lt;P&gt;3. I dont think php sessions not possible if you have the html files local in app.&lt;/P&gt;

&lt;P&gt;4. you can use one of the many push notifications cordova plugins available.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;Rakshith,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thank you for your reply.&lt;/P&gt;

&lt;P&gt;I was able to fix the page bounce by changing the "lockpagebounce=false" to true in appframework.ui.js, it was set to false by default for some reason.&lt;/P&gt;

&lt;P&gt;Could you please elaborate a &amp;nbsp;little more on the answer for the 2nd question please, should everything in the db should be rendered in the app using the JSON format?&lt;/P&gt;

&lt;P&gt;If php session are not possible, how can I make a session when a user register and logins to the app? Is there any workaround?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 03:34:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049593#M49341</guid>
      <dc:creator>Ramith_R_</dc:creator>
      <dc:date>2015-08-14T03:34:54Z</dc:date>
    </item>
    <item>
      <title>you can develop APIs in php</title>
      <link>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049594#M49342</link>
      <description>&lt;P&gt;you can develop APIs in php for your app to access data.&lt;/P&gt;

&lt;P&gt;you can use cookies or local storage for login sessions.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 20:19:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/TimeTable-App-using-Intel-XDK/m-p/1049594#M49342</guid>
      <dc:creator>Rakshith_K_Intel</dc:creator>
      <dc:date>2015-08-14T20:19:15Z</dc:date>
    </item>
  </channel>
</rss>

