What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Is my tutorial understandable?

Pages: (4): « First « 1 2 [ 3 ] 4 » Last »
Is my tutorial understandable?
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Is my tutorial understandable?
good, clean and short tutorial Hobbes (Y)

one small bit though: the download link isn't right:
http://www.hobbes.subhost.com.ar/www.hobbes.subho...hp?file=avatar.php
This must obviously be:
http://www.hobbes.subhost.com.ar/download.php?file=avatar.php


If you put www.hobbes.subhost.com.ar/download.php?file=avatar.php then that's a relative link, meaning it will be put together with the main page's link and thus you'll get:
http://www.hobbes.subhost.com.ar/www.hobbes.subhost.com.ar/.....
so iether change it to:
http://www.hobbes.subhost.com.ar/download.php?file=avatar.php to make it an absolute link. Or:
download.php?file=avatar.php to make it simply and relative to the main page URL.


;)

EDIT: John Anderton was first... :p

----------

Also the html page avatar_script.htm: It doesn't contain the proper HTML tags!

Every html page must consist of:
<html>
  <body>
  </body>
</html>
even when they are frames... So the page avatar_script.htm must be like this (just as other pages):
<html>
  <head>
    <meta (...)>
    <style>
      (...)
    </style>
  </head>
  <body>
    (...)
  </body>
</html>

This post was edited on 03-20-2005 at 06:14 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-20-2005 06:03 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
quote:
Originally posted by John Anderton
Hobbes u need to add a header for the page .... i used the link to ur site directly not via the .tk but by the link madman gave (found out by looking at the status bar ... thats what i do)
The page header still sayz untitled document .... change that.

Remove that to avoid confusion and that looks a bit bad imo .... just say 'at' ;)
U need to correct the link to the site i told u. It currently sayz
code:
http://www.hobbes.subhost.com.ar/www.100webspace.com
I see that all ur links are screwed up :S Even the php download one :S
The php download one shows
code:
http://www.hobbes.subhost.com.ar/www.hobbes.subhost.com.ar/download.php?file=avatar.php

So u need to correct these things ..... these werent there last time i checked.
Hmm i already changed the @ part but i forgot to upload it :refuck:
anyway thanks for finding the errors. I fixed them right now :P Thanks a lot John
03-20-2005 06:10 PM
Profile PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
quote:
Originally posted by CookieRevised
good, clean and short tutorial Hobbes (Y)

one small bit though: the download link isn't right:
http://www.hobbes.subhost.com.ar/www.hobbes.subho...hp?file=avatar.php
This must obviously be:
http://www.hobbes.subhost.com.ar/download.php?file=avatar.php


If you put www.hobbes.subhost.com.ar/download.php?file=avatar.php then that's a relative link, meaning it will be put together with the main page's link and thus you'll get:
http://www.hobbes.subhost.com.ar/www.hobbes.subhost.com.ar/.....
so iether change it to:
http://www.hobbes.subhost.com.ar/download.php?file=avatar.php to make it an absolute link. Or:
download.php?file=avatar.php to make it simply and relative to the main page URL.


;)

EDIT: John Anderton was first... :p

----------

Also the html page avatar_script.htm: It doesn't contain the proper HTML tags!

Every html page must consist of:
<html>
  <body>
  </body>
</html>
even when they are frames... So the page avatar_script.htm must be like this (just as other pages):
<html>
  <head>
    <meta (...)>
    <style>
      (...)
    </style>
  </head>
  <body>
    (...)
  </body>
</html>

Ok the first half i did when John told me the errors i just got someone to explain it to me :)
I dont understand why the meta and all the <body> stuff are so important. I added it anyway but not to the frame.. I think its fine how it is :P Does it change anything cookie?

Sorry for double post btw. i just believe it will be to big and it shouldnt be edited.
03-20-2005 06:21 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Is my tutorial understandable?
quote:
Originally posted by Hobbes
I added it anyway but not to the frame.. I think its fine how it is
It is not fine. Those tags are a must, mandatory, not-optional, ... It is how html works! The reason why it works without those tags is because your browser doesn't bother sticking to the protocol. :D

It like if would leave out some words in sentence, you still would understand sentence though, but isn't proper English.


---

EDIT: additional tip: put a background color on your page (in the <body> tag, or stylesheed). Not all browsers are set to white for their background color ;)

This post was edited on 03-20-2005 at 06:43 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-20-2005 06:40 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
err.. So you are saying that i should put them because they are more proffesional? Who the helll looks at my source code anyways!!!

anyway i dont know what ur talking about, if i send u my 3 html files that make up my site can u fix them by making them proper?
Thanks
03-20-2005 06:43 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Is my tutorial understandable?
quote:
Originally posted by Hobbes
err.. So you are saying that i should put them because they are more proffesional? Who the helll looks at my source code anyways!!!
not only professional, it will be proper html. Html which will work on all browsers... It has actually not much todo with being professional, it is how you MUST do it ;)

You also don't go writing a program without declaring/initializing variables and without a button to close the program ;) (lame example, but still :p)

quote:
Originally posted by Hobbes
anyway i dont know what ur talking about, if i send u my 3 html files that make up my site can u fix them by making them proper?
look at how you created home.htm... avatar_script.htm should be the same (thus including <html>, <head>, <body>, etc...)
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-20-2005 06:46 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
i sent u a pm with the files. Please download them and add the parts to make them look pro....

LoL. i didnt remove the body or anything. Somehow it went away
03-20-2005 07:01 PM
Profile PM Web Find Quote Report
Naruto
Full Member
***

Avatar
Naruto, only the best series ever!!!

Posts: 101
32 / Male / –
Joined: Mar 2005
RE: Is my tutorial understandable?
I think the website is realy nice I like the style but the website needs some color dude add some life into it

[Image: naruto-sig.jpg]
03-20-2005 07:07 PM
Profile E-Mail PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Is my tutorial understandable?
quote:
Originally posted by Naruto
I think the website is realy nice I like the style but the website needs some color dude add some life into it

I think that he's trying to maintain the overall black and white feel that is presented in Hobbes + Calvin...
03-20-2005 07:17 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
quote:
Originally posted by traxor
quote:
Originally posted by Naruto
I think the website is realy nice I like the style but the website needs some color dude add some life into it

I think that he's trying to maintain the overall black and white feel that is presented in Hobbes + Calvin...

Well not really.. LoL..  I do that with all my sites! I am to lazy to put color into it.
03-20-2005 07:20 PM
Profile PM Web Find Quote Report
Pages: (4): « First « 1 2 [ 3 ] 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On