D.ChaosMS Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

CODING LESSON #1

View previous topic View next topic Go down

jonasan7

Member

jonasan7
Member

Posts : 16
Points : 28
Reputation : 0
Join date : 2012-05-26
Age : 32

CODING LESSON #1 Empty CODING LESSON #1

Post by jonasan7 Sat May 26, 2012 4:14 pm

basics of <html> coding
.first you need notpad++ for windows
.for mac you need to search it up sorry
.now for the actual coding lauch notepad ++ and look for new file
first here is the template you NEED TO FOLLOW
<html>
<body>
</body>
</html>
as you can see the first two <> is just that but the other two </> have a slash this is beacause if you start somthing you need
to finish it and when you typ anyything like </html></body></i></b></i> it closes the sentance.
after you typed
<html>
<body>
</body>
</html>
yo put a space between <html> and body <body> like so
<html>

<body>
it dosn't matter if you double space
now add <header> in the middle.
<html>
<header>
<body>
then you do this.
<html>
<header>
<title>whaterver you want</title>
</header>
<body>
close out </titel> and </header>
now in the <body> section you add this
<html>
<header>
<title>whatever you want</title>
</header>
<body bgcolor=#0A0809 text=#E81F15 background="images/etc...">
<images src=image/etc">
for the images you need to have it in you webpage folder within the image folder save your script to index.html in webpage folder
now you will center it and observe what i wrote.
center>
<p><i><b><h1>welcome to odinzMSReborn</h1></B></I></P>
<a href="website">my vidios pleas see and subscribe.
<b>here are the admins<b/>
<OL>
<i><b><LI>Jonasan</li></b></i>
<i><b><li>aka jonasan7</li></b></i>
</ol>
</center>
<table Align="center" border="1"width="2000" height="3000" bgcolor=#FFFCFD summary="this is OdinMSReborn">
<tr>
<td></td>
<td></td>
the table part is for making a table like on the D.chaosms website the table is above the image between the alpha male femail and sauske pic if you wat a chatbox it tells you the code on the box just put it between <td>and </td> like fore this example <td>chatbox</td> now for the rest of the script.
</tr>
</table>
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>

</body>
</html>
these are the last part of the script let me show the full image



<html>
<header>
<TITLE>OdinzMSReborn</TITLE>
</header>
<body bgcolor=#0A0809 text=#E81F15 background="images/backround.png.jpg."
<images src="image/odinms.png">
<center>
<p><i><b><h1>welcome to odinzMSReborn</h1></B></I></P>
<a href="">my vidios pleas see and subscribe.
<b>here are the admins<b/>
<OL>
<i><b><LI>Jonasan</li></b></i>
<i><b><li>aka jonasan7</li></b></i>
</ol>
</center>
<table Align="center" border="1"width="2000" height="3000" bgcolor=#FFFCFD summary="this is OdinMSReborn">
<tr>
<td></td>
<td></td>
</tr>
</table>
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>

</body>
</html>
now if you want to test this code out make a mywebpage folder in your desktop make a new folder in that folder called images place the pics that you desire for your website their.then open notepad++ save as index.html to your mywebpage folder and copy paste the
html code in you notepad++ save it clik on index and it should take you to the wesite after that try making your own.there are specifide ways on how to publish it but i will not disscuse it here my. i will show my site in a week do to the restrictions

DISCLAIMER:i made this tut for the help of this site.


Back to top Go down

ρяσησσв™

Ultimate Member

ρяσησσв™
Ultimate Member

Posts : 624
Points : 633
Reputation : 0
Join date : 2011-02-23
Age : 24
Location : i have no idea

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by ρяσησσв™ Sat May 26, 2012 4:30 pm

Nice tut but make it colour coordinated for stupid people like me.

Back to top Go down

jonasan7

Member

jonasan7
Member

Posts : 16
Points : 28
Reputation : 0
Join date : 2012-05-26
Age : 32

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by jonasan7 Sat May 26, 2012 4:49 pm

thnx XD

Back to top Go down

jonasan7

Member

jonasan7
Member

Posts : 16
Points : 28
Reputation : 0
Join date : 2012-05-26
Age : 32

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by jonasan7 Sat May 26, 2012 4:56 pm

<html>
<header>
<TITLE>OdinzMSReborn</TITLE>
</header>
<body bgcolor=#0A0809 text=#E81F15 background="images/backround.png.jpg."
<images src="image/odinms.png">
<center>
<p><i><b><h1>welcome to odinzMSReborn</h1></B></I></P>
<a href="">my vidios pleas see and subscribe.
<b>here are the admins<b/>
<OL>
<i><b><LI>Jonasan</li></b></i>
<i><b><li>aka jonasan7</li></b></i>
</ol>
</center>
<table Align="center" border="1"width="2000" height="3000" bgcolor=#FFFCFD summary="this is OdinMSReborn">
<tr>
<td></td>
<td></td>

</tr>
</table>
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>


</body>
</html>

Back to top Go down

Mel

Ultimate Member

Mel
Ultimate Member

Posts : 286
Points : 330
Reputation : 17
Join date : 2012-05-23
Age : 26
Location : The Crystal Empire

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by Mel Sat May 26, 2012 5:26 pm

jonasan7 wrote:<html>
<header>
<TITLE>OdinzMSReborn</TITLE>
</header>
<body bgcolor=#0A0809 text=#E81F15 background="images/backround.png.jpg."
<images src="image/odinms.png">
<center>
<p><i><b><h1>welcome to odinzMSReborn</h1></B></I></P>
<a href="">my vidios pleas see and subscribe.
<b>here are the admins<b/>
<OL>
<i><b><LI>Jonasan</li></b></i>
<i><b><li>aka jonasan7</li></b></i>
</ol>
</center>
<table Align="center" border="1"width="2000" height="3000" bgcolor=#FFFCFD summary="this is OdinMSReborn">
<tr>
<td></td>
<td></td>

</tr>
</table>
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>


</body>
</html>

Please don't double post and just edit your first post.

Back to top Go down

Magnus

Ultimate Member

Magnus
Ultimate Member

Posts : 1696
Points : 1847
Reputation : -5
Join date : 2012-03-12
Age : 33
Location : Not behind you.

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by Magnus Sat May 26, 2012 6:13 pm

I'm not sure what this is but i'm sure people who want to learn to code will find this helpful!

Back to top Go down

jonasan7

Member

jonasan7
Member

Posts : 16
Points : 28
Reputation : 0
Join date : 2012-05-26
Age : 32

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by jonasan7 Sat May 26, 2012 6:17 pm

thank you Smile

Back to top Go down

ceehaychh

Dedicated Member

ceehaychh
Dedicated Member

Posts : 102
Points : 97
Reputation : 1
Join date : 2012-04-08
Age : 27
Location : Why you stalk :@

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by ceehaychh Sat May 26, 2012 7:14 pm

THANKS MATE.
and omg i can use this for tumblr too :'D

Back to top Go down



Ultimate Member

♥
Ultimate Member

Posts : 424
Points : 543
Reputation : 6
Join date : 2011-10-26
Age : 29
Location : Your Closet

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by ♥ Sat May 26, 2012 8:16 pm

Im Lost Already .
You should make a video of how to code .
Im stewpid.

Back to top Go down

jonasan7

Member

jonasan7
Member

Posts : 16
Points : 28
Reputation : 0
Join date : 2012-05-26
Age : 32

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by jonasan7 Sat May 26, 2012 8:19 pm

Ok O.O

Back to top Go down

Magnus

Ultimate Member

Magnus
Ultimate Member

Posts : 1696
Points : 1847
Reputation : -5
Join date : 2012-03-12
Age : 33
Location : Not behind you.

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by Magnus Sat May 26, 2012 9:02 pm

jonasan7 wrote:thank you Smile

You're welcome.

Back to top Go down

iSnipes

Ultimate Member

iSnipes
Ultimate Member

Posts : 1002
Points : 1093
Reputation : 61
Join date : 2012-04-15
Age : 31

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by iSnipes Sun May 27, 2012 9:05 am

You should specify what are we actually suppose to be coding right now. Reading the first few lines says Template. But you have to also show the image of the design of the template. Like, first you say "Today, I'll teach you how to code _______" Then show the picture of what it would look like in the end. Then "Step 1 ________" and so on and so fourth.

Back to top Go down

Knives

Ultimate Member

Knives
Ultimate Member

Posts : 1784
Points : 2183
Reputation : 36
Join date : 2011-04-20

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by Knives Sun May 27, 2012 10:09 am

This looks like a HTML website.

Back to top Go down

Λlphα

Owner

Λlphα
Owner

Posts : 1224
Points : 3212
Reputation : 181
Join date : 2011-02-04
Age : 30
Location : Québec

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by Λlphα Sun May 27, 2012 12:33 pm

HTML isn't coding, locking thread.

Back to top Go down

~Immortal~

Coder

Coder

Posts : 33
Points : 48
Reputation : 10
Join date : 2012-05-18

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by ~Immortal~ Sun May 27, 2012 9:47 pm

Dear derp,
You are not a coder. Not beacuse you code html but for the fact that ur syntax sucks cock and then swallows when it is done.
You remind me of a fellow coder that use to use the words " poo" and " pee " and "toilet" for variable names. I m willing to bet you are a 15 year old kid without a life, who thinks he can code.

Puttin in comments in the middle of ur code is not the way explain your code in html.
Here is the syntax for writting a comment to explain ur code. The crap u wrote would just bring up errors.

<!-- Here goes ur comment-->

next you donot need a space between <body> and <html> that is only placed in there to make it easier to read the code for when someone who is editing looks through it. The compiler does not look for "spaces" between code. It looks for the "<" to start a stament and the ">" to finish the statement. For all it matters u can write the code in a long straight line.

I did not even bother to read the rest of ur code. You are shit Derp... Just pure shit.


P.S : search for the word "titel".


Last edited by ~Immortal~ on Sun May 27, 2012 9:52 pm; edited 1 time in total

Back to top Go down

RayStormX

Video contest winner

RayStormX
Video contest winner

Posts : 1970
Points : 2246
Reputation : 132
Join date : 2011-10-05
Age : 32
Location : California

CODING LESSON #1 Empty Re: CODING LESSON #1

Post by RayStormX Sun May 27, 2012 9:51 pm

he's a 12 year old kid. Probably doesn't know any better and wants to make friends by impressing people lol.

Back to top Go down

Sponsored content




CODING LESSON #1 Empty Re: CODING LESSON #1

Post by Sponsored content

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum