web

How to import existing SOAP request messages to SoapUI?

I have a bunch of SOAP request messages in XML format. Is there a way to import them to a SoapUI project? I want to import them and add as "Test Request" Test Step to an existing Test Case. ...

I'm about to get my first gig doing web design work, what should I know?

I'm about to get a job doing some basic design work for a client I've worked with before. I have freelanced before, but generally, I deal with desktop applications or embedded work; this is my first time doing a web project. What is some advice, specific to my situation, that would help me? I've been reading Clients From Hell and I'm a...

Why is the internet so unsecure?

The internet is so unsecure and unregulated that I frequently tell customers who use my app to never connect their production system to it!.. as a matter of fact, I tell them to acquire a standalone system exclusively dedicated to surfing the web and to never store any confidential info on it. Anything can be broken into and I truly beli...

Bluetooth detection via webpage

Does anyone have a script (or know if it is possible) to detect bluetooth via a webpage (without knowing beforehand if the device viewing the page has bluetooth). What I'd like to do is check for bluetooth and poll for nearby devices. Can this be done? Or could it be done if you knew what device someone was using? ie. is it OS dependen...

IE doesn't display properly the same code on the same page twice

Okey, here it goes. I have a block of code that repeats it self twice. But it doesn't display the same, it is on the same page. I've checked everything is the same the html and the CSS. I realy can't wrap my head around this. This code is part of joomla module. I have to note that this is not my code!!! But i have to fix it so.. <di...

Programmatically extract data from flash animation drop-down list

There's a flash running on a web-site (not localhost). It has a drop-down list, where you can type letters. While you are typing, it sends a request to the server and shows values containing your query letters. Is there any way to programmatically send a request (imitating a human working with that flash animation) and extract some of...

Useful Vim plugins for web development and design (php, html, css, javascript)?

Right now I'm using surround.vim to enclose text in HTML tags, and a plugin that highlights text according to the hex value in the CSS file (e.g. #888 will have gray background in the CSS file). Are there other useful plugins for web development? Recommendations Here is a list of the plugins mentioned in the answers so far: surround...

Web directory of RESTful web services?

Is there something like a directory, list, search engine, or index of RESTful WS in the web? Edit: What I am looking for is a list or a directory in the internet like this: Yahoo: Maps Service, http://developer.yahoo.com/maps/rest/V1/geocode.html, http://local.yahooapis.com/MapsService/V1/geocode?appid=YD-9G7bey8_JXxQP6rxl.fBFGgCdNj...

What lightweight web MVC frameworks Java has?

I'm a newbie in Java world, but I got solid knowledge of RoR and ASP .Net MVC. I need to develop a web application which will serve as a web UI and also will provide web services for other applications to save and get data and run some async jobs. I don't have any experience in Java EE and I would like to avoid it because even setting u...

calling webservice in asp.net by Dojo

Dear all I would like call my web service by using dojo,is it possible?would u help me becuze I cant find any useful code for helping me... ...

PHP blank body page on first time open on firefox on my development server

Hello all, I really don't know why my web page is always blank in body whenever open a new page in firefox on my development server! My development server have many web sites! Some sites same problem and some sites no problem... But I'm not working with server administration. The result of the page is blank body: ...

[iPhone Web App] Ignoring Orientation

Hi, I am building a web application for iPhone. Since the application shows different content while in different orientations, the built-in animation between the two orientations animates the original content as well. For better result, I would like to disable the animation between the portrait and landscape. Is there a way to do it fo...

common NSConnection for various data proccessing from web server in iphone

Hi friends, How to have common NSConnection for various data proccessing from web server in iphone. if possible can i have code for it Regards, sathish ...

Create AppDomain with web context

I'm building an ASP.NET MVC web application that supports plugins in the form of bundled .dll files that can contain (among other things) precompiled (through aspnet_compiler.exe) .aspx view pages as well as Controller objects handling requests. I've built the plugin system so that all plugins are contained within a separate AppDomain t...

Should I delete the record of my site with WWW in it?

I currently have both urls of my site listed in google and yahoo siteexplorer etc, there is some difference in the pages that are indexed. Do I need both, or can I delete the one with the www at the start and then let it find all pages using the new url? I have already set my preferred domain in google but can not see a way to do it in ...

How can I download link targets from a web site using Perl?

I just made a script to grab links from a website, and in turn saves them into a text file. Now I'm working on my regexes so it will grab links which contains php?dl= in the url from the text file: E.g.: www.example.com/site/admin/a_files.php?dl=33931 Its pretty much the address you get when you hover over the dl button on the site...

RESTful uploading of a file in PHP

Hello Everyone, So I'm working on a script that's going to upload a video to a server via a RESTful interface. The documentation tells me that I should pass the data (including the binary video file) as part of a POST request. I know how to set my POST variables, but I'm not sure how to do the binary data. The API says I should have a ...

How do I register a protocol to work with my program?

I'd like my program to be summoned when a browser tries to open a page with the protocol "tf2emp://xxxxx". The program will then have to download content based on the 5 digit number given in said protocol. My program is written in python, and I'm using wx for the gui. ...

How to structure application and dependencies in a web based app ?

Ladies and Gentlemen, This question might have been asked just too many times nevertheless its never bad to get fresh perspective on When developing a web application be it "SAAS" model or just a "Product" model, what are the best practises in structuring the application ? And Why do you think so ? Point to remember : Scalability is a...

What is this type of web control/widget called?

I'm looking to create a menu that is a hybrid of an accordion control and a fly-out menu, but I want to have it expand across the x axis instead of the y: Is there a name for this widget? The name of a jQuery plugin would be even better. Thanks ...