does anyone have an cool code for html?

N

NateDogg

hello,

if anyone has any cool code or interesting links. plz let me know
iam a current college student who's major is digital media. iam just a
basic beginner. thanks
 
T

Travis Newbury

NateDogg said:
if anyone has any cool code or interesting links. plz let me know
iam a current college student who's major is digital media. iam just a
basic beginner. thanks

define "cool". To some it could be wc3 validated code, to others it
cold be flash and javascript moving things around on your web page, to
others it is images.
 
T

Tony Cooper

hello,

if anyone has any cool code or interesting links. plz let me know
iam a current college student who's major is digital media. iam just a
basic beginner. thanks

Some wonder why I bother to note usage errors in the text of web
sites, but - just think - this guy may someday be paid to create web
sites.
 
S

Stuart

Tony said:
Some wonder why I bother to note usage errors in the text of web
sites, but - just think - this guy may someday be paid to create web
sites.


We all started somewhere!
 
T

TJ

Tony said:
Some wonder why I bother to note usage errors in the text of web
sites, but - just think - this guy may someday be paid to create web
sites.

Usually I just lurk here snagging tips because I can't stand the attitude of
most of the regs, but today I'll add this;

Initially I thought "NateDogg" was just another troll, but 'something' told
me to look at it's headers;
NNTP-Posting-Host: 199.29.216.253

The original and follow-up posts came through Google, and the related IP
resolves to the Washington DC area of the US.

So it's no great surprise to me that the OP can't perform simple tasks like
setting up a newsreader, and expressing him/herself properly.

Seems to go with the "territory". :)
 
M

middletree

The original and follow-up posts came through Google, and the related IP
resolves to the Washington DC area of the US.

So it's no great surprise to me that the OP can't perform simple tasks like
setting up a newsreader, and expressing him/herself properly.

Seems to go with the "territory". :)


It's well-known that DC has a large black population. Are you saying that
the poster's race has anything to do with his lack of knowledge? I hope
that's not what you meant.
 
M

Michael Winter

NateDogg said:
wc3 [...]


"Java scripting" is a misleading phrase to use. Java and JavaScript (or
more formally, ECMAScript) are two very different languages. Client-side
scripting, whilst generic, is better.
www.dynamicdrive.com Or google "javascript sample code"

DynamicDrive is not a good place to learn how to author scripts, nor a
particularly good place to obtain them. Unfortunately, this holds true
for many scripts that can be found by searching the Web.

Mike
 
W

wd

Tony Cooper wrote:
The original and follow-up posts came through Google, and the related IP
resolves to the Washington DC area of the US.

So it's no great surprise to me that the OP can't perform simple tasks like
setting up a newsreader, and expressing him/herself properly.

Seems to go with the "territory". :)

Why is that?

Washington DC should be proud -- 90% voted against Bush in the
last election. It is just the politicians in DC that are stupid.
 
M

mbstevens

middletree said:
It's well-known that DC has a large black population. Are you saying that
the poster's race has anything to do with his lack of knowledge? I hope
that's not what you meant.

Odd interpretation.

My initial interpretation would be that s/he referred to the
present crop of beltway bandits, starting with the muddled
head bandit and working down.
 
T

TJ

mbstevens said:
Odd interpretation.

My initial interpretation would be that s/he referred to the
present crop of beltway bandits, starting with the muddled
head bandit and working down.

BINGO!
 
T

Travis Newbury

Michael Winter said:
DynamicDrive is not a good place to learn how to author scripts,
nor a particularly good place to obtain them. Unfortunately,
this holds true for many scripts that can be found by searching
the Web.

Your absolutly right. Most of them do suck.
 
T

TJ

middletree said:
Well, like I said, I was hoping I was wrong.



Glad to see I was wrong. I apologize if, in asking this, I offended
you in any way.

Nah. Takes a lot more than insinuating I'm a racist to offend me. :)
 
N

Neredbojias

With neither quill nor qualm, wd quothed:
Why is that?

Washington DC should be proud -- 90% voted against Bush in the
last election. It is just the politicians in DC that are stupid.

Maybe in DC, but look at all the peasants that listen to and believe
Rush Limbaugh and his copycat cadre of charlatans preaching their crap
on the airwaves, etc. We are regressing.
 
T

Travis Newbury

Neredbojias said:
Maybe in DC, but look at all the peasants that listen to and
believe Rush Limbaugh and his copycat cadre of charlatans
preaching their crap on the airwaves, etc. We are regressing.

Yea, Farakan or Dean make so much more sense...
 
J

Jonathan N. Little

TJ wrote:
Usually I just lurk here snagging tips because I can't stand the attitude of
most of the regs, but today I'll add this;

Initially I thought "NateDogg" was just another troll, but 'something' told
me to look at it's headers;




The original and follow-up posts came through Google, and the related IP
resolves to the Washington DC area of the US.

Funny, I found 199.29.216.253 to go to
'Niagara County Community College' which googles to

Niagara County Community College is located in Sanborn, New York, USA not DC
 
T

TJ

Jonathan said:
TJ wrote:


Funny, I found 199.29.216.253 to go to
'Niagara County Community College' which googles to

Niagara County Community College is located in Sanborn, New York, USA
not DC

DC, NY, What's the difference? :)

You are correct, though. I only went as far as;
-------------------------------------
OrgName: Performance Systems International Inc.
OrgID: PSI
Address: 1015 31st St NW
City: Washington
StateProv: DC
PostalCode: 20007
Country: US
NetRange: 199.29.0.0 - 199.29.255.255
 
C

cwdjrxyz

NateDogg said:
hello,

if anyone has any cool code or interesting links. plz let me know
iam a current college student who's major is digital media. iam just a
basic beginner. thanks

If you have the WMP and/or Real players in recent versions installed,
try http://www.cwdjr.info/media/playersRoot.php . This gives examples
of several types of audio/video codes with demos of some of them. If
you have a recent real player, you will be able to view a page written
in W3C SMIL, an XML language designed for media presentations. The
html code is written in W3C xhtml 1.1 served as the correct mime type
application/xhtml+xml for browsers that support this. For outmoded
browsers, including the IE6, that do not support this mime type, a php
include at the very top of the page converts the code to html 4.01
strict served as html. The page will work on a good dialup connection.
This limits the quality of the media, but some of the sounds used are
over 100 years old and some of the video is not much younger. Thus even
dialup will not harm these much.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top