Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
About Me

Background in Computer Human Interaction I am currently working on Federal Government websites

Interests
Jow Ga Kung Fu, Music
PC Specs
Windows XP
Favorite Tags
Member Avatar for 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 appreciated. [code] <head> <script Language="JavaScript"> function modify(){ var newElem= document.createElement("radio") newElem.id = "newradio" newElem.appendChild(newElem) …

Member Avatar for uthumiram
0
416
Member Avatar for Tom Tolleson

Hey, guys. I've decided to learn C++ for fun while we're having some downtime here at work. I'm using Microsoft Visual C++ and it doesn't explain a couple of bits of basic syntax: On the line int main () What does "int" stand for? It seems to be used for …

Member Avatar for Tom Tolleson
0
127
Member Avatar for 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

0
86
Member Avatar for 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 be able to drag them back again as well. Any advice on this? …

Member Avatar for jamespw
0
132
Member Avatar for Tom Tolleson

Hi! I just inherited a rather large legacy site here at work that has no database behind it. It's a large volume of HTML pages with the content written right into the HTML page. I need to extract the content and bring it into a database, or XML files. Each …

Member Avatar for MidiMagic
0
77
Member Avatar for Tom Tolleson

Hi! I've got a table of, let's say, widgets. Each has a unique id (primary key) and a few other attributes such as widgetid (unique, number) widget_name (string) widget_price (varchar) widget_color (string) BUT, for each widget, I also want to list other widgets (that are listed in the same table) …

Member Avatar for Tom Tolleson
0
122
Member Avatar for 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 being used to update/edit the content or structure of an XML …

Member Avatar for ~s.o.s~
0
89
Member Avatar for 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 been immediately tasked with a job of creating a page with two html list forms …

0
96
Member Avatar for Tom Tolleson

I'm reading the specs on a development framework, and it touts [I]No JavaScript namespaces or API architecture [/I]and I'm wondering what exactly this means, and why it's a good thing? Cheers!

0
97
Member Avatar for Tom Tolleson

Hi, guys. I've got a simple registration form that is submitting new user's contact information into a MySQL database. However, now when the form is submitted, I need the data to be sent in an email to the site's admin. Anybody know a good resource for this? Thanks! Tom Tolleson

Member Avatar for Tom Tolleson
0
416
Member Avatar for 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 send an alert if a required field is empty. How do …

Member Avatar for Tom Tolleson
0
180
Member Avatar for Tom Tolleson

Any input is appreciated. [code]<!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script language="text/javascript"> function validateForm(form1) { alert("Please enter your name."); } </script> </head> <body> <form name="form1" id="form1" method="post" onSubmit="validateForm(form1);"> <input type="text" id="name" name="name" /> <input type="submit" name="SubmitName" value="Submit" /> …

Member Avatar for Tom Tolleson
0
128
Member Avatar for Tom Tolleson

Hello, I'm familiar with the ability to create borders and boxes in CSS, but I have a client that has requested diagonal rule to cross through table cells. That is, no matter the dimensions of the table cell, it would contain an X of a specified color. Any advice on …

Member Avatar for autocrat
0
166
Member Avatar for 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 image, and have the textfield appear in the same location. Is this possible? Thanks! …

Member Avatar for phillman17
0
104
Member Avatar for 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. Any tips? Thanks! Tom Tolleson

Member Avatar for DangerDev
0
335
Member Avatar for Tom Tolleson

Hello! I have a navigation bar with two tabs on a tab bar. The first represents the page being shown, and the second is a link to a second page. When the first page is being viewed, the first tab is labeled in the markup as ".current." When the second …

Member Avatar for MidiMagic
0
183
Member Avatar for Tom Tolleson

Hi! I'm working on a CSS for a site that features a menu bar. The menu is named 'tabbar.' .tabbar { } The tabbar needs to appear in different colors on different pages. What is the best semantic naming solution for these variants? I was thinking of using general descriptive …

Member Avatar for ndeniche
0
102
Member Avatar for Tom Tolleson

Hello! I'm a web developer and have not ventured outside of the AJAX threads. However, we're trying to take on a desktop application project here at work, and I'm wondering what language to specify it to be built in. We have programmers in C++ and Java (as well as C). …

Member Avatar for Narue
0
84
Member Avatar for Tom Tolleson

Hello! I'm a web developer who is taking on the creation of a desktop application as a side project. I need to hire someone to cerate the application. Knowing little, I want to make sure I'm choosing the right developer and language. All I know about Java is that it …

Member Avatar for Narue
0
93
Member Avatar for 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: [code]background-image:url(http://www.mysite.com/images/image.jpg);[/code] I am performing a JavaScript image replacement (it has to be done in JavaScript per client specs) and to replace this …

Member Avatar for delta9
0
66
Member Avatar for Tom Tolleson

Does any one have a recommendation for a basic Java book for someone who is new to anything other than web development (Javascript and XML). Perhaps something that might include servlet or J2EE? Thanks a lot! THT

Member Avatar for ~s.o.s~
0
197
Member Avatar for 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 books you guys can recommend to me? Thanks! THT

Member Avatar for salehCoder
0
82
Member Avatar for 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 makes the object draggable). If I apply the class to a hand-coded object: [code] <form action="#"> …

Member Avatar for sillyboy
0
78
Member Avatar for 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 (radio_button_selected.gif) and vice-vera. I'm trying to create logic that will toggle the variable and change …

Member Avatar for MidiMagic
0
104
Member Avatar for 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 button: [code] <form action="#"> <input type="button" name="btn" id="btn" value="Make …

Member Avatar for ~s.o.s~
0
57