0
votes
3answers
50 views

What's the event for leaving the IE tab?

I want my javascript to be trigged when: The current IE tab is switched out when multiple IE tabs are open. When the current IE tab is closed. I don't want my JS code be trigged by the in-page pops ...
-3
votes
0answers
30 views

Web Applications [closed]

I'm just gettting into web development, and I'm having a hard time understanding how all the Javascript components go together. If you want to make desktop applications in Qt, you make the UI and ...
0
votes
0answers
19 views

Where can I download the basic server configurations for eclipse?

The docs say: Use the HTTP Preview server when you want to quickly test resources in a static Web project. The HTTP Preview server is a Hypertext Transfer Protocol (HTTP) embedded test server that is ...
1
vote
2answers
24 views

Access row in html table

I'm using the below function (copied from this site) to delete HTML table row, function delete_row(o) { var p=o.parentNode.parentNode; alert(p.value)//I need to alert the value of the row ...
0
votes
0answers
31 views

Is it possible to have a SPA containing multiple other SPAs with Durandal?

Please see the article: ASP.NET MVC 4 pluggable application modules (http://geekswithblogs.net/cokobware/archive/2013/01/15/asp.net-mvc-4-pluggable-application-modules.aspx). We’re trying to design a ...
2
votes
1answer
32 views

How to draw geometry shapes over an asp.net image control to create image map?

I need an ASP.net control(like ImageMapControl), which makes it possible for the user to define imagemaps. I show an image, the user can define areas (polygons would be nice, but just rectangles is ...
1
vote
1answer
30 views

How can I make the angular.js route the long path

I am making a file explorer with angular.js. so, I will deal with some long url, eg: mydomain/folder1/sub1/grand-sub1/.././ I just learn angular and find out that angular has the ...
0
votes
0answers
37 views

Is it wise to disconnect the UI layer from the backend in mobile web apps? [closed]

What's the future when it comes to mobile web development? I mean, traditionally, in the java world, we make use of Java EE technologies such as Spring, Hibernate and some MVC framework like Spring ...
0
votes
0answers
29 views

Get scrollTop() while scrolling on iPad/iPhone

I'm trying to get the scrollTop() value while scrolling a website on the iPad/iPhone. $(window).scroll(function(){ console.log($(window).scrollTop()); }); I'm using this code for normal desktop ...
2
votes
2answers
47 views

Java spring based webapp vs pure javascript webapp [closed]

I have two options infront of me for web development. Can you guys share your views on which projects suits for each of the paths: path 1: java + spring on server side and javascript/html on front ...
1
vote
0answers
50 views

Rails, JQuery Mobile & Javascript

Hi stackoverflow community, this is my first question on the site after being helped a lot by this one! I'm building a mobile web application in Ruby On Rails integrating the JQuery Mobile ...
0
votes
2answers
37 views

Knockout computed observable not working

I am using a Knockout computed observable to multiply two other observables. Unfortunately, the computed observable does not seem to be outputting any value. var boyle1 = { volume1_text: ...
0
votes
1answer
64 views

Getting Device ID using JQuery or Javascript

Is there a way to get the device's unique id using JQuery/Jacascript. I know one can detect the user agent and type of device that is being used but that is not required. I need to know the unique id ...
-3
votes
0answers
17 views

JAVA event based push notification

My Project is written in java servlet. I want create a real time push based notification for event performed by any user than its relevant user get notified.
0
votes
1answer
39 views

With JQueryMobile, Facebook JS SDK doesn't work after change page

I have an webapp which works with jQuery Mobile (full ajax navigation). I initialize the Facebook SDK at the jQueryMobile's pageinit event (each page called). jQuery(document).on('pageinit', function ...
0
votes
0answers
13 views

JS slideToggle not working on iPhone web app

I have this JS for my slideToggle function: <a id="showhide-notes"><strong>Notes</strong></a> <div id="notes-div" style="display: none;"> display here ...
0
votes
1answer
18 views

Can't delete a row from SQLITE database

I have a weird problem with my sqlite-datase. I can insert and display my data but I can't delete them (especially when I do a "equal to" query). Here's my code: <body> <div ...
0
votes
0answers
33 views

Call a webservice(.asmx) from another website/webapp using javascript

I am trying to call a webservice(.asmx) file using javascript. Heres a detailed explanation of what I am trying to do. I have a two WebApplication projects one contains the WebService.asmx file, the ...
0
votes
0answers
10 views

Fuzz test (framework) web application?

Are there frameworks that can perform fuzztesting on WebApplications? I know that Selenium and WebDriver are used to build tests for web-applications, but I am particulary interested in libraries, ...
0
votes
1answer
45 views

How can I use buttons to dynamically change a form?

I have a table that displays all of a users Teacher models. I want the rightmost column of the table to contain 'edit' buttons that cause a bootstrap modal to appear with a form that submits to that ...
1
vote
2answers
38 views

Meta-framework for server-tech independent web-apps?

Is there a framework(meta-framework) where we can make web-apps that are server-technology independent - without writing a lot of UI? In many large web-apps, we use JavaScript and DOM heavily (via ...
0
votes
1answer
18 views

How to get content in a flash embeded on a web site?

When dealing with simple web page, even if the page doesn't allow selecting text or right click, a browser with tools like inspect element is enough to get the content wanted. But is it possible to ...
1
vote
0answers
21 views

Load iframe's popup in the same iframe

I'm writing a web app for tablets, which will connect to my client's project management scheduler software. Their software has a web interface, which I want to put in an iframe. However, when ...
1
vote
0answers
51 views

How to run code on your site from different programming languages?

Is there a way i can design a code editor that would allow users to write, say, small java programs in the site and on the server it's somehow compiled and the results are returned?
0
votes
2answers
89 views

Why does my JavaScript Prime Number-Generator not work?

The aim of this program is to list all the prime numbers from 1 up. I am a complete novice. I began writing this in C++ (unsuccessfully) and translated to this (JS) I am aware of some problems but ...
0
votes
0answers
29 views

extjs make panel just big enough for all it contains

Ext JS 4.2 I want to create a window so that it is just big enough for everything it contains. I don't want to speify width and height, I want ExtJs to figure that out for me. How can it be done?
0
votes
1answer
17 views

Can you have multiple instances of Plupload on the same HTML form?

Is it possible to embed several instances of Plupload on the same form? If so, is it also possible to safely remove the manual 'upload' button so that I can programmatically trigger the uploading of ...
1
vote
1answer
27 views

Entity Creation Via Select Box

When an option a user desires is not present in a select box, how can I make it possible for the user to create a new option via the select box itself, via-a-vis quickbook, harvest, etc? I thought of ...
1
vote
1answer
34 views

IE9 does not accept unicode string in Javascript

I tried to run my webapp with IE 9 (it already runs well in Firefox and Chrome) and I continuously get The error Script1014: Invalid Character The debugger yields one line of code that contains ...
-2
votes
0answers
28 views

JWebSocket implementation in existing WebApp [closed]

I found very useful jwebsocket for my project. Was reading a lot of examples and one most similar to hat I need is this one: ...
2
votes
1answer
53 views

Meteor js .allow list not showing

I am trying to implement the .allow part of meteor in an application I'm building. Before introducing it a list was displaying comments a user entered, now the comments just flash up for a second and ...
0
votes
2answers
59 views

Json data formatting best practice

I have a SPA web page. Data are loaded with ajax requests. I need to show some culture sensitive data on that page. What is the best way for formating this kind of data? Basicaly I have two options: ...
0
votes
2answers
57 views

How to Replace all my live() functions to on() function [duplicate]

As Jquery 1.9 deprecated live() function,So I have to change those to alternative on(). Everything seems fine. In my project i am using almost >100 live() functions.They should work great if I go ...
-1
votes
0answers
32 views

java script date popup is not working in firfox

The following is the function for date selection. The code is working in IE but it is not working in Firefox. The problem coming at selecting a day.iam not able to select a day in Firefox. function ...
0
votes
3answers
46 views

How to use insecure web script on SSL pages

I have used SSL to secure my pages, but one of my scripts has stopped working. I was using on page to show visit count on this website. It was working fine earlier without SSL but now shows the ...
0
votes
2answers
42 views

Rendering views for each model in a backbone collection

I'm working on a toy backbone.js application, a library application to perform CRUD operations on a library. Here is the book model and the library collection (of books) var Book = ...
2
votes
3answers
53 views

Converting Span to Input

I am developing web app, I have such a requirement that whenever user click on text inside span i need convert it into input field and on blur i need to convert it back to span again. So i am using ...
0
votes
1answer
69 views

Accessing local file system on browser

Please hear me out before you start crying security issues. This is for an intranet application, hence I have full range to install any plugins or change any security permissions to suit. What I ...
0
votes
0answers
21 views

multiple controls accessing same web service

I have two controls on one form that access the same web service. If I hook everything up the webservice stops working. I'm wondering if this is possible, that is multiple controls calling the same ...
0
votes
0answers
66 views

Update javascript table: Uncaught TypeError: Object [object Object] has no method 'tableRow'

I'm making a contacts app that updates a table with the users input but cant seem to get the table to update once i input data i only get the error above. Not sure how what I've to change the method ...
0
votes
1answer
32 views

AJAX based application memory leak?

I'm making a mobile app using Phone Gap (HTML, CSS and JavaScript/jQuery). The application is a mobile interface to a larger website, and it uses AJAX to load web pages and display them. My ...
0
votes
0answers
51 views

Closing popup window(opened from window.showModalDialog) on error page and re direct to home page?

Ihave a default page it contains a iframe where i show page 1,2,3,4.now page 3 has a pop up page 5. When there is any error in page we redirect in an error page like catch (System.Exception ex) { ...
-1
votes
0answers
49 views

Best way to load dynamic contents onto various parts of HTML using PHP

I want to load dynamic contents into various locations in an HTML file, and display it to user a way that minimizes the use of memory on client's machine. This is because my website currently uses ...
1
vote
1answer
46 views

How to get the onfocus event to fire for checkbox in firefox and chrome

In IE i am using an onfocusin event and everything works as expected for the checkbox however onfocusin only works with IE and not other browsers. Also the onfocus doesn't work for checkbox's either ...
-1
votes
1answer
26 views

Accessing Phones GPS settings using javascript

Im working on a geo-location web app using javascript and the google maps api-v3. I was wondering if it is possible to check if the user is connected to their GPS and if not, navigate the user to his ...
-2
votes
0answers
35 views

Incorporate word processor control in web app? HTML5 Javascript? [closed]

I'd like to incorporate a more sophisticated word processor control in my web app than just your standard text area. It needs the following: Open docx, pdf in edit mode, and save Print document ...
0
votes
0answers
36 views

How to add content to page A with javascript in page B

I just have a simple question about using JavaScript. I have some Javascript code in one page of my web app and I'm looking to use it to add some content (even just add so much as a simple HTML ...
1
vote
1answer
62 views

Backbone.js Form Values Remembered in History

I'm new to the whole Backbone (and I'm actually not much of a JavaScript programmer yet), and I'm running into issues with a filter form. Basically I have a database that my backbone collection gets ...
0
votes
0answers
13 views

Determine whether tab was refreshed intentionally or due to iOS memory constraints

Mobile Safari and other iOS web browsers (e.g. Chrome) sometimes remove tabs from memory in order to make room for new tabs. This causes the tab to refresh upon regaining focus. The web application ...
0
votes
2answers
47 views

Store JQuery selectors

Is there any best practices on how to store actual JQuery selectors? Not what they return but the selector string itself. We have tons of selectors in our project, I'd like to have a place or an ...

1 2 3 4 5 26