The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Other
> Dev Shed Lounge
|
hello
Discuss hello in the Dev Shed Lounge forum on Dev Shed. hello Dev Shed Lounge forum discussing anything that doesn't fit into the other forums. This is a place to relax, talk, and even have some friendly debate. Walk softly and carry a big wiffle bat.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

July 19th, 2001, 09:25 AM
|
|
Junior Member
|
|
Join Date: Jul 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
hello
|

July 19th, 2001, 10:05 AM
|
|
Contributing User
|
|
Join Date: Jul 2001
Location: Lancaster, England
Posts: 33
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
hello

__________________
" the rarer action is in virtue than in vengeance... "
|

July 19th, 2001, 10:30 AM
|
|
Junior Member
|
|
Join Date: Jul 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|

July 28th, 2001, 05:03 PM
|
|
Contributing User
|
|
Join Date: May 2000
Location: London, England
Posts: 251
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
PHP Code:
<?php
echo "<h1>Hello.</h1>";
?>
__________________
Please don't visit my lame personal website, www.webhamster.co.uk. Half the time it doesn't even work!
|

July 28th, 2001, 08:38 PM
|
|
PHP Coder
|
|
Join Date: May 2001
Location: Ontario
Posts: 66
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
PHP Code:
<?php
$ary = array("hi"=>"hello","?"=>"!");
echo strtr("hi?",$ary);
?>
__________________
Click here and wait. It's a kewl effect, trust me.
|

July 29th, 2001, 12:21 AM
|
|
Junior Member
|
|
Join Date: Jul 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Code:
<HTML>
<HEAD>
<TITLE>Date</TITLE>
<SCRIPT LANGUAGE="JavaScript">
<!--
function MakeArray(n) {
this.length = n
return this
}
monthNames = new MakeArray(12)
monthNames[1] = "January"
monthNames[2] = "February"
monthNames[3] = "March"
monthNames[4] = "April"
monthNames[5] = "May"
monthNames[6] = "June"
monthNames[7] = "July"
monthNames[8] = "August"
monthNames[9] = "September"
monthNames[10] = "October"
monthNames[11] = "November"
monthNames[12] = "December"
dayNames = new MakeArray(7)
dayNames[1] = "Sunday"
dayNames[2] = "Monday"
dayNames[3] = "Tuesday"
dayNames[4] = "Wednesday"
dayNames[5] = "Thursday"
dayNames[6] = "Friday"
dayNames[7] = "Saturday"
function customDateString() {
currentDate = new Date()
var theDay = dayNames[currentDate.getDay() + 1]
var theMonth = monthNames[currentDate.getMonth() + 1]
msie4 = ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ));
if (msie4) {
var theYear = currentDate.getYear()
}
else {
var theYear = currentDate.getYear() +1900
}
return theDay + ", " + theMonth + " " + currentDate.getDate() + ", " + theYear
}
//-->
</SCRIPT>
</HEAD>
<BODY bgcolor="#FFFFFF">
<center><h2>
<SCRIPT LANGUAGE="JavaScript">
document.write(customDateString())
</SCRIPT>
</center>
</h2>
</BODY>
</HTML>
this is a demo:
http://www.85time.com/bbs/showthread.php?threadid=144
|

July 29th, 2001, 10:28 AM
|
|
Contributing User
|
|
Join Date: Jun 2001
Location: Toronto, Ontario, Canada
Posts: 631
Time spent in forums: 7 m 19 sec
Reputation Power: 12
|
|
|
yo sup? >>hello<<
What's with the date/demo thing 
|

July 29th, 2001, 08:50 PM
|
|
Junior Member
|
|
Join Date: Jul 2001
Posts: 5
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Re: yo sup? >>hello<<
|

July 29th, 2001, 09:38 PM
|
|
Contributing User
|
|
Join Date: Jun 2001
Location: Toronto, Ontario, Canada
Posts: 631
Time spent in forums: 7 m 19 sec
Reputation Power: 12
|
|
|
.............................
............ i can really read chinese
lol 
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|