I want to build my own chess website

I want to build my own chess website

General

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.

Joined
31 Aug 06
Moves
40565
01 May 14

I understand this Russ fellow is the creator of this one, so Russ, if you'd please fill me in on
how to start my own site, and how I can make everyone registered here switch to my site
(like tips on selling and stuff) that'd be much appreciated, thank you very much.

This site is awesome, is what I meant to say. The darndest things that comes out of your
fingers sometimes. 🙄

R
Standard memberRemoved

Joined
26 Feb 14
Moves
1339
01 May 14

Originally posted by C Hess
I understand this Russ fellow is the creator of this one, so Russ, if you'd please fill me in on
how to start my own site, and how I can make everyone registered here switch to my site
(like tips on selling and stuff) that'd be much appreciated, thank you very much.

This site is awesome, is what I meant to say. The darndest things that comes out of your
fingers sometimes. 🙄
it is without doubt the best chess site ont tinternet squire.

rc

Joined
26 Aug 07
Moves
38239
01 May 14
1 edit

Originally posted by C Hess
I understand this Russ fellow is the creator of this one, so Russ, if you'd please fill me in on
how to start my own site, and how I can make everyone registered here switch to my site
(like tips on selling and stuff) that'd be much appreciated, thank you very much.

This site is awesome, is what I meant to say. The darndest things that comes out of your
fingers sometimes. 🙄
learn Html5, CSS3 and JQuery and some little PHP and you're good to go!

http://www.codecademy.com/

R
Standard memberRemoved

Joined
26 Feb 14
Moves
1339
01 May 14

Originally posted by robbie carrobie
learn Html5, CSS3 and JQuery and some little PHP and you're good to go!

http://www.codecademy.com/
I used to be a codemonkey but the medication worked.

Joined
31 Aug 06
Moves
40565
01 May 14

Originally posted by redbarons
I used to be a codemonkey but the medication worked.
You were a monkey made of code!? 😲 Surely not.

R
Standard memberRemoved

Joined
26 Feb 14
Moves
1339
01 May 14

Originally posted by C Hess
You were a monkey made of code!? 😲 Surely not.
ye I was a computer programmer 20 years ago

Joined
31 Aug 06
Moves
40565
01 May 14

Originally posted by redbarons
ye I was a computer programmer 20 years ago
Exciting times to be a programmer?

R
Standard memberRemoved

Joined
26 Feb 14
Moves
1339
01 May 14

Originally posted by C Hess
Exciting times to be a programmer?
easy then hard now my son is at uni studying computer forensics

Joined
31 Aug 06
Moves
40565
01 May 14

Originally posted by redbarons
easy then hard now my son is at uni studying computer forensics
You'd think that'd be an easy task. Just grab the harddrive and read it from another computer. But I'm gonna guess it takes a little more than that.

PoPeYe

This is embarrasking

Joined
17 Nov 05
Moves
44152
01 May 14

Originally posted by redbarons
easy then hard now my son is at uni studying computer forensics
So when computers die you try to solve who killed them?

Joined
31 Aug 06
Moves
40565
01 May 14

Originally posted by cashthetrash
So when computers die you try to solve who killed them?
No, his son does. Duh...

Secret RHP coder

on the payroll

Joined
26 Nov 04
Moves
155080
02 May 14

It's easy. First you make a HTML file in a text editor.

<html>
<head>
</head>
<body>
<!-- this is how I program the buttons, yo -->
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>

<!-- use big-ass letters, because RHP is awesome -->
<font size="24 pt">RHP is the best chess site EVER!</font>
<br>

<!-- use smaller letters to ask YOUR opinion, because that pales
in comparison to the awesomeness of RHP -->
<font size="14 pt">Do you agree?</font>
<br>
<button type="button" id="myYesButton">YES</button>
<button type="button" id="myNoButton">NO</button>
<br>
<div width="300px" height="40px" id="answer"></div>

<script>
$('button#myYesButton' ).click(function() {
$('div#answer' ).text('Damn straight it is!' );
});

$('button#myNoButton' ).click(function() {
$('div#answer' ).text('Wrong answer - EJECTED!' );
setTimeout(function() {
document.write('<font size="72 pt">X</font>' );
}, 2000);
});
</script>
</body>
</html>


Save it as stupid_page.html, then open it in your browser.

Boom. Now you can say you've written a website.

Joined
31 Aug 06
Moves
40565
02 May 14

Originally posted by BigDoggProblem
It's easy. First you make a HTML file in a text editor.
[quote]<html>
<head>
</head>
<body>
<!-- this is how I program the buttons, yo -->
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>

<!-- use big-ass letters, because RHP is awesome -->
<font size="24 pt">RHP is the best chess site EVER!</font>
<br>

<!-- use smaller ...[text shortened]... upid_page.html, then open it in your browser.

Boom. Now you can say you've written a website.
LOL! Something tells me Russ has put a little more effort into creating this site than that.

Boston Lad

USA

Joined
14 Jul 07
Moves
43012
02 May 14

Originally posted by C Hess
LOL! Something tells me Russ has put a little more effort into creating this site than that.
Since February 2001....

Joined
31 Aug 06
Moves
40565
02 May 14

Originally posted by Grampy Bobby
Since February 2001....
Oh, wow. Are there any original players left (besides Russ himself)?