Web applications are applications that are accessed over the "web", which can be over Internet, or Intranet i.e. an internal network
0
votes
3answers
58 views
Adding WCF reference to a C# web application
I have a WCF project (:53763/WCFTestService.svc) and a web application(:50238/CSharp/test.aspx) in C#. I am trying to call the WCF project method in my web application. I have added the WCF project as ...
0
votes
0answers
48 views
Are there any alternatives to clipboard(www.clipboard.com). I was planning to use this to show clips of content embedded within my website [closed]
Are there any alternatives or similar tools to clipboard. I was planning to use this to clip & embed content from other sites and show them on my site with redirection on click on any link. But ...
-6
votes
0answers
24 views
How to change a selfstarter fork for my use? [closed]
I'm thinking of developing a site like Kickstarter, I have previous knowledge of HTML and a bit of php.
I've been studying Ruby on Rails, and that I found a project on github from ...
1
vote
0answers
23 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 ...
0
votes
0answers
16 views
URL Mapping to webapp directory
I would like to map two URLs to the same webapp directory. It should be similar to what we do for mapping URLs to the same servlet.
Requests to "/firstApp" & "/secondApp" should map to a webapp ...
-1
votes
0answers
37 views
I want to create a user interface for a web application that supplies a REST API, what is the best approach? [closed]
I have created an application using Spring MVC that supplies a REST API for retrieving data from our database.
The boss now wants a web UI using Primefaces. Unfortunately, adding Primefaces onto a ...
0
votes
2answers
22 views
Does the locale belong on the path or as a request parameter on the URI?
I have seen the locale added to an URI as a path variable:
/en-US/blah/
or
/blah/en-US
and I have seen it as a request parameter:
/blah?lang=en-US
Is there a standard way that I should be ...
0
votes
1answer
41 views
Current user with ASP.NET Forms authentication app
I am trying to retrieve the current user in my web application that uses ASP.NET Forms authentication.
However, System.Security.Principal.WindowsIdentity.GetCurrent().Name returns domain\windowsUser, ...
-1
votes
0answers
24 views
Is a enterprise MYSQL edition necessary for a large web application [closed]
I am working on a web application and I have been using PHP mysql as they are open source technologies.Also,I always read in white papers and articles that large websites like Facebook,Pinterest etc ...
1
vote
1answer
32 views
Ruby on Rails: Is using the sleep command bad? Multithreading
I am new to web development and multithreaded and I have a question on some of the concepts.
In my rails app, clients are able to submit "jobs" through a form. Each time a job is created it is passed ...
-3
votes
1answer
86 views
Python - How is it used? [closed]
This may seem like a stupid question, but how is Python actually used? I'm new to the language and I'm wanting to learn how to use it in building web applications, but none of the tutorials I've seen ...
0
votes
0answers
32 views
Maintaining a PHP session on an iPhone web app
I've just created a web app on my iPhone. I can open it and log in with no problem, but whenever I return to the app it has forgotten my previous session and I have to re-enter my username and ...
1
vote
0answers
28 views
Content coming from a web application sometimes randomly shuffled
We develop a Java web application which is run on Tomcat. It's been installed on many computers and it's working without problems. Recently, on a single remote installation, it exhibits very strange ...
0
votes
0answers
16 views
How to code around corporate policy of not upgrading Windows XP
We have a web app that is not supported on older browsers that we license to companies. One problem we're running into is that many companies are still running Windows XP and only allow Internet ...
1
vote
1answer
27 views
Does Google spider read robots.txt before accessing a resource?
I have been wondering this for a while. I know that if, for instance, I link here the site example.com and that domain hosts a robots.txt file that disallow everything, Google won't index it.
...
-4
votes
1answer
27 views
Save HttpWebRequest to disk
Is it possible to save the whole HttpWebRequest to disk for debugging purposes. Please note, i need the part that's send to the server, not the returning WebResponse.
Thanks
0
votes
0answers
17 views
Automatic transition from mobile browser to mobile app
I'm building a mobile site for an online radio station. I want users, when they visit the site on their phones, to be able to click a "LISTEN NOW" button and be automatically taken to either the ...
1
vote
3answers
37 views
Rails routes. How does the process explicitly work?
I've created a few apps using Ruby on Rails now, but there's a few concepts that I haven't quite been able to get my head around.
One of these is how does the 'routing' process work? By that I mean, ...
0
votes
0answers
12 views
Combine regular jQuery and iPad web-app specific functions
Is there a way to combine regular jQuery and ipad web-app specific functions into one?
I have several functions on the same page that I'm calling twice. See one example below. Is there a way to ...
0
votes
2answers
17 views
How do I know the offset for each limit?
When I use LIMIT to make pages of results, how do we usually know the offset i.e. which page should be retrieved for each request?
Via cookies?
0
votes
1answer
16 views
Running a homebrew web app moderately reliably
I've written an application in node.js, and I want to deploy it to my linode (or somewhere, maybe nodejitsu?). It's a pretty simple app, just a couchdb server and some view rendering and caching ...
1
vote
0answers
25 views
Add hibernate to existing web application in netbeans?
I have created a web application in netbeans and it works fine. Now for the learning purpose I want to use hibernate for the database interaction. I can create a new project with hibernate in netbeans ...
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
0answers
15 views
I have 2 controllers intended to be 2 separate web sites (MVC 3)?
I have 2 Controllers (Monitoring and Audit) they contain 4 screens (10 views) each. I want to create 2 web site
for example "thesite.org/Monitoring" and "thesite.org/Audit". In MVC (or/and within ...
0
votes
0answers
63 views
Excel-like data grid editor with import/export functionality
I need to import data from excel file and present it on the web application. Next the presented data on the web should be able to edit by the user and exported to the excel file again. So I want to ...
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
1answer
21 views
Access json file in web app folder from gsp grails?
I have a json file called flare.json in the web-app folder of my grails application.
I have a gsp called test.gsp in a folder called reports the views folder.
I have a script in test.gsp that needs ...
1
vote
1answer
43 views
Is it possible to remotely debug a single and specific WAR deployment on Tomcat?
I have access to a remote Tomcat server with a number of different deployed WARs. I can't thoroughly test the WARs locally because of some remote system dependencies and therefore would like to ...
5
votes
6answers
188 views
How can I check if it is the same user in ASP.NET?
This question is not related to ASP.NET specifically, but more web applications in general.
I am building a web application wherein I am registering a user. As of now I am taking in very basic ...
0
votes
2answers
32 views
Check to see if an internal web site is up and running
Afternoon All,
I need to create a web page that essentially list my companies internal web sites. I essentially need to check a status screen that displays if the web app is up and running or if it ...
0
votes
0answers
32 views
How to come back to activity after press ok button on web view page in android?
when i press ok button after filled up form on web view page it should come back to activity in android.if any one have example sample code or logic please help me.
Thanks in advance.
0
votes
0answers
18 views
403 while accessing webpage using apache
I set up apache and changed my home directory to my
desktop/project.
I created a webpage and when I try to open it with http:// localhost/app/index.html, and the website works properly without any ...
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
18 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
2answers
63 views
How to set a count using timer in asp.net
i have a asp.net page in that one i have a label in that there is a number(60) which have to decrease for each second. and the number reaches 0 means it have to popout a message.
i used timer but i ...
1
vote
1answer
47 views
Does Tomcat cache compiled JSP pages in memory if scratchdir is read-only?
I've got a webapp installed in a Tomcat container that exists on a read-only file system. As a result, I'm seeing this message (actual names changed to protect the guilty) on startup:
SEVERE: The ...
0
votes
0answers
24 views
Ajax using ActiveMQ: Any limitations?
It is regarding this old Ajax using ActiveMQ technique.
I know people have tried this but I would like to know about its limitations from someone who has really used it in a large-scale application
...
0
votes
1answer
40 views
PHP function to shorten file directory strings
I am trying to store image file names to a SQL database. The file name looks something like "_p4_analyzed__07001447_20121003-4000096925_Class2_reg_EPI.png" and I was hoping that it would be just ...
0
votes
1answer
44 views
maven mvn eclipse:eclipse does not include webapp dependencies in deployment assembly
I created a webapp java project, with a pom file. then I type "mvn eclipse:eclipse" and import it into eclipse.
(btw, how do you usually directly import a java project into eclipse? I have always ...
2
votes
4answers
118 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 ...
1
vote
2answers
36 views
Entity Framework: Connect to an external database
I have created application under MS VS 2012 express. I am using Entity Framework to access local database SQL Server Compact 4.0. Everything works just fine:
Web.config
<connectionStrings>
...
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
0answers
72 views
What is the best Web Application Framework for the Absence Management System [closed]
I am about to create a web based Absence Management System. I am currently trying to select the best Web Application Framework for that purpose and I am not sure which choice is the best.
Someone ...
0
votes
0answers
31 views
Monitoring web-app with JAMon
I am a student and very new to monitoring!
I started using JAMon on my test web Java app.
So I have two questions:
I have added a servlet-filter in web.xml, so I can see some pre-defined monitoring ...
1
vote
0answers
67 views
How Can I Keep common Struts 2 Jquery Datepicker properties in one place, and get the Struts 2 Jquery datepicker tags to reference these properties?
I'm currently experimenting with the Struts2 Jquery plugin.
It seems every instance of a datepicker defined in a jsp using this plugin requires its properties set on a tag by tag basis.
For example:
...
0
votes
0answers
35 views
Jboss, Redeploying the application makes it running slower
I am using jboss-5.1.0.GA for deploying my web application.
I am copying the App.war into the server/default/deploy location.
After deploying the application first time, and when I start, it is ...
2
votes
2answers
45 views
What are the additional tools and Frameworks that can be used with JSF developlemt? [closed]
I develop JSF applications with Eclipse IDE and Tomcat server.
With Mojarra and Primefaces.
Are the any other standard tools or Frameworks that I can use to make my app effective. like.,
Code ...
1
vote
1answer
38 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 ...
0
votes
0answers
24 views
how to get or export local Storage data from web App running offline on iPad?
Basically create a small offline web App which have an entry form and once you submit the form it store that data in local storage and so on. now when the app is connected to internet i want to export ...
0
votes
1answer
104 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 ...








