web

Web Application Server

I'm very new to web development but I will try to explain my question as best I can. I am making a basic chatroom program (in C#) but I have never made my own online server before, and it needs to respond to tcp packets. I know how a server works, I just don't know how to implement my server and how people will be able to access it. Ho...

"paint" like control within a web page

I am looking for a Java UI control which allows users to draw drawings which can internally stored as an image. I am looking for a very light weight control which does not slow down the page rendering. Any pointer? ~Sri ...

asp.net Web server control with child controls, event not firing

I have a simple web control (TaskList) that can have children (Task) which inherit from LinkButton, that can be added declaratively or programatically. This works ok, but I can't get the onclick event of a Task to be fired in my code behind. The code .. [ToolboxData("<{0}:TaskList runat=\"server\"> </{0}:TaskList>")] [ParseChildren...

How to automatically download all my pics from my website not using FTP?

On one free web-hosted place I build a site, well not actually a site, but just uploaded a folder with many sub folders inside containing many pictures. Now, I have discovered that this hosting is going to close soon and they gave their users one month t save all the materials. Of course, i can enter each folder manually and use "Save as...

Manual dispatching possible in Zend Framework?

Hello guys, i'm wondering how i can manually start execute a controller action of my MVC application. My goal is to integrate the html output of /myController/myAction into another php application (typo3) using a simple include. I thought of manually instantiating the controller, the view and the layout, to bypass the dispatcher. Sadly ...

How do you catch a thrown soap exception from a web service?

I throw a few soap exceptions in my web service successfully. I would like to catch the exceptions and access the string and ClientFaultCode that are called with the exception. Here is an example of one of my exceptions in the web service: throw new SoapException("You lose the game.", SoapException.ClientFaultCode); In my client, I tr...

How to upload a file from app in VC++ 6 to a web server?

I have an application in VC++ 6 (not MFC) , feature requires it to upload a file to a web server on regular basis. Web server is under our control, anonymous upload scripts/page are already setup that would accept a file manually. How to program in VC++ 6 to upload? which classes to use? I understand it is much possible with smtp and f...

Do i need use google maps api only to embed litle map with route calculator/display for only one destination?

Well i want to upgrade contact page with dynamic map showing location and give oportunity to calculate route for comapny headquatters. Id it necessery for such simple task use Google api? i mean here generating akey etc? Fo i have any other alternatives to google maps? ...

Error while deploying asp.net website!

Line 108: <compilers> Line 109: <compiler language="c#;cs;csharp" extension=".cs" warningLevel="4" type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> Line 110: <providerOption name="CompilerVersion" value="v3.5"/> Line 111: <providerOption name="War...

A simple spider question

Hello spider experts: I am a newbie trying to achive this simple task by using Scrapy with no luck so far. I am asking your advice about how to do this with Scrapy or with any other tool (with Python). Thank you. I want to start from a page that lists bios of attorneys whose last name start with A: initial_url = www.example.com/Attor...

PHP: Multithreaded PHP / Web Services?

Greetings All! I am having some troubles on how to execute thousands upon thousands of requests to a web service (eBay), I have a limit of 5 million calls per day, so there are no problems on that end. However, I'm trying to figure out how to process 1,000 - 10,000 requests every minute to every 5 minutes. Basically the flow is: 1) Ge...

Web deployment project regex replace

Hi, I have an ASP.NET web deployment project (MSBuild) in which I have the lines; What I have: <Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\xx\**\*.css" DestinationFile="$(OutputPath)App_Themes\xx\static.css" /> What I would like to accomplish: <Merge Mode="TextLine" SourceFiles="$(OutputPath)App_Themes\(.*)\**\*.css...

WCF Service Application or WCF Service Library?

Hi there guys, I am really new to WCF and one of the things that are confusing me right now is the type of projects that we can create with Visual Studio when it comes to Web services. I would like to know the difference between a WCF Service Application and WCF Service Library, and when to use each. Throw into the mix the WCF Data ...

listening and accessing to all the request made by firefox

I am developing an addon which will modify all the http request made by firefox. So, I want to listen and modify all the request url made by browser from different sites. How can I get an access to different http request url and modify them. Is there any event which is fired in firefox before requesting any http-request. So, please sugge...

Sending form data to web service + call request

I am in the process of creating a system that sends specific user data to a web service. Basically, the user enters his name, telephone number and reference number. He then selects whether he is called immediately or at a specific time. This information that is sent is then added to a dialler system and the calls back are generated fr...

Display WebPart controls if user is logged in - ASP.NET 3.5

I know it's possible to use the LoginView code to display content when the user is logged in. But I am trying to do this with a webpart control, but when I do this with the drop down list for picking the Browse, Design and Catalog menu, the VB code is still trying to look for the dropdownlist. But because I'm not yet logged in, the dro...

Javascript: document.execCommand cross-browser?

I just stumble on a piece of code which I never saw before (granted I can't call myself a JS expert): document.execCommand('Copy'); which seems to copy the clipboard contents to the element in focus. Q: Is this functionality available cross-browser? Edit 1: I found this interesting link. The page shows a compatibility matrix for do...

why does my site take so long to load?

Hi Here the problem. I have my site hosted on a shared hosting for asp.net mvc. I login and say and fill in one of my forms in and want to submit it. The submit is done using jquery ajax request. Now all of a sudden it will hang and won't do something for like 20 seconds then all of a sudden it will finish my request of saving the fo...

Request on Soa, SoapUI, SaaS and Web services

Hi all, I recently moved south to Bangalore and I am working for a large software integrator mainly testing. My project team is working on web service project. We plan to use an open source software like soapUI now. Are you able to point me to online and offline resources/trainings that can help me and friends get up to speed with this ...

System.Web.Caching.Cache.NoSlidingExpiration in asp.net c#

Please tell me about System.Web.Caching.Cache.NoSlidingExpiration in ASP.NET. ...