Hello guys,
I am looking for a hosting solution for my Java/JSP web application. Do you know any servers which provide Tomcat hosting for v5 or greater and MySQL database?
I have a Windows Server 2003 running Mercurial's hgwebdir.cgi to serve repositories. Push/Pull etc is working as expected for existing repositories.
Currently I'm using remote desktop If I need a new repository on the server.
Is there a better way to do it? Command line, web interface, cgi?
Hi,
Usually I am a web developer so this is probably a very novice question. I recently made an app in VB2008, but I developed it in a huge reso (1920x1200). The person that will be using it still uses 800x600 reso. Is there any simple way I can resize the entire interface to fit any resolution? I didn't really think about it at all while I was making the program.
I made a web application and I can connect to it some times from another pc on the same
wireless network
but if i tried to open it on the browser of N95 mobile it gives me alert of "system error"
is any one could make suggestions or tell me why
I turned firewall off
I use static IP for my pc
I've checked other questions, but I can't find a working answer
I have a .Net web application which successfully takes on the callers windows credentials (Thread.CurrentPrincipal is my windows user).
Within that app, I call to a WCF service, but my windows identity isn't passed up. Regardless of what I put in the binding:
NetTcpBinding binding = new NetTcpBinding();
binding.Security.Mode = SecurityMode.Transport;
binding.Security.Transport.ClientCredentialType = TcpClientCredentialType.Windows;
Anybody knows how to debug a web service hosted by an IIS in a Silverlight 4.0 application?
My IIS version is 7.5 and my operating system is windows 7.
Can you please specify the steps on how to?
Thank you so much
I'm looking for a tool that can be used for sketching UI (specifically web UI). The sketches/drafts can look as simple as if it was drawn by hand on a whiteboard.
Preferably, this tool should be free/open-source and run on Linux as well as on Windows, but this is not a must.
Could you recommend?
I have a web application which needs to be called from firefox and safari.
Several shortcuts will let the user edit stuff and do other actions.
I already implemented my shortcuts and they work great in firefox but not in safari.
I can't for example do anything on alt+return - its not getting catched.
Is there an easy way to overwrite built-in shortcuts in safari?
A way to make alt+return work with safari?
I've got two web sites (written in c#) which are pretty common:
One is an admin site (cms) where you add images into content as needed, through editor pages.
Second is the site where the content with images is shown.
Images should be stored outside these two sites but where and how?
What's the best solution for embedding non-web fonts into a page without using Flash and still maintaining cross-browser support? Has anyone used any JavaScript libraries for this? Thanks.
Is it possible to use HTML form to start an executable in the server, and allow user to input further information into the same executable?
from a web form, input executable name with one parameter missing.
the executable starts, and post question for the missing parameter.
user enter the value for the missing parameter, the information get passed to the executable.
the executable continue its execution.
Thank you,
Pan
I'm interested in the history of distributed, collaborative, cross-organisational programming paradigms - web services and SOA are de-facto now, but what came before? What models have been superceded by SOA?
Thanks
For an intranet application instead of using a proper web server, it has been planned to just deploy static html pages by sharing it over the network. This static html page is continously updated in the background by a program running on that PC and people access this html page by typing the shared file path directly in the browser. A maximum of 10 simultaneous users are expected to access it.
Can any one see the disadvantages or advantages in this type of deployment?
I sent someone a photo of me and they replied that this particular photo was all over the web. How do I find out where this photo is and is there any way that I can see if there are other photos of myself that someoe has shared without my knowledge? I am very worried about this and want to find out where these pictures are please help me!
When i complete gzip with IIS, and i restart the server the problem came: that the "web
service extension" the point to "c:\windows\system32\inetsrv\gzip.dll" has been auto deleted!
so awesome, but why? And i google it, but find nothing about it, have anyone even meet this
questiong?
Please help me, thanks a lot!
Hi, I want to create a HTTPS WCF web service on azure and want to use it in a desktop application.
Can any one guide me in right direction to achieve this?
I want to learn a user's location from his mobile device by web application.
When user opens the website, with the help of a script we will learn if the device has a gps hardware.And if the device has gps hardware what are the current coordinates?
I'm developing my project using ASP.NET
Is this possible or not?
Thanks.
Is it good for user experience to duplicate browser/keyboard functionality?
For example: to provide these links on a web-page.
"Back to top" link
"Print this page" link
"Add to Favorite" link
"Back" button/link
"Text zoom" button
Are they really create Site's usability and accessibility?
How screen reader will behave these links, will these confuse to screen reader users?
I am creating a secure web based API that uses HTTPS however if I allow the users to configure it (include sending password) using a query string will this also be secure or should I force it to be done via a POST?
Anyone know of a web service or something out there that I could give a zip code and get a time zone back?
Or is that something I just need to write myself? If so, any hints or guides on how to do that?
I use visual studio 2008 and C#.
Hi, i was wondering.. if i have a static method on an asp.net web site (plain vanilla), is that accessible by all users of all sessions?
I guess what i am saying is the single instance of a method available to each client? or is there 1 instance for all clients for the site..