<?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 Hello.. in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022345#M38786</link>
    <description>&lt;P&gt;Hello..&lt;BR /&gt;
	This is the code I ask to execute (cordova project):&lt;/P&gt;

&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;
	&amp;lt;html&amp;gt;&lt;BR /&gt;
	&amp;lt;head&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Blank Cordova App Project Template&amp;lt;/title&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt;&lt;BR /&gt;
	&amp;lt;/head&amp;gt;&lt;BR /&gt;
	&amp;lt;body&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h1 class="align-center"&amp;gt;A Blank Project Template&amp;lt;/h1&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class="align-center"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To use this template as a starter app, start with init-app.js and app.js for your JavaScript code.&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; See the README.md file for more details and the comments inside index.html, app.js and init-app.js.&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class="align-center"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="button" id="id_btnHello" value="Touch Me"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="cordova.js" id="xdkJScordova_"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- for your event code, see README and file comments for details --&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- for your init code, see README and file comments for details --&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="xdk/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- normalizes device and document ready events, see file for details --&amp;gt;&lt;BR /&gt;
	&amp;lt;/body&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;script&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;alert ("hello");&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/script&amp;gt;&lt;BR /&gt;
	&amp;lt;/html&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	and this is the console output:&lt;/P&gt;

&lt;P&gt;Console was cleared /home/henry/intel/XDK/xdk/components/client/emulator/ripple.js:25867&lt;/P&gt;

&lt;P&gt;This same code work perfectly on Netbeans, and on all ohers EDI, but not with XDK.&lt;/P&gt;

&lt;P&gt;I have the same problem with all my app since the update: nothing work anymore !&lt;/P&gt;

&lt;P&gt;Thanks for ur help...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Apr 2015 15:35:22 GMT</pubDate>
    <dc:creator>henry_p_1</dc:creator>
    <dc:date>2015-04-13T15:35:22Z</dc:date>
    <item>
      <title>JAVASCRIPT doesn't work anymore ! Help !</title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022343#M38784</link>
      <description>&lt;P&gt;Hello everebody,&lt;/P&gt;

&lt;P&gt;I work XDK 1878 on ubuntu.&lt;/P&gt;

&lt;P&gt;Since the upgrade, the javascript code is no more executed ! Nothing at all !&lt;/P&gt;

&lt;P&gt;I am fully bloked and can't do anything more on my development.&lt;/P&gt;

&lt;P&gt;I try just a program with just an alert in javascript, it doesn't work !&lt;/P&gt;

&lt;P&gt;The same in Firefox work perfectly.&lt;/P&gt;

&lt;P&gt;Can somebody help&amp;nbsp; ?&lt;/P&gt;

&lt;P&gt;Thanks...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 08:10:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022343#M38784</guid>
      <dc:creator>henry_p_1</dc:creator>
      <dc:date>2015-04-13T08:10:08Z</dc:date>
    </item>
    <item>
      <title>Do you have any errors in the</title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022344#M38785</link>
      <description>&lt;P&gt;Do you have any errors in the emulator debug console?&lt;/P&gt;

&lt;P&gt;Can you post your index.html file?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:20:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022344#M38785</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-13T15:20:35Z</dc:date>
    </item>
    <item>
      <title>Hello..</title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022345#M38786</link>
      <description>&lt;P&gt;Hello..&lt;BR /&gt;
	This is the code I ask to execute (cordova project):&lt;/P&gt;

&lt;P&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;BR /&gt;
	&amp;lt;html&amp;gt;&lt;BR /&gt;
	&amp;lt;head&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Blank Cordova App Project Template&amp;lt;/title&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt;&lt;BR /&gt;
	&amp;lt;/head&amp;gt;&lt;BR /&gt;
	&amp;lt;body&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;h1 class="align-center"&amp;gt;A Blank Project Template&amp;lt;/h1&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class="align-center"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To use this template as a starter app, start with init-app.js and app.js for your JavaScript code.&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; See the README.md file for more details and the comments inside index.html, app.js and init-app.js.&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;br&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p class="align-center"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;input type="button" id="id_btnHello" value="Touch Me"&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/p&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="cordova.js" id="xdkJScordova_"&amp;gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/app.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- for your event code, see README and file comments for details --&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="js/init-app.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- for your init code, see README and file comments for details --&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script src="xdk/init-dev.js"&amp;gt;&amp;lt;/script&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- normalizes device and document ready events, see file for details --&amp;gt;&lt;BR /&gt;
	&amp;lt;/body&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;script&amp;gt;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;alert ("hello");&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/script&amp;gt;&lt;BR /&gt;
	&amp;lt;/html&amp;gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	and this is the console output:&lt;/P&gt;

&lt;P&gt;Console was cleared /home/henry/intel/XDK/xdk/components/client/emulator/ripple.js:25867&lt;/P&gt;

&lt;P&gt;This same code work perfectly on Netbeans, and on all ohers EDI, but not with XDK.&lt;/P&gt;

&lt;P&gt;I have the same problem with all my app since the update: nothing work anymore !&lt;/P&gt;

&lt;P&gt;Thanks for ur help...&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 15:35:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022345#M38786</guid>
      <dc:creator>henry_p_1</dc:creator>
      <dc:date>2015-04-13T15:35:22Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022346#M38787</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For me your code works fine. &amp;nbsp;However, I should note that y&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;our &amp;lt;script&amp;gt; should go _inside_ the body tag, not outside.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 16:10:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022346#M38787</guid>
      <dc:creator>Chris_P_Intel</dc:creator>
      <dc:date>2015-04-13T16:10:50Z</dc:date>
    </item>
    <item>
      <title>Hello...</title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022347#M38788</link>
      <description>&lt;P&gt;Hello...&lt;/P&gt;

&lt;P&gt;Yes, you're right, but for this test is it not important.&lt;/P&gt;

&lt;P&gt;I can't understand why this code won't work on XDK but work well on Netbeans.&lt;/P&gt;

&lt;P&gt;I have tried to reinstall XDK but no way...&lt;/P&gt;

&lt;P&gt;There is someting somewhere but I can't find the problem.&lt;/P&gt;

&lt;P&gt;Is there a bug with the new version on XDK for ubuntu ?&lt;/P&gt;

&lt;P&gt;That's what I think... Are you working on Windows ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Apr 2015 16:49:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022347#M38788</guid>
      <dc:creator>henry_p_1</dc:creator>
      <dc:date>2015-04-13T16:49:05Z</dc:date>
    </item>
    <item>
      <title>Hello...</title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022348#M38789</link>
      <description>&lt;P&gt;Hello...&lt;/P&gt;

&lt;P&gt;Sorry for my english...&lt;/P&gt;

&lt;P&gt;I have installed a new Windows and I can work with Javacript now.&lt;/P&gt;

&lt;P&gt;Nobody from Intel answer here but I think there is a bug with the Ubuntu version.&lt;/P&gt;

&lt;P&gt;Now all the code I write work perfectly when I don't use XDK. A simple geolocalisation doesn't work in XDK (I take an example from Intel and It doesn't work !). I have the problem since one month and I can't solve it.&lt;/P&gt;

&lt;P&gt;All the code I writed before the new release doesn't work anymore in the wen release ! But It worked perfectly before the upgrade; I'am sure of this !&lt;/P&gt;

&lt;P&gt;No I stop with XDK.&lt;/P&gt;

&lt;P&gt;I need something more seriously that this...&amp;nbsp; Too much bug and too mutch incompatibilities. No help enought. Too much problem.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 07:15:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022348#M38789</guid>
      <dc:creator>henry_p_1</dc:creator>
      <dc:date>2015-04-17T07:15:00Z</dc:date>
    </item>
    <item>
      <title>I just create a new project</title>
      <link>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022349#M38790</link>
      <description>&lt;P&gt;I just create a new project from the geolocation template, didnt change anything in the code, opened the emulator, and it worked just as it should.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:05:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/JAVASCRIPT-doesn-t-work-anymore-Help/m-p/1022349#M38790</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-04-17T13:05:24Z</dc:date>
    </item>
  </channel>
</rss>

