5
votes
4answers
48 views
REST/Ajax deep linking compatibility - Anchor tags vs query string
So I'm working on a web app, and I want to filter search results.
A nice restful implementation might look like this:
1. mysite.com/clothes/men/hats+scarfs
But lets say we want …
0
votes
4answers
52 views
Do I use a web service or a HttpHandler to serve images ?
Hi guys
very simple question for you..
To serve Images is better a web service or a HttpHandler in asp.net c# ?
what is the difference ?
Why I should prefer one instead another ? …
0
votes
3answers
32 views
Generate PDF From Rendered Web Page (HTML and Flash)
I am trying to generate a PDF from a web page (or series of web pages). The pages contain, not only HTML/Javascript, but also Flash images (graphs/charts/etc). I have been search …
1
vote
2answers
42 views
Downloading data to a PIC micro from the web
I have a client that would like a small PIC board that plugs into a PC's USB as a dongle in HID mode. It would basically just transfer small amounts of data over RF to another devi …
0
votes
1answer
27 views
Flash/Java whiteboard web applet
Hello. I want to put a whiteboard on my website so users can draw something and then save the image to the server containing the drawing. Are you aware of any open source/free alre …
0
votes
2answers
29 views
How to get information out of a java applet?
Hi everybody!
I've a simple webpage with a java applet.
The applet calculated a few values. (up to 30 lines of text)
Then I want to send the values back to the server.
Sorry for …
1
vote
4answers
33 views
Elegent Web Permission Schemes
Hello Everyone,
I'm currently writing a web application that have about 6-12 pages. On each one of these pages, I want the user to be able to do some (or all) of the following act …
0
votes
1answer
22 views
Setting href link target without reloading page
I have a href tag <a href="#somepage" target="sometarget"> or more accurately loading a URL from Flash loadURL('#somepage', 'sometarget'). I have no option to remove the targ …
0
votes
2answers
12 views
Is there a (RAD) tool for dynamic web creation (php + html )
Hello all
Is there any tool something like access or front page that combines?
The server side also ( php ) for none programmers?
1
vote
8answers
79 views
Core HTML/CSS/Javascript Frameworks
I'm trying to improve my web development skills. I'm already familiar enough with HTTP, HTML, CSS, and Javascript, but I'd like to take advantage of some frameworks/helpers for si …
-2
votes
0answers
57 views
Mining the web for relevant email addresses given a keyword
My future boss wants me to do a "small task", before I'm hired. All I really want are ideas/resources such as names of services I can make use of to accomplish the task in the best …
2
votes
5answers
60 views
Validation first, confirmation later?
In what order should I perform Validation & Confirmation?
Meaning, do I first ask the user to confirm save or first validate the form?
Consider two cases, in the first - vali …
0
votes
3answers
31 views
C# multiple instances of the web service proxy classes or should I be passing them as a ref?
For each class I create a new instance of the web service proxy.
Main Form:
services services = new services();
services.doStuff();
New Form/Window from the Main Form:
service …
0
votes
2answers
49 views
Web SSO solution that’s easy to implement?
I'm looking at a SSO (Single Sign On) solution to fit our relatively simple use case.
Website1 - currently authenticates with database user table.
Website 2 [new] - wants to use …
0
votes
1answer
23 views
Is it possible to create client-side only mashups with javascript?
Hi everyone
I have been tinkering with javasript (jquery) all day. I want to create a personal little mashup that grabs the page contents of a few local music venues, reformats th …
