I imported system.web into my class lib project.
Trying to find:
system.web.httpserverutility.server.mappath
But I dont' get the method in intellisense?
It is a .net 2.0 build.
I want to have a web page where user can activate his/her web-camera and send video to another user. Additionally to that I want to have a possibility to process video on the client side. In more details, I want to have a program which analyze video on the client side. Is it possible to do it with Flash?
Is there an API or Web Service that can be used to read AIS data? Most links I read starting at Wikipedia (http://en.wikipedia.org/wiki/Automatic_Identification_System) say that AIS data is freely available but I'm having a hard time finding a provider of the data. A C# example or language agnostic web service would be helpful.
I created a class under 'src' dir. I'm using this code to access the 'images' directory for all files inside 'grails-app':
ApplicationHolder.application.parentContext.getResource("file/misc").file;
I'm having this error when I access it in a 'src' class:
application has private access in org.codehaus.groovy.grails.commons.ApplicationHolder
Any comment on why is this happening? How can I access "file/misc" when app is deployed to tomcat?
Hello,
I have program where i want to scrap some Useful study material for me.
This site site maintaining session key and some other key also.
If I trying to go nested page then it will throw me out and showing session out message.
I unable to maintaining session key in web request class.
so please give me some idea that how can i maintain session in web request class.
Hi
I have a java webapplication running on windows currently. I may host it in future in a Linux Server.
My application allows people to upload data. I want to display the data they have uploaded in an excel file and render it in a portion of my webpage.
How do I go about this ?
I am thinking of developing a blog application. I understand that this has already been done many times. But i like do for learning purpose.
I like to know for this kind of blog application.
What are the desired features to develop?
I am creating a webapplication that is accessing a SQLite database in the server. I also have "clients" that updates this same database. As we know SQLite locks the entire database during INSERTs which are done by the clients and the webapplication is also trying to make some UPDATEs at the same time. So my problem now is about concurrency in database access. I would like to use an embeddable database like SQLite. Any suggestions.
Im getting the below error..
NVFactory: _readNVPair expected )
while executing my application..Please help.
Note:
The application ran fine if i hardcoded the "server URL" in javacode.
but if i give the same URL in command it throws the above error..
Display information in Farsi, but I have a problem when my site for web services can be sent a character "?" are displayed.
pages are saved with Unicode(utf-8 with signature)codepage 65001 and the following tags in my master page :
<'html
xmlns="http://www.w3.org/1999/xhtml"
lang="fa" xml:lang="fa"
<'meta http-equiv="Content-Type"
content="text/xml; charset=utf-8" /
<'meta http-equiv="Content-Language"
content="fa" / <'body lang="fa"--
and in web.confing :
<'globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" /
When setting up a new ASP.NET MVC WebApplication, the default connection string inside Web.Config is something like this:
connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true"
I'm just wanting to play around with logging in and registering, etc but when I run the app it obviously can't find a SQL database. What database with what tables do I need to setup to do this?
I have SQL Server 2005 Standard installed on my system, is that enough?
Thanks.
Is this a probable security flaw. A user in public (lets say Starbucks) tries to log in to iOS application. He enters user id and password [Password is hidden using xxxxxxxx (not exposed)] and a call comes in or he presses home and the application goes to background.
a) Does iOS store an image of current screen
b) A malicious hacker with intent takes control of the device. Can he read the password ?
Do we have to clear out sensitive information while going to background
Hey Guys,
I have a asp.net website and I am accessing that web service from my iPhone app to get data.
The WCF web service produces data as JSON.
I want to put some kind of authentication on the WCF. What you you guys recommend?
Thanks
Hi All,
When designing a web application/web site, is there an accepted practice on when to open a link on a new window?
Currently, if the site being linked to is outside the domain (say Google.com), I am always launching it on a new window. If the page being linked is within the same domain, I open it on the current active window.
I've read somewhere the opening links on a new window explicitly is being frowned upon.
Thanks!
I have followed the "Hello World" example from Google's Android developer's guide. When I try to run the application in the SDK emulator, nothing happens. The emulator startd up nicely, but after that nothing happens. I can't even see the application in the app tray.
I am using Eclipse with the Android add-on installed.
I want to develop an ebook application for iPhone.
I'm new to iPhone developement, so don't have much idea about howto proceed.
What I know is, I need the following:-
iPhone SDK
Intel Mac running mac OS X
Xcode (?)
Please indicate is that correct and how I can proceed to build an ebook application.
Thanks.
Is there any time trace web application?
I want use it as a tool for monitor my program productivity.(I mean, how many hours I spend on a project)
edit: I once notice there is one (like a web twitter with time trace), but I forgot its name.
What is the difference between these 2 selectors a[type="application/pdf"] and a[href$=".pdf"]
a[type="application/pdf"] {
background-image: url(/images/pdf.gif);
padding-left: 20px;
}
a[href$=".pdf"] {
background-image: url(/images/pdf.gif);
padding-left: 20px;
}
Hi,
I have desktop application developed in C#. The VM Size used by application is very high. Is there a solution to release / decrease the VM size programatically in C#
I want to be able to set a ringtone which is associated to a particular application only. If the message with a special prefix arrives, my application intercepts it and does whatever it has to do.
On message arriving, i want to be able to tell the user that the 'special' message has arrived, through a ringtone( which exclusively plays upon that kind of msg).
anyone with a lead, please help.
Hi experts,
we have an old large application that was not built on any framework. However now we want to transfer it to a php framework. Its a new area for us so we are not sure what it takes to transfer the older applicationto a framework like Zend?
Any help will be appreciated.
thanks
At the moment I have an existing application which basically consists of a desktop GUI and a TCP server. The client connects to the server, and the server notifies the client if something interesting happens.
Now I'm supposed to replace the desktop GUI by a web GUI, and I'm wondering if I have to rewrite the server to send http packets instead of tcp packets or if I can somehow use some sort of proxy to grab the tcp packets and forward them to the web client?
Do I need some sort of comet server?
I am currently testing a large web form and would like to be able to easily populate the form with several different lots of test data without having to type them each time.
Is there a generic way to capture form inputs on a web page and have them repopulated on a different page load? I thought a tool like greasemonkey might be able to do something like this.
Hi guys,
Ive got a problem with loading an applet from WEB-INF/classes directory.
The main class of an applet (MainApplet.class) is there in the package aaa, but when loading I got the exception
java.lang.ClassNotFoundException. Where am I wrong? My jsp is in Web Pages dir.
< jsp:plugin type="applet" code="aaa/MainApplet.class" jreversion="1.6" width="700" height="500"
Thanks in advance for the reply!
I recently start playing with Openshift and I am wondering if there is a way to deploy ( test) your application on local host before you upload it on openshift.
Thing is that every time I make change on the code, it takes some time to push it to openshift and check if it works.
Google app engine SDK ( for Eclipse), for example, includes a web server application (app engine simulator) that allows you to test your app locally before you deploy on google.
thnx
Fotis