Wikiposts
Search

Notices
Computer/Internet Issues & Troubleshooting Anyone with questions about the terribly complex world of computers or the internet should try here. NOT FOR REPORTING ISSUES WITH PPRuNe FORUMS! Please use the subforum "PPRuNe Problems or Queries."

Opinions on my website.

Thread Tools
 
Search this Thread
 
Old 1st March 2006 | 09:06
  #1 (permalink)  
Thread Starter
 
Joined: Mar 2004
Posts: 133
Likes: 0
From: Bournemouth, UK
Opinions on my website.

Fellow Ppruners,

As a sort of challenge to myself, I've created a website where I can play online correspondence chess. It's taken me almost two years of tinkering and it's still a long way from being finished. However, it is in a sort of usable state, and I'm hoping you will give your opinions of it. The site is called www.chessontheweb.com. If you do decide to go have a look, please go easy on it! I've got the site running on a Linux box at home, using my home broadband to get it online, so chances are it won't handle much traffic.

Regards
Stoney
Stoney X is offline  
Old 1st March 2006 | 12:12
  #2 (permalink)  
20 Anniversary
 
Joined: Jun 2001
Posts: 238
Likes: 40
From: Bristol,UK
You might want to check it against http://validator.w3.org/ to check the code.
under_exposed is online now  
Old 3rd March 2006 | 08:01
  #3 (permalink)  
Thread Starter
 
Joined: Mar 2004
Posts: 133
Likes: 0
From: Bournemouth, UK
Thanks for the link under_exposed. I hadn't thought about validating my pages against a particular DTD schema before. I was just working on the basis that the pages should be valid XML, aiming towards XHTML, and that the displayed results in both IE and Firefox are what I wanted. Out of interest I validated a few of my favorite sites, and even the mighty pprune and cricinfo sites failed, so I don't feel too bad

Regards
Stoney
Stoney X is offline  
Old 8th March 2006 | 16:40
  #4 (permalink)  
 
Joined: Jun 2003
Posts: 474
Likes: 0
From: UK
Stoney,

As a matter of interest, What programme did you use to create your website- Was it difficult/easy?
Tosh McCaber is offline  
Old 9th March 2006 | 12:27
  #5 (permalink)  
Thread Starter
 
Joined: Mar 2004
Posts: 133
Likes: 0
From: Bournemouth, UK
Tosh,

Would you believe the vi editor and the standard g++ compiler on Linux is all I used Sucker for punishment or what?!? I did cheat a bit and used The Gimp to create the pictures. Having started programming on an IBM green screen mainframe terminal many years ago, I'm still suspicious of all these gui interfaces that seem to be popping up

As for the ease of development of the site, it's been a long learning curve. Two years ago I started playing with Linux at home teaching myself C++ and it's kind of grown from there. HTML, javascript, MySQL, Sendmail, etc, have all been added to the mix. I do like a challenge

Regards
Stoney
Stoney X is offline  
Old 10th March 2006 | 07:59
  #6 (permalink)  
20 Anniversary
 
Joined: Jun 2001
Posts: 238
Likes: 40
From: Bristol,UK
the vi editor and the standard g++ compiler on Linux is all I used
Wimp. Go to a DOS prompt and type debug. What else would you ever need?
under_exposed is online now  
Old 10th March 2006 | 12:29
  #7 (permalink)  
Thread Starter
 
Joined: Mar 2004
Posts: 133
Likes: 0
From: Bournemouth, UK
title UE_crazy

dosseg
.model small
.stack 100h

.data
warning_message db 'I am not quite that hard or crazy',0dh,0ah,'$'

.code
main proc
mov ax,@data
mov ds,ax

mov ah,9
mov dx,offset hello_message
int 21h

mov ax,4C00h
int 21h
main endp
end main


Stoney X is offline  
Old 11th March 2006 | 16:49
  #8 (permalink)  
 
Joined: Nov 1999
Posts: 510
Likes: 0
From: A little world of my own - Planet Spandit
Did you have to pay extra for a unique IP address to get your site online from home?
Richard Spandit is offline  
Old 12th March 2006 | 06:36
  #9 (permalink)  
Thread Starter
 
Joined: Mar 2004
Posts: 133
Likes: 0
From: Bournemouth, UK
I didn't have a unique (permanent) IP address. Just a standard BT broadband with a dynamic IP . The domain name is registered with www.dyndns.org, who also do the DNS service for it. On my Linux machine I run addns.pl every 20 mins, which updates the IP address held by dynDNS if required. This way if I have a power failure, the line drops, or whatever, the IP address corrects itself at the DNS with a max downtime of 20 mins. I think dynDNS, or addns.pl, complain if you try to do this more than once ever 10 mins. So to anwser your question Richard, zero cost.

Since I first started this thread increased traffic has persuaded me to move the site to a server with a much better permanent connection so I'm no longer using addns.pl for this particular site.

Regards
Stoney

Last edited by Stoney X; 12th March 2006 at 06:54.
Stoney X is offline  

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service

Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.