web

Sending back XML to Web Service

Hi, I have a problem regarding Web service. I can Parse the XML obtained from the web service but I need to send the back to the web service with modifications. Example will be to send text answers to questions back to web service. how to do that? Thanks in advance. ...

Considerations when making a java application into a web applet

I am in the process of turning my java application into a web applet. So far I can export the jar, sign it, and apparently launch it. The Java loading image plays endlessly and my application's JFrame window pops up and connects to my application's server. Unfortunately, as an applet, the JFrame seems to be frozen. It never renders anyth...

Web file-viewer

Hi guys, i have a question. I need in file-viewer for some directory. It could be wroted in php/java script. I saw examples in some panel-settings of web-sites, where i could follow the files on web-server. Could you tell me name of need extension? Thanks ...

WCF Web Service Authentication based on AD groups

I have a WCF Web Service which is consuming by C# client application. I’m also having 4 groups stored in Active Directory. Client application should connect this web service by passing login credentials. Requirement: Restrict web service functionality based on windows user credential’s group stored in AD (Active Directory) Pass specif...

Regular Expression Validate() yields NullReference(ASP.NET)

I am having problems using a ASP.NET Regular Expression Validator on text boxes. This is a condensed version of my code: RegularExpressionValidator regex = new RegularExpressionValidator(); regex.ID = "TextBoxRegExValidator" + ((AVPEditControl)avpControl).ThisFieldRID.ToString(); //random name regex.ControlToValidate = ((AVPEditC...

How can I access CGI parameters without using CGI.pm?

How can I access GET/POST arguments in a Perl script without using CGI.pm's param() method? I'd rather not parse $ENV{'QUERY_STRING'}, if possible. ...

Does every web request send the browser cookies?

Hi, Does every web request sent the browsers cookie? I'm not talking page view, but a request for a image, .js file, etc. Update If a web page has 50 elements, that is 50 requests. Why would it send the SAME cookie(s) for each request, doesn't it cache or know it already has it? ...

Integrating XMLRPC/Web Services with Core Data

I'm doing design for a project and nothing's been implemented - so I'm still going through the thought process to determine if Core Data is viable for the project. Here's my query - I want to create a managed object model using Core Data to represent some server side objects e.g Folder, File, etc.... All the objects (Folder, File etc.....

How to set icon of a web site besides naming it favicon.ico?

I don't like the hardcoding . ...

What Unicode character do you use in your website? (instead of image icons)

I am looking for character which could replace image icon, for example like ✘ (xmark) and ✔ (tick), maybe some symbol to "draft" or "new message"? EDIT: Fav: ❤ Draft: ✍ Message: ✉ ...

Restrict WCF Web Service functionality based on User Group

Hi, I have a WCF Web Service which is consuming by C# client application. I’m also having 4 groups stored in Active Directory. Client application is passing user credentials to connect this web service. Web service exposing multiple APIs or Methods to be accessed by Client application as follows: [OperationContract] bool Read()...

How to cache content in UIWebView for faster loading later on?

I notice that the iphone safari caches content so that your page load for later is much faster much like a desktop browser. So take mobile gmail web page for example, the first load is quite slow (5-10 secondS). But if I close the tab and reopen the page again, it's very quick (1 second). However, this behavior is not the same if you lo...

What language would you recommend to make a script to transfer YouTube favorites/playlists from one account to another?

My friend's birthday is coming up soon and she lost the passwords to two of her YouTube accounts and the emails associated with them, so I'd like to do this for her. I only have game programming experience in various langauges, but I think that I could learn to do this. Any language recommendations/tips/thoughts? ...

User Testing of Website

Hi All, I am searching for a web service which can record the actions done by my clients on my website. There is a service known as "Userfly", but this service is a paid service. They offer the service for free 10 recordings per month only. If you guys know something similar to this but for "FREE" please share and also i would like get ...

Uploading and downloading via ftp with iPhone SDK

Could anybody explain to me the process of uploading to and downloading form and ftp server with the iPhone SDK. If you could just point me in the right direction (e.g. documentation etc.). How difficult is a task like this? Thanks in advance. ...

Just can't seem to fetch the mobile Gmail html, what is wrong?

I'm trying to cache the mobile Gmail webpage because UIWebView does not cache the content itself (mobile safari does, but not UIWebView). I tried the methods listed here http://stackoverflow.com/questions/992348/reading-html-content-from-a-uiwebview basically saving the html either directly from URLRequest or from UIWebView itself. Whe...

Business Process Execution with REST

Hi, I've been O'Reilly's RESTful web services this weekend and I can't seem to find an explanation of when a client would want to kick of a business process in a server. For example, I want to kick off administrative jobs on a given host in an enterprise, so which verb in HTTP would this fall under? I'm thinking it would be a POST(p) ...

Secure authentication without SSL

I'm starting to write a small web application and have started thinking about securing login (only used for administration). If I could, I'd install a CACert or self-signed SSL certificate, since for now I'll be the only one logging in, but my host isn't too accommodating. Are there any reasonable options for securing the site without ...

Big Renaming Project

I'm about to start a renaming project on a major data driven website USING VISUAL STUDIO and WINDOWS XP. I've got a script to change the company name in the data/tempates thousands of times. Does anyone have any ideas how I can verify that all of the names have been changed? Is there a way to pull the generated files down to my disk s...

rich web text-editor with autocomplete

Is there a web (i.e. html) text editor with autocomplete? Let's say I want to do a web based mini IDE. I want to add it an autocomplete feature, so if you write Str and hit a key combination a javascript method would be invoked that returned possible completions, such as String, StringBuffer, StringBuilder, StreamParser, etc ...