| Author |
Message |
sinu BizHat Newbie

Joined: 10 Nov 2006 Posts: 1
|
Posted: Fri Nov 10, 2006 10:48 am Post subject: about html |
|
|
| please give me some help to html programming |
|
| Back to top |
|
 |
ProStix BizHat MOD

Joined: 23 Apr 2006 Posts: 1033 Location: Philippines
|
Posted: Fri Nov 10, 2006 11:14 am Post subject: |
|
|
Here's a large resource of HTML Tutorials... 
Last edited by ProStix on Fri Dec 15, 2006 1:30 pm; edited 1 time in total |
|
| Back to top |
|
 |
buda BizHat User

Joined: 07 Nov 2006 Posts: 127 Location: Brighton / England
|
|
| Back to top |
|
 |
Jrd BizHat Newbie

Joined: 14 Nov 2006 Posts: 1
|
Posted: Tue Nov 14, 2006 2:52 am Post subject: |
|
|
Well HTML isn't actually a Programming language, its the "Hyper Text Markup Language"
Here is one of the best tutorial sites I know of: http://htmlcodetutorial.com |
|
| Back to top |
|
 |
tekbunly BizHat Newbie

Joined: 15 Dec 2006 Posts: 4
|
Posted: Fri Dec 15, 2006 6:34 am Post subject: HMTL |
|
|
Unless you break out of the WYSIWYG-user's mentality, you will always be restricted in what you can create. Too many beginners go straight to FrontPage or DreamWeaver and never really learn how to code and design. When things go wrong they don't have the skills needed to fix the mistakes their editors have left them with, and give up.
Hand coding in a text-editor (like HomeSite or even trusty NotePad) means you know your code much better and so can find problems and edit smaller things. You have much better control over your design. You're closer to your code and are able to incorporate things like CSS more easily. Visual editors also output very bloated code with lots of unnecessary font tags and paragraphs etc. Your pages will download faster if you code efficiently in a text-editor.
It's never something anyone who has used a WYSIWYG editor wants to do, as at first it looks like a much slower, laborious way to design pages. You're going to have to get past this barrier — you'll eventually come to love the advantages hand-coding gives you. |
|
| Back to top |
|
 |
shingrons BizHat Newbie

Joined: 20 Feb 2007 Posts: 5
|
Posted: Tue Feb 20, 2007 12:54 pm Post subject: |
|
|
I recommend you learn xhtml and css together.
Use dreamweaver or microsoft frontpage to help u.
There're many resources in the web,you can google it anytime. |
|
| Back to top |
|
 |
joebomb BizHat Newbie

Joined: 27 Feb 2007 Posts: 5
|
Posted: Tue Feb 27, 2007 11:40 pm Post subject: |
|
|
| Try php programming. Its the best! |
|
| Back to top |
|
 |
homebrew.bizhat.com BizHat Newbie

Joined: 01 Mar 2007 Posts: 54
|
Posted: Wed Mar 14, 2007 8:52 pm Post subject: Re: HMTL |
|
|
| tekbunly wrote: | | Unless you break out of the WYSIWYG-user's mentality... |
I agree with this sentiment 100%. After you know how to code moving to Dreamweaver can help relieve the redundant stuff that is painful at any level.
A good way to learn, though is to use the Code view of dreamweaver and keep switching to Design view to see your results right away.
jb |
|
| Back to top |
|
 |
dangerzone BizHat Newbie

Joined: 15 Mar 2007 Posts: 5
|
Posted: Thu Mar 15, 2007 5:40 pm Post subject: |
|
|
| cool |
|
| Back to top |
|
 |
kunlanit BizHat Newbie

Joined: 03 Jul 2007 Posts: 9
|
Posted: Tue Jul 03, 2007 7:05 am Post subject: in html language can't programming but |
|
|
in html language can't programming
but you can insert javascript into html
<html>
<script>
function aa()
{alert("test");}
</script>
<body>
</body></html> |
|
| Back to top |
|
 |
redwillow BizHat Newbie

Joined: 11 Jul 2007 Posts: 14 Location: In the Mountains
|
Posted: Thu Jul 19, 2007 6:16 am Post subject: |
|
|
The problem with WYSIWYG is sometimes what you see is NOT what you get.
Also, a couple more html help links:
World Widwe Web Consortium - www.w3.org
Web Design Group - www.htmlhelp.com |
|
| Back to top |
|
 |
fizen BizHat Newbie

Joined: 27 Jul 2007 Posts: 23
|
Posted: Fri Jul 27, 2007 1:04 pm Post subject: |
|
|
you can add some extra flare to your site with simple javascript which is very easy to get that hang of,
since I'm unable to give the link correctly vist
javascript (dot) internet (dot) com
search for what ya want and copy the code as per the directions, very very basic. |
|
| Back to top |
|
 |
Nissan_350Z BizHat Newbie

Joined: 22 Sep 2007 Posts: 5
|
Posted: Sat Sep 22, 2007 7:24 pm Post subject: |
|
|
| This also helped me! i have been looking for HTML code on google and everywhere else, except here |
|
| Back to top |
|
 |
sdn03pagi BizHat Newbie

Joined: 09 Oct 2007 Posts: 7
|
Posted: Tue Oct 09, 2007 3:39 pm Post subject: my post |
|
|
if u want to learn about html maybe u should try to post some photos first, then some hypertext, javascript,
but, the domain name is the problem, because is not free at all... ^.^ |
|
| Back to top |
|
 |
ssgargya BizHat Newbie

Joined: 25 Jan 2008 Posts: 6
|
Posted: Sat Jan 26, 2008 3:39 am Post subject: |
|
|
| good html tutorial resource given earlier...all you need for creating web pages. |
|
| Back to top |
|
 |
|