Page 1 of 1 [ 14 posts ] 

Silver_Meteor
Veteran
Veteran

Joined: 10 Jul 2007
Gender: Male
Posts: 1,399
Location: Warwick, Rhode Island

24 Aug 2008, 9:20 pm

Right now, I am learning HTML with Video Professor. I have also gotten training videos for Dreamweaver and Adobe Photoshop produced by a company called Keyko. If you want to design webpages for clients how important is knowing HTML? I am investing quite a lot of time in learning it and I find it a little harder than I expected. I am sure you use this in web programming. One other question. Do you use visual basic in website design?
Thanks.


_________________
Not through revolution but by evolution are all things accomplished in permanency.


V001
Toucan
Toucan

User avatar

Joined: 27 Jul 2007
Age: 53
Gender: Male
Posts: 288
Location: New Mexico USA

25 Aug 2008, 12:57 am

You will not use and web sites do not use visual basic. That programming language is used to write many programs but not web coding.



computerlove
Veteran
Veteran

User avatar

Joined: 10 Jul 2006
Age: 124
Gender: Male
Posts: 5,791

25 Aug 2008, 1:26 am

Websites that use code/animation/effects or all of that, they use Javascript/AJAX or Flash, and of course CSS.

You'll be better if you learn CSS, because HTML is horrible to mantain.
CSS separates the code from the visuals, so it's easier to mantain and expand.


_________________
One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die.


RedSands
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 15 Jul 2008
Gender: Male
Posts: 26

25 Aug 2008, 2:45 am

computerlove wrote:
Websites that use code/animation/effects or all of that, they use Javascript/AJAX or Flash, and of course CSS.

You'll be better if you learn CSS, because HTML is horrible to mantain.
CSS separates the code from the visuals, so it's easier to mantain and expand.


Uhh.. uhhhh.. uhhh *Desperately raises hand in air*

Just to be clear, what I think computerlove meant to tell you was that you will have to know BOTH. CSS doesn't do diddleysquat without HTML and vice versa. They are complementary technologies. Here's what you will need to know to start:

HTML (don't learn using WYSIWYG editors; real men use Notepad or Komodo Edit )
CSS
Javascript basics

Then:
Photoshop
Flash
Illustrator

Then:
PHP
Ruby
Perl (maybe)
MySQL
SQLite
Running a Linux server

Don't let it intimidate you. Start with the first group and it will lead you to the others automatically when you are ready.



PilotPirx
Sea Gull
Sea Gull

User avatar

Joined: 8 May 2008
Age: 54
Gender: Male
Posts: 237
Location: Amsterdam, NL

25 Aug 2008, 4:29 am

RedSands wrote:
computerlove wrote:
Websites that use code/animation/effects or all of that, they use Javascript/AJAX or Flash, and of course CSS.

You'll be better if you learn CSS, because HTML is horrible to mantain.
CSS separates the code from the visuals, so it's easier to mantain and expand.


Uhh.. uhhhh.. uhhh *Desperately raises hand in air*

Just to be clear, what I think computerlove meant to tell you was that you will have to know BOTH. CSS doesn't do diddleysquat without HTML and vice versa. They are complementary technologies. Here's what you will need to know to start:

HTML (don't learn using WYSIWYG editors; real men use Notepad or Komodo Edit )
CSS
Javascript basics

Then:
Photoshop
Flash
Illustrator

Then:
PHP
Ruby
Perl (maybe)
MySQL
SQLite
Running a Linux server

Don't let it intimidate you. Start with the first group and it will lead you to the others automatically when you are ready.


Very good list, covewrs the essentials. But I would (as a Ruby programer ;-) put Ruby (and the Rails framework) first. It's easier to learn than PHP and more powerful.

But all depends, what exactly you want to do. Deliver the whole website? Or just doing the design?

If you want to deliver the whole site, you must learn HTML/CSS to it's full extend. And get at least an overview of those background processes on the server that are used to store data (that's PHP, Ruby, Python and some other languages for. JavaScript is important too, since that's the language that makes the frontend move. (eg clicking one of the emoticons left to the input box, making this appear in the text like that: :D :) :( :o is done in JavaScript.

If you're only in design and deliver photoshop work to some programming company, then you can ignore that and get some rough overview of HTML/CSS, just good enough to know what's possible, what's difficult to implement or what just can't be done.
1/2 the designers we work with do not even know that much. They just deliver some graphics and leave the job to tell the customer that it can't be done to us :roll:


_________________
Deep into that darkness peering, long I stood there wondering, fearing,
Doubting, dreaming dreams no mortal ever dared to dream before (E.A.Poe)


Drakilor
Pileated woodpecker
Pileated woodpecker

User avatar

Joined: 14 Sep 2006
Age: 177
Gender: Female
Posts: 186

25 Aug 2008, 7:40 am

These things rock:

<blink>Seizure!</blink>
Background music that automatically activates.
Flash! Flash made HTML obsolete.
alert() popups saung "Please don't leave!" when focus of the window is lost.
Web 2.0 shiny buttons!!


_________________
"Love looks not with the eyes, but with the mind; And therefore is winged Cupid painted blind."


computerlove
Veteran
Veteran

User avatar

Joined: 10 Jul 2006
Age: 124
Gender: Male
Posts: 5,791

25 Aug 2008, 10:32 am

RedSands wrote:
computerlove wrote:
Websites that use code/animation/effects or all of that, they use Javascript/AJAX or Flash, and of course CSS.

You'll be better if you learn CSS, because HTML is horrible to mantain.
CSS separates the code from the visuals, so it's easier to mantain and expand.


Uhh.. uhhhh.. uhhh *Desperately raises hand in air*


LOL! :lol:


RedSands wrote:
Just to be clear, what I think computerlove meant to tell you was that you will have to know BOTH. CSS doesn't do diddleysquat without HTML and vice versa. They are complementary technologies. Here's what you will need to know to start:

HTML (don't learn using WYSIWYG editors; real men use Notepad or Komodo Edit )
CSS
Javascript basics

Then:
Photoshop
Flash
Illustrator

Then:
PHP
Ruby
Perl (maybe)
MySQL
SQLite
Running a Linux server

Don't let it intimidate you. Start with the first group and it will lead you to the others automatically when you are ready.

thx, that's exactly what I wanted to say. I was sleepy so I left many things out, thx :)

I'd also recommend to Silver_meteor to learn Fireworks, easier than Dreamweaver. It outputs mostly graphics, but is a good starting point.
And of course you'll need to know at least Photoshop to do some good designs (if you're also going to design the sites, not only code them).


Drakilor wrote:
These things rock:

<blink>Seizure!</blink>
Background music that automatically activates.
Flash! Flash made HTML obsolete.
alert() popups saung "Please don't leave!" when focus of the window is lost.
Web 2.0 shiny buttons!!


dude, you rock =D


_________________
One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die.


NeantHumain
Veteran
Veteran

User avatar

Joined: 24 Jun 2004
Age: 44
Gender: Male
Posts: 4,837
Location: St. Louis, Missouri

25 Aug 2008, 5:11 pm

If you don't have HTML down, don't even get started on Adobe Flash, Microsoft SIlverlight, JavaScript, CSS, or anything more complicated. HTML is the bare basics. Microsoft Visual Basic can technically be used to develop ActiveX controls, which can only be used in Internet Explorer on Windows, but you really wouldn't want to do this.



Silver_Meteor
Veteran
Veteran

Joined: 10 Jul 2007
Gender: Male
Posts: 1,399
Location: Warwick, Rhode Island

26 Aug 2008, 1:09 am

I am going to go through the HTML Lessons then go on the learning Dreamweaver DVDs that I have. I don't have fireworks. I am learning HTML from scratch using notepad.


_________________
Not through revolution but by evolution are all things accomplished in permanency.


computerlove
Veteran
Veteran

User avatar

Joined: 10 Jul 2006
Age: 124
Gender: Male
Posts: 5,791

28 Aug 2008, 2:06 am

good luck :)

I'd suggest using dreamweaver or any other html editor, so you can see the code and the design at the same time, so you get a better idea of how does the code change the design.


_________________
One of God's own prototypes. Some kind of high powered mutant never even considered for mass production. Too weird to live, and too rare to die.


V001
Toucan
Toucan

User avatar

Joined: 27 Jul 2007
Age: 53
Gender: Male
Posts: 288
Location: New Mexico USA

31 Aug 2008, 7:54 pm

The w3c web group makes a html editer. Cost a download. Go here
http://www.w3.org/Amaya/ will help to learn good coding



NeantHumain
Veteran
Veteran

User avatar

Joined: 24 Jun 2004
Age: 44
Gender: Male
Posts: 4,837
Location: St. Louis, Missouri

01 Sep 2008, 12:19 pm

Silver_Meteor wrote:
I am going to go through the HTML Lessons then go on the learning Dreamweaver DVDs that I have. I don't have fireworks. I am learning HTML from scratch using notepad.

Adobe Dreamweaver isn't really the "next step" after learning HTML; it's just a particular HTML editor that has WYSIWYG (what you see is what you get) editing and other features to make writing HTML and CSS easier.



Draws
Tufted Titmouse
Tufted Titmouse

User avatar

Joined: 7 May 2008
Age: 39
Gender: Male
Posts: 40
Location: Ontario, Canada

07 Sep 2008, 5:22 am

Instead of plain old notepad I'd use an editor with syntax highlighting, makes looking at the html/css much nicer. A good one is Notepad++ and its free to download.

I wouldn't worry too much about things like php/ruby and MySql until you get html/css down followed by javascript. You can make really nice sites without flash. I'd leave that alone for the time being as there are plenty of free open source flash projects like slideshows and what not you can use instead of making one yourself. If you start delving into Javascript, I'd recomend using an existing library such as JQuery. It will save you a lot of time in the end and you won't be reprogramming what has already been programmed. It will also save you a lot of headache with the different ways browsers do things by making it the same.

There are plently of websites that have downloadable html/css templates you can look at to see how things are done as well as tons of online tutorials.


If your market is going to be local small businesses then you can easily get away with only knowing html/css. I've found that most won't care so long as the site looks good. You can then start adding in more fancy things as you learn them.



kxmode
Supporting Member
Supporting Member

User avatar

Joined: 14 Oct 2007
Gender: Male
Posts: 2,613
Location: In your neighborhood, knocking on your door. :)

07 Sep 2008, 3:22 pm

Silver_Meteor wrote:
Right now, I am learning HTML with Video Professor. I have also gotten training videos for Dreamweaver and Adobe Photoshop produced by a company called Keyko. If you want to design webpages for clients how important is knowing HTML?


As a professional web designer and developer I can tell you HTML is VERY important.

Quote:
I am investing quite a lot of time in learning it and I find it a little harder than I expected.


HTML, and programming in general, is just like any other language. It takes time and practice to understand it.

Quote:
I am sure you use this in web programming.


HTML is the foundation of every web page. It is how a web page is structured. Knowing HTML at the code level will help you resolve problems you will undoubtedly encounter. I've encountered web developers who use Dreamweaver's What-You-See-Is-What-You-Get interface to build out web sites then when they encounter a problem they don't know how to fix it because the problem is at the code level; and they have NO IDEA how to troubleshoot HTML there.

Quote:
One other question. Do you use visual basic in website design? Thanks.


I think you might be referring to Visual Basic Script otherwise known as VBscript, or its distinct cousin ASP. If that is the case then yes you'll likely use it, but only if you want to. There are other languages like PHP, dot-net, cold fusion, java, and so forth... all of them are basically the next step above HTML. My advice would be to first learn HTML.

In my ten plus years in the web industry I've designed and developed over one hundred sites. You can see featured examples at www.kxmode.com


_________________
A Proud Witness of Jehovah God (JW.org)
Revelation 21:4 "And [God] will wipe out every tear from their eyes,
and death will be no more, neither will mourning nor outcry nor pain be anymore.
The former things have passed away."