web

Getting an ajax-generated image from web-form C#

Hello. I'm trying to automatize a process of filling a web form. I want to take values from database, fill the web-form with them and submit the form. Before submitting I should fill a field with numbers written on capcha-image. As far as I can't recognize the capcha by my program, I want to get it from the form, show it to user by win-a...

ConfigurationManager.OpenExeConfiguration what does this do in laymans term

Hi Can some one explain what this does in laymans terms,can this be used in web project, say I ve got different configs for differrent environments, can this be used to get the relevant config based on the current build environment? ...

iphone mobile web + remove safari interface bars

Hello, anone knows how to remove the bar at the top and bottom on safari iphone. I have this mobile web page am writing and I cannot get rid of the navigation bar. Is that even possible ? Thanks. ...

User View Profile

Hi All, I am building an application for my client and I am not using any frameworks . Question came up when building viewing user profile My client wants to see the user profile URL like mywebsite.com/Johnd - should give Johnd profile mywebsite.com/KJohns - should give KJohns profile I have implemented URL mapping like http:/...

HttpWebRequest error 403

I am new in C# and have requirement to retrieve a url from C#. Most of case it’s working fine but in one case its throws an error. url is as follows http://whois.afrinic.net/cgi-bin/whois?searchtext=41.132.178.138 Error is: Exception in the HTTP request for url: http://whois.afrinic.net/cgi-bin/whois?searchtext=41.132.178.138 The remo...

ASP.NET 3.0 and JSON from Web Services

Guys, I'm trying to hookup a ASMX web services in asp.net 3 to return JSON rather than XML. Anyone ever tried/wanted to do this? Thanks!! ...

IE8 Web Slices problem when using RTL orientation

Web Slice icon appears on the far right when RTL orientation is used. As a result, users can't click and subscribe to the Web Slice. Any solution for this? ...

Need suggestion for web crawler software to help build a databse of accountants

We are working on simplifying accounting, payables and invoicing. In order to get the accountant to use our product we are intending to an email marketing targetted exclusively to all the book-keeprs and accounting/CPA firms in USA. We will like ot know whether there is any software/application that will help to crawl the net and get ema...

Web based VNC client ??

i am currently developing a web app which has a part where i have to open a specific machine through VNC to see its desktop. i am required to have a web based VNC client , which means it shouldn't install a server or any other file on the client's side, the client just opens the web browser and puts the ip of the targeted machine to Open...

What are the Advantage of WCF Service Over WebService 2.0 in Performance?

I Want to know the Advantages of WCF Service and Webservice 2.0 in performance wise, Please give me some imprtant links to know more about this. ...

Java Web Service - deploy.wsdd problem

Hi all, I am creating Java Web Services using Eclipse. I am using Apache Axis (NOT AXIS 2) Now for one web service - public int deleteParameter(Parameter[] paramArray) The deploy.wsdd is description for the paramArray is - <parameter xmlns:pns="...." xmlns:tns="...." xmlns:itns="...." qname="pns:paramArray" type="tns...

Perl libwhisker library

Could someone provide links for tutorial about libwhisker library? ...

Timed animation with jQuery

Is this possible via jQuery ? Basically as shown in above image , I have blue background , map image and text images. I want to achieve this kind of animation at the page load or whenver this image is loaded. ...

Append "..." when a string is larger than desired

I'm looking for a good way to append "..." when I need to gracefully display a string that is too large and doesn't fit in the space that I want. The way that I'm currently doing that is looking for a max length of characters that will fit in the space, then cut the string to that length and append the "..." . All that in the server-si...

Running a Python program on a web server

Hi, I have a Python script which accepts a XML file as input and then processes it and creates another file. Now the way I have to run this program in terminal (mac) is: ttx myfile.xml And it does the job. Now I am trying to install this program on a web server. I have all the necessary files installed as Modu...

how to use web service API?

Our application is written in Java. Now we are integrating with a different company which offers web service API. This API allows Microsoft.NET or SOAP enabled application to integrate. Please consider me in this naive. So how do I verify if my application is SOAP enabled or how do I make it? Actually our current plan to integrate is thr...

music website: how to make it work on android/blackberry/iphone/symbian?

Hello, How can I make my simple site, on which the user can choose to play a number of music clips by clicking on little "play" buttons on the page (think of Amazon's "preview" on their product pages for CDs), work on mobile devices? [I originally created the page thinking only of desktop browsers, so currently it works by using Flash...

How to implement web-based installer?

Guys how can I implement a web installer for my application? ...

How to get only text of a webpage with Python, just as Select-all & Copy in browser?

I want to get "Main content" instead of < tag> Main content , where the latter is html code and could be retrieved using urllib.urlopen(url). Just as you open the url in browser, select all text and then copy&paste. Is there a possible way for this with Python? Thanks. ...

Converting relative paths to absolute paths C#

Hi, I have a program that trawls html files and finds href tags, takes the string inside (the link), and converts it to the file location. The problem comes when the href tag uses relative links, eg: <a href="../../../images/arrow.gif"/> In that case, my program returns: \\server\webroot\folder\foo\bar\mew\..\..\..\images\arrow.gif ...