Posted: 28th Jan 2004 5:48
Hey guys. My website is going to have a help section filled with code snippets and how each one is used and can be used. This will be for anyone who looks up my site. Please post any snippets you have that do not require any media. The help section will go up once i recive 5 codes minimum. Thanks in advance!

Edited: The reason im posting this is so i dont have to search through each one to find good ones and also it will really help if the creator leaves some info about it.
Posted: 28th Jan 2004 7:02
<html>
<marquee width="20" height="20" bgcolor="green" behavior="alternate" scrollamount="10" direction="right">MOOOO</marquee>
</html>


<script>
function open(url,width,height){
window.open("url","remote", "width=width, height=height, scrolling=true");
}
</script>
<a href="javascript:open(www.msn.com,200,200)">Open MSN</a>

I hope I wrote one right. I just wrote it quickly. Someone correct me if its wrong.
Posted: 7th Feb 2004 0:07
i think he meant basic programming (in this case darkbasic) not html
Posted: 7th Feb 2004 0:54
Don't mean to pee on your bonfire, but there is a code snippets forum here, and the Codebase with another couple of hundred snippets. There's also an app that somebody wrote that plugs in to a web based repository, and the FTP site contains 5 or 6 volumes of older snippets.

Are you going to provide added value in any way?
Posted: 23rd Feb 2004 8:30
Is the FTP site still accessible?

I tried ftp://www.darkbasic.com and it brought up a PUB folder but it was empty.

Anyone have an address?