How do I make a website like this one..?

lludawg said:
I am interesting in making a website kind of like this one. Does anyone know what type of coding is being used? I know more about creating forums than websites.

http://www.sanger.dk

Oh, you. :nyan:
Here you go:

Code:
<HTML>
<HEAD><TITLE>sanger.dk</TITLE>
<STYLE>
body, td, p {font-size: 12pt; font-family: times new roman, times, serif}
h1 {font-weight: normal; font-size: 26pt; font-family: arial, helvetica, sans-serif}
h2 {font-weight: normal; font-size: 18pt; font-family: arial, helvetica, sans-serif}
h3 {font-weight: normal; font-size: 16pt}
h4 {font-weight: normal; font-size: 14pt}
a {text-decoration: none}
a:hover {text-decoration: underline}
</STYLE>
<META id=skype_v3_tb_marker_id name=SKYPE_PARSING_HAS_FINISHED content=metacontent>
</HEAD>
<BODY style="MARGIN: 10px 10px; BACKGROUND: #ffffff" text=#000000>&nbsp;
<DIV style="BACKGROUND: #000000" align=center><EMBED height=100% type=application/x-shockwave-flash width=100% src=screenclean.swf originalWidth="100%" originalHeight="100%" quality="high" allowNetworking="internal" allowScriptAccess="never" allowFullScreen="true" play="true" loop="true" ></DIV></BODY>

:nyan: :nyan: :nyan:
 
Reverse Flash said:
lludawg said:
I am interesting in making a website kind of like this one. Does anyone know what type of coding is being used? I know more about creating forums than websites.

http://www.sanger.dk

Oh, you. :nyan:
Here you go:

Code:
<HTML>
<HEAD><TITLE>sanger.dk</TITLE>
<STYLE>
body, td, p {font-size: 12pt; font-family: times new roman, times, serif}
h1 {font-weight: normal; font-size: 26pt; font-family: arial, helvetica, sans-serif}
h2 {font-weight: normal; font-size: 18pt; font-family: arial, helvetica, sans-serif}
h3 {font-weight: normal; font-size: 16pt}
h4 {font-weight: normal; font-size: 14pt}
a {text-decoration: none}
a:hover {text-decoration: underline}
</STYLE>
<META id=skype_v3_tb_marker_id name=SKYPE_PARSING_HAS_FINISHED content=metacontent>
</HEAD>
<BODY style="MARGIN: 10px 10px; BACKGROUND: #ffffff" text=#000000> 
<DIV style="BACKGROUND: #000000" align=center><EMBED height=100% type=application/x-shockwave-flash width=100% src=screenclean.swf originalWidth="100%" originalHeight="100%" quality="high" allowNetworking="internal" allowScriptAccess="never" allowFullScreen="true" play="true" loop="true" ></DIV></BODY>

:nyan: :nyan: :nyan:

That "easy" huh? Haha, so I guess if I wanted to make something similar, HTML is the way to go? What I want to do is make a site where every 10 seconds, the video changes and this continues forever.
 
lludawg said:
Reverse Flash said:
lludawg said:
I am interesting in making a website kind of like this one. Does anyone know what type of coding is being used? I know more about creating forums than websites.

http://www.sanger.dk

Oh, you. :nyan:
Here you go:

Code:
<HTML>
<HEAD><TITLE>sanger.dk</TITLE>
<STYLE>
body, td, p {font-size: 12pt; font-family: times new roman, times, serif}
h1 {font-weight: normal; font-size: 26pt; font-family: arial, helvetica, sans-serif}
h2 {font-weight: normal; font-size: 18pt; font-family: arial, helvetica, sans-serif}
h3 {font-weight: normal; font-size: 16pt}
h4 {font-weight: normal; font-size: 14pt}
a {text-decoration: none}
a:hover {text-decoration: underline}
</STYLE>
<META id=skype_v3_tb_marker_id name=SKYPE_PARSING_HAS_FINISHED content=metacontent>
</HEAD>
<BODY style="MARGIN: 10px 10px; BACKGROUND: #ffffff" text=#000000> 
<DIV style="BACKGROUND: #000000" align=center><EMBED height=100% type=application/x-shockwave-flash width=100% src=screenclean.swf originalWidth="100%" originalHeight="100%" quality="high" allowNetworking="internal" allowScriptAccess="never" allowFullScreen="true" play="true" loop="true" ></DIV></BODY>

:nyan: :nyan: :nyan:

That "easy" huh? Haha, so I guess if I wanted to make something similar, HTML is the way to go? What I want to do is make a site where every 10 seconds, the video changes and this continues forever.

You want a different video to be displayed every 10 seconds?
 
Reverse Flash said:
You want a different video to be displayed every 10 seconds?

Yeah, like I want to upload fifty 10 second videos and then have them loop. 10 seconds per video and then it goes on the next video and on and on. I also am going to be able to need to change the videos that get looped.

I am probably going to need some sort of program or coding done for this to work eh? My friend said maybe a flash program? Not even sure what that means haha.
 
lludawg said:
Reverse Flash said:
You want a different video to be displayed every 10 seconds?

Yeah, like I want to upload fifty 10 second videos and then have them loop. 10 seconds per video and then it goes on the next video and on and on. I also am going to be able to need to change the videos that get looped.

I am probably going to need some sort of program or coding done for this to work eh? My friend said maybe a flash program? Not even sure what that means haha.

I'm pretty sure you can do this with a bit of jQuery. I'll see what I can do.
 
Reverse Flash said:
lludawg said:
Reverse Flash said:
You want a different video to be displayed every 10 seconds?

Yeah, like I want to upload fifty 10 second videos and then have them loop. 10 seconds per video and then it goes on the next video and on and on. I also am going to be able to need to change the videos that get looped.

I am probably going to need some sort of program or coding done for this to work eh? My friend said maybe a flash program? Not even sure what that means haha.

I'm pretty sure you can do this with a bit of jQuery. I'll see what I can do.

Or sorry but to clear things up, I want to be able to upload 50 videos, and after 10 seconds not have it loop, but rather RANDOMIZE to a different one of the 50 videos uploaded. If that makes sense.
 
lludawg said:
Reverse Flash said:
lludawg said:
Reverse Flash said:
You want a different video to be displayed every 10 seconds?

Yeah, like I want to upload fifty 10 second videos and then have them loop. 10 seconds per video and then it goes on the next video and on and on. I also am going to be able to need to change the videos that get looped.

I am probably going to need some sort of program or coding done for this to work eh? My friend said maybe a flash program? Not even sure what that means haha.

I'm pretty sure you can do this with a bit of jQuery. I'll see what I can do.

Or sorry but to clear things up, I want to be able to upload 50 videos, and after 10 seconds not have it loop, but rather RANDOMIZE to a different one of the 50 videos uploaded. If that makes sense.

So you want 1 video to play for 10 seconds until all 50 videos have been played, and then you want a random video to be played. Okay. The random part, I think I can do with Math.random().

What do you want as the width and height of the video player?
 
Reverse Flash said:
lludawg said:
Reverse Flash said:
lludawg said:
Reverse Flash said:
You want a different video to be displayed every 10 seconds?

Yeah, like I want to upload fifty 10 second videos and then have them loop. 10 seconds per video and then it goes on the next video and on and on. I also am going to be able to need to change the videos that get looped.

I am probably going to need some sort of program or coding done for this to work eh? My friend said maybe a flash program? Not even sure what that means haha.

I'm pretty sure you can do this with a bit of jQuery. I'll see what I can do.

Or sorry but to clear things up, I want to be able to upload 50 videos, and after 10 seconds not have it loop, but rather RANDOMIZE to a different one of the 50 videos uploaded. If that makes sense.

So you want 1 video to play for 10 seconds until all 50 videos have been played, and then you want a random video to be played. Okay. The random part, I think I can do with Math.random().

Just have them randomize from the start. Doesn't matter if a video gets replayed before one of the other videos even shows up. Thanks so much for giving it a try!

To answer the vid height and width question, could it be the same dimensions as the YouTube player?
 
Reverse Flash said:
So you just want 50 videos to be played? Clarify, please. Your posts are contradictory.

Sorry about that haha. My ideas were cloudy but I think I got it now. So I want to be able to upload fifty 10-second long videos. After the first 10 second video is played, I want it to play any other video at random. Then after that 10-second video ends, another video plays. And so on. I want that to continue forever.
 
lludawg said:
Reverse Flash said:
So you just want 50 videos to be played? Clarify, please. Your posts are contradictory.

Sorry about that haha. My ideas were cloudy but I think I got it now. So I want to be able to upload fifty 10-second long videos. After the first 10 second video is played, I want it to play any other video at random. Then after that 10-second video ends, another video plays. And so on. I want that to continue forever.

Hmmm. That is going to be much more difficult... but it's possible, I think.
 
Reverse Flash said:
lludawg said:
Reverse Flash said:
So you just want 50 videos to be played? Clarify, please. Your posts are contradictory.

Sorry about that haha. My ideas were cloudy but I think I got it now. So I want to be able to upload fifty 10-second long videos. After the first 10 second video is played, I want it to play any other video at random. Then after that 10-second video ends, another video plays. And so on. I want that to continue forever.

Hmmm. That is going to be much more difficult... but it's possible, I think.

Do you think you're going to give it a try? If not, I may try to find some programmer or someone to do it.
 
lludawg said:
Reverse Flash said:
lludawg said:
Reverse Flash said:
So you just want 50 videos to be played? Clarify, please. Your posts are contradictory.

Sorry about that haha. My ideas were cloudy but I think I got it now. So I want to be able to upload fifty 10-second long videos. After the first 10 second video is played, I want it to play any other video at random. Then after that 10-second video ends, another video plays. And so on. I want that to continue forever.

Hmmm. That is going to be much more difficult... but it's possible, I think.

Do you think you're going to give it a try? If not, I may try to find some programmer or someone to do it.

I'll try it.
 
Reverse Flash said:
lludawg said:
Reverse Flash said:
lludawg said:
Reverse Flash said:
So you just want 50 videos to be played? Clarify, please. Your posts are contradictory.

Sorry about that haha. My ideas were cloudy but I think I got it now. So I want to be able to upload fifty 10-second long videos. After the first 10 second video is played, I want it to play any other video at random. Then after that 10-second video ends, another video plays. And so on. I want that to continue forever.

Hmmm. That is going to be much more difficult... but it's possible, I think.

Do you think you're going to give it a try? If not, I may try to find some programmer or someone to do it.

I'll try it.

Any progress?
 
You can make those 10second videos into a gif like on the website.
 
lludawg said:
Reverse Flash said:
lludawg said:
Reverse Flash said:
lludawg said:
Reverse Flash said:
So you just want 50 videos to be played? Clarify, please. Your posts are contradictory.

Sorry about that haha. My ideas were cloudy but I think I got it now. So I want to be able to upload fifty 10-second long videos. After the first 10 second video is played, I want it to play any other video at random. Then after that 10-second video ends, another video plays. And so on. I want that to continue forever.

Hmmm. That is going to be much more difficult... but it's possible, I think.

Do you think you're going to give it a try? If not, I may try to find some programmer or someone to do it.

I'll try it.

Any progress?

Some. I'll keep you updated.
 
Clavax Technologies is an IT organization empowering enterprises around the world in leveraging technology in enriching their business processes with their end-to-end IT solutions, services and consulting endeavors. The company offers an integrated services portfolio in applications development, mobility, consulting and product engineering. For enterprises with specific business requirements or specifications, the web development California company also offers a distinctive combination of business-specific and customized solutions, notably the implementation of loyalty programs, CMS, CRM, supply chain management, among others.
 
Back
Top Bottom