<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Web Design Basics</title>
	<atom:link href="http://www.webville-usa.com/css-web-design-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webville-usa.com/css-web-design-basics/</link>
	<description>Web Design &#124; Web Marketing &#124; Web Design Tutorial &#124; Web Design Solutions</description>
	<lastBuildDate>Thu, 04 Mar 2010 13:29:14 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joey</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-120</link>
		<dc:creator>Joey</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-120</guid>
		<description>There is no substitute for a good book. If you are serious about being a good web designer, get this book - it is amazing, it got me up and running in no time. It shows you how to build web sites the way the professionals do it. Can&#039;t recommend it enough!

Head First XHTML and CSS (link below) 

http://www.amazon.com/gp/product/059610197X?ie=UTF8&amp;tag=theseccamtut-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=059610197X</description>
		<content:encoded><![CDATA[<p>There is no substitute for a good book. If you are serious about being a good web designer, get this book &#8211; it is amazing, it got me up and running in no time. It shows you how to build web sites the way the professionals do it. Can&#039;t recommend it enough!</p>
<p>Head First XHTML and CSS (link below) </p>
<p><a href="http://www.amazon.com/gp/product/059610197X?ie=UTF8&amp;tag=theseccamtut-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=059610197X" rel="nofollow">http://www.amazon.com/gp/product/059610197X?ie=UTF8&amp;tag=theseccamtut-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=059610197X</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jseifert1984</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-115</link>
		<dc:creator>jseifert1984</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:05:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-115</guid>
		<description>The best Hands down would be 
http://www.w3schools.com/
I learned my basic skills there before going on to school to get a degree, my first year was so easy because I knew everything from them!!</description>
		<content:encoded><![CDATA[<p>The best Hands down would be<br />
<a href="http://www.w3schools.com/" rel="nofollow">http://www.w3schools.com/</a><br />
I learned my basic skills there before going on to school to get a degree, my first year was so easy because I knew everything from them!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: homer742</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-116</link>
		<dc:creator>homer742</dc:creator>
		<pubDate>Fri, 10 Jul 2009 20:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-116</guid>
		<description>Knowing XHTML and CSS without the fancy editors is a very good thing. Go to W3 online schools to take you to the next level. Yes, Dreamweaver and Front Page do a lot of the dirty work for you, but your knowledge of the code CAN take you to a whole new level beyond that.

Flash is also a cool application that can produce wonderful pages...but it costs. If you are a student (or know one), you can get Studio 8 from Adobe for a couple hundred - which is a heck of a deal.

Remember - content in HTML and presentation in CSS. If you haven&#039;t learned that yet, keep going!</description>
		<content:encoded><![CDATA[<p>Knowing XHTML and CSS without the fancy editors is a very good thing. Go to W3 online schools to take you to the next level. Yes, Dreamweaver and Front Page do a lot of the dirty work for you, but your knowledge of the code CAN take you to a whole new level beyond that.</p>
<p>Flash is also a cool application that can produce wonderful pages&#8230;but it costs. If you are a student (or know one), you can get Studio 8 from Adobe for a couple hundred &#8211; which is a heck of a deal.</p>
<p>Remember &#8211; content in HTML and presentation in CSS. If you haven&#039;t learned that yet, keep going!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mat</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-118</link>
		<dc:creator>Mat</dc:creator>
		<pubDate>Fri, 10 Jul 2009 10:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-118</guid>
		<description>HTML is the basic formatting language, which is used in every website, so you must learn this first. Then, you can learn CSS to learn how to spice up your site and make it look a lot better.

These languages are just for websites and are inputed directly into the code, but then you can learn some real programming languages and start with maybe JavaScript or PHP. JavaScript is a client scripting language and PHP is a server side scripting language. These can be used for different situations and are really helpful in any kind of website.

Hope this helped you =]

P.S. check w3schools.com for more info</description>
		<content:encoded><![CDATA[<p>HTML is the basic formatting language, which is used in every website, so you must learn this first. Then, you can learn CSS to learn how to spice up your site and make it look a lot better.</p>
<p>These languages are just for websites and are inputed directly into the code, but then you can learn some real programming languages and start with maybe JavaScript or PHP. JavaScript is a client scripting language and PHP is a server side scripting language. These can be used for different situations and are really helpful in any kind of website.</p>
<p>Hope this helped you =]</p>
<p>P.S. check w3schools.com for more info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex M</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-119</link>
		<dc:creator>Alex M</dc:creator>
		<pubDate>Thu, 09 Jul 2009 21:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-119</guid>
		<description>For CSS check out the website: http://www.csszengarden.com/
Also, get the associated book, &quot;The Zen of CSS Design&quot;: http://www.amazon.com/Zen-CSS-Design-Visual-Enlightenment/dp/0321303474/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1230916174&amp;sr=1-1

I would not spend time learning PHP and ASP.NET pick one technology and stick with one.  Server-sde programming depends on your host.  If you are doing your own hosting, then you know what you can support.

I would only focus on learning what you need to know for server-side programming.  Dataase access, forms authentication, form validation are the most common across any website.</description>
		<content:encoded><![CDATA[<p>For CSS check out the website: <a href="http://www.csszengarden.com/" rel="nofollow">http://www.csszengarden.com/</a><br />
Also, get the associated book, &quot;The Zen of CSS Design&quot;: <a href="http://www.amazon.com/Zen-CSS-Design-Visual-Enlightenment/dp/0321303474/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1230916174&amp;sr=1-1" rel="nofollow">http://www.amazon.com/Zen-CSS-Design-Visual-Enlightenment/dp/0321303474/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1230916174&amp;sr=1-1</a></p>
<p>I would not spend time learning PHP and ASP.NET pick one technology and stick with one.  Server-sde programming depends on your host.  If you are doing your own hosting, then you know what you can support.</p>
<p>I would only focus on learning what you need to know for server-side programming.  Dataase access, forms authentication, form validation are the most common across any website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-117</link>
		<dc:creator>Ric</dc:creator>
		<pubDate>Thu, 09 Jul 2009 17:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-117</guid>
		<description>You specifically said web *design*, so:

1. General design and layout - that means knowing how to use a pencil and paper to draw up a design, indeed.
2. HTML/XHTML
3. CSS/XML/XLST
4. JavaScript

And maybe
5. Server-side scripting (PHP, ASP, Perl - in order of popularity)
6. Database Management (MySQL, SQL, PostGres)

If you&#039;re talking about web *development*, then it&#039;s a slightly different list:

1. HTML/XHTML
2. XML
3. Server side scripting (PHP, ASP, Perl)
4. Database Management (MySQL, SQL, PostGres)
5. Client side Scripting (JavaScript, or VBScript in a controlled, Internet Explorer-only environment)
6. XSS/XLST
7. Basic layout and design

The difference between a web *designer* and a web *developer* is that - ideally - a web designer should need no knowledge of the intricacies of scripting and programming (or even CSS, for that matter, other than realizing what is and isn&#039;t possible).

It&#039;s the web *developer&#039;s* job to make a design work.</description>
		<content:encoded><![CDATA[<p>You specifically said web *design*, so:</p>
<p>1. General design and layout &#8211; that means knowing how to use a pencil and paper to draw up a design, indeed.<br />
2. HTML/XHTML<br />
3. CSS/XML/XLST<br />
4. JavaScript</p>
<p>And maybe<br />
5. Server-side scripting (PHP, ASP, Perl &#8211; in order of popularity)<br />
6. Database Management (MySQL, SQL, PostGres)</p>
<p>If you&#039;re talking about web *development*, then it&#039;s a slightly different list:</p>
<p>1. HTML/XHTML<br />
2. XML<br />
3. Server side scripting (PHP, ASP, Perl)<br />
4. Database Management (MySQL, SQL, PostGres)<br />
5. Client side Scripting (JavaScript, or VBScript in a controlled, Internet Explorer-only environment)<br />
6. XSS/XLST<br />
7. Basic layout and design</p>
<p>The difference between a web *designer* and a web *developer* is that &#8211; ideally &#8211; a web designer should need no knowledge of the intricacies of scripting and programming (or even CSS, for that matter, other than realizing what is and isn&#039;t possible).</p>
<p>It&#039;s the web *developer&#039;s* job to make a design work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ~*Stephanie S</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-114</link>
		<dc:creator>~*Stephanie S</dc:creator>
		<pubDate>Thu, 09 Jul 2009 10:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-114</guid>
		<description>Front side of the business:

Flash 
Dreamweaver  (frontpage is a breeze)
.net and whatever implementation you&#039;re looking for (ASP, VB, C#)
HTML, XML, PHP
ASP is a big riser now, since it can do a whole lot. 
Security Techniques!  (ftps, https, VHTML etc)
   IF you&#039;re a aspiring web dev and know good security procedures, then you&#039;re golden 

Stay as open minded as you can and learn CONCEPTS. Don&#039;t get bogged down in specifics, because then you&#039;ll get pidgeon-holed and become obsolete.   However, if you know basic web design principals its just a matter of symantics and syntax to become a brain-child with a new toy or program. 


Also make sure you know scripting (JavaScript, php scripting, CSS...) so you can make stuff look nicer

Backside of the Business:
Database TEchniques. 
    SQL, MySQL, Oracle, Access, ColdFusionMX 

DataMining techniques are a biggie. Server administration; know your way around a MS Exchange server. Know about IIS controls on Servers. Learn about Linux (and why people use linux boxes).. again; its concepts and not details...</description>
		<content:encoded><![CDATA[<p>Front side of the business:</p>
<p>Flash<br />
Dreamweaver  (frontpage is a breeze)<br />
.net and whatever implementation you&#039;re looking for (ASP, VB, C#)<br />
HTML, XML, PHP<br />
ASP is a big riser now, since it can do a whole lot.<br />
Security Techniques!  (ftps, https, VHTML etc)<br />
   IF you&#039;re a aspiring web dev and know good security procedures, then you&#039;re golden </p>
<p>Stay as open minded as you can and learn CONCEPTS. Don&#039;t get bogged down in specifics, because then you&#039;ll get pidgeon-holed and become obsolete.   However, if you know basic web design principals its just a matter of symantics and syntax to become a brain-child with a new toy or program. </p>
<p>Also make sure you know scripting (JavaScript, php scripting, CSS&#8230;) so you can make stuff look nicer</p>
<p>Backside of the Business:<br />
Database TEchniques.<br />
    SQL, MySQL, Oracle, Access, ColdFusionMX </p>
<p>DataMining techniques are a biggie. Server administration; know your way around a MS Exchange server. Know about IIS controls on Servers. Learn about Linux (and why people use linux boxes).. again; its concepts and not details&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrNutrition</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-113</link>
		<dc:creator>DrNutrition</dc:creator>
		<pubDate>Thu, 09 Jul 2009 01:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-113</guid>
		<description>You may be technically competent within a year but you will be a million miles from an expert. Be a little realistic. And you&#039;ll need more than Flash and CSS to be an expert. Try SQL, PHP, ASP.net just for starters.

To be a good designer takes years (if you&#039;re lucky) of practice and experience. Too many self-taught &quot;web designers&quot; think they&#039;re awesome because they make EVERYTHING on their web pages stand out. This is very poor practice. A web designer needs to know how to communicate effectively with graphics. A graphic design course will see to that for you. But don&#039;t expect to learn it all in a year.

Everything else you mention can be learned, to a reasonable level, in a year with the right attitude. The O&#039;Reilly books are your best bet for that. Set yourself pretend projects and when you get stuck, refer to the books.

I don&#039;t know of any video tutorials. I prefer books - easier to quickly refer to a particular subject with a book.

www.w3schools.com is free, but only skims the surface of each language it teaches.</description>
		<content:encoded><![CDATA[<p>You may be technically competent within a year but you will be a million miles from an expert. Be a little realistic. And you&#039;ll need more than Flash and CSS to be an expert. Try SQL, PHP, ASP.net just for starters.</p>
<p>To be a good designer takes years (if you&#039;re lucky) of practice and experience. Too many self-taught &quot;web designers&quot; think they&#039;re awesome because they make EVERYTHING on their web pages stand out. This is very poor practice. A web designer needs to know how to communicate effectively with graphics. A graphic design course will see to that for you. But don&#039;t expect to learn it all in a year.</p>
<p>Everything else you mention can be learned, to a reasonable level, in a year with the right attitude. The O&#039;Reilly books are your best bet for that. Set yourself pretend projects and when you get stuck, refer to the books.</p>
<p>I don&#039;t know of any video tutorials. I prefer books &#8211; easier to quickly refer to a particular subject with a book.</p>
<p><a href="http://www.w3schools.com" rel="nofollow">http://www.w3schools.com</a> is free, but only skims the surface of each language it teaches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: R</title>
		<link>http://www.webville-usa.com/css-web-design-basics/comment-page-1/#comment-112</link>
		<dc:creator>R</dc:creator>
		<pubDate>Thu, 09 Jul 2009 00:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webville-usa.com/css-web-design-basics/#comment-112</guid>
		<description>Make a Webpage:

Full Web Building Tutorials: http://www.w3schools.com/
Beginner&#039;s HTML Tutorial: http://www.htmlbasix.com/
How to Create a Webpage: http://www.make-a-web-site.com/
HTML Tutorial: http://www.hypergurl.com/whatishtml.html
So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561
More info: http://www.hypergurl.com/
Web Site Blog: http://www.instant-web-site-tools.com/blog/
http://www.w3schools.com/site/default.asp
How to Start / Create Your Own Website: The Beginner&#039;s A-Z Guide: http://www.thesitewizard.com/gettingstarted/startwebsite.shtml
So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/index.html

www.snappages.com

HTHs,

Ron</description>
		<content:encoded><![CDATA[<p>Make a Webpage:</p>
<p>Full Web Building Tutorials: <a href="http://www.w3schools.com/" rel="nofollow">http://www.w3schools.com/</a><br />
Beginner&#039;s HTML Tutorial: <a href="http://www.htmlbasix.com/" rel="nofollow">http://www.htmlbasix.com/</a><br />
How to Create a Webpage: <a href="http://www.make-a-web-site.com/" rel="nofollow">http://www.make-a-web-site.com/</a><br />
HTML Tutorial: <a href="http://www.hypergurl.com/whatishtml.html" rel="nofollow">http://www.hypergurl.com/whatishtml.html</a><br />
So You Want To Set Up Your First Site, Huh?: <a href="http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561" rel="nofollow">http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479561</a><br />
More info: <a href="http://www.hypergurl.com/" rel="nofollow">http://www.hypergurl.com/</a><br />
Web Site Blog: <a href="http://www.instant-web-site-tools.com/blog/" rel="nofollow">http://www.instant-web-site-tools.com/blog/</a><br />
<a href="http://www.w3schools.com/site/default.asp" rel="nofollow">http://www.w3schools.com/site/default.asp</a><br />
How to Start / Create Your Own Website: The Beginner&#039;s A-Z Guide: <a href="http://www.thesitewizard.com/gettingstarted/startwebsite.shtml" rel="nofollow">http://www.thesitewizard.com/gettingstarted/startwebsite.shtml</a><br />
So, you want to make a Web Page!: <a href="http://www.pagetutor.com/html_tutor/index.html" rel="nofollow">http://www.pagetutor.com/html_tutor/index.html</a></p>
<p><a href="http://www.snappages.com" rel="nofollow">http://www.snappages.com</a></p>
<p>HTHs,</p>
<p>Ron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
