The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Video (html coding) my first video (html coding for dumbies) needed feedback, Video on html simple coding for dumbies
TheTLtech
post May 13 2011, 03:58 PM
Post #1





Group: Members
Posts: 5
Joined: 13-May 11
Member No.: 14,544



Link to Video for this topic (embed wont work)

If you could click youtube link thanks a lot need some feedback if i missed anything, first video just short simple stuff.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Megagamerx1
post May 13 2011, 04:21 PM
Post #2





Group: Members
Posts: 7
Joined: 13-May 11
Member No.: 14,543



QUOTE(TheTLtech @ May 13 2011, 03:58 PM) *

Link to Video for this topic (embed wont work)

If you could click youtube link thanks a lot need some feedback if i missed anything, first video just short simple stuff.


Checked out the video. For one thing, your code should have <head> & </head> surrounding the <title> tags. Also, you need a !DOC Declaration. You should check out this if you have no idea what I'm talking about: http://w3schools.com/html/html_doctype.asp

PM me if you would like any help. biggrin.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
TheTLtech
post May 13 2011, 04:23 PM
Post #3





Group: Members
Posts: 5
Joined: 13-May 11
Member No.: 14,544



QUOTE(Megagamerx1 @ May 13 2011, 05:21 PM) *

QUOTE(TheTLtech @ May 13 2011, 03:58 PM) *

Link to Video for this topic (embed wont work)

If you could click youtube link thanks a lot need some feedback if i missed anything, first video just short simple stuff.


Checked out the video. For one thing, your code should have <head> & </head> surrounding the <title> tags. Also, you need a !DOC Declaration. You should check out this if you have no idea what I'm talking about: http://w3schools.com/html/html_doctype.asp

PM me if you would like any help. biggrin.gif

Thanks!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Megagamerx1
post May 13 2011, 04:23 PM
Post #4





Group: Members
Posts: 7
Joined: 13-May 11
Member No.: 14,543



ALSO: You should use some video editing software (NOT Movie Maker -- It is a disgrace to all movie editing software)

I know a few good editors if you care to know.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
TheTLtech
post May 13 2011, 04:26 PM
Post #5





Group: Members
Posts: 5
Joined: 13-May 11
Member No.: 14,544



QUOTE(Megagamerx1 @ May 13 2011, 05:23 PM) *

ALSO: You should use some video editing software (NOT Movie Maker -- It is a disgrace to all movie editing software)

I know a few good editors if you care to know.

oh absolutley
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Megagamerx1
post May 13 2011, 04:28 PM
Post #6





Group: Members
Posts: 7
Joined: 13-May 11
Member No.: 14,543



QUOTE(TheTLtech @ May 13 2011, 04:26 PM) *

QUOTE(Megagamerx1 @ May 13 2011, 05:23 PM) *

ALSO: You should use some video editing software (NOT Movie Maker -- It is a disgrace to all movie editing software)

I know a few good editors if you care to know.

oh absolutley


First of all: Do you have a computer running Linux? There is a very good video editor out there, but it's only for linux. I know some others, but this one is the best.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
TheTLtech
post May 13 2011, 04:29 PM
Post #7





Group: Members
Posts: 5
Joined: 13-May 11
Member No.: 14,544



sadly no
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Megagamerx1
post May 13 2011, 04:32 PM
Post #8





Group: Members
Posts: 7
Joined: 13-May 11
Member No.: 14,543



QUOTE(TheTLtech @ May 13 2011, 04:29 PM) *

sadly no

Alas... I have to do some research and will get back to you shortly.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
TheTLtech
post May 13 2011, 04:32 PM
Post #9





Group: Members
Posts: 5
Joined: 13-May 11
Member No.: 14,544



thanks man
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Megagamerx1
post May 13 2011, 04:38 PM
Post #10





Group: Members
Posts: 7
Joined: 13-May 11
Member No.: 14,543



QUOTE(TheTLtech @ May 13 2011, 04:32 PM) *

thanks man

If you want I could help you with the video editing myself. Love the idea a HTML How-To's Videos. Though, we should continue this in PM's. Just click "PM" under my post.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post May 13 2011, 05:56 PM
Post #11


.
********

Group: WDG Moderators
Posts: 9,661
Joined: 10-August 06
Member No.: 7



QUOTE(Megagamerx1 @ May 13 2011, 11:21 PM) *

your code should have <head> & </head> surrounding the <title> tags.

Actually the start and end tags for the HTML, HEAD and BODY elements are optional in HTML4 and 5 (but not in XHTML). You must still organize the content so that the HEAD and BODY sections are separate, though (for example you can't put an H1 before TITLE). See e.g. http://www.w3.org/TR/html401/struct/global.html#edef-HEAD

But in a beginner's tutorial maybe it's still a good idea to use the tags, in order to emphasize/illustrate the separate nature of the HEAD and BODY sections. I also recall some javascript and CSS?) doesn't work properly in some browsers unless the tags are there.

QUOTE
Also, you need a !DOC Declaration. You should check out this if you have no idea what I'm talking about: http://w3schools.com/html/html_doctype.asp

True, see also http://htmlhelp.com/faq/html/basics.html#doctype

Here's a valid HTML4 document:

CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<title>foo</title>
<h1>foo</h1>

happy.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 10:40 PM