Search found 68 matches

by gavinbsocom
Thu Feb 05, 2004 9:47 am
Forum: Javascript
Topic: How to save video files off the internet...
Replies: 5
Views: 1519

How to save video files off the internet...

How would you save a video file off the internet...??? I can't seem to grab the address...and when i view the source nothings working...any suggestions?
by gavinbsocom
Thu Feb 05, 2004 9:21 am
Forum: Javascript
Topic: css background music....
Replies: 6
Views: 1528

in that case....if i used javascript to do it....where would i start...anyone got some examples....Can i do it in php??? well an example in java would be nice..Thankyou.
by gavinbsocom
Tue Feb 03, 2004 4:46 pm
Forum: Javascript
Topic: css background music....
Replies: 6
Views: 1528

yah i agree its tacky....and the only reason im asking is cause im in this html class in school....which is complete and utter b.s. and i know as much as the teacher knows and then some....but i wasn't sure about this...and he was so excited when he thought of this idea...so i figured i give it a wh...
by gavinbsocom
Tue Feb 03, 2004 9:44 am
Forum: Javascript
Topic: css background music....
Replies: 6
Views: 1528

css background music....

here is what im trying to accomplish....I want to put a link on a page that goes back to the previous....But When you hover over that back link I want it to say....Ill be back...I have the audio clip from terminator that says it....I just can't get it to do it in my stylesheets....I searched the int...
by gavinbsocom
Fri Dec 05, 2003 4:50 pm
Forum: Javascript
Topic: ccs table align.....
Replies: 4
Views: 1189

ccs table align.....

How would I align a table in css? I dont want to do it in the html document itself? I know you can use

Code: Select all

text-align: center;

Code: Select all

table.head
{
align: center;     ???
}
by gavinbsocom
Wed Dec 03, 2003 9:40 am
Forum: Javascript
Topic: css layouts, web standards
Replies: 33
Views: 7819

Why would you ever? Whats the advantages/disadvantages for using tables.
by gavinbsocom
Wed Dec 03, 2003 9:39 am
Forum: Javascript
Topic: Cool Menu
Replies: 1
Views: 783

why dont you use a form? and have a select menu, or have a menu that pops out....or have a title bar where the words go straight across....?
by gavinbsocom
Wed Dec 03, 2003 9:26 am
Forum: PHP - Code
Topic: Email Sending with multiple body's ?
Replies: 3
Views: 526

it doesnt send ?
by gavinbsocom
Thu Nov 20, 2003 4:59 pm
Forum: Javascript
Topic: Date & Time
Replies: 5
Views: 1356

oh ok
by gavinbsocom
Thu Nov 20, 2003 9:44 am
Forum: PHP - Code
Topic: Email Sending with multiple body's ?
Replies: 3
Views: 526

Email Sending with multiple body's ?

This is the second time im posting an email question an its the last. I wont to have multiple forms combined into one message so when someone clicks send it takes all the forms to my email. Challenge.php <form method="post" action="mail.php"> TO : <input type="text" nam...
by gavinbsocom
Thu Nov 20, 2003 9:30 am
Forum: Javascript
Topic: Date & Time
Replies: 5
Views: 1356

why don't you do it in pHp ?
by gavinbsocom
Tue Nov 18, 2003 9:24 am
Forum: Javascript
Topic: CSS: Book Review (Core CSS)
Replies: 7
Views: 2539

If anyone cares at all.... I bought the CSS in a nutshell in it covers things in great detail. I definitly recommend. I have about 9 of the nutshell books. I'm hooked.
by gavinbsocom
Tue Nov 18, 2003 9:22 am
Forum: Javascript
Topic: How do i Put a Virtical Divideo on the page?
Replies: 8
Views: 1979

You can do it style sheets....


.name {
border-right or left: 1px solid color;
}
by gavinbsocom
Mon Nov 17, 2003 9:56 am
Forum: Javascript
Topic: capitals or not
Replies: 11
Views: 3142

capitals or not

does it matter if you type html in capitals or lower case? It doesnt matter right?
by gavinbsocom
Mon Nov 17, 2003 6:11 am
Forum: Javascript
Topic: How do i Put a Virtical Divideo on the page?
Replies: 8
Views: 1979

yah i thought about that but there is no specific way to do it like a horizontal line?