is it generally acceptable to store relational data in an rdbms like mysql, and place, lets say, arbitrary relationship data in a separate graph database system like neo4j? what about primary keys referenced in one db to another? or, another example: using mongodb for log data when mysql is the primary database platform for the applicati...
I have developed an ASP.NET web application in visual studio 2008. I want to run the same application on another system, but Visual Studio is not installed on that system. Is there a way I can run without visual studio?
I heard about deploying, but I don't know much about it.
...
Hello Community,
Many client side code libraries & tool kits, for example Yahoo's YUI and Google's GWT support managing state history for the user experience. When implemented it allows a user to revert to a previous app state on the same page when they click the Back button or Backspace key.
In this video from Google IO the impleme...
If you were building an application that tracked event data, how would you push that event data out so it could be on people's personal calendars and smartphones?
My thought was to create an .ics file and subscribe to it via Google Calendar, Outlook, Exchange, etc. But they appear to subscribe to a "snapshot" of the file, and don't cons...
We have an application deployed in Websphere application server 7. Its deployed and functioning in various environments. But it gave a method not found exception in one new env. On digging deeper we found that a particular class was present in 2 jars and the class from the "wrong" jar was getting loaded in the new env. i went through the...
hi friends,
i have developed a asp.net web application in visual studio 2008.
its running perfectly when i build it in visual studio.
but when i published it and configured in iis and try to browse that its geeting an xml error
i tried to browse this
http://localhost/myproject/Pop3Client.aspx
eror is like this
XML Parsing Error: n...
I'm using apple-touch-startup-image to provide a default image for my webapp.
For a tiny part of a second, between the default image and the rendered page, the screen goes completely white.
Here is a trivial example: http://jaka.kubje.org/temp/iphone-default-blink/
Any ideas?
...
I have inherited a Web Application project (3 files per aspx page), along with a second solution which contains the business and datalayers as a class library. I created an empty solution, added the class library project to it, along with the Web Application. I then added a reference to the class library from the Web Application. When...
I am working on a Web App with Eclipse for Java EE. I have JSP files that are built with HTML files as includes. My index.jsp looks like this:
<jsp:include page="include/top.html" />
<title>Title!</title>
<jsp:include page="include/header.html" />
<jsp:include page="include/menu.html" />
<div class="span-15 prepend-1 last">
...
Guys and girls:
Third party app (A) needs to link users to our app (B) and log them in behind the scenes.
Both apps work independently with their own auth systems. Users share a common unique ID, but have different authentication tokens (username/password/key etc) at each app.
The two complicating factors are as follows:
One app B u...
Hey guys,
I am a web freelancer and had been doing all coding by myself using netbeans (set up to use a remote server (ftp)).
Recently, I started working with 2 other guys. They help me with php and css. The problem is that sometimes we want to work at the same time. Obviously one can immediately see the problems were having. Fil...
Hi friends,
I have developed a web application in visual studio 2008
its in asp.net c#.
i have user a html page and one txt file in that application
but both are not inside my application
bot are outside
so when i try to run the same application in another system i will get error because of that files.
i want to include that fil...
How can I implement showing "Generating data... please wait" information to a web browser from a web application (if data is not cached it can take some time to generate response), with and without JavaScript (AJAX)?
I am interested both in solution using AJAX (where I can replace loading message using JavaScript), and in solution usi...
I've searched and search and searched, for application design GUI ideas. But everytime I search all I seem to find are website templates, I never seem to find templates for building an application gui. Does anyone know of any sites that have or show examples of good application gui designs either web or client. Id like to see different e...
Is it possible to write a webapp, then embed it in a native app so it can be launched without data and sold through the app store?
The Pre makes it easy to reference files in the local file structure, so it's very easy to build a webapp (HTML, CSS and Javascript) and embed it into a native app.
Is it possible to take the same plain H...
I was just wondering how woudl the database structure of NING would be.
would it be creating seperate tables for each of the site created in it?
or would it be using same table for different modules with a website id column in each table?
if i would need to search about this kind of database stucture? and reference to read about?
...
I'm doing some research for a Maps project I'll be starting soon, and I'm trying to evaluate which of the Map APIs will be best-suited to this project. I've worked pretty extensively with the Google Maps Javascript API, but no others. My basic requirements are, in no particular order:
Free: as in beer, not necessarily as in speech.
Web...
hi friends,
I have developed a web application in asp.net in visual studio 2008.
Its working good in my local machines.
I have installed iis and also .net frameworks seperately in another system, and its working through the local host of that machine.
my question is can i make my web application and all .net framewoks as a single pac...
I’m developing a website that will work with mobile safari in offline mode. I'm able to bookmark it to the home screen and load it from there. But, once opened from the home screen, clicking on certain links will jump out of the app and open in mobile safari – despite the fact that I preventDefault() on all link clicks!
The app binds an...
A coworker and I have started tech spec'ing a webapp project we're going to be working on together in our spare time. We've (mostly) settled on using: Eclipse for Java EE, ICEfaces (so that means JSF), Tomcat, Hibernate, MySQL. At work we use: IntelliJ IDEA, Struts, JSP, WebLogic, JDO, and Oracle. The only common solution we'll be using ...