<?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: Which web-design tools and methods are right for me?</title>
	<atom:link href="http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/feed/" rel="self" type="application/rss+xml" />
	<link>http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/</link>
	<description>Designing how we work</description>
	<lastBuildDate>Tue, 07 Feb 2012 14:58:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Shane</title>
		<link>http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/comment-page-1/#comment-186</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Sat, 21 Nov 2009 05:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/#comment-186</guid>
		<description>BlueBoden, I&#039;m pretty sure the guy knows what php does, he pretty said he was good at it.  He just wants to know how to make professional looking templates.

I know how you feel (i am the same way).  I am good at programming and coding but as far as graphics go, i couldn&#039;t make a nice looking image to save my life!  Luckily for me, I have a talented sister for graphics design.  I can suggest what she uses though.  Adobe products are amazing for graphics design and templates.  Try to get Adobe Photoshop and Adobe Illustrator and play around with them until you start to get a good feel for it.  Photoshop is raster imaging and illustrator is vector imaging.  they both have their advantages over each other but just play around with them to see what fits you.</description>
		<content:encoded><![CDATA[<p>BlueBoden, I&#8217;m pretty sure the guy knows what php does, he pretty said he was good at it.  He just wants to know how to make professional looking templates.</p>
<p>I know how you feel (i am the same way).  I am good at programming and coding but as far as graphics go, i couldn&#8217;t make a nice looking image to save my life!  Luckily for me, I have a talented sister for graphics design.  I can suggest what she uses though.  Adobe products are amazing for graphics design and templates.  Try to get Adobe Photoshop and Adobe Illustrator and play around with them until you start to get a good feel for it.  Photoshop is raster imaging and illustrator is vector imaging.  they both have their advantages over each other but just play around with them to see what fits you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ffung898</title>
		<link>http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/comment-page-1/#comment-185</link>
		<dc:creator>ffung898</dc:creator>
		<pubDate>Sat, 21 Nov 2009 05:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/#comment-185</guid>
		<description>if you have programming background, you chould just use NotePad to create clean PHP, HTML and CSS code.  Learn a bit PhotoShop to create some graphics, graphics play an important part in dynamic web design.

you can search for available web template on internet and use those u like as a reference.

Some people prefer use CMS tools, I guess it just a matter of personal preference (like some want drive auto, and some want manual car, there is no clean cut of which is better, it&#039;s personal choice mostly).</description>
		<content:encoded><![CDATA[<p>if you have programming background, you chould just use NotePad to create clean PHP, HTML and CSS code.  Learn a bit PhotoShop to create some graphics, graphics play an important part in dynamic web design.</p>
<p>you can search for available web template on internet and use those u like as a reference.</p>
<p>Some people prefer use CMS tools, I guess it just a matter of personal preference (like some want drive auto, and some want manual car, there is no clean cut of which is better, it&#8217;s personal choice mostly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueBoden</title>
		<link>http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/comment-page-1/#comment-184</link>
		<dc:creator>BlueBoden</dc:creator>
		<pubDate>Sat, 21 Nov 2009 05:03:18 +0000</pubDate>
		<guid isPermaLink="false">http://grantgeorgedesign.com/which-web-design-tools-and-methods-are-right-for-me/101/#comment-184</guid>
		<description>You first need to understand that php isn&#039;t used to layout your sites. Its used to preprocess data such as images, html, css, text, etc. 

To layout your site, you need to learn (x)&#039;html + css, you do not need to use tools such as dreamweaver, all you really need is some text-editor. See also: http://answers.yahoo.com/question/index;_ylt=Ai7sQCv2ekHo4t.nN17tDDDsy6IX;_ylv=3?qid=20080721140047AAZH38t&amp;show=7#profile-info-k4kHfXcmaa

You should always write valid code, to the degree possible. Usuallu a few intended errors doesn&#039;t matter, but you should avoid fetal mistakes such as not including a valid doctype.
You can validate your pages using:
http://validator.w3.org/... - General validator, I.E. (X)&#039;html
http://jigsaw.w3.org/css-validat... - CSS Validator

As for recommended tools the lightweight editors will be to prefer. I simply suggest using notepad++ in bigger projects, and a standard editor like notepad in windows for small projects. Notepad++ has features like syntax highlighting and tapped editing, get it here: http://notepad-plus.sourceforge.net/uk/site.htm

For CSS there would be tools like Topstyle, which might be of some use. But i must admit that i&#039;ve never really used such tools seriously, see: http://www.newsgator.com/individuals/topstyle/default.aspx


The below collection of links may also be of interest.
http://www.brugbart.com/Tutorials/17/ - HTML 4.01 Tutorial
http://www.brugbart.com/Tutorials/18/ - CSS Tutorial
http://www.brugbart.com/Tutorials/21/ - PHP Tutorial

http://www.w3schools.com - Tutorials/References
http://www.w3.org/MarkUp/Guide/ - Dave Raggett&#039;s Introduction to HTML
http://www.w3.org/Style/Examples/011/firstcss/ - Starting with HTML + CSS
http://www.phpfreaks.com/ - PHP Tutorials/Forum Etc


If you already have programming experience, you won&#039;t have a hard time learning php, the principles are the same. Don&#039;t forget about the reference at http://www.php.net/


Making a website look good is not as important as making it usable to your visitors, to many start building a site in flash, only to end up driving away their visitors, and later discover that search engines have a hard time indexing their sites.</description>
		<content:encoded><![CDATA[<p>You first need to understand that php isn&#8217;t used to layout your sites. Its used to preprocess data such as images, html, css, text, etc. </p>
<p>To layout your site, you need to learn (x)&#8217;html + css, you do not need to use tools such as dreamweaver, all you really need is some text-editor. See also: <a href="http://answers.yahoo.com/question/index;_ylt=Ai7sQCv2ekHo4t.nN17tDDDsy6IX;_ylv=3?qid=20080721140047AAZH38t&#038;show=7#profile-info-k4kHfXcmaa" rel="nofollow">http://answers.yahoo.com/question/index;_ylt=Ai7sQCv2ekHo4t.nN17tDDDsy6IX;_ylv=3?qid=20080721140047AAZH38t&#038;show=7#profile-info-k4kHfXcmaa</a></p>
<p>You should always write valid code, to the degree possible. Usuallu a few intended errors doesn&#8217;t matter, but you should avoid fetal mistakes such as not including a valid doctype.<br />
You can validate your pages using:<br />
<a href="http://validator.w3.org/.." rel="nofollow">http://validator.w3.org/..</a>. &#8211; General validator, I.E. (X)&#8217;html<br />
<a href="http://jigsaw.w3.org/css-validat.." rel="nofollow">http://jigsaw.w3.org/css-validat..</a>. &#8211; CSS Validator</p>
<p>As for recommended tools the lightweight editors will be to prefer. I simply suggest using notepad++ in bigger projects, and a standard editor like notepad in windows for small projects. Notepad++ has features like syntax highlighting and tapped editing, get it here: <a href="http://notepad-plus.sourceforge.net/uk/site.htm" rel="nofollow">http://notepad-plus.sourceforge.net/uk/site.htm</a></p>
<p>For CSS there would be tools like Topstyle, which might be of some use. But i must admit that i&#8217;ve never really used such tools seriously, see: <a href="http://www.newsgator.com/individuals/topstyle/default.aspx" rel="nofollow">http://www.newsgator.com/individuals/topstyle/default.aspx</a></p>
<p>The below collection of links may also be of interest.<br />
<a href="http://www.brugbart.com/Tutorials/17/" rel="nofollow">http://www.brugbart.com/Tutorials/17/</a> &#8211; HTML 4.01 Tutorial<br />
<a href="http://www.brugbart.com/Tutorials/18/" rel="nofollow">http://www.brugbart.com/Tutorials/18/</a> &#8211; CSS Tutorial<br />
<a href="http://www.brugbart.com/Tutorials/21/" rel="nofollow">http://www.brugbart.com/Tutorials/21/</a> &#8211; PHP Tutorial</p>
<p><a href="http://www.w3schools.com" rel="nofollow">http://www.w3schools.com</a> &#8211; Tutorials/References<br />
<a href="http://www.w3.org/MarkUp/Guide/" rel="nofollow">http://www.w3.org/MarkUp/Guide/</a> &#8211; Dave Raggett&#8217;s Introduction to HTML<br />
<a href="http://www.w3.org/Style/Examples/011/firstcss/" rel="nofollow">http://www.w3.org/Style/Examples/011/firstcss/</a> &#8211; Starting with HTML + CSS<br />
<a href="http://www.phpfreaks.com/" rel="nofollow">http://www.phpfreaks.com/</a> &#8211; PHP Tutorials/Forum Etc</p>
<p>If you already have programming experience, you won&#8217;t have a hard time learning php, the principles are the same. Don&#8217;t forget about the reference at <a href="http://www.php.net/" rel="nofollow">http://www.php.net/</a></p>
<p>Making a website look good is not as important as making it usable to your visitors, to many start building a site in flash, only to end up driving away their visitors, and later discover that search engines have a hard time indexing their sites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

