Search Results

Showing results 1 to 24 of 24
Search took 0.01 seconds.
Search: Posts Made By: Tom Tolleson ; Forum: JavaScript / DHTML / AJAX and child forums
Forum: JavaScript / DHTML / AJAX Feb 5th, 2009
Replies: 0
Views: 633
Posted By Tom Tolleson
Hi!

Would it be possible to have a JavaScript graphic in a web browser react to sounds from the users computer microphone?

Thanks!

Tom Tolleson
Forum: JavaScript / DHTML / AJAX Oct 27th, 2008
Replies: 1
Views: 798
Posted By Tom Tolleson
Hello.

I've got a page with a <div> that is a dojo.dnd.source and another <div> that is a dojo.dnd.target. I am able to drag objects from the source to the target successfully, but I would like to...
Forum: JavaScript / DHTML / AJAX Oct 21st, 2008
Replies: 2
Views: 916
Posted By Tom Tolleson
Hello! I'm new to Ajax (coming from PHP world), and I've been able to find plenty of examples of Ajax being used to display data from XML on a web page, but I haven't found many examples of Ajax...
Forum: JavaScript / DHTML / AJAX Oct 15th, 2008
Replies: 0
Views: 437
Posted By Tom Tolleson
Hello! I work as a contractor for a U.S. Federal Agency that has just approved the Dojo API for rich internet apps. I've got some JavaScript experience but I've never worked with Dojo before. I've...
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 0
Views: 469
Posted By Tom Tolleson
I'm reading the specs on a development framework, and it touts No JavaScript namespaces or API architecture and I'm wondering what exactly this means, and why it's a good thing?

Cheers!
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 2
Views: 3,319
Posted By Tom Tolleson
Yes it did. Thanks!
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 2
Views: 699
Posted By Tom Tolleson
Yes, thank you very much!
Forum: JavaScript / DHTML / AJAX Aug 8th, 2008
Replies: 2
Views: 699
Posted By Tom Tolleson
Any input is appreciated.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">...
Forum: JavaScript / DHTML / AJAX Aug 8th, 2008
Replies: 2
Views: 3,319
Posted By Tom Tolleson
I have an html form with multiple fields. Some of the fields are required, others are not. I have a JavaScript validation form that will send an alert if a field is empty. However, I only want it to...
Forum: JavaScript / DHTML / AJAX Feb 21st, 2008
Replies: 7
Views: 1,248
Posted By Tom Tolleson
Hey! Thanks for the tip!

The following code does the trick:

document.onkeypress=function(){
if (window.event.keyCode == 20) {
alert('It Works!');
}
}
Forum: JavaScript / DHTML / AJAX Feb 20th, 2008
Replies: 7
Views: 1,248
Posted By Tom Tolleson
Thanks for the reply.

I'm making this for an internal website (intranet) and it only needs to work in Internet Explorer.

I want the user to be able to pull up a pop-up window in which to write....
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 7
Views: 1,248
Posted By Tom Tolleson
That seems to work for when the user presses any key. What I'm going for is a specific event that is a combination of the CTRL key with the letter T.

Here's what I have so far:



function...
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008
Replies: 7
Views: 1,248
Posted By Tom Tolleson
Hi! I'm working on a graphics interface that is almost completely JavaScript. I want to assign a key combination to a function. For example: if the user hits Control+T, a new window would pop open.
...
Forum: JavaScript / DHTML / AJAX Jan 16th, 2008
Replies: 1
Views: 1,485
Posted By Tom Tolleson
Hello! I am using CSS class to apply design properties to a DIV in my markup. This image is a repeating image. The background-image syntax goes like this:
...
Forum: JavaScript / DHTML / AJAX Nov 15th, 2007
Replies: 2
Views: 1,765
Posted By Tom Tolleson
Hi! I've got some basic javascript and XML skills. I'm wanting to learn about AJAX but preferably without .asp or some other technology involved (I'm not running .asp on my server).

Are there any...
Forum: JavaScript / DHTML / AJAX Oct 11th, 2007
Replies: 1
Views: 1,776
Posted By Tom Tolleson
CSS class not applying properly

I have created som code that allows a user to create an object by clicking a button.
It's working fine.
However, I have a CSS class called "draggable" (which...
Forum: JavaScript / DHTML / AJAX Oct 10th, 2007
Replies: 6
Views: 8,177
Posted By Tom Tolleson
Thanks! Unfortunately the code


var newElem= document.createElement("input")
newElem.type = "radio"

Creates a null when the code attempts the append child method:...
Forum: JavaScript / DHTML / AJAX Oct 10th, 2007
Replies: 6
Views: 8,177
Posted By Tom Tolleson
That works (no errors returning)! Thanks.

However, it still doesn't create a radio button on the page. I'm kind of a newbie, and any advice is appreciated.
Forum: JavaScript / DHTML / AJAX Oct 10th, 2007
Replies: 6
Views: 8,177
Posted By Tom Tolleson
I have a button that activates a script to create a new radio button. I want the radio button to be of the class draggable. However, my code isn't quite working.

Any thoughts on this are...
Forum: JavaScript / DHTML / AJAX Oct 4th, 2007
Replies: 1
Views: 1,789
Posted By Tom Tolleson
I have a page on which I want users to be able to create web objects on the same page with the push of a button. For example, to create a new draggable textfield object, a user would click on this...
Forum: JavaScript / DHTML / AJAX Oct 3rd, 2007
Replies: 3
Views: 1,732
Posted By Tom Tolleson
Wonderful! Thanks! It works great.
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2007
Replies: 3
Views: 1,732
Posted By Tom Tolleson
Hi! I have an image of a radio button on my page (there are reasons why I'm not using a real one). I want to make the image change from one image (radio_button.gif) to another...
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2007
Replies: 3
Views: 1,599
Posted By Tom Tolleson
Thanks! That's great! It works perfectly!
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2007
Replies: 3
Views: 1,599
Posted By Tom Tolleson
Hi everyone. I have sort of a simple question:

I have need to replace one object (an image) with another object (a textfield/form object). I want the switch to occur when the user clicks on the...
Showing results 1 to 24 of 24

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC