We have a backend VB based scheduling app which we would like to webify. A key function point is displaying multi-person schedule (with possible multi-events) for a selected day.
A sample can be seen at http://flic.kr/p/8rT4aR
In VB we've used a non-web custom control SchedOCX to deliver this functionality.
Any recommendation for a...
mirrorcreator.com previously hosted on FDC Servers. But now, they just moved to other provider.
Does anyone know who is mirrorcreator.com hosting provider now?
...
I am working on an investigation see how web sockets is supported in browser.
Firefox nightly build : Yes.
IE 9 Preview: No.
Can someone help me check if it's supported on Iphone OS4?
Please check it on following page:
http://jimbergman.net/websocket-web-browser-test/
Thanks in advance.
...
Hi, there are good languages to publish math contents on the web. But, is there any such language for electronic circuits diagrams. Which can help you design circuit diagrams, save in several formats [.pdf,.ps, .djvu etc] and publish on the web? By, publishing on the web I don't mean first save in some picture format and then use html to...
I wish to programmatically download a webpage which requires a log in to view. Is there any sane way of doing this? By looking at HTTP headers and such, I can see the username / password being passed as POST data, but requesting a page with this info attached isn't good enough. I think cookies are involved too, and it looks like they con...
I want to create a simple JSON-based protocol to allow my game to talk to my custom server, but I don't want embed it in HTTP.
If I send a custom text-based protocol request to my server on port 80, will firewalls block it for not using HTTP format, or do they only care about the port number?
I won't use the same server as a web server...
What is the minimal Javascript to embed twitter feed into my html ?
...
I've read some related articles (like http://stackoverflow.com/questions/2907109/making-javascript-generated-content-possible-for-search-engines-to-index), but what I'd like to know, is there a simpler option to embed content from another site? Without the use of iFrames.
What I'd like to achieve in the end is to create some sort of rep...
Hi all,
I have a css problem with Firefox. The css files on my website don't work on Firefox but it works fine on IE. I am using Sun One web server and the mime.types file is already configured for css and the virtual server's obj.conf file has ObjectType fn="type-by-extension" in the default Object.
Anyone here know what could be ca...
I am writing a WCF service and need to control the value of the name atttribute on the wsdl:definitions tag in the generated WSDL document. The ServiceBehavior and the ServiceContract attributes do nothave any property on them that dictates the output value of the name in the definitions tag. Changing the service implementation class nam...
I have a website in Turkish language. I have the text in turkish and shows well in the editor. When i publish it and view it in the browser;
the term : müdürlügü
shows as : m�d�rl�g�
How can i avoid this?
Character encoding of the site is : UTF-8
...
Hello. I have an application that must first authenticate with a Symantec Web Gateway. My customer is using Symantec Web Gateway version 4.5.3.38. I am writing the application in C# and it will be running on a machine that is not joined to the domain and they do not want to enter an exception in the gateway box.
The gateway uses NT...
My website is really very simple HTML based site. My site is located here: http://www.threesite.com
How can I convert this simple HTML site compatible with iPhone or Droid? Do I need to convert the same into PHP based site and then convert? Your help will be much appreciated.
...
I am looking at adding a custom authentication for my WCF web service and is wondering which the "industry standard" best practice for web service authentication is? I need the web service to be supported from many different coding platforms with minor configuration.
Thanks!
...
Trying to implement with gsoap multiple webservices listening to same port.
I read through Gsoap user guide http://www.cs.fsu.edu/~engelen/soapdoc2.html section 7.2.8
Where they provide a sample (below) that doesn't actualy work as
1. the soap object is changed after abc.serve so uvw cannot find the method
2. AND when the soap servce doe...
Hi all,
Any one here know how to set up redirection from https to https?
On Sun One, we can go to the virtual server's Content Management tab, click on URL Forwarding and set up http to https forwarding, but I can't find any way to specify https to https.
Please give this n00b a clue. Thank you.
...
Hi there
we're working on simple integration of PHP basad application with Sharepoint Document Management system.
The idea is to be able to:
I. create a subfolder in Sharepoint DWS from PHP - we have this point working.
II. list documents of a particular subfolder of DWS (and have a direct links to these doc on sharepoint)
We have de...
What is the best C library for sending HTTP requests and processing the responses?
...
Possible Duplicate:
Parsing JSON using C?
What's is the best C library for processing JSON? There are several listed at http://www.json.org/.
...
I have a REST based web service system. I need to find a way to support publish/subscribe model here. As you know REST the communication between client and server is HTTP protocol. I use apache (PHP) web server in the backend to server all REST requests. The question is how to use PHP or whatever (in the web server side) to support this ...