<?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>360innovate Blog &#187; Tutorials</title>
	<atom:link href="http://www.360innovate.co.uk/blog/category/tips-advice/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.360innovate.co.uk/blog</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 15:21:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CMS Basics &#8211; Working with WYSIWYG</title>
		<link>http://www.360innovate.co.uk/blog/2011/06/cms-basics-working-with-wysiwyg/</link>
		<comments>http://www.360innovate.co.uk/blog/2011/06/cms-basics-working-with-wysiwyg/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 08:19:33 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[General Chat]]></category>
		<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=2348</guid>
		<description><![CDATA[A basic guide to using WYSIWYG for content managed systems. Definition WYSIWYG: What You See Is What You Get The purpose of a WYSIWYG editor is to let a content editor update web content without having to know complex code. Sounds pretty straight forward, right? &#8211; Well it is&#8230; and its isn&#8217;t. At 360innovate we [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.360innovate.co.uk%2Fblog%2F2011%2F06%2Fcms-basics-working-with-wysiwyg%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.360innovate.co.uk%2Fblog%2F2011%2F06%2Fcms-basics-working-with-wysiwyg%2F&amp;source=360innovate&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<h3>A basic guide to using WYSIWYG for content managed systems.</h3>
<p><img class="alignnone size-full wp-image-2435" title="Picture 10" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2011/02/Picture-101-e1297348752148.png" alt="" width="570" height="194" /></p>
<h3>Definition</h3>
<p><a href="http://en.wikipedia.org/wiki/WYSIWYG" target="_blank">WYSIWYG</a>: What You See Is What You Get</p>
<p>The purpose of a WYSIWYG editor is to let a content editor update web content without having to know complex code. Sounds pretty straight forward, right? &#8211; Well it is&#8230; and its isn&#8217;t.</p>
<p>At 360innovate we create <a href="http://www.360innovate.co.uk/service/content-management-systems/">content managed websites</a> for many of our clients. Often incorporating the use of WYSIWYG Text editors that allow non-skilled users to edit and update website content.</p>
<p>It is very easy to get stuck into using a WYSIWYG editor and create content right away, however it is also easy to create bad content which may be detrimental to the users of your site.</p>
<p>A little bit of understanding of what is happening behind the scenes of a WYSIWYG editor can help to produce results that are easier to achieve and better for website users, search engines and you.</p>
<p>The intention of this post is to enhance a first time user&#8217;s understanding and to give a bit of best practice advice along the way.</p>
<h2>Why is it important to know these things?</h2>
<p>A basic understanding of the different user types that may visit and interact with your website can be helpful in creating content that will add value to your site. If your content is easy to read and engaging it can pay real dividends with you users response.</p>
<p>In addition if you structure your content in a meaningful and semantic manner it can help to improve your search engine rankings.</p>
<h3>Hidden Code!</h3>
<p>When using a WYSIWYG to create content, the WYSIWYG editor is working hard in the background to translate your intentions into HTML code which will eventually be added to your web page.</p>
<p>HTML uses a tag based system to give plain text meaning. When you write a few lines of text  in a WYSIWYG and hit return the editor will be creating the HTML code(markup) in the background to make your text appear as a paragraph. When you select a word within your paragraph and make it bold, the editor wraps this word with more markup to tell the word how to behave.</p>
<p>A paragraph will look this this in raw format:<br />
<code>&lt;p&gt;This a paragraph with tags at the beginning and the end which indicate opening and closing of the code.&lt;/p&gt;</code></p>
<h4>A list of other common tags:</h4>
<h4>Links</h4>
<p><code>&lt;a href="http:www.google.com"&gt;This is a link to google&lt;/a&gt;</code></p>
<h4>Bold Emphasis<br />
<span style="font-weight: normal;"><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2011/02/Picture-13.png"><img class="alignnone size-full wp-image-2482" title="Bold" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2011/02/Picture-13.png" alt="Bold Button" width="25" height="25" /></a></span></h4>
<p><code>&lt;strong&gt;Bold Words&lt;/strong&gt;</code></p>
<h4>Lists (unordered)<br />
<a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2011/02/Picture-12.png"><img class="alignnone size-full wp-image-2481" title="Unordered List Button" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2011/02/Picture-12.png" alt="" width="26" height="26" /></a></h4>
<p><code>&lt;ul&gt;<br />
&lt;li&gt;List item &lt;/li&gt;<br />
&lt;li&gt;List item &lt;/li&gt;<br />
&lt;li&gt;List item &lt;/li&gt;<br />
&lt;/ul&gt;</code></p>
<p>Which will look like this:</p>
<hr />
<ul>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ul>
<hr />
<h4>Lists (ordered)</h4>
<p><code>&lt;ol&gt;<br />
&lt;li&gt;List item &lt;/li&gt;<br />
&lt;li&gt;List item &lt;/li&gt;<br />
&lt;li&gt;List item &lt;/li&gt;<br />
&lt;/ol&gt;</code></p>
<p>Which will look like this:</p>
<hr />
<ol>
<li>List item</li>
<li>List item</li>
<li>List item</li>
</ol>
<hr />
<p><strong> </strong></p>
<h4>Headers</h4>
<p><code>&lt;h1&gt;Important Header&lt;/h1&gt;<br />
&lt;h2&gt;Quite Important Sub-heading&lt;/h2&gt;<br />
&lt;h3&gt;Slightly Less Important heading&lt;/h3&gt;</code></p>
<h3>Example of these tags in use:</h3>
<p><code>&lt;h2&gt;Welcome to my test page&lt;/h2&gt;<br />
&lt;p&gt;This the first paragraph in my test page. I will use the content of this paragraph to explain a little bit about HTML tags&lt;/p&gt;<br />
&lt;h3&gt;Sub-headings help to break up blocks of text&lt;/h3&gt;<br />
&lt;p&gt;This second paragraph contains &lt;strong&gt;bold text&lt;/strong&gt; and a &lt;a href="http://www.google.com"&gt;link to google&lt;/a&gt; &lt; /p&gt;<br />
&lt;h4&gt;A list of things:&lt;/h4&gt;<br />
&lt;ul&gt;<br />
&lt;li&gt;This is a list item &lt;/li&gt;<br />
&lt;li&gt;This is also a list item plus a link to &lt;a href="http://www.google.com"&gt;google&lt;/a&gt;&lt;/li&gt;</code><code><br />
&lt;li&gt;This is just a regular List item&lt;/li&gt;<br />
&lt;/ul&gt;</code></p>
<h3>Below is how that code looks to the user.</h3>
<hr />
<h2>Welcome to my test page</h2>
<p>This the first paragraph in my test page. I will use the content of this paragraph to explain a little bit about HTML tags</p>
<h3>Sub-headings help to break up blocks of text</h3>
<p>This second paragraph contains <strong>bold text</strong> and a <a href="http://www.google.com">link to google</a></p>
<h4>A list of things:</h4>
<ul>
<li> This is a list item</li>
<li>This is also a list item plus a link to <a href="http://www.google.com">google</a></li>
<li>This is just a regular List item</li>
</ul>
<hr />
<h3>Creating Good content</h3>
<p>There are a number of different WYSIWYG Editors that are used widely for content management systems and other application on the internet. Functionality can vary from editor to editor, some have a huge array of options for creating content, others have a stripped down set of tools. Here at 360 we certainly favour keeping things simple when it come to updating content for a content managed website.</p>
<p>We often use a WYSIWIG called Tiny MCE, this is a widely used tool and is highly configurable. For most applications we tend to strip away some of the more complicated functionality and strip it down to the bear essentials. The reason we reduce the capability of the editor is to make it easier for the user and also to reduce the any possibility of creating &#8220;Bad Code&#8221; &#8211; more on bad code later.</p>
<h3>What is good content?</h3>
<p>Good content should be meaningful and easy to to read (This post is the only exception to the rule!).</p>
<p>Meaningful content can be considered primarily as being contextually relevant and readable for the end user. It can also concern how you set up your content so that it can be understood by search engines.</p>
<p>There are techniques and best practices that can be used that will ensure your content can be digested easily by your users and also help to search engines index your page so that it can be found by people searching for your topics.</p>
<p><strong>Headings </strong>should be descriptive but concise &#8211; summing up the content to follow.</p>
<p><strong>Paragraphs</strong> should be created in bite sizes chunks, that users can choose to dip in and out of.</p>
<p><strong>Meaningful</strong> sub-headings throughout content will allow for easy scanning of pages.</p>
<p>For lists of items where the order is unimportant use the Unordered list (bulleted) button.</p>
<p>Unordered List Example &#8211; Things on my desk:</p>
<ul>
<li>Phone</li>
<li>Newspaper</li>
<li>Laptop</li>
<li>Screwdriver (no sure why!)</li>
</ul>
<p>For lists where the order is important you should use the Ordered list (numbered) button</p>
<p>Ordered List Example &#8211; Make tea:</p>
<ol>
<li>Fill kettle with water</li>
<li>Set to boil</li>
<li>Fetch mug</li>
<li>Place teabag in mug</li>
<li>Pour boiled water into mug</li>
<li>Stir teabag then remove</li>
<li>Add milk and sugar (optional)</li>
</ol>
<p>If a section of content is overworked with a WYSIWYG editor  the results can be</p>
<h2>Bad Content &#8211; What <span style="text-decoration: underline;">not</span> to do:</h2>
<p>Many WYSIWYG systems allow for the addition of extra added features for decorating text. The ability to chage fonts and add different colours to text is common. It may be tempting to try and spruce up your content by playing the various effects available through the WYSIWYG.</p>
<p>DONT DO IT!!!!</p>
<p>IT WILL LOOK TERRIBLE!!!!</p>
<p>Why the dramatic statements?  Well thats years of eperience talking &#8211; I have seen the same mistakes repeated on many occasions by many different people. So what are these mistake and how can you avoid them?</p>
<h3>&#8220;Jazzing&#8221; content up with different fonts.</h3>
<p>Changing the font to <span style="font-family: Comic Sans MS; color: white; font-size: 16px;">make a bit of text stand out from the rest</span> may seen like a decent idea but if your website has been built well it should already have a least a little bit if typographic styling which should more than suffice for 99.9% of the time.</p>
<p>Having more than one font for the body text of you web page will result in a mish-mash of styles that will rarely make the text any more readable or look any better. In addition the code generated by the WYSIWYG is likeley to mean nothing from a <a href="http://en.wikipedia.org/wiki/Semantic_Web">semantic</a> point of view so any emphasis will be missed by search engines and people using screen readers.</p>
<h3>Change the font size</h3>
<p>This one catches a lot of people out &#8211; they start to play with font resizing options and before they know it a whle page of content is set to several different sizes and it is sometimes hard to tell whether a block of text has been resized or not. The truth is that a well designed website should make enough provision for the styling of text without the need for resizing. <span style="font-size: 20px;">No content editor should have to use font resizing to format their site content</span> &#8211; the default typography styles should suffice for all your content.</p>
<p>This is important to remember because changing the font size will create inconsistencies in how you are presenting your content to the end user, an unprofessional look and feel can affect a user&#8217;s perception of your business or organisationas a whole.</p>
<h3>Adding a <span style="color: #00ffff;">splash</span> of <span style="color: #ff6600;">colour</span>.</h3>
<p>Again it may be easy and tempting brighten up your page with a splash of colour. In reality you should not have to bother  &#8211; a good <a title="Web Design Glasgow" href="http://www.360innovate.co.uk/service/web-design/">website design</a> with pre-planned and well though out typography should provide all the typographic tools to deliver your content without the need for &#8216;crazy&#8217; and &#8216;fun&#8217; additional colours.</p>
<p>Adding colour to convey meaning is also bad practice as no semantic meaning is implied when you re-colour a font.</p>
<p>If you want your content to mean something to all users and search engines place your &#8220;Summer Sale Now On!&#8221; text in a heading and follow it with some descriptive content.</p>
<h3>Why have all these tools and not put them to use?</h3>
<p>WYSIWYG text editors are designed to plugged in or bolted on to other applications &#8211; they are designed to cater for a broad spectrum of users and often this means non-technical users can end up working with systems that are unnecessarily complicated. Often additional features are available that users will never need for their day-to-day content management purposes.</p>
<h2>Conclusions</h2>
<p>Make your content easy to read. Keep it simple. Dont go crazy with the typography options on the content editor. Maintain consistency across your content.</p>
<p>Googles webmaster  guidelines:</p>
<blockquote><p>&#8220;Create a useful, information-rich site, and write pages that clearly and accurately describe your content.&#8221;</p></blockquote>
<p>Provided you have a <a title="Web Design Glasgow" href="http://www.360innovate.co.uk/service/web-design/">web design</a> you are happy with you should not have to get involved in the visual appearance of your website &#8211; it should look after it&#8217;s self &#8211; leaving you to look after the cration of valuable and meaningful content.</p>
<h2>Further reading</h2>
<p>As mentioned at the top this post this article is intended as a very basic guide to getting started with WYSIWYG. If you are a content editor who should or would like to find out a bit more about the stuff I have talked about here  please click on some te links below.</p>
<p><a href="http://websearch.about.com/od/keywordsandphrases/a/goodcontent.htm" target="_blank">Tips for good web content</a></p>
<p>Jacob Nielsen article <a href="http://www.useit.com/papers/webwriting/" target="_blank">Write for the web</a></p>
<p>More on <a href="http://en.wikipedia.org/wiki/Jakob_Nielsen_(usability_consultant)">Jacob Nielsen</a></p>
<p><a href="http://en.wikipedia.org/wiki/List_of_HTML_editors#WYSIWYG_editors" target="_blank">List of WYSIWYG editors</a></p>
<p><a href="http://www.w3avenue.com/2010/01/04/list-of-free-web-based-html-editors-for-your-cms-project/" target="_blank">Another list of WYSIWYG editors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.360innovate.co.uk/blog/2011/06/cms-basics-working-with-wysiwyg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Serving html5 videos with Apache</title>
		<link>http://www.360innovate.co.uk/blog/2010/02/serving-html5-videos-with-apache/</link>
		<comments>http://www.360innovate.co.uk/blog/2010/02/serving-html5-videos-with-apache/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 15:25:03 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Tips & Tutorials]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development Articles]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=1725</guid>
		<description><![CDATA[Just a quick tip today &#8211; the solution to a bit of a &#8216;gotcha&#8217;! While writing the jCaps plugin, we came up against an issue where .ogv videos were refusing to load, but bizarrely, only in Firefox. In its place was a grey box where the video should be, with a question mark in the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.360innovate.co.uk%2Fblog%2F2010%2F02%2Fserving-html5-videos-with-apache%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.360innovate.co.uk%2Fblog%2F2010%2F02%2Fserving-html5-videos-with-apache%2F&amp;source=360innovate&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Just a quick tip today &#8211; the solution to a bit of a &#8216;gotcha&#8217;!</p>
<p>While writing the <a href="http://www.360innovate.co.uk/blog/2010/02/jcaps-making-html5-video-captions-easier-with-jquery-plugin/">jCaps</a> plugin, we came up against an issue where  .ogv videos were refusing to load, but bizarrely, only in Firefox. In its place was a grey box where the video should be, with a question mark in the middle.</p>
<p>After a little bit of head-scratching, we found the solution &#8211; Apache wasn&#8217;t sending the right MIME type with the video, resulting in a Firefox fail. The solution is to put the following <a href="http://httpd.apache.org/docs/1.3/mod/mod_mime.html#addtype">AddType</a> directive in your .htaccess or httpd.conf file (mod_mime is required):</p>
<p><code>AddType video/ogg .ogv</code></p>
<p>Make sure that you restart Apache if you put it in httpd.conf.</p>
<p>On another note, jCaps is nearing another release &#8211; hopefully this week. It will take into account some of <a href="http://www.brucelawson.co.uk/2010/jquery-accessible-html5-video-captioning-plugin/">Bruce Lawson&#8217;s wishlist</a>, and includes a big refactoring of many elements of the plugin, including the API. It should be leaner, meaner, and easier to use! In the meantime, you can <a href="http://github.com/johnmcc/jCaps">fork or download the project at Github.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.360innovate.co.uk/blog/2010/02/serving-html5-videos-with-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using free online image editors to control the imagery on your Blog or Content Managed Website (Beginners guide).</title>
		<link>http://www.360innovate.co.uk/blog/2009/08/using-free-online-image-editors-to-control-the-imagery-on-your-blog-or-content-managed-website-beginners-guide/</link>
		<comments>http://www.360innovate.co.uk/blog/2009/08/using-free-online-image-editors-to-control-the-imagery-on-your-blog-or-content-managed-website-beginners-guide/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 12:34:47 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[Design and Usability]]></category>
		<category><![CDATA[General Chat]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development Articles]]></category>
		<category><![CDATA[Free Online Image Editors]]></category>
		<category><![CDATA[Image Editing]]></category>
		<category><![CDATA[Image Editing Tutorial]]></category>
		<category><![CDATA[Web Design Tips]]></category>

		<guid isPermaLink="false">http://www.360innovate.co.uk/blog/?p=1025</guid>
		<description><![CDATA[So you have just taken ownership of your spankingly new online presence – be it a blog or a content managed website you’ve had developed. You’ve read the manual, had the training and put on your best typing hat (ok, so that’s just me then! ) and you are ready to show the world your [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.360innovate.co.uk%2Fblog%2F2009%2F08%2Fusing-free-online-image-editors-to-control-the-imagery-on-your-blog-or-content-managed-website-beginners-guide%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.360innovate.co.uk%2Fblog%2F2009%2F08%2Fusing-free-online-image-editors-to-control-the-imagery-on-your-blog-or-content-managed-website-beginners-guide%2F&amp;source=360innovate&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So you have just taken ownership of your spankingly new online presence – be it a blog or a content managed website you’ve had developed.</p>
<p>You’ve read the manual, had the training and put on your best typing hat (ok, so that’s just me then! ) and you are ready to show the world your dazzling linguistic ability.</p>
<p>That’s all very good but its often all too easy to undo all of this good work with poor use of supporting imagery and bad formatting,  making your posts or pages difficult to read, and ultimately affecting your user’s experience and perception of your online presence.</p>
<p>By taking a few simple steps to ensure the visual side your posts are properly cared for you can really help to improve the overall user experience.</p>
<p><span id="more-1025"></span></p>
<h2>Content Managment Systems</h2>
<p>Here at 360innovate we offer content managed websites. These allow our customers to take full control of their websites allowing them add, edit and delete pages and giving the administrators full control of the website content.</p>
<p>This has huge benefits for the customer as they are able to quickly and easily update content without having to contact their web developer.</p>
<h2>The responsibility of power</h2>
<p><em>“With great power comes great responsibility.”</em> –<strong>Peter Parker in Spider-man</strong> (2002).</p>
<p>When taking control of your web content it is down to you to make sure that the content reaches your user in a readable and well presented format. Well thought out web content combines of a number of factors including:</p>
<ul>
<li>Typography</li>
<li>Layout</li>
<li> Imagery</li>
</ul>
<p>If you have had a website developed on you behalf or are using a blog template you might not have direct control over certain features, but you can still make an impact with carefully managed content.<br />
Below I hope to outline a few hints and tips on how to edit and organize images.</p>
<h2>Enough waffle!&#8230;&#8230;How do I go about editing my images?</h2>
<p>Photoshop of course! …. You don’t have Photoshop? Just us designer types, huh? So we need to find something that will do just as good a job but for free.<br />
Luckily for anyone with a half decent broadband connection, help is at hand. There are several free to use image editing applications that are extremely robust and will handle many of the basic tasks required to get your images online.</p>
<p>Below is a list of the online editors I’ve had a chance check out though there are many others available.</p>
<p><a title="Pixlr" href="http://www.pixlr.com" target="_blank">Pixlr</a><br />
<a href="http://www.sumopaint.com/web/" target="_blank">Sumo Paint</a><br />
<a href="http://aviary.com/tools/phoenix#" target="_blank">Aviary Pheonix</a><br />
<a href="http://splashup.com/" target="_blank">Splashup</a><br />
<a href="https://www.photoshop.com/" target="_blank">Adobe Photoshop</a> – (requires sign up to Adobe.com &#8211; this is free, but takes about 5 mins)</p>
<p>For the purposes of this article I will be using <strong>Pixlr</strong> though any of the applications above will be able to handle the tasks in the tutorial, although maybe not in exactly the same way.<br />
I have also set up a dummy WordPress blog to go along with this tutorial and while I’m aware that WordPress is a fantastic tool with some great easy to use image control options I’d like to maintain focus on our image editors, so the blog just shows our images edited down and placed in context.<br />
My dummy blog can be found at <a title="Blog" href="http://sufferingsuccatash.wordpress.com" target="_blank">http://sufferingsuccatash.wordpress.com</a></p>
<p>You can click most the screenshots below to view an enlarged version.</p>
<h2>First up &#8211; Image Resizing/Cropping</h2>
<p>Taking beautiful digital photography to go along with your article content is becoming a lot easier these days, due to the proliferation of high quality digital cameras. When it comes to the web though all of your extra megapixels suddenly become a bit redundant as you will usually end up needing to resize your photograph to fit within the bounds of your website or blog.<br />
Even if you have some sort of popup image gallery that requires a larger popup image you will still probably need to resize this as well.<br />
There are benefits to resizing your images.</p>
<ul>
<li> Smaller images load a lot quicker than larger images.</li>
<li> You can precisely control the layout of your web content.</li>
<li> Careful cropping and position can have stunning results.</li>
</ul>
<h2>So lets get started (finally!)</h2>
<p>The first step I would recommend would be a little preparation with a pen at the ready to note down the width in pixels of your intended content area. This is where using <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox</a> as your web browser comes in very handy  &#8211; there are a number of <a href="https://addons.mozilla.org/en-US/firefox/" target="_blank">Firefox add-ons</a> that will let you measure elements on the web page precisely. I’ll be using the ruler from <a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">web developer’s toolbar</a>, though <a href="https://addons.mozilla.org/en-US/firefox/addon/539" target="_blank">measurelt</a> will do just as good a job.</p>
<p>Measure your content area width by activating your ruler of choice and dragging from the top left of your content area to somewhere on the right that looks about right – a few pixels either way should not make too much of a difference and round numbers are easier to work with (always round down rather up &#8211; images that are too wide may inadvertently ruin the layout of your site).</p>
<p><img class="alignnone size-full wp-image-1047" title="measure" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/measure.jpg" alt="" width="500" height="346" /><br />
My blog has a content width of 455px. So from here we can work out precisely the sizing we need to create a number different layout styles for your images and content.</p>
<p>Go to <a href="http://www.pixlr.com/editor/">http://www.pixlr.com/editor/</a> and launch the application.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/screenshots1.jpg"><img class="alignnone size-full wp-image-1060" title="Pixlr Welcome Screen" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/screenshots1.jpg" alt="" width="500" height="320" /></a></p>
<p>The Pixlr interface is very similar to Photoshop in look and feel and features a menu bar along the top, a tool bar on the left as well as a Navigation and Layers palette on the right. Pixlr also features a really handy history tool usually located the bottom right. This allows you to cycle through every change you made to the document – just like Photoshop – to undo any errors. First up we want to open our image. Pixlr has a launch menu that allows you locate the image you need to edit. Alternatively you can click file and open to find your image.<br />
I have chosen a fairly large stock photograph of some mountains.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/screenshots-mountain.jpg"><img class="alignnone size-full wp-image-1064" title="screenshots-mountain" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/screenshots-mountain.jpg" alt="" width="500" height="320" /></a></p>
<h2>Creating a wide banner image</h2>
<p>I am going to resize our image to the full width of the content area. From the top menu bar in <strong>pixlr</strong> click <strong>image</strong> and from the dropdown choose <strong>image size&#8230;</strong> a popup should appear &#8211; type in 500 in the width box ensuring the “constrain proportions box is ticked”. This will stop the picture getting squashed or distorted when we resize.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/image-size.jpg"><img class="alignnone size-full wp-image-1066" title="image-size" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/image-size.jpg" alt="" width="500" height="320" /></a></p>
<p>The height box should automatically adjust to right proportions. Hit “ok” to commit the changes.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/image-re-sized.jpg"><img class="alignnone size-full wp-image-1068" title="image-re-sized" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/image-re-sized.jpg" alt="" width="500" height="320" /></a></p>
<p>Now we have an image that is set to the correct width, we will need to use the crop tool select a narrow area.<br />
From the left hand tool palette select the crop tool (three options down from the left).</p>
<p>Click and drag across the image then release the mouse button and you should see a crop selection box appear.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/crop-image.jpg"><img class="alignnone size-full wp-image-1072" title="crop-image" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/crop-image.jpg" alt="" width="500" height="320" /></a><br />
At the corners of this box there are handles that allow you to alter the selection into a position you are happy with. I have made sure that my selection is the full width of the image and that it is sitting over portion of the image that I want to work with. Once you are happy with your selection press return to commit the changes and your cropped image should appear.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/cropped-image1.jpg"><img class="alignnone size-full wp-image-1074" title="cropped-image1" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/cropped-image1.jpg" alt="" width="500" height="320" /></a><br />
If you are not happy with your selection you can use the history palette (on the right hand side) to go a step back and try again.</p>
<p>In this case I am reasonably happy with the selection but I think it is has just a little bit too much height so I will use another technique to crop some more height off the image.<br />
The information in the navigator palette on the right hand side will give details your crop box height and width while you are using it, which allows you to be pretty accurate with your cropping. However I have a specific height in mind and I can specify this using the <strong>image</strong> menu and selecting <strong>canvas size&#8230;</strong></p>
<p>A dialogue box appears which allows you specify the height and width of the canvas (the working area of the document). At the moment the height is 108px and id like to crop this down to 100px. So we type 100 in the height box and leave the width at 500px.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/canvas-size.jpg"><img class="alignnone size-full wp-image-1076" title="canvas-size" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/canvas-size.jpg" alt="" width="500" height="320" /></a></p>
<p>Simple right? But wait, there’s more….<br />
Below the height and width boxes there is a section labelled anchor. This tool uses 9 boxes, arranged in a 3&#215;3 grid, to specify where in the document any cropping will occur. For instance click on the top left box and cropping will occur at the bottom and right hand side of you document.</p>
<p>I’m going to select the bottom center box, which will crop from the top and (had I specified a width other than 500px) from both the left and right hand sides – preserving the bottom portion of the image. Click ok on the dialogue box to commit the changes.</p>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/canvas-size31.jpg"><img class="alignnone size-full wp-image-1078" title="canvas-size31" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/canvas-size31.jpg" alt="" width="500" height="320" /></a><br />
So there we have some very basic cropping techniques. With these image editors it will often be the case that there is more than one way to achieve a particular outcome and it comes down to practise and personal preference as to which will work best for any individual.</p>
<h2>Saving a document</h2>
<p>We now need to save our document and make it ready for the web.<br />
Click <strong>File</strong> then <strong>Save…</strong> to bring up the save dialogue box. You will be asked to choose a file format either .jpg   .png   .bmp  or .pxd. Below is a very brief explanation of the formats available. Click the links to find out more.</p>
<ul>
<li><strong>JPG</strong> – the commonest format for web based imagery and the one we will be using. Uses a lossy (some of the original image information is lost) compression format to reduce the size of images. <a href="http://en.wikipedia.org/wiki/JPEG" target="_blank">More information about jpg here.</a></li>
<li><strong>PNG</strong> – Best image quality and ability to use transparency make this format versatile allowing very creative results to be produced. Not so good for general photography as file sizes tend to be larger. <a href="http://en.wikipedia.org/wiki/Portable_Network_Graphics" target="_blank">More information about png here.</a></li>
<li><strong>BMP</strong> -Lossless images and some transparency support – however, file sizes tend to be way too large for web applications and I would advise against using them. <a href="http://en.wikipedia.org/wiki/BMP_file_format" target="_blank">More information about bmp here.</a></li>
<li><strong>PXD</strong> – This is Pixlr’s very own file format allowing you to save layered files for future editing. Great stuff &#8211; give this a try when you have time.</li>
</ul>
<p><a href="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/save-image.jpg"><img class="alignnone size-full wp-image-1082" title="save-image" src="http://www.360innovate.co.uk/blog/wp-content/uploads/2009/08/save-image.jpg" alt="" width="500" height="320" /></a></p>
<p>As I said, we will be saving in JPG format so making sure that JPG is selected from the dropdown list, we can take a look at giving the file a unique name (be sure not to overwrite the original file).<br />
Next we want to take a look at the quality slider, which is set at a default of 80.</p>
<p>This slider lets you set a number between 1 – 100 and determines size of the file, which will be generated. The lower the number you choose the smaller the file size, but there is a trade off to be made here as the smaller file sizes also result in a poorer quality final image. The reason for this is your choice of number sets the level of compression or shrinkage (to use the scientific term ). When a file is compressed using the JPG format some of the data is removed in order to shrink the file size.</p>
<p>I would usually try to set a level of 80 – 90, which will give a relatively clear result and decent file size. Every image will have a different optimum compression and it may be worth trying to save in a few different compression levels to see the difference for your self. Once you have set your compression level hit ok to activate your own computers save dialogue and save the file as you would any other. Your file is now ready for upload to your site.</p>
<h2>So why am I banging on and on about file sizes?</h2>
<p>Image files tend to form quite a large part of page loading time for a web page and the smaller we can get our files the quicker the page will load. If you have lots of images on your page it takes longer to load (think – one of those viral emails we get every so often which contain a hundred images of ‘animals that look like their owners’ or ‘<a href="http://allfunnypicturez.blogspot.com/2007/05/funny-oh-my-god-pictures-of-overloaded.html">preposterously overloaded vehicles</a>’).</p>
<p>You can repeat the steps used here to create web ready images of differing sizes to compliment your text content. I my dummy blog i have used some other photos and cropped them in various ways to show what can be achieved.</p>
<h2>The importance of consistency</h2>
<p>I really cannot stress this enough &#8211; <strong>CONSISTENCY IS THE WAY FORWARD!!!! </strong>Maintaining a consistent look and feel to your site is really important for ensuring a professional appearance and enjoyable user experience.</p>
<p>With our imagery we can keep it consistent by choosing specific heights and widths for imagery and sticking resolutely to those sizes.</p>
<p>We can also achieve consistency by through well thought out combinations of typography and imagery.</p>
<p>Its all too easy to go wild with experimentation when given control of a website. The basic styles that have been created for your site should give plenty of scope for adding you content. The temptation is often there to start adding bright colours and using a number of different font styles/sizes/weights to try and draw attention. This can often lead to some really unprofessional looking pages.</p>
<p>The tutorial above only covers the very basics of image manipulation and you may have noticed in the dummy blog that there were a couple of images which had some simple but very effective effects applied. In my next post i will introduce the concept of layers and show how powerful effects can be achieved with relative ease.</p>
<p>If you have managed to read this far without keeling over from exhaustion &#8211; I thank you for your patience and resilience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.360innovate.co.uk/blog/2009/08/using-free-online-image-editors-to-control-the-imagery-on-your-blog-or-content-managed-website-beginners-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

