User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 423,160 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,401 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 30 of 30
Search took 0.01 seconds.
Posts Made By: Tom Tolleson
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 0
Views: 210
Posted By Tom Tolleson
Are JavaScript namespaces a bad thing?

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: PHP Aug 14th, 2008
Replies: 5
Views: 453
Posted By Tom Tolleson
Re: Sending form data in an email

That's a really big help! Thanks guys, it works great!
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 2
Views: 770
Posted By Tom Tolleson
Re: Required field validation

Yes it did. Thanks!
Forum: JavaScript / DHTML / AJAX Aug 14th, 2008
Replies: 2
Views: 405
Posted By Tom Tolleson
Re: why won't this script work?

Yes, thank you very much!
Forum: JavaScript / DHTML / AJAX Aug 8th, 2008
Replies: 2
Views: 405
Posted By Tom Tolleson
why won't this script work?

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...
Forum: JavaScript / DHTML / AJAX Aug 8th, 2008
Replies: 2
Views: 770
Posted By Tom Tolleson
Required field validation

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: PHP Aug 1st, 2008
Replies: 5
Views: 453
Posted By Tom Tolleson
Sending form data in an email

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...
Forum: HTML and CSS Apr 10th, 2008
Replies: 11
Views: 948
Posted By Tom Tolleson
Re: Diagonal rules in CSS?

Just to be even more controversal I'm going to ask why you are using tables at all and not just CSS!

It's a Federal Govt. contract and they have people who aren't developers trying to make design...
Forum: HTML and CSS Apr 10th, 2008
Replies: 11
Views: 948
Posted By Tom Tolleson
Diagonal rules in CSS?

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...
Forum: JavaScript / DHTML / AJAX Feb 21st, 2008
Replies: 7
Views: 880
Posted By Tom Tolleson
Re: Ctrl+t?

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: 880
Posted By Tom Tolleson
Re: Ctrl+t?

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. But...
Forum: JavaScript / DHTML / AJAX Feb 19th, 2008
Replies: 7
Views: 880
Posted By Tom Tolleson
Re: Ctrl+t?

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: 880
Posted By Tom Tolleson
Ctrl+t?

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...
Forum: C++ Jan 25th, 2008
Replies: 3
Views: 308
Posted By Tom Tolleson
Re: C++, right tool for the job?

Ha ha ha. I thought it hadn't posted. So, basically, I can get someone to code it in Java and then compile it? What's the difference in Java and C?
Forum: C++ Jan 25th, 2008
Replies: 3
Views: 308
Posted By Tom Tolleson
Help C++, right tool for the job?

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...
Forum: C Jan 25th, 2008
Replies: 1
Views: 274
Posted By Tom Tolleson
Java or C?

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...
Forum: JavaScript / DHTML / AJAX Jan 16th, 2008
Replies: 1
Views: 685
Posted By Tom Tolleson
Naming a CSS Background Image for JavaScript

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...
Forum: HTML and CSS Jan 11th, 2008
Replies: 7
Views: 1,138
Posted By Tom Tolleson
CSS question regarding hover images

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...
Forum: HTML and CSS Jan 2nd, 2008
Replies: 4
Views: 465
Posted By Tom Tolleson
Multiple color options in CSS?

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...
Forum: Java Dec 9th, 2007
Replies: 9
Views: 617
Posted By Tom Tolleson
Java Book For Newbies?

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...
Forum: JavaScript / DHTML / AJAX Nov 15th, 2007
Replies: 2
Views: 928
Posted By Tom Tolleson
AJAX Beginner's Book Recommendation?

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: 924
Posted By Tom Tolleson
Applying CSS to new objects

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...
Forum: JavaScript / DHTML / AJAX Oct 10th, 2007
Replies: 5
Views: 3,200
Posted By Tom Tolleson
Re: Function to Create Radio Button

Thanks! Unfortunately the code


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

Creates a null when the code attempts the append child...
Forum: JavaScript / DHTML / AJAX Oct 10th, 2007
Replies: 5
Views: 3,200
Posted By Tom Tolleson
Re: Function to Create Radio Button

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: 5
Views: 3,200
Posted By Tom Tolleson
Function to Create Radio Button

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: 928
Posted By Tom Tolleson
function to create multiple objects

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: 864
Posted By Tom Tolleson
Re: Newbie question: toggling a variable

Wonderful! Thanks! It works great.
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2007
Replies: 3
Views: 864
Posted By Tom Tolleson
Newbie question: toggling a variable

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,260
Posted By Tom Tolleson
Re: Replacing one object with another

Thanks! That's great! It works perfectly!
Forum: JavaScript / DHTML / AJAX Oct 2nd, 2007
Replies: 3
Views: 1,260
Posted By Tom Tolleson
Replacing one object with another

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 30 of 30

 
All times are GMT -4. The time now is 7:55 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC