JavaScript is a prototype-based scripting language

learn more… | top users | synonyms

0
votes
1answer
27 views

Web browser is having problem on processing js in UTF-8

I am using Firefox 20.0, but once I was browsing a website(Chinese) and the Lunar Calendar javascript got something like NaN or Undefined. The website has been tested under iPod, Firefox in Windows ...
0
votes
1answer
73 views

GWT (Google Web Toolkit) designer not working on Ubuntu 13.04

On 13.04 the GWT designer is not working on Eclipse 4.2 and Eclipse 3.7. If I want to switch in the design-mode after executing Workaround 2 from this page, Eclipse crashes and is closing ...
-1
votes
0answers
36 views

php jquery and ajax in mozila [closed]

Does anyone try to work with jquery ajax and php in mozila's browser? And get the same result, when try to get some result from php file with jquery: RESULT THAT IT DOES NOT WORK? If someone knows ...
1
vote
2answers
128 views

How to install JavaScript Eclipse platform on Ubuntu

I sudo apt-get install eclipse installed Eclipse on my Ubuntu 12.0.4 server, by checking I found it is a classic platform. So, how can I make it as a JavaScript IDE? I followed ...
0
votes
0answers
61 views

How do I install Unity Web apps from .js files?

I was having problems installing the Gmail and Wordpress apps in 12.10 so I went to this link http://bazaar.launchpad.net/~webapps/webapps-applications/trunk/files/head:/src/ and downloaded these ...
0
votes
1answer
253 views

Ubuntu 12.04.1 becomes unresponsive and frozen

I have a "classic" install of ubuntu 12.04.1 LTS 64 bits, with the ubuntu-restricted extras 57 installed. All updates done. When loading this page from a daily news papers from Firefox 18: ...
1
vote
0answers
35 views

Is it possible to read from a file from a Cinnamon applet?

Is it possible somehow to read from a local file (or a file in name@domain directory) some info from the applet? So, i need to extract information from local file, that will be created in local ...
1
vote
1answer
52 views

help with using the Unity Web API for my website

I'm trying to follow this tutorial, but when clicking on the 'executing this now' on that site nothing happens, i have put up this code here press (CTRL+U) to see the code and that doesn't work ...
1
vote
2answers
513 views

GWT (Google Web Toolkit) Designer not working on Ubuntu 12.10

The GWT Desinger is not working on Ubuntu 12.10. It worked on Ubuntu 12.04. I installed the Eclipse Plugin as described on the GWT Homepate If I want to open the Design-View (for an xml-GWT-File), ...
1
vote
0answers
120 views

Ubuntu Lock Screen Conflict with Google Chrome

I don't know if this is a "feature" or not, but when I lock my screen in Ubuntu (GNOME 3), if Google Chrome needs to show a JavaScript alert (like if I set a reminder for an event in Google Calendar), ...
0
votes
0answers
95 views

Chrome form issues

Since I've installed Ubuntu on my system I've done several changes. One of them was installing Google Chrome, since i use it on Windows and also it's lighter in my opinion (but that is not the ...
0
votes
1answer
835 views

Unresponsive Script window pops up all the time now. Why and what to do?

I don't know that it's for the exact same script each time, it may be. A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to ...
1
vote
0answers
223 views

Netbeans 7.01 from 12.04 repository, no javascript support

I've installed Netbeans 7.0.1 from 12.04 repository, I'm having many issues. The most important is that I cannot have help in writing JavaScript. Each .js file appear as a usual text file and even ...
1
vote
4answers
95 views

Windows browsers in ubuntu for web developent

I regularly do front end development(html,css,js) and need to test websites for ie7, ie8, ie9, firefox, chrome, safari, opera in windows.I would like to move to ubuntu, but am concerned that testing ...
0
votes
1answer
106 views

Can't get media player and actions working on Unity Webapps

I'm following the API documentation at http://developer.ubuntu.com/api/ubuntu-12.04/javascript/ My code, very simplistic: var Unity = external.getUnityObject(1,0); Unity.init({name: "Radio ...
0
votes
0answers
30 views

Yellow block javascript problem

Every time i load a webpage with javascript, a yellow block appear in the top left corner. It's very annoying, and can't click the links behind it. I use ubuntu 12.04, Chromium browser, java JDK 7. ...
3
votes
1answer
320 views

Gnome Shell JS - Listen for DBus signal on an interface for any path

I'm trying to write an extension that listens for a DBus signal, but I don't know the path ahead of time. Actually, there are multiple paths (unique for each application that implements the ...
0
votes
1answer
283 views

How to circumvent “Illegal instruction error” with midori, luakit and surf

I just installed a fresh minimal ubuntu 12.04 system, first without X, then I installed xinit and xmonad. After that I installed some lightweight browsers: surf, luakit and midori. When I start one ...
1
vote
1answer
109 views

How to enable javascript on xdg-open

I am trying to open a url using xdg-open but the terminal says, So how do I enable the javascript?
18
votes
6answers
9k views

Google Chrome not rendering webpages correctly

I am facing some serious web page rendering issues with Chrome. It is more prominent during javascript based animations and stuff on websites like youtube. I have tried removing chrome using (sudo ...
0
votes
1answer
322 views

Javascript problem

I've a problem with Javascript on web browsers. I can't open Facebook, I tried to delete cookies and cache, and thanks to this I manage to login and see the home page, but then whatever I do it will ...
0
votes
0answers
146 views

how to code prettyphoto jquery plugin to trigger modal window from simple URL word link

I have been working with the prettyphoto jquery plugin. http://www.webupd8.org/2009/06/prettyphoto-jquery-lightbox-clone-works.html for the below question, refer to demo presentation "Image Gallery" ...
0
votes
1answer
406 views

Java Script is not working in ubuntu firefox

My ASP application is running perfect in windows IE, but when i run on ubuntu firefox Javascript is not working properly.. Below is my java script code..... And I am calling this java script on ...
5
votes
2answers
840 views

Is there a package for an executable version of v8?

I'm trying to get Vim JS lint plugin working under Ubuntu 12.04. The plugin requires the d8 command, which is an executable version of Google's v8 JavaScript Engine. I do see a libv8 package, but ...
0
votes
2answers
987 views

Firefox Unresponsive script after wake-up/resume

Firefox is often unresponsive after waking up/resuming from hibernate/suspend on Ubuntu 12.04. After a while it will give me an error saying that some script is unresponsive and I get the choice to ...
1
vote
1answer
322 views

gnome-shell-extension: JS that works in looking glass doesn't in extension

I've got the following snippet of code that (in the looking glass) gives me a list of contacts I have (managed by gnome-contacts): // METHOD 1: const ContactDisplay = imports.ui.contactDisplay; let ...
1
vote
1answer
282 views

set window properties (above, on all workspaces) in js/gnome-shell-extension?

As part of teaching myself how to make gnome-shell-extensions, I'd like to be able to tell a window to be on all workspaces on on top of all other windows. I notice in the mutter API there is a ...
3
votes
1answer
1k views

Is possible to run the jsc (JavaScriptCore) utility from the command line in Ubuntu, like in OSX?

In OSX there is a hidden utility called jsc, part of WebKit, that can be used to run JavaScript code on the command line. It can be used as a JavaScript console, like irb for Ruby. I have the ...
5
votes
1answer
1k views

Is it possible to run Windows 8 apps in Ubuntu?

I read that new apps in Windows 8 will mainly be developed in HTML5 and Java-script. Those two languages are already supported in Ubuntu. Hence, is it − or will it be − possible to run those apps in ...
0
votes
2answers
5k views

Java Script functionality not working in firefox on linux

I have developed a project in asp.net which contains javascript functionality as well. The application is working as expected in windows with all the browsers. But I am facing issues with linux OS. ...
2
votes
2answers
295 views

How can one invoke lg (Looking Glass) from a command line?

I had asked another question which is related. I know that I can invoke lg (looking glass) via the gnome-shell "run application" window (by pressing Alt+F2). What I'd like to know is how to do this ...
1
vote
2answers
316 views

Is it possible to assign a keyboard shortcut to cause the Looking Glass to appear?

On Ubuntu 11.10, using GNOME Shell, I find myself using the "Looking Glass" JavaScript Console very much. I know how to assign desktop shortcuts in general; but, this seems a little unusual. Instead ...
0
votes
1answer
2k views

How to run javascript/html page

I want to know what is the terminal command for compiling and executing Javascript/HTML. Is it the same as that of compilation of C program or is it different?
2
votes
1answer
196 views

GWT (Google Web Toolkit) App through USC (Ubuntu Software Center)

Is it possible do deploy google web toolkit (GWT) apps through the UBUNTU software center? I never deployed any application through the UBUNTU software center (newbie). So if yes, is there someone who ...
5
votes
2answers
546 views

Does Evince support javascript in pdf files?

In some pdf file readers for MS Windows such as those from Adobe or Foxit, it is possible to turn off the ability to implement javascript in a pdf file. Is that possible with Evince (Document Viewer) ...
18
votes
2answers
723 views

Is the source code of the online tour available?

For Oneiric Ocelot launch, there was an awesome Tour created for showcasing how Ubuntu especially Unity works. The Ubuntu Online tour actually mimics a whole desktop and to a greater extent behaves a ...