<?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>Website Design Blog - Mark Goddard &#187; adobe</title>
	<atom:link href="http://blog.0100.tv/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.0100.tv</link>
	<description>Web Design Sheffield and development blog by Mark Goddard</description>
	<lastBuildDate>Fri, 13 Aug 2010 16:00:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Developing for multiple browsers *sigh*</title>
		<link>http://blog.0100.tv/2009/10/developing-for-multiple-browsers-sigh/</link>
		<comments>http://blog.0100.tv/2009/10/developing-for-multiple-browsers-sigh/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 10:56:26 +0000</pubDate>
		<dc:creator>Mark Goddard</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.0100.tv/?p=501</guid>
		<description><![CDATA[I know it&#8217;s unfortunately the &#8220;taboo&#8221; of modern website design, but many developers don&#8217;t want to simply leave their IE7 visitors and IE6 visitors in the dark. It&#8217;s fine for sites like this one, or for web applications but what about corporation websites? For sites that HAVE to support older/alternative browsers. This came to light [...]]]></description>
			<content:encoded><![CDATA[<p>I know it&#8217;s unfortunately the &#8220;taboo&#8221; of modern website design, but many developers don&#8217;t want to simply leave their IE7 visitors and IE6 visitors in the dark. It&#8217;s fine for sites like this one, or for web applications but what about corporation websites? For sites that HAVE to support older/alternative browsers. This came to light ever more when I recently worked on a website which would mean that customers worth millions could possibly be using IE6. There&#8217;s 50% of employees there too who still run IE7 so not supporting them wasn&#8217;t an option. I needed (and used) a large set of tools to help me accomplish this task, and I&#8217;m going to tell you about them.</p>
<p>Every web developer <strong>should</strong> (<em>and probably does</em>) use these tools on a daily basis. They streamline your development and help speed up little niggles with your site.<span id="more-501"></span></p>
<h3><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a></strong></h3>
<p><img class="alignnone size-full wp-image-506" title="Web Developer Toolbar" src="http://blog.0100.tv/wp-content/uploads/2009/10/fftb1.jpg" alt="fftb" width="510" height="150" /></p>
<p>This handy toolbar includes features such as in browser CSS editing which lets you see CSS changes live, the ability to disable Javascript, Cookies, CSS and Images (for usability testing) and includes many handy features.</p>
<p><a href="http://blog.0100.tv/wp-content/uploads/2009/10/google.jpg"><img class="size-thumbnail wp-image-503 alignright" title="google" src="http://blog.0100.tv/wp-content/uploads/2009/10/google-100x100.jpg" alt="google" width="100" height="100" /></a>Some fancy tricks also include:</p>
<ul>
<li><strong>Element outlining</strong><br />
This allows you to see which &lt;div/input/anything&gt; tags are lining up wrong and combined with the CSS editor proves a powerful tool in element alignment.</li>
<li><strong>Disabling CSS</strong><br />
This allows you to see how your layout holds up with browsers which don&#8217;t support CSS (such as screen readers). If your content is laid out poorly, it. will. be. read. out. loud. poorly.</li>
<li><strong>Browser Resizing</strong><br />
Want to see how your site looks in a 1024&#215;768 browsers? Click the re-size button and the toolbar will set your browser window to any size you specify!</li>
<li><strong>Quick Validation links</strong><br />
Want to know if your XHTML or CSS validates? There&#8217;s quick handy links under the Tools drop-down.</li>
<li><strong>Generated Source vs Source</strong><br />
Is your Javascript messing up your code? Then view the Generated Source to see what it&#8217;s actually doing to your pages.</li>
<li><strong>Quickly Edit HTML &amp; CSS in-line</strong><br />
It&#8217;s a quick and dirty way to see how your new CSS/HTML code works in your site. Simply open the editor and type away to see your page update <strong>live</strong>.</li>
</ul>
<p>There&#8217;s many more options you can play with. All you need is <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox</a> and the <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a>.</p>
<h3><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug</a></h3>
<p><img class="alignnone size-full wp-image-507" title="Firebug" src="http://blog.0100.tv/wp-content/uploads/2009/10/fb.jpg" alt="Firebug" width="510" height="150" /></p>
<p>Firebug is a tool used by almost every web developer in the world. If you&#8217;ve not installed it yet, do it immediately as it will save you many man hours fixing bugs in your websites code. It&#8217;s had over <strong>19 million</strong> downloads and averages <strong>22,000</strong> downloads every day.</p>
<h3><strong><a href="https://addons.mozilla.org/en-US/firefox/addon/271">Colorzilla</a></strong></h3>
<p><strong><img class="alignnone size-full wp-image-509" title="Colorzilla" src="http://blog.0100.tv/wp-content/uploads/2009/10/colorzilla.jpg" alt="colorzilla" width="510" height="150" /><br />
</strong></p>
<p>When I can&#8217;t remember how to <a href="http://www.lts.com/class/hex1.htm" target="_blank">count in hex</a> (which often happens) I use Colorzilla. It makes sure my <span style="color: #009ecc;">#009ecc</span> is not <span style="color: #02a4d3;">#02a4d3</span> and that my <span style="color: #666666;">#666</span> isn&#8217;t <span style="color: #999999;">#999</span>. It&#8217;s best to keep consistency and is what separates a good designer, with a great designer.</p>
<p>There&#8217;s loads more Firefox Add-ons you could also check out:</p>
<ul>
<li><strong>YSlow</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/5369">https://addons.mozilla.org/en-US/firefox/addon/5369</a></li>
<li><strong>Pixel Perfect</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/7943">https://addons.mozilla.org/en-US/firefox/addon/7943</a></li>
<li><strong>Firecookie</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/6683">https://addons.mozilla.org/en-US/firefox/addon/6683</a></li>
<li><strong>PageDiff</strong> <a href="https://addons.mozilla.org/en-US/firefox/addon/4274">https://addons.mozilla.org/en-US/firefox/addon/4274</a></li>
</ul>
<h3><a href="http://0100.ws/69d/" target="_blank"><strong>Internet Explorer Developer Tools</strong></a></h3>
<p><strong><img class="alignnone size-full wp-image-515" title="Internet Explorer Developer Tools" src="http://blog.0100.tv/wp-content/uploads/2009/10/iedt.jpg" alt="Internet Explorer Developer Tools" width="510" height="150" /><br />
</strong></p>
<p>On the Internet Explorer front there&#8217;s not much for the modern Web Developer. However, using the Firefox tools above covers most if not all of your needs, except for IE8, IE7 and IE6 testing. This is what I&#8217;ll go over next.</p>
<p>The best tool is actually one released by Microsoft themselves. The aptly named <a href="http://0100.ws/69d/" target="_blank"><strong>Internet Explorer Developer Toolbar</strong></a> which gives you a few tools to play with which include a CSS and HTML editor, the ability to disable CSS and images, use a colour picker and outline elements. It&#8217;s basically a shorter version of the Firefox web developer toolbar. It also allows you to quickly switch between IE7 and IE8 browser rendering. Simply select which browser mode you need and you can see what your page looks like in IE7.</p>
<p>Now for IE6 (cringe). I know a lot of developer are now dropping support but as previously mentioned sometimes it&#8217;s not an option, and we sometimes need to think about this when developing mass market websites.</p>
<h3><a href="http://www.spoon.net/browsers/" target="_blank"><strong>Spoon.net</strong></a></h3>
<p>It&#8217;s a tool I only recently found and because Microsoft won&#8217;t properly develop something which lets you run IE6 on your machine, Spoon developed a browser plug-in which lets you run ANY browser, well, IN browser. They call it &#8220;App Virtualization&#8221; and I call it magic as it let&#8217;s you run IE6! (<em>note, as of writing I couldn&#8217;t get it to buffer on Windows 7 64-bit but could on Vista (32) and XP (32), let me know, maybe it needs to be XP Virtualized?</em>)</p>
<h3><a href="https://browserlab.adobe.com/" target="_blank">Adobe BrowserLab</a></h3>
<p><a href="http://blog.0100.tv/wp-content/uploads/2009/10/adobe.jpg"><img class="alignnone size-medium wp-image-516" title="adobe" src="http://blog.0100.tv/wp-content/uploads/2009/10/adobe-510x248.jpg" alt="adobe" width="510" height="248" /></a></p>
<p>This amazing tool lets you preview your pages side by side and even overlay pages (known as onion skin). You can also preview your site in many browsers which include Internet Explorer 6/7/8, Safari 3/4 and Firefox 2/3. The only downside is you can&#8217;t preview it as a functional page so can only be used for styling sakes, and it&#8217;s a little slow to run sometimes.</p>
<p><strong>I hope you found these tools useful for your web developing needs and good luck (you&#8217;ll need it if your working with IE6)</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.0100.tv/2009/10/developing-for-multiple-browsers-sigh/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to? Basic website design using Adobe Photoshop</title>
		<link>http://blog.0100.tv/2009/01/how-to-website-design-using-adobe-photoshop/</link>
		<comments>http://blog.0100.tv/2009/01/how-to-website-design-using-adobe-photoshop/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 22:39:55 +0000</pubDate>
		<dc:creator>Mark Goddard</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[beginners]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://blog.0100.tv/?p=147</guid>
		<description><![CDATA[Please note: This tutorial is for beginners. It&#8217;s a short vague guide to push you in the right direction. I believe &#8220;learn by seeing and doing&#8221; is the best approach. Many developers struggle to use the basic tools in Adobe&#8217;s award winning software Photoshop when designing websites. It can help a lot to know some [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-157 alignleft" style="border: 0pt none; margin-right: 5px; margin-left: 5px;" title="Warning" src="http://blog.0100.tv/wp-content/uploads/2009/01/warn.jpg" alt="" width="30" height="30" /><em><strong>Please note: This tutorial is for beginners. It&#8217;s a short vague guide to push you in the right direction. I believe &#8220;learn by seeing and doing&#8221; is the best approach.</strong></em></p>
<p>Many developers struggle to use the basic tools in Adobe&#8217;s award winning software Photoshop when designing websites. It can help a lot to know some simple techniques and tools when building XHTML pages. You don&#8217;t have to use the very awful splicing function at all.</p>
<p>Let&#8217;s start with the idea of building a very simple design using a set colour palette and a set width. After these simple tips I will also supply a number of useful links to visit to help you further.<span id="more-147"></span></p>
<p>Let&#8217;s boot up Photoshop and start with a new blank file. Choose a preset width and height (I&#8217;m using <strong>1024&#215;768</strong>) and let&#8217;s get designing!<a href="http://blog.0100.tv/wp-content/uploads/2009/01/download.jpg"><img class="alignright size-medium wp-image-150" style="margin: 20px;" title="Swatch Download" src="http://blog.0100.tv/wp-content/uploads/2009/01/download-165x150.jpg" alt="" width="165" height="150" /></a></p>
<p>Initially we need a colour palette for inspiration. If you want help see <a href="http://kuler.adobe.com/#themes/search?term=userId%3A202645">Adobe&#8217;s Kuler application</a>. It&#8217;s awesome. Once you have found your colour palette you can then download it (provided your registered and logged in) open it and your colours will jump straight into Photoshop (Window&gt;Swatches)! How cool!</p>
<p>Pick your favourite background colour (I&#8217;m using <strong>#ff8548</strong>) and fill the background. Then create two guide lines 960 pixels apart (or any other distance apart) and place them in the center. (If your not sure how to do this simply download <a href="http://blog.0100.tv/wp-content/uploads/2009/01/960.psd">960 Guides</a>). We now have a <strong>simple</strong> layout. Next we need to setup our header and navigation.</p>
<p>It&#8217;s as easy as writing some text and placing it at the top of the page. Make sure you keep the margins your giving the text around the edges the same. You could do this by making small 10px x 10px boxes and using these as padding. You could also draw more guide lines by dragging them from the rulers around the page. (If you can&#8217;t see them tap <strong>Ctrl+R</strong>) Using rulers and guises to position all your elements on the page is the best way to keep everything aligned and tidy. This is a fundamental in website design.</p>
<p><a href="http://blog.0100.tv/wp-content/uploads/2009/01/dummy.jpg"><img class="size-medium wp-image-155 alignright" style="margin: 20px;" title="Dummy" src="http://blog.0100.tv/wp-content/uploads/2009/01/dummy-200x150.jpg" alt="" width="200" height="150" /></a>You can also use <a href="http://www.lipsum.com/feed/html"><strong>Lorem Ipsum</strong></a> (dummy text) to help see how your layout looks on the page.</p>
<p>Stick to the colours in your colour palette and have a play. I drew up a quick dummy web page with some lorem ipsum, a title and a navigation bar. I also drew in some guides to position my content better and to keep everything tidier. If you would like to <a href="http://blog.0100.tv/wp-content/uploads/2009/01/960simple.psd">download</a> this PSD file <a href="http://blog.0100.tv/wp-content/uploads/2009/01/960simple.psd">be my guest</a>. Pull it apart and see what you like.</p>
<p>This simple design could be a the building blocks of your first website.</p>
<p>Check out the following links to help you further;</p>
<ol>
<li><a href="http://www.lipsum.com/">Lorem Ipsum</a></li>
<li><a href="http://kuler.adobe.com/">Adobe Kuler</a></li>
<li><a href="http://960.gs/">960 Grid System</a></li>
<li><a href="http://www.webdesignerwall.com/">Web Designer Wall</a></li>
<li><a href="http://bestwebgallery.com/">Best Web Gallery</a></li>
<li><a href="http://cssbased.com/">CSS Based</a></li>
<li><a href="http://www.pixel2life.com/">Pixel2Life Tutorials</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.0100.tv/2009/01/how-to-website-design-using-adobe-photoshop/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
