Point and Click Gaming
Moderator: ScummVM Team
Point and Click Gaming
So im making a site all about the points and click games could see any real decent site about them other than this. But this will include guides,tips and reviews and such. If anyone is interested in helping let me no. Main page so far.
www.PointandClickgaming.tk
www.PointandClickgaming.tk
uhm, not trying to be negative here, but ever hear about:
www.adventuregames.com or www.mixnmojo.com ?:D
www.adventuregames.com or www.mixnmojo.com ?:D
- MeddlingMonk
- Posts: 221
- Joined: Wed Jan 21, 2009 10:06 pm
Or www.justadventure.com if you're standards aren't all that high.
Or http://SierraForums.com for several Sierra Adventure game sites. There are several more adventure sites, as well.
All of this was not to discourage you, just to state that adventures are very much alive on the web. Perhaps you should have searched for "Adventure Games", instead. Most adventure games are Point-N-Click. Of course there are many that are not, but even ScummVM, whose goal is to support Point-N-Click adventures, supports a large number of non Point-N-Clicks, as well.
So heres the new link to my site currently check it out any help with guides and reviews would be great.
www.pointnclick.tk
www.pointnclick.tk
- DrMcCoy
- ScummVM Developer
- Posts: 595
- Joined: Sat Dec 17, 2005 1:33 pm
- Location: Braunschweig, Germany
- Contact:
I said validate. I.e. you did not write valid HTML, only something that looks a bit like it. Your browser might display it correctly, but that's just pure change. There's no guarantee how other browsers will display it.
It's kinda like when you constantly write "your" instead of "you're". People might understand you, but they could also misunderstand you horribly.
Or, like a nice quote on bash.org say, like the difference between "I helped my uncle Jack off the horse." and "i helped my uncle jack off the horse.".
It's kinda like when you constantly write "your" instead of "you're". People might understand you, but they could also misunderstand you horribly.
Or, like a nice quote on bash.org say, like the difference between "I helped my uncle Jack off the horse." and "i helped my uncle jack off the horse.".
Its been tested on different browers and worked fine. Its is valid html as its a template i didnt code the template.DrMcCoy wrote:I said validate. I.e. you did not write valid HTML, only something that looks a bit like it. Your browser might display it correctly, but that's just pure change. There's no guarantee how other browsers will display it.
It's kinda like when you constantly write "your" instead of "you're". People might understand you, but they could also misunderstand you horribly.
Or, like a nice quote on bash.org say, like the difference between "I helped my uncle Jack off the horse." and "i helped my uncle jack off the horse.".
- MusicallyInspired
- Posts: 1138
- Joined: Fri Mar 02, 2007 8:03 am
- Location: Manitoba, Canada
- Contact:
It's not valid. In order to validate it you need to run every web file on your website through a site like this to check to make sure the code is valid. Fix any problems the validator has with your website and then check it again. When there are no problems your website is HTML validated properly.
<st1:place w:st="on"> and <o:p> </o:p> make me think that this was coded using *ugh* MS Word
Edit: Oh, and pointing to a css on your computer doesn't work so well for everyone else :)
<link rel="stylesheet" href="file:///C%7C/Documents%20and%20Settings/Compaq_Owner/My%20Documents/Pointandclick/New%20Folder%20%282%29/css/site.css">
Edit: Oh, and pointing to a css on your computer doesn't work so well for everyone else :)
<link rel="stylesheet" href="file:///C%7C/Documents%20and%20Settings/Compaq_Owner/My%20Documents/Pointandclick/New%20Folder%20%282%29/css/site.css">
- DrMcCoy
- ScummVM Developer
- Posts: 595
- Joined: Sat Dec 17, 2005 1:33 pm
- Location: Braunschweig, Germany
- Contact:
Not on all browsers, though. Writing valid HTML is the only real guarantee that other users can actually read what you've put together.Pipboy wrote:Its been tested on different browers and worked fine.
The validator is by the W3C, the guys who created the HTML standard in the first place. If their validator says what you've done is not valid HTML, it isn't valid HTML.Pipboy wrote:Its is valid html
Then you've either used the template wrong or the template itself is broken. Or both.Pipboy wrote:as its a template i didnt code the template.
Moreover, while you do have alt-attributes to your images, they're always empty. Not good. They're there to serve as a describtion should the image not be available for some reason. And for visually impaired people, who are dependant on screen readers and braille lines.
And yes, I'm aware that I'm being pedantic here, but these things are important. And you did ask for reviews, after all.