Hi,
Looking for an open source web testing tool that can do Windows Authentication.
I've used openSTA and Pylot in very small amounts but found neither to do windows. openSTA says you can do NTLM here: http://www.opensta.org/docs/sclref/build-auth-blob.htm
I could not get it working - probably due to some config on the network or may...
Hi,
I am trying to write a web application that will serve uploaded files, and let the uploader specify the content type. For this to work, I need to be able to control the content-type when I serve the file. With most web-servers I'm aware of (e.g. Apache), the best I can do in that respect is set an appropriate suffix and hope that no...
Hello,
I'm trying to pick a web framework that is Java based to start a new project and so far I'm having a bit of trouble deciding. I have been using plain GWT and I have to say that is very good, the architecture, the APIs and the docs are all very good, but I lack the knowledge to apply CSS and prettify my widgets, so I need somethin...
I looked at the Heritrix documentation website, and they listed a Python .ARC file reader. However, it is 404 not found when I clicked on it. http://crawler.archive.org/articles/developer%5Fmanual/arcs.html
Does anyone else know any Heritrix ARC reader that uses Python?
(I asked this question before, but closed it due to inaccuracy)
...
Hi friends hope all r doing well. I have a problem while reading xml file in vb.net i.e. giving error message "Data at the root level is invalid. Line 860, position 18." My xml file with error while reading is as follows.
Actually i am saving this file using following code in vb.net from httpwebresponse.
Try
Dim strUrl As Stri...
Hi,
i want to create a setup which Install dll files from server to client machine and register it.
thanks,
prabhat
...
Hi,
I am new to web development. I have 1280*800 resolution in my system. When i design CSS elements,i have to give positons interms of pixels. If i design for my resolution, the same page may look big in small moniors.
How can i design resolution independent CSS elements
...
I'm working on a web application and instead of using Membership I use the FormsAuthentication directly.
The problem is when I do a Form post I'm able to get all of the fields but it is not parsing the query strings.
When I look in the debugger the query string is there in the URI but not in the QueryString array.
I'm trying to get th...
Is there any way to import Visual Studio 2008 color schemes into Expression Web 3.0?
I can change the font and the size of the font, I can also change pretty much every aspect
of the coloring from the menu Tools->Page Editor Options... but is there a way to IMPORT settings from VS 2008, I don't want to set everything manually.
...
I have a large excel document that is generated when the user clicks on the download link. When the download link is clicked the browser pops up the standard open save cancel dialog. The problem is that the wait time can be really long e.g. 15 seconds or more before the dialog appears. I want to show a busy gif while the request is in pr...
How do I get a a list of files from a web directory? If I access the web directory URL the internet browser list all the files in that directory. Now I just want to get that list in C# and download them in BITS (Background Intelligent Transfer Service) .
...
Hello, I've created a miniature 'web server' that simply returns one message to any request sent to it on port 80. I can connect to it via http://127.0.0.1/ but when I try to connect to it with my actual IP address, nothing comes through.
Code:
# config
$conn_ip = "127.0.0.1"; // probably localhost
$conn_port = 80; // port to host...
Hi,
I am currently working on a website and i kinda need something like a cms/site builder to be integrated int the site, but not very complicated.
for example let's say i have a few templates and the users can modify them as they please(add a picture, some text, etc)
Please help.
Thank you!
...
I have an ASP.Net website which has a "remember me" feature for Login page. It uses form based authentication and the defaultUrl points to a Default page, but when the site is visited even though the session is authenticated user isn't redirected to default page but stays in Login page. This only happens in Live site, it works perfectly ...
Here's the situation:
I have a web application (Java servlets) at "mycompany.com". A business partner is going to supply me with data from his application at "yourcompany.com".
His application is driven by a web form (POST). I know nothing about his application other than the results will always be returned via a web page.
For example...
I've noticed several websites carrying a '.do' extension in filenames referenced in the URLs. As you navigate the web of Iberia Airlines, for example, the Spanish state-run airline, you see URLs like http://www.iberia.com/OneToOne/v3/obsmenu.do?prgOid=536886780&tabId=0&menuId=28000000000000&menuRP=1&language=en&countr...
I've seen a number of examples of ways MVC components fit together on the web.
The Controller retrives data from the Model and passes it to the View
This seems a bit verbose and messy.
$model = new Model;
$view = new View;
$view->set('foo', $model->getFoo());
$view->display();
The Controller passes the Model to the View
What if t...
Hi All,
I have got two simple questions
How can I tell what server is a website on? I remember I used to read the HTTP Host Header to identify the type of server. Is there any tool to do it?
2a. A lot of the website have the page extension .html and you just know they are not html. How can I tell what programming language is behind ...
hi All,
I have created a custom web service and deployed it to _layouts folder. it seems like SPContext.Current.Web.Url always return the root web url no matter when the web service is calling from. does sharepoint rewrite the reuqest url for web service somehow?
thx
Kevin
...
I have a website that right now, runs by creating static html pages from a cron job that runs nightly.
I'd like to add some search and filtering features using a CGI type script, but my script will have enough of a startup time (maybe a few seconds?) that I'd like it to stay resident and serve multiple requests.
This is a side-project...