Tagged Questions
0
votes
0answers
11 views
jmol java applet : java.io.FilePermission error.
I am trying to embed a Jmol java applet on a test website. Currently everything is local (ie on my hard drive).
<html>
<head>
<script type="text/javascript" ...
1
vote
1answer
35 views
Jquery Mobile Dialog on page load, the dialog doesn't load
I'm trying to get jQuery dialog to appear after webpage loads so that the user can input some important data so that the homepage can load some data.
$(document).ready(function(){
...
3
votes
2answers
50 views
Adding URLs to one page web application
Suppose I have a "one page" web application. The "main page" (index.html) contains a few web forms, but only one form is displayed at any time. When the application is loaded only form A is displayed ...
0
votes
0answers
17 views
Charge a nodejs web from other
I have a question for how to charge a node web served page in another one. The thing is that I created a web application on my server, the html, css an js is given by nodejs to the browser that asks ...
-1
votes
0answers
47 views
Which languages should I learn to complete my goals? [closed]
Some years ago I learned a bit of html, but I want to learn it all over again using the new html5/css3 standards. My goal is to transform this java/geogebra app: http://euclidthegame.com/ into some ...
-2
votes
0answers
37 views
From HTML5 impotent to mastering HTML5. What is the roadmap? [closed]
Some years ago I learned a bit of html, but I want to learn it all over again using the new html5/css3 standards. My goal is to transform this java/geogebra app: http://euclidthegame.com/ into some ...
0
votes
1answer
32 views
Fetching next row of mysql result to compare an index with present row which if being same -> loop output
So I am generating a report dynamically by fetching values by mysqli_query. This is the current output - > http://i.imgur.com/87XWAxQ.png?1 What I want is that while we are echoing the tasks for the ...
0
votes
0answers
17 views
Safari- HTML form is getting submitted twice. How to prevent it?
i have the following code
function submitSelf()
{
var adhocMainJspPane = getFrameObject('adHocMainJSPPane',openerObject);
document.Form.action="something";
...
3
votes
1answer
54 views
How to create a mouse drag slider for HTML elements?
Many slider plugins that I have found are either only click to view next image or, if they do have mouse drag or touch drag capabilities, only allow images. Does anyone know of a plugin or possible ...
0
votes
0answers
11 views
Anchor link to Firefox about:config?
As the single way I found to uninstall a webapp is to go to the about:apps page, I wanted to code the following:
<p>To uninstall the webapp, please go to
<a ...
-1
votes
1answer
28 views
Displaying Menu iteams through webview in android application
I am a web application developer . I am new to android application development and still learning . I have created a simple web app using webview and that is working well now i have created a menu in ...
0
votes
0answers
60 views
Method Call from Java Applet to JavaScript through JSObject doesn't works with IE9 and IE10
I'm using JSObject.call to call Java Script API from my applet.
This is working great for Chrome Firefox and Internet explorer v7 and v8.
With v9 and v10 The applet is not working. I can see that it ...
0
votes
1answer
29 views
Can browse using IP address but cannot browse using URL
I am here because I have a problem installing a web application, here is the situation:
1. We are installing a web application which is supposed to be accessible from both internet and intranet.
2. ...
0
votes
0answers
21 views
Android(4) web browser… crash with long input?
Our website implements some payment systems that requires to redirect to some other site where the buy is actually made, that site what is does is render a form with some hidden fields.... the issue ...
0
votes
1answer
47 views
D3 animation issue
I have a button that when pressed begins a color change transition in D3 for 1.5 seconds. The issue is that if someone presses the button again while the transition is taking place, the animation ...
1
vote
2answers
48 views
Backbone error 'this.model is undefined', please explain where, how, what is 'this.model'
The answers might be on SO, but they don't really explain properly what I am about to ask.
Whenever I introduce a this.model.toJSON() with a template into a view, I always get this error in Firebug: ...
1
vote
4answers
87 views
D3 adding multiple children to the same parent
How would I go about adding multiple child elements to a parent?
This is what I would like to achieve :
<div id = "myDiv">
<div id = "child1"></div>
<div id = ...
0
votes
1answer
38 views
Will Safari Guidelines work for iOS Webkit Hybrid applications?
I am basically a native iOS app developer and recently jumped into HTML applications domain.
I am about to develop multi-platform web application, which should run over, Desktop, iOS mobiles, ...
0
votes
0answers
37 views
Javascript prompt forces iPhone into portrait orientation
I am currently designing a web app to be used within mobile browsers (not PhoneGap packaging up or anything, just viewable within the browser)
It is an app that must be viewed landscape, and when in ...
2
votes
1answer
15 views
JSF - link not working properly
Hello I have a littele problem with a image which should link to a certain wikipedia page.
Code:
<a href="#{lc.generateWiki()}">
<h:outputText value="#{lc.generateWiki()}" />
...
0
votes
3answers
40 views
What does vendor mean in web file structure?
Every now and then I see vendor being used in a directory structure on web apps.
Like this:
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
What does this mean? Why do people ...
0
votes
6answers
54 views
Add event handler to each using jquery
How would I use .on and .each together?
$('[id^="thing"]').each(???)
A single one would be:
$("#button").on("click", function() {
console.log(this.id)
})
0
votes
2answers
47 views
Get ID of each descendent element of class
How would I get the ID of every descendant of an element in .svg.
I tried:
var test = $(svgDoc).find('#main').each(function() {console.log(this.id)});
But this only printed main.
EDIT: svgDoc has ...
-1
votes
3answers
53 views
javascript example add remove element
I am struggling with javascript these days, I want to create dynamic add/remove element using java script and i came across following site, but following example doesn't working for me do you know ...
0
votes
3answers
32 views
Android html site to alert user that there is an app
I cannot think of the name of how you do it on iOS devices but when a user lands on my site I would like to send something to the device telling it that we have an app and to alert the user and if ...
0
votes
1answer
25 views
How come some heavyweight pages scroll fluently while others don't?
What is degrading scroll performance while building websites?
My hypothesis is that it is about javascript resizing. Is this true?
2
votes
1answer
47 views
Changing elements in SVG using JQuery
I have this:
<button type="button" id="btn" value="Release">Click Here!</button>
...
<body>
<object data="books.svg" type="image/svg+xml" id="svg" width="1300" ...
1
vote
2answers
30 views
Scale web app for mobile
I've got a game developed using JQuery, HTML, and CSS, made to run in a web browser.
Now, I need to get it running in a mobile (specifically iPhone) browser, with a little optimization so its nice ...
-2
votes
1answer
64 views
Delete element dynamically [closed]
I have JavaScript code which allows me to add more input value field on fly.
Now I want to add functionality which allows me to delete field or element.
<html>
<head>
...
0
votes
2answers
60 views
JQuery bind click event to html() generated content
After hours of search on Google and StackOverflow I could not find a solution to my problem.
Suppose the scenario:
The html content is stored in a array, html_content
There is a set of divs with ...
0
votes
1answer
23 views
Not getting request parameter value thru chrome/firefox. Related to double escaping?
Here is my link
"customer.action?custId=211&custAddressId=2341";
This url string is the output of c:out tag in jsp.
In Firefox/Chrome I am getting the value of custAddressId as null. ...
-1
votes
2answers
60 views
Flexbox Layout - Center and 100% Web App [closed]
i'm working on a web-app right now. HTMl / CSS never were a big problem for me, except optimizing a website for Internet Explorer :) I am pretty much done with the app, there is just some "minor" ...
0
votes
1answer
23 views
How can I extract a form's data at the server?
I have a form and want to submit its contents to the server on submission.I found a similar question here1 which suggests using a POST request but I am not sure how to do that.
Here's my code
Client ...
-2
votes
1answer
67 views
What is the difference between clicking on hyperlink and submitting a form
Today I used request.setAttribute() on clicking of hyperlink. Initially I called an action in href the attribute and then set an attribute with name and value like this:
...
0
votes
3answers
93 views
How to select multiple values without ctrl key when select values are loaded dynamically as a function of another select
I am using the 'wicket' framework in my web application. I have two selects like this:
<select wicket:id="brands" onchange="applyMultiSelection ();">
<option ...
1
vote
2answers
53 views
Does it make any difference using http when referring to assets?
So i'm building a webpage. I want to put a glorious picture somewhere. I will of course use an img tag, but I'm curious if it makes any difference if I do this:
<img src="img/mypic.png">
...
0
votes
0answers
54 views
Google Apps Web App viewed on iPhone
I'm learning how to set up HMTL code to make it work as an "iOS web app". I want to integrate this into a Google Apps Script Web App, so that when opened from an iPhone it behaves like an iOS Web App.
...
0
votes
1answer
25 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
28 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
2answers
58 views
What resolutions should I code for? [closed]
I need a list of desktop and mobile resolutions that I should code for.
I am making a page with no-scroll and overflow: hidden; So I need to adjust the page for each desktop resolution and mobile ...
0
votes
1answer
40 views
Prevent Safari from loading cached version of page
I have a very cool animation heavy website that I built for a very artsy client. The site looks great and runs amazing in every browser I've tested it on but safari. The problem is that after you ...
0
votes
0answers
35 views
Java Netbeans (web-applications) - Making posts with voting system
Recently I made new web-application using Java Netbeans which seems social website, I made status update system by inserting the status in the database and selecting them all by loop to show them for ...
0
votes
0answers
32 views
Make status update with voting system in java netbeans connected to MySQL
Recently I made a social website for a group of my friends. I succeeded in making status update system for the website so anyone can post to the home page, but when I decided to make voting system ...
1
vote
2answers
47 views
Get data from within URL
On my website, say test.com, if someone visits test.com/hello I want it to redirect to test.com and pass the string data from after the '/' (in this case "hello") into the page, for example through ...
0
votes
0answers
109 views
How to pass form data from jsp to javabean?
I'm currently creating a small web application using HTML, JSP and Javabeans and I'm fairly new to this. I am wanting to use the HTML form data passed to the JSP to be then passed to the Javabean to ...
0
votes
1answer
29 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 ...
2
votes
4answers
151 views
PHP - Avoid reloading page after form submit
I'm new to php and web-programming... I'm working on a school project modifying databases through a corporate site.
I'm using some forms to allow the user to look for information that will be used to ...
0
votes
1answer
458 views
Looking for HTML5 <select> element CSS3 styling solution: no image files, cross-browser compatible
I am looking for styling solution to apply to HTML <select> element (i.e. web form drop-down) as described below:
Pure HTML5/CSS3 implementation
No any reliance on Javascript or other ...
0
votes
2answers
60 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 ...
0
votes
3answers
50 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 ...





