Hi there,
i have asked to create a module that will record video messages form the web browser it self.
what technologies, i should look at. and how should i start. please give me some pointers.
A sample code will be appreciated. :)
...
Simple - I have a layout that is 800 by 600. When I press Ctrl and +, it zooms in and looks wonderful.
I want to know if there's a CSS/Javascript way to do the same? Without the user having to do it (because users will not do it and see the small layout).
Same question was posted by someone http://stackoverflow.com/questions/826708/set...
I understand the cultural diversity motivation behind this ICAN decision but how disruptive is the change going to be?
How many routers will choke on non latin characters in URLs?
And what about the millions of lines of business application code handling email fields?
...
enter code hereHi All,
I have a simple windows service application that connects to a WCF service. The windows service is deployed on our Development Application Server, and the WCF service onto our DEV Web Server. The service is setup to run under the appropriate service account (we have a couple of other services that also communicate...
I am trying to load a google web toolkit application with django, but the gwt host page does not seem to work (just a blank screen) when I invoke it with render_to_response() from my django view. I have verified that a plain hello-world html file loads fine from the gwt war directory, so it's not a path issue. Also the host page renders ...
I've designed a website that works through my own PC.
I set the IIS to work with Custom Errors in case user ran into some unknown exception.
I've also added a check that the error page will e-mail me whenever it found an error.
Can I somehow get the error information (Stack and description) from the error page?
...
Hi I am begginer with asmx web service. On web service side I add ticket in soap header if user call web method addTicket.
public class TicketIdentity
{
private string ticket;
public string Ticket
{
get { return ticket; }
}
public TicketIdentity(string _ticket)
{
this.ticket = _ticket;
}
}
...
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 - validation is really quick, in the second - validation can take a couple of seconds. Do you change the order then?
Edit: The button doesn't act as "save" but performs...
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:
services services = new services();
services.doStuff();
Should I be passing the first instance from the Main GUI? or does it even matter...
frmWindow window = new ...
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 site layout, CSS, and Javascript support.
What are the best HTML/CSS/Javascript web tools/frameworks out there? (In this question, I'm not looking for scriptin...
I don't have a full qualified domain name in the server and when i configure web replicate during certification i get the following error the server name does not match the name of the certificate, i think to get full qualified domain name for my server so that it should be equal to my computer name and IIS node.
what i want to know is...
I have been asked to implement some email address validation on a web app - I'm sure we've all been there a thousand times... however, this time I have been asked to do an MX Lookup on the domain to see if it accepts emails.
Does anyone know of any potential problems with doing this? Is an mx lookup a reliable way of finding out if a do...
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 the same authentication information and when user clicks link to website1 they shouldn't have to re-login.
Website1 is J2EE based running on Websphere.
Web...
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 their data, and presents in a single webpage.
I thought I could be clever and load them as iframes, hide the iframes, and access their contents through the DO...
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 actions: View, Add, Update, and Delete.
The current permission scheme I thought of is having an integer in a database. This integer will correspond to a binary n...
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 device across the room.
They would like the data to come from the web. ie. user clicks a link in their browser which wakes up the PIC board and begins a download t...
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 target so am limited to (I assume) the available targets: _top, _self, _blank, _parent.
What target or alternative do I have to avoid refreshing the page?
...
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 searching diligently for a library (.NET), but I have still to come up with something that works. (Note: I did find Winnovative's solution, but that has a different...
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 my english and thanks for your help!
...
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 already made whiteboard application out there ? I also need the save image function. Thank you !
LE: I am also able to pay a small amount of money on it so name s...