<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GrandmasterB dot com &#187; Web Development</title>
	<atom:link href="http://www.grandmasterb.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grandmasterb.com</link>
	<description>Wandering Thoughts of a Graphical Assassin</description>
	<lastBuildDate>Sat, 30 Jan 2010 17:55:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My Web Development Tools (Part Two)</title>
		<link>http://www.grandmasterb.com/my-web-development-tools-part-two/</link>
		<comments>http://www.grandmasterb.com/my-web-development-tools-part-two/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 02:21:16 +0000</pubDate>
		<dc:creator>GrandmasterB</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSSEdit]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MAMP]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://www.grandmasterb.com/my-web-development-tools-part-two/</guid>
		<description><![CDATA[I&#8217;m back for the conclusion of my post from yesterday (My Web Development Tools). Part two will focus mainly on my browser of choice…FIREFOX! I know that Firefox is probably not new to most of my readers, but I have installed a great set of add-ons that will make any web developers life easier. By [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back for the conclusion of my post from yesterday (<a href="http://www.grandmasterb.com/my-web-development-tools-part-one/">My Web Development Tools</a>). Part two will focus mainly on my browser of choice…<a href="http://www.mozilla.com/en-US/" target="_blank">FIREFOX!</a> I know that Firefox is probably not new to most of my readers, but I have installed a great set of add-ons that will make any web developers life easier. By the way don&#8217;t forget that Firefox Version 3 is now available in Beta4. If you&#8217;d like to check it out it can be found <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">here.</a></p>
<p class="left_image"><img class="alignleft" src="http://www.grandmasterb.com/images/posts/firefox_icon.png" alt="Firefox Icon" /><strong><br />
Tool Number Four: <a href="http://www.mozilla.com/en-US/">Firefox 2</a></strong></p>
<p>I LOVE FIREFOX! There, now that that&#8217;s out of the way I can concentrate on giving you details as to why I use Firefox to develop sites. I use Firefox for two main reasons. I code every site and test as I go with Firefox. The main reason is that the fine folks at Microsoft have discontinued Internet Explorer for Mac; which quite honestly is fine with me. I do have a standby Windows machine dedicated to testing once I am sure everything looks fine in Firefox. The other reason I prefer to do all of my work with Firefox is the great add-ons that you can download from the mozilla site. That&#8217;s the beauty of using an open source browser; the community of developers come up with some of the coolest add-ons to make your internet experience more enjoyable.My favorite add-on for Firefox is the <a href="http://www.mozilla.com/en-US/">Web Developer Toolbar</a> by Chris Pederick.<br />
<span id="more-11"></span>This toolbar is un-freakin-believable! I found the toolbar perfect for creating my WordPress theme…or modifying the theme. <img src='http://www.grandmasterb.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I started using the Web Developer Toolbar when I designed my first Joomla! template. The &#8216;information&#8217; menu allows you to display class and id details for an entire page. An invaluable tool for locating the classes that control the layout and look of the template. Another cool feature allows you to display the CSS used on the site…even if it&#8217;s a linked stylesheet.The other tools that I use are fairly straightforward and are installed more for convenience than &#8216;need&#8217;. <a href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla</a> is a great add-on that gives you a color picker when activated to get the RGB or HEX value of a color within the browser window. <a href="https://addons.mozilla.org/en-US/firefox/addon/684">FireFTP</a> is an add-on FTP client to upload and download files on your web server. I don&#8217;t use FireFTP as much as I used to, now that I use <a href="http://www.panic.com/coda/">CODA</a>. If you&#8217;re looking for a good FTP client, and don&#8217;t want to fork over money for it…FireFTP is a good option.</p>
<p> </p>
<p><strong><img class="alignleft" src="http://www.grandmasterb.com/images/posts/mamp_icon.png" alt="MAMP Icon" />Tool Number Five: <a href="http://www.mamp.info/en/index.php">MAMP</a></strong></p>
<p>MAMP (Macintosh, Apache, MySQL, PHP) is a program that creates a local server environment on your Mac. There is a windows equivelant called <a href="http://www.apachefriends.org/en/xampp.html">WAMP</a>; which does basically the same thing as MAMP, but in a Windows environment. The reason I use MAMP is it allows me to setup a local version of a site (ie. my WordPress Theme) and do all of the testing locally. This saves a great deal of time, because I don&#8217;t have to make a change, upload the file, refresh the browser…and repeat if necessary. Since it installs PHP and MySQL within the application directory it&#8217;s a perfect fit for developers that desing Joomla! templates, WordPress themes and other CMS customization. Both MAMP and WAMP are free to download and we all know that free = good!</p>
<p>Well, there you have it. That&#8217;s my list of web development tools that I use and recommend to anyone that is either starting out in web design or is an established designer. If you have any comments or questions involving this list or anything else related to web design; please let me know. Also, if you have software that you would recommend please add a comment and let me know about it.</p>
<p>~ GrandmasterB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grandmasterb.com/my-web-development-tools-part-two/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>My Web Development Tools (Part One)</title>
		<link>http://www.grandmasterb.com/my-web-development-tools-part-one/</link>
		<comments>http://www.grandmasterb.com/my-web-development-tools-part-one/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 22:23:46 +0000</pubDate>
		<dc:creator>GrandmasterB</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[coda]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSSEdit]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://www.grandmasterb.com/my-web-development-tools-part-one/</guid>
		<description><![CDATA[I have been asked many times what are the best tools (programs) to use when designing and developing websites, or what do you use when you develop a site. For me it all starts with the most simplest of tools…pencil and paper. What you say? This clown uses a pencil and paper to design websites? [...]]]></description>
			<content:encoded><![CDATA[<p>I have been asked many times what are the best tools (programs) to use when designing and developing websites, or what do you use when you develop a site. For me it all starts with the most simplest of tools…pencil and paper. What you say? This clown uses a pencil and paper to design websites? I find that by drawing out ideas first helps me to find a direction for the design. This approach really isn&#8217;t any different than how an author approaches writing a novel or a sculptor creates a masterpiece out of bronze or marble. Only after I have a good idea of where I want to go with the design do I sit down in front of my computer (Mac of course!) and get busy with Photoshop.<br />
<span id="more-10"></span></p>
<p class="left_image"><img class="alignleft" src="http://www.grandmasterb.com/images/posts/photo_icon.png" alt="Photoshop Icon" /><strong><br />
Tool Number One: <a href="http://www.adobe.com/products/photoshop/family/?promoid=BPDEK">Photoshop CS3</a></strong></p>
<p>Photoshop is my favorite tool for getting my design from paper to pixel. It is by far the best imaging/paint software around. Yes, I know about Fireworks and PaintShopPro. Quite frankly, I&#8217;m more comfortable 		with Photoshop, and it&#8217;s set of amazing tools. There are many resources available for people that are new to using Photoshop. I understand that it can be intimidating at first, but if you start small you can hone your skills and become a Photoshop master (eventually). Check out <a href="http://www.pixel2life.com">Pixel2Life</a> for great Photoshop tutorials that range from begginer to expert levels of difficulty.</p>
<p><img class="alignleft" src="http://www.grandmasterb.com/images/posts/coda_icon.png" alt="Coda Icon" /><strong><br />
Tool Number Two: <a href="http://www.panic.com/coda/">Coda (Mac)</a></strong></p>
<p>I just recently discovered <a href="http://www.panic.com/coda/">CODA</a> and all it can do. For the longest time I used Dreamweaver to do all of my coding work, but after finding CODA I dropped Dreamweaver like 		a bad habit. CODA is a Mac web development tool that has everything you could need for managing one site or multiple sites.CODA is divided into six sections: Sites, Editor, Preview, CSS, Terminal and Books.The &#8220;Sites&#8221; section allows you to setup the directory of your website files and establish connections to the server where they are hosted. The cool thing about &#8220;Sites&#8221; is that you have a cool graphic showing you what your index page looks like. All you do is double click the page and it connects to your server. Edit or Create your pages and click publish and your new content is updated locally and remotely.The &#8220;Editor&#8221; is very similar to most web development text editors that color the tags according to what type of element they are. The &#8220;Preview&#8221; tab is just that a preview of what your site will look like (in Safari). CODA does allow you to open a second area below the coding window to preview your changes on the fly. The &#8220;CSS&#8221; tab gives you more of a WYSIWYG approach to style sheets. Personally, I haven&#8217;t found much use for it yet, as Tool Number Two is my choice for editing CSS. The &#8220;Terminal&#8221; is a great addition to CODA. It gives you the ability to open terminal services (ie. Telnet, SSH) into your server to perform tasks such as building a MySQL database and queries. I didn&#8217;t think that I would use it as much as I have, because the Mac OS already has a terminal program. This one is a click away and easy to get to, and I can store my connection information right inside the site configuration. The &#8220;Books&#8221; tab section has e-book versions of the Web Programmer&#8217;s Desk Reference to HTML, CSS, Javascript and PHP. All of these great tools in one program and at a reasonable price (just $79 USD). That&#8217;s a lot of BANG for your buck!</p>
<p> </p>
<p><img class="alignleft" src="http://www.grandmasterb.com/images/posts/cssedit_icon.png" alt="CSSEdit Icon" /><strong>Tool Number Three: <a href="http://www.macrabbit.com/cssedit">CSSEdit (Mac)</a></strong></p>
<p>CSSEdit from <a href="http://www.macrabbit.com/cssedit">macrabbit.com</a> is by far my most favorite tool for developing sites. The editor allows you to take the hand-coding approach or you can use the WYSIWYG approach to styling your site. The program window has three sections to make styling your site easier.The &#8220;styles&#8221; section shows all of the selectors within the css file and shows a preview of what they look like. The mid-section is where the beautiful CSS code lives. The right side of the window has the WYSIWYG portion of the program. CSSEdit also has a cool feature that allows you to save milestones in case something breaks; you can revert back to a milestone when the style sheet was working properly. There is also a full preview window that you can open an HTML file to see the styles in action. The preview window also has a feature dubbed &#8220;x-ray&#8221; that allows you to click on a section of the HTML page and see what styles are applied to that piece of code. Last but not least is a full fledged CSS Validator to ensure that your code is valid and doesn&#8217;t include any coding errors. CSSEdit is available for purchase online for $29.95 and in my opinion is a steal!These are the three major tools I use when developing websites. The other tool that I use is extremely important with all of it&#8217;s uber-cool addons. I will talk more about that in part two of &#8220;My Web Development Tools&#8221;.</p>
<p>~ GrandmasterB</p>
]]></content:encoded>
			<wfw:commentRss>http://www.grandmasterb.com/my-web-development-tools-part-one/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
