Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

Notices

Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming

Reply
 
Thread Tools Display Modes
Old 11-06-2011, 10:22 PM   #1 (permalink)
Member
 
Join Date: Mar 2011
Location: Central California
Posts: 67
qwertyportne will become famous soon enough
Default Web Design Using HTML?

I'm curious about the percentage of people who design web sites using HTML and CSS. Is anybody doing that anymore? Or are most people using programs like Dreamweaver and so forth?

My reasons for asking is that I put together a tutorial several years ago, and would like to share it with anybody interested in learning web design from the more basic, HTML level.

--Bill
qwertyportne is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2011, 05:45 PM   #2 (permalink)
Senior Member
 
Join Date: Oct 2011
Location: New York, NY
Posts: 122
chadcharlie will become famous soon enough
Default

I abandoned it to use Content Management Systems instead. The knowledge comes in VERY handy though when I'm debugging my own site, or looking through the design elements of others' sites.

Maybe you could re-brand your tutorial to focus on the competitive edge of knowing basic XHTML and CSS as opposed to using it to create site from the ground up.

Take care,
Chad.
chadcharlie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2011, 10:03 PM   #3 (permalink)
Senior Member
 
Join Date: Nov 2006
Location: Ballarat, Victoria, Australia
Posts: 287
aussieNickuss will become famous soon enough
Default

Even if you use Dreamweaver, or CMS' (such as Wordpress etc.), you're still using HTML & CSS. Unless you're only ever building simple templated sites, you'll still need to know how to knock together basic HTML and CSS code.

By the way, if you put together a tutorial several years ago, you might want to consider making sure it's still relevant. Both HTML and CSS have evolved a lot in the last 4-5 years, especially with the advent of CSS3 and HTML5.
aussieNickuss is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2011, 10:34 PM   #4 (permalink)
Member
 
Join Date: Oct 2011
Location: UK
Posts: 50
Came is on a distinguished road
Default

HTML = Barebones code for websites

CSS = The code to make it look pretty

PHP = Makes pages dynamic eg. you might need to pull something from a database

Notepad = Simple text editor can be used to edit website code

Notepad++ = Best way to edit website code, with syntax highlighting etc

Dreamweaver = Awful money stealing program that... well... you edit the code advancdly

CMS = Content management system eg wordpress basically an easier and sometimes better prewritten way to make a site
Came is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-07-2011, 10:43 PM   #5 (permalink)
Banned
 
Join Date: Feb 2010
Posts: 85
Ken Benjamin is on a distinguished road
Default

Quote:
Originally Posted by aussieNickuss View Post
Even if you use Dreamweaver, or CMS' (such as Wordpress etc.), you're still using HTML & CSS. Unless you're only ever building simple templated sites, you'll still need to know how to knock together basic HTML and CSS code.

By the way, if you put together a tutorial several years ago, you might want to consider making sure it's still relevant. Both HTML and CSS have evolved a lot in the last 4-5 years, especially with the advent of CSS3 and HTML5.
100% agree.

Any even moderately well-built site will require some HTML and CSS knowledge. My site is built using Wordpress but that's a conscious choice and not one that relieves me from knowing HTML and CSS (and XML, PHP, and a bit of SQL from time to time) entirely.

That said, HTML5 is the up and coming knowledge that is needed. Even long-time web dev's like myself (been coding html since back when Dreamweaver was a just a song by Gary Wright), can benefit from knowing what is new and improved in HTML5 and CSS3.

A tutorial you worked up "a few years ago" is probably not much help to anyone, though. A few months ago? Now we're talking.
Ken Benjamin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-08-2011, 03:12 AM   #6 (permalink)
Family Member
 
Join Date: Mar 2010
Location: Down the infinite rabbit hole
Posts: 1,575
ButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppableButterflyWoman is absolutely unstoppable
Default

Quote:
Originally Posted by qwertyportne View Post
I'm curious about the percentage of people who design web sites using HTML and CSS. Is anybody doing that anymore? Or are most people using programs like Dreamweaver and so forth?
I don't get the reference to Dreamweaver. I make web pages in HTML and CSS in Dreamweaver. That's what it's for. I still hand code most of the things I do, in fact (I learned how to make web pages a long time ago, when that was the only option; I used to type HTML through a file manager directly on the web server, in fact, and on occasion, I still do).

Even if you do content-management systems like Mambo, Joomla, Wordpress, etc., you need to know some HTML if you want to customise it.

I think trying to make web pages when you don't know how to write HTML is like trying to sew clothes using only a sewing machine because you don't know how to stitch by hand. Sure, you want to do the bulk of it with the machine, and machines these days are pretty sophisticated, but for precision work, you really need to pick up a needle and thread.
ButterflyWoman is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2011, 04:57 PM   #7 (permalink)
Junior Member
 
Join Date: Nov 2011
Posts: 6
EmulationX is on a distinguished road
Default

I use Dreamweaver also and have written my site using XHTML.

As for what I think you were asking... there are many WYSIWYG type of editors out there today that make it pretty easy for most common people to start a website. If you really want to be a good website developer you need to know the code too. A good developer can use a tool like Dreamweaver and also code in NotePad.

I'm still learning but I try and learn as much coding as I can to help me become a better website developer.
EmulationX is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-10-2011, 09:48 AM   #8 (permalink)
Banned
 
Join Date: Dec 2011
Posts: 1
delois is on a distinguished road
Default

Web design is done by using HTML only. Whatever software you are using for design you must use HTML because for the design you have to create CSS and in Dreamweaver also HTML is used as back end language for creating a design. But it is always good to learn from the basic HTML coding as most of the tools and applications are available for generating HTML code many beginner miss to understand the basic..
delois is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-10-2011, 02:19 PM   #9 (permalink)
Senior Member
 
Join Date: Oct 2011
Location: New York, NY
Posts: 122
chadcharlie will become famous soon enough
Default

Quote:
Originally Posted by ButterflyWoman View Post
I think trying to make web pages when you don't know how to write HTML is like trying to sew clothes using only a sewing machine because you don't know how to stitch by hand. Sure, you want to do the bulk of it with the machine, and machines these days are pretty sophisticated, but for precision work, you really need to pick up a needle and thread.
Double points for the fantastic analogy! ;P I do understand his questions though, he just misspoke with the DreamWeaver thing. Personally, I'm a fan of BlueFish when I have to hand code something. I have used Notepad++ like someone mentioned above also.

My larger problem with this tutorial proposal is that there are AMAZING authoritative source online already...they have been online nearly since the hyper text markup language was birthed, and many of us learned are original HTML, XHTML, and CSS from them.

w3.or, alistapart, to name only two. Those resources are free. From a business standpoint, if it doesn't offer more value than those sources, what do you (with good heart) want the consumer to pay for?
chadcharlie is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
html help Jr Billionaire Technology & Technical Skills 6 01-31-2009 05:08 PM
CSS and HTML-what's the difference? Bitsy Technology & Technical Skills 10 09-13-2008 07:36 PM
HTML/CSS Help tstesen Technology & Technical Skills 3 12-12-2007 04:37 PM
Help me please with HTML Master X Technology & Technical Skills 4 11-05-2007 01:16 PM
Mastering HTML, CSS, web design -- practice exercises, or just start your own site? Tasaio Technology & Technical Skills 5 03-29-2007 11:22 AM


All times are GMT. The time now is 12:58 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2010 by Pavlina LLC