<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>admin &#8211; Tips for your Website</title>
	<atom:link href="https://tipsforyourwebsite.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>https://tipsforyourwebsite.com</link>
	<description>Tips for websites success</description>
	<lastBuildDate>Wed, 02 Aug 2023 10:45:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.2</generator>
	<item>
		<title>Very Quick HTML History &#038; Overview</title>
		<link>https://tipsforyourwebsite.com/very-quick-html-history/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 06 Feb 2022 05:56:00 +0000</pubDate>
				<category><![CDATA[html5]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=323</guid>

					<description><![CDATA[Interest in and use of the World Wide Web has been expanding at a phenomenal rate. As the Web grows, so must its vehicle of communication, HTML. The HTML 2.0 specification was published in November of 1995. Since then, the HTML 3.0 draft specification expired on September 28, 1995, without becoming recommended, but HTML 3.2 [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Interest in and use of the World Wide Web has been expanding at a phenomenal rate. As the Web grows, so must its vehicle of communication, HTML.</p>
<p>The HTML 2.0 specification was published in November of 1995. Since then, the HTML 3.0 draft specification expired on September 28, 1995, without becoming recommended, but HTML 3.2 became a W3C (World Wide Web Consortium) recommendation on January 14, 1997.</p>
<p>The public draft for HTML 4.0 was released on July 8, 1997 and was officially recommended by the W3C in December that year. Then the current HTML5 standard was first published in 2009 but not ratified as a standard until October of 2014.</p>
<p>In addition to this official work on HTML, the browsers have been making their own additions to HTML. Some changes were eventually adopted into W3C HTML Recommendations; others remain proprietary coding aspects that only the individual browsers recognize. The browsers&#8217; versions of HTML changed, too, in a game of marketing and programming one-upmanship, hoping to lock Web developers into using one browser or the other exclusively.</p>
<p><img data-attachment-id="324" data-permalink="https://tipsforyourwebsite.com/very-quick-html-history/html5-timeline/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/02/html5-timeline.jpg?fit=600%2C300&amp;ssl=1" data-orig-size="600,300" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="html5-timeline" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/02/html5-timeline.jpg?fit=300%2C150&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/02/html5-timeline.jpg?fit=600%2C300&amp;ssl=1" decoding="async" loading="lazy" class="alignnone size-full wp-image-324" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/02/html5-timeline.jpg?resize=600%2C300&#038;ssl=1" alt="" width="600" height="300" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/02/html5-timeline.jpg?w=600&amp;ssl=1 600w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/02/html5-timeline.jpg?resize=300%2C150&amp;ssl=1 300w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></p>
<h2>HTML characteristics</h2>
<p>html stands for <strong><span style="color: #993300;">H</span></strong>yper <span style="color: #993300;"><strong>T</strong></span>ext <strong><span style="color: #993300;">M</span></strong>arkup <strong><span style="color: #993300;">L</span></strong>anguage- it is a &#8220;formatting&#8221; language not a programming language. An extremely simplified explanation of how works is that it works by turning on and off formatting options TAGS.</p>
<p>for example the following html :</p>
<p><span style="color: #0000ff;">&lt;p&gt;</span> the <span style="color: #0000ff;">&lt;i&gt;</span>silly<span style="color: #0000ff;">&lt;/i&gt; &lt;b&gt;</span> dog<span style="color: #0000ff;">&lt;/b&gt;</span> jumped up <span style="color: #0000ff;">&lt;/p&gt;</span></p>
<p>over the <span style="color: #0000ff;">&lt;i&gt;&lt;b&gt;</span>tree <span style="color: #0000ff;">&lt;/b&gt;&lt;/i&gt;</span></p>
<p>would render in a browser as below:</p>
<p>the <em>silly</em> <strong>dog</strong> jumped up</p>
<p>over the <em><strong>tree</strong></em></p>
<h2>Writing html rules</h2>
<ul>
<li>The formatting options are called TAGS</li>
<li>Tags are always written within<span style="color: #0000ff;"> &lt; &gt;</span> angle brackets eg <span style="color: #0000ff;">&lt;p&gt;</span> beginning of a paragraph</li>
<li>Generally TAGS are closed off by writing the tag with a <span style="color: #0000ff;">&lt;/  &gt;</span> eg <span style="color: #0000ff;">&lt;/p&gt;</span> end of paragraph</li>
<li>Tags can be nested but they should be closed in the reverse order of what they are opened<br />
eg: <span style="color: #0000ff;">&lt;i&gt;&lt;b&gt;</span>tree <span style="color: #0000ff;">&lt;/b&gt;&lt;/i&gt;<br />
<span style="color: #000000;">NOT<br />
<span style="color: #0000ff;">&lt;i&gt;&lt;b&gt;</span>tree <span style="color: #0000ff;">&lt;/i&gt;&lt;/b&gt;</span></span><br />
</span></li>
<li>With the implementation of html tags can written in upper or lower case<br />
eg <span style="color: #0000ff;"><strong>&lt;P&gt;</strong> </span>is the same as <span style="color: #0000ff;">&lt;p&gt; <span style="color: #000000;">and both are completely valid</span></span></li>
</ul>
<p>As the title state this is just a quick overview so that will do on rules for now 🙂</p>
<h2>HTML development Tools</h2>
<p>To write html you only need the simplist of text editors (MS Word is not a text editor!!) a program such as Notepad will allow you to write perfect HTML &#8211; I&#8217;ll admit slowly but it is still a perfect tool. And then all you need is a browser such as Chrome, Internet Explorer, Microsoft Edge, Firefox or Safari to name a few to check your rendered HTML documents.</p>
<p>In professional environments you would more than like be using tools along the lines of  Notepad ++, Sublime text, Composer, Dreamweaver or a million other options.</p>
<blockquote><p>Your development tool doesn&#8217;t matter its how well you know and how well you use it!!!</p></blockquote>
<p>Here are a couple of handy links</p>
<p><a href="https://tipsforyourwebsite.com/html5-tag-list/">html tag reference guide</a></p>
<p><a href="https://tipsforyourwebsite.com/css-reference-sheet/">CSS reference sheet</a></p>
<p><a href="https://tipsforyourwebsite.com/html-colours/">html colour codes</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Simple intro to colour theory and web design</title>
		<link>https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 02 Apr 2018 01:15:40 +0000</pubDate>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=446</guid>

					<description><![CDATA[Important colour theory terms and concepts Primary colours In web design we often use the additive RGB colour scheme where by the primary or main colours that can make up every other colour are Red Green Blue hence the name RGB.  The three primary colors used to create other colors. Primary colors form the basis for [&#8230;]]]></description>
										<content:encoded><![CDATA[<h1>Important colour theory terms and concepts</h1>
<h3>Primary colours</h3>
<p>In web design we often use the additive <span style="color: #ff0000;">R</span><span style="color: #00ff00;">G</span><span style="color: #0000ff;">B</span> colour scheme where by the primary or main colours that can make up every other colour are <span style="color: #ff0000;">R</span>ed <span style="color: #00ff00;">G</span>reen <span style="color: #0000ff;">B</span>lue hence the name <span style="color: #ff0000;">R</span><span style="color: #00ff00;">G</span><span style="color: #0000ff;">B. </span></p>
<figure class="w-richtext-align-center" data-rt-type="image" data-rt-align="center" data-rt-max-width="60">
<div>
<figure id="attachment_447" aria-describedby="caption-attachment-447" style="width: 300px" class="wp-caption alignnone"><img data-attachment-id="447" data-permalink="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/primarycolours-svg/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?fit=2000%2C2000&amp;ssl=1" data-orig-size="2000,2000" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="primary colours" data-image-description="" data-image-caption="&lt;p&gt;src: wikipedia.org/wiki/Additive_color&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?fit=300%2C300&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?fit=625%2C625&amp;ssl=1" decoding="async" loading="lazy" class="size-medium wp-image-447" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?resize=300%2C300&#038;ssl=1" alt="" width="300" height="300" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?resize=768%2C768&amp;ssl=1 768w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?resize=1024%2C1024&amp;ssl=1 1024w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?w=2000&amp;ssl=1 2000w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?w=1250&amp;ssl=1 1250w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/primarycolours.svg_.png?w=1875&amp;ssl=1 1875w" sizes="(max-width: 300px) 100vw, 300px" data-recalc-dims="1" /><figcaption id="caption-attachment-447" class="wp-caption-text">src: wikipedia.org/wiki/Additive_color</figcaption></figure>
</div><figcaption data-new-link="true"><em>The three primary colors used to create other colors.</em></figcaption></figure>
<p>Primary colors form the basis for all other shades. Every other colour we use in web design consists of a combination of these three colours in varying amounts, brightnesses, tints, and shades.</p>
<h3><span style="color: #ff0000;">R</span><span style="color: #00ff00;">G</span><span style="color: #0000ff;">B</span> decimal and hex</h3>
<figure class="w-richtext-align-center" data-rt-type="image" data-rt-align="center" data-rt-max-width="60"><figcaption></figcaption></figure>
<p>On the web, we use RGB (red-green-blue) and hex values to represent colours.</p>
<p>The RGB color system defines all colors as a combination of three different values: a particular shade of red, another of green, and another of blue. So:</p>
<p>&#8211; rgb(85, 15, 157) is cadburys purple in decimal colour notation</p>
<p>&#8211; rgb(0, 0, 0) is black  in decimal colour notation</p>
<p>&#8211; rgb(255, 255, 255) is white  in decimal colour notation</p>
<p>The hex color system converts each value to a <a href="https://en.wikipedia.org/wiki/Hexadecimal">hexadecimal</a> (base 16) representation, like so:</p>
<p>&#8211; #550f9d is cadbury purple in the hex colour notation</p>
<p>&#8211; #000000 is black in the hex colour notation</p>
<p>&#8211; #ffffff is white in the hex colour notation</p>
<h3>The color wheel</h3>
<figure class="w-richtext-align-center" data-rt-type="image" data-rt-align="center" data-rt-max-width="60">
<div>
<figure id="attachment_448" aria-describedby="caption-attachment-448" style="width: 625px" class="wp-caption alignnone"><img data-attachment-id="448" data-permalink="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/rbg_color_wheel-svg/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?fit=1229%2C1024&amp;ssl=1" data-orig-size="1229,1024" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="RBG color wheel" data-image-description="" data-image-caption="&lt;p&gt;src: commons.wikimedia.org/wiki/File%3ARBG_color_wheel.svg&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?fit=300%2C250&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?fit=625%2C521&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-448 size-large" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?resize=625%2C521&#038;ssl=1" alt="colour wheel" width="625" height="521" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?resize=1024%2C853&amp;ssl=1 1024w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?resize=300%2C250&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?resize=768%2C640&amp;ssl=1 768w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/RBG_color_wheel.svg_.png?w=1229&amp;ssl=1 1229w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /><figcaption id="caption-attachment-448" class="wp-caption-text">src: commons.wikimedia.org/wiki/File%3ARBG_color_wheel.svg</figcaption></figure>
</div><figcaption data-new-link="true"></figcaption></figure>
<p>A basic colour wheel contains the 12 standard colors used to create color schemes. Each section represents colours that can be achieved with different saturations, hues, tints, shades, and mixes of neighbouring colours.</p>
<p>The color wheel can be used to define how the balance and what makes  color schemes work.</p>
<h3><strong>4 simple examples of colour schemes</strong></h3>
<p>Colour schemes generally work best when one of the following patterns is used.</p>
<h4>1. Monochrome</h4>
<p>A monochrome color scheme consists of various tints, shades, and saturations of a single base colour. They’re very cohesive.</p>
<figure id="attachment_450" aria-describedby="caption-attachment-450" style="width: 600px" class="wp-caption alignnone"><a href="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?ssl=1"><img data-attachment-id="450" data-permalink="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/monotone-colour-scheme/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?fit=1014%2C461&amp;ssl=1" data-orig-size="1014,461" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="monotone-colour-scheme" data-image-description="" data-image-caption="&lt;p&gt;Monotone colour scheme&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?fit=300%2C136&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?fit=625%2C284&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-450" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?resize=600%2C273&#038;ssl=1" alt="Monotone colour scheme" width="600" height="273" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?resize=300%2C136&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?resize=768%2C349&amp;ssl=1 768w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/monotone-colour-scheme.png?w=1014&amp;ssl=1 1014w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></a><figcaption id="caption-attachment-450" class="wp-caption-text">Monotone colour scheme</figcaption></figure>
<h4> 2. Complementary</h4>
<p>Complementary schemes are based on two colors from opposite sides of the color wheel. Because the two colour are vastly different, such schemes can be very dramatic and stunning.</p>
<figure id="attachment_453" aria-describedby="caption-attachment-453" style="width: 600px" class="wp-caption alignnone"><a href="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?ssl=1"><img data-attachment-id="453" data-permalink="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/complementary-colour-scheme/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?fit=1017%2C464&amp;ssl=1" data-orig-size="1017,464" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="complementary colour scheme" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?fit=300%2C137&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?fit=625%2C285&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-453" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?resize=600%2C274&#038;ssl=1" alt="complementary colour scheme" width="600" height="274" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?resize=300%2C137&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?resize=768%2C350&amp;ssl=1 768w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/complementary-colour-scheme.png?w=1017&amp;ssl=1 1017w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></a><figcaption id="caption-attachment-453" class="wp-caption-text">complementary colour scheme</figcaption></figure>
<figure class="w-richtext-align-fullwidth" data-rt-type="image" data-rt-align="fullwidth" data-rt-max-width="100" data-rt-max-height="56.25"><figcaption></figcaption></figure>
<h4>3. Analogous</h4>
<p>Analogous schemes feature  colours that sit next to each other on the color wheel. Because of the tonal similarities, these schemes can create a very cohesive, unified feel.</p>
<figure id="attachment_449" aria-describedby="caption-attachment-449" style="width: 600px" class="wp-caption alignnone"><a href="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?ssl=1"><img data-attachment-id="449" data-permalink="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/analogous-colour-scheme/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?fit=1006%2C466&amp;ssl=1" data-orig-size="1006,466" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="analogous-colour-scheme" data-image-description="" data-image-caption="&lt;p&gt;analogous-colour-scheme&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?fit=300%2C139&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?fit=625%2C290&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-449" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?resize=600%2C278&#038;ssl=1" alt="analogous colour scheme" width="600" height="278" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?resize=300%2C139&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?resize=768%2C356&amp;ssl=1 768w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/analogous-colour-scheme.png?w=1006&amp;ssl=1 1006w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></a><figcaption id="caption-attachment-449" class="wp-caption-text">analogous colour scheme</figcaption></figure>
<h4>4. Triadic</h4>
<p>To  triadic colour scheme is based on the three colors at the points of an equilateral triangle. This creates a diverse, yet balanced, scheme.</p>
<figure class="w-richtext-align-fullwidth" data-rt-type="image" data-rt-align="fullwidth" data-rt-max-width="100" data-rt-max-height="56.25"><figcaption>
<figure id="attachment_454" aria-describedby="caption-attachment-454" style="width: 600px" class="wp-caption alignnone"><a href="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?ssl=1"><img data-attachment-id="454" data-permalink="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/triadic-colour-scheme/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?fit=1018%2C460&amp;ssl=1" data-orig-size="1018,460" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="triadic colour scheme" data-image-description="" data-image-caption="&lt;p&gt;triadic colour scheme&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?fit=300%2C136&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?fit=625%2C282&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-454" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?resize=600%2C271&#038;ssl=1" alt="triadic colour scheme" width="600" height="271" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?resize=300%2C136&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?resize=768%2C347&amp;ssl=1 768w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/04/triadic-colour-scheme.png?w=1018&amp;ssl=1 1018w" sizes="(max-width: 600px) 100vw, 600px" data-recalc-dims="1" /></a><figcaption id="caption-attachment-454" class="wp-caption-text">triadic colour scheme</figcaption></figure>
</figcaption></figure>
<p>There are other colour scheme types but those 4 are a good place to start.</p>
<h2>Hue, Saturation and Lightness</h2>
<p><em>Hue</em> defines the degree to which a color can be described as similar to or different from red, orange, yellow, green, blue, indigo, and violet (the colors of the rainbow). So when you describe a color as “greenish blue,” you’re defining it in terms of two hues.</p>
<p><em>Color saturation (also know as chroma and intensity) </em> refers to the intensity of colour in an image. In technical terms, it is the expression of the bandwidth of light from a source.  When colour is fully saturated, the colour is considered in purest (truest) version. Primary colors red, blue and yellow are considered truest version color as they are fully saturated.<br />
As the saturation increases, the colors appear to be more pure. As the saturation decreases, the colors appear to be more washed-out or pale.<br />
<em>definition src: https://www.techopedia.com/definition/1968/color-saturation</em></p>
<p><em>Lightness</em>, also known as value or tone, defines the perceived brightness of a color compared to pure white.</p>
<figure class="w-richtext-align-center" data-rt-type="image" data-rt-align="center" data-rt-max-width="60" data-rt-max-height="33.75">
<div>
<figure style="width: 1793px" class="wp-caption alignnone"><img decoding="async" loading="lazy" src="https://i0.wp.com/daks2k3a4ib2z.cloudfront.net/583347ca8f6c7ee058111b55/583347ca8f6c7ee058112167_image01.png?resize=625%2C697&#038;ssl=1" alt="‍‍The HSL color scheme. Adapted from &quot;Munsell-system.&quot; Licensed under CC BY-SA 3.0 via Commons." width="625" height="697" data-recalc-dims="1" /><figcaption class="wp-caption-text">‍‍The HSL color scheme. Adapted from &#8220;Munsell-system.&#8221; Licensed under CC BY-SA 3.0 via Commons.</figcaption></figure>
</div><figcaption></figcaption></figure>
<h2><strong>Color resources</strong></h2>
<p>If are not naturally gifted in the area of colour selection then there are lots of resources for you to use on the web. Below are just a couple to get you started.</p>
<p><a href="https://color.adobe.com/create/color-wheel/" target="_blank" rel="noopener"><strong>Adobe Color CC</strong></a>, This is great tool from Adobe which allows you to specifc a starting colour and then choose the colour scheme you want and it will give the colour codes you need. You can adjust your clour selection live on the site</p>
<p><strong><a href="https://www.sessions.edu/color-calculator/" target="_blank" rel="noopener">Colour Calculator</a></strong> This is also a great resource for choosing colours and has some great info on colour theory</p>
<p class="nolinks"><strong><a href="http://colorschemedesigner.com/" target="_blank" rel="noopener">Color Scheme Designer 3</a> (Paletton) </strong>Color Scheme Designer is very easy to use and its choice of colour principles present a variety of options. While it doesn&#8217;t teach its users why the colors work well together (Kuler&#8217;s dynamic color wheel is much more effective in that regard), its results are great as a starting point.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>10 important steps to designing a website</title>
		<link>https://tipsforyourwebsite.com/10-important-steps-to-designing-a-website/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 01 Mar 2018 05:56:11 +0000</pubDate>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[website planning]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=432</guid>

					<description><![CDATA[This is really my version of the article &#8220;23 steps to the perfect website layout&#8221;. I absolutely love and agree with everything in the article but it is definitely written from a Graphic designers point of view I feel, so below is my 10 steps to planning a website from a web development point of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This is really my version of the article <a href="https://www.creativebloq.com/web-design/steps-perfect-website-layout-812625#article-body" target="_blank" rel="noopener">&#8220;23 steps to the perfect website layout&#8221;</a>. I absolutely love and agree with everything in the article but it is definitely written from a Graphic designers point of view I feel, so below is my 10 steps to planning a website from a web development point of view .</p>
<h2>1. Get the clients functional and non-functional requirements. (basically this is the clients needs- what does the website need to DO)</h2>
<p>Eg The client has said they want a photo gallery but did they mean 1 or 20 photo galleries. Did they want the images in the galleries when clicked on to open or not open a larger version? Or did they want on clicking the image to go to an actual web page with more information about the image? <a href="https://tipsforyourwebsite.com/what-are-functional-and-non-functional-requirements/">(you read more about functional and non-functional requirements here)</a></p>
<h2 id="Step_1_Clients_needs_0">Client’s needs</h2>
<p>Before starting your plan, you’ll need as much information from your client as possible. The more you know, the less back-and-forth e-mails you’ll need to sift through.</p>
<h3>Listen to their ideas</h3>
<p>Usually, clients won’t tell you what they want, it’s up to you to ask them. They want reassurance that their brief will be fulfilled the way they visualized it, but they have a hard time explaining how they see their future website. The best way to overcome this problem is communication. It’s essential to get to know your website design clients by asking questions that will tell you about their business. You want to find out the mood they’re going for, what they like and what they don’t.</p>
<p><strong>But don&#8217;t be scared to give them your ideas</strong></p>
<p>You are the &#8220;expert&#8221; so if what the client has in their head is unrealistic or unreasonable then tell them and work with them towards a good solution.</p>
<h3>Useful tools at this point are client questionnaire</h3>
<p>A useful and efficient way to find out more about what the clients needs rather than what <em><strong>they think they need or want</strong></em> is to get them to fill out a questionnaire.</p>
<p>List the most important questions that will help you understand the project. What’s the purpose of this website? Who’s the target audience? Who are your competitors? What actions do you want the visitors to take? Etc.. I prefer in the first instance for the questionaire to have no more than 10 questions.  And from these 10 questions I will have at least 10 more for the client but these first 10 are a good starting point. It is important that you get this questionaire filled out by the client before you start drafting the proposal and not after.  Once you have your questionaire answers you will be able to hopefully give them ball park costings , and finalize your formal agreement on budget, scope of project, timeline, and ownership.</p>
<h2>2. Define what success means</h2>
<p>So you have the websites functional and non-functional requirements and based on this specification you should be able to define what success will mean in regards to the website. Yes a working website is a success measure but other success measurements could be the amount of traffic, user interactions, search engine position etc.</p>
<p>As stated in the original article <em>&#8220;Besides the description of the site, you need to know what the expectations are for it. Take a news site for example, what’s the goal? Is it to make make as many ad impressions as possible or is it to provide the best reading experience? How are those goals going to be measured? &#8220;</em></p>
<h2>3. Start planning a top-level framework/storyboard  and navigation map</h2>
<p>A top level framework doesn&#8217;t have actual images but more defines where the structural elements such as the main navigation, header, social links, slideshow, galleries etc will go. There are lots of free tools as well as high end commercial ones or you could do it on paper. what you develop it in isn&#8217;t important- what is important is that you include ALL of the structural elements. Therefore you may need to do more that one top level sketch/storyboard if your website will have more than one page layout. You can read more about <a href="https://tipsforyourwebsite.com/storyboards-and-navigation-maps/" target="_blank" rel="noopener">storyboards and navigation maps</a> here</p>
<figure id="attachment_436" aria-describedby="caption-attachment-436" style="width: 592px" class="wp-caption alignnone"><img data-attachment-id="436" data-permalink="https://tipsforyourwebsite.com/10-important-steps-to-designing-a-website/proto_blog1/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/Proto_Blog1.png?fit=592%2C366&amp;ssl=1" data-orig-size="592,366" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="&lt;p&gt;SRC: Adobe.com&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/Proto_Blog1.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/Proto_Blog1.png?fit=592%2C366&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-436 size-full" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/Proto_Blog1.png?resize=592%2C366&#038;ssl=1" alt="" width="592" height="366" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/Proto_Blog1.png?w=592&amp;ssl=1 592w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/Proto_Blog1.png?resize=300%2C185&amp;ssl=1 300w" sizes="(max-width: 592px) 100vw, 592px" data-recalc-dims="1" /><figcaption id="caption-attachment-436" class="wp-caption-text">SRC: Adobe.com</figcaption></figure>
<h2>At this point you are thinking about the following:</h2>
<h3>Element placement</h3>
<p>You can’t start your website without knowing where things go. Here’s where you decide that. You can even meet up with your client to discuss the best placement for your content.</p>
<h3>Information hierarchy</h3>
<p><span class="c11">A sitemap with a list of links can be overwhelming to a client and even the designer. By laying out the sitemap, you will be able to see how the pages fall into place which will allow you to make adjustments before you get too far ahead.</span></p>
<h3>Interactivity</h3>
<p>When creating your wireframes, you must ask your questions: How are these elements going to interact with each other? Will the visitor take the actions I want him to take? How will the visitor move around the site? Here’s where user experience plays its role. So you created your layout. Next, you will create your interface.</p>
<p>This is a great resource about web layouts  <a href="https://designshack.net/articles/layouts/10-rock-solid-website-layout-examples/" target="_blank" rel="noopener">10 Rock Solid Website Layout Examples</a></p>
<h2>4. Add or think about a grid</h2>
<p>There are many CSS Website frameworks now that make responsive websites using Grids incredibly easy. Grid also allow you to mathematically ensure that your page layout will adhere to design golden rules such the rule of thirds etc.  My favorite CSS grid framework is Bootstrap but there are many other available.</p>
<p>Before starting to design anything you need a proper grid. There are no valid excuses for starting without a grid – they will definitely ensure that your design will look as good as it possibly can. A grid will help you to structure the layout of the different sections; it will guide you through the specific screen size requirements, and help you to create responsive templates, so you&#8217;re consistent in terms of spacing as well as many other design issues.</p>
<figure id="attachment_437" aria-describedby="caption-attachment-437" style="width: 638px" class="wp-caption alignnone"><img data-attachment-id="437" data-permalink="https://tipsforyourwebsite.com/10-important-steps-to-designing-a-website/slideshare-bootstrap/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/slideshare-bootstrap.jpg?fit=638%2C359&amp;ssl=1" data-orig-size="638,359" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="&lt;p&gt;SRC: Slideshare&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/slideshare-bootstrap.jpg?fit=300%2C169&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/slideshare-bootstrap.jpg?fit=625%2C352&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-437 size-full" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/slideshare-bootstrap.jpg?resize=625%2C352&#038;ssl=1" alt="" width="625" height="352" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/slideshare-bootstrap.jpg?w=638&amp;ssl=1 638w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/02/slideshare-bootstrap.jpg?resize=300%2C169&amp;ssl=1 300w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /><figcaption id="caption-attachment-437" class="wp-caption-text">SRC: Slideshare</figcaption></figure>
<h2 id="05-choose-your-typography">5. Choose your typography and colour scheme</h2>
<p>Exploring different typefaces and colours is part of the discovery phase of a project. Generally you don&#8217;t want to use more than two different typefaces in a website. One for headings and one for the body type. For websites <a href="http://fonts.google.com" target="_blank" rel="noopener">Google Fonts</a> is a great typography resource and tool.</p>
<p>Your colour scheme maybe defined by the clients existing branding or you may have alot more freedom but you can some great colour resources are:</p>
<p><a href="https://color.adobe.com/create/color-wheel/" target="_blank" rel="noopener">https://color.adobe.com/create/color-wheel/</a></p>
<p><a href="https://color.hailpixel.com/" target="_blank" rel="noopener">https://color.hailpixel.com/</a></p>
<p><a href="https://www.canva.com/learn/website-color-schemes/" target="_blank" rel="noopener">https://www.canva.com/learn/website-color-schemes/</a></p>
<p><a href="http://colorschemedesigner.com/csd-3.5/" target="_blank" rel="noopener">http://colorschemedesigner.com/csd-3.5/</a></p>
<p>You may also like to read <a href="https://tipsforyourwebsite.com/simple-intro-to-colour-theory-and-web-design/">simple intro to colour theory and web design</a></p>
<h2>6. Gather all of the main resource</h2>
<p>You are just about ready to design the visual components and what the main visual design will actually look like but to ensure that you have the images that you need</p>
<h2>7. Design the Visual Components and Visual Design</h2>
<p>(Content coming soon)</p>
<h2>8. Develop the prototype</h2>
<p>(Content coming soon)</p>
<h2>9. Refine everything</h2>
<p>(Content coming soon)</p>
<h2>10. and possibly repeat</h2>
<p>This step really depends on the type of project</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What are Functional and Non-Functional Requirements</title>
		<link>https://tipsforyourwebsite.com/what-are-functional-and-non-functional-requirements/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 21 Feb 2018 04:31:48 +0000</pubDate>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[website planning]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=434</guid>

					<description><![CDATA[In systems engineering and requirements engineering, a non-functional requirement (NFR) is a requirement that specifies criteria that can be used to judge the operation of a system, rather than specific behaviors. They are contrasted with functional requirements that define specific behavior or functions. (Wikipedia) Defining (Designing) the functional and non-functional requirements is a key step in the web development process and one that [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In systems engineering and <b>requirements</b> engineering, a <b>non-functional requirement</b> (NFR) is a <b>requirement</b> that specifies criteria that can be used to judge the operation of a system, rather than specific behaviors. They are contrasted with <b>functional requirements</b> that define specific behavior or functions. (<a href="https://en.wikipedia.org/wiki/Non-functional_requirement" target="_blank" rel="noopener">Wikipedia</a>)</p>
<p>Defining <em>(Designing)</em> the functional and non-functional requirements is a key step in the web development process and one that not only applied to software development, but website development as well.</p>
<p>Defining <em>(Designing)</em> the functional and non-functional requirements of a website BEFORE you begin may seem tedious and I will admit with some clients it is like pulling teeth but it is very important that you know what the website is actually <em><strong>&#8220;meant to do&#8221;</strong></em> and <em><strong>&#8220;how it is meant to act&#8221;</strong></em> before designing the way it is <em><strong>meant to look</strong></em>.  And from this perspective the functional and non functional requirements can ensure that you meet the clients expectations and what I use as a handover checklist and the basis of the contract to ensure there is no spec creep.</p>
<p>And while the terms come from software engineering they are just as important in web development to ensure that your pages interact, perform (behavior, load time etc.) with each other and user in the manner that client expected.</p>
<h3>Functional Requirements</h3>
<p>Functional requirements describe what the software / website should do (the functions).  Think about the core operations.</p>
<p>Because the “functions” are established before development, functional requirements should be written in the <span id="IL_AD12" class="IL_AD">future</span> tense. In developing the web application for the portfolio website, some of the functional requirements could include:</p>
<ul>
<li>The website shall/will show galleries of images that open to new pages</li>
<li>The website shall/will allow galleries to be sorted by date and topics</li>
<li>The website shall/will be responsive</li>
<li>The website shall/will allow users to complete a contact form</li>
<li>The website shall/will show address and directions to office</li>
<li>The website shall/will have about page</li>
<li>The website shall/will have homepage</li>
<li>The website shall/will on the homepage have a custom instagram feed</li>
<li>The website shall/will allow website owner to update all page content from a web based admin area</li>
</ul>
<p>And the list would go on. Tedious and not to the same level as software development projects but still important so you do not miss anything important in the website development.</p>
<h3>Non-Functional Requirements</h3>
<p>Unlike functional requirements the non-functional requirements are not concerned with the functions of the website but instead  look at the <span id="IL_AD4" class="IL_AD">criteria</span> to which website is expected to conform to. Non-functional requirements can include things like response time, development time, usability and reliability. It can also be closely tied to user satisfaction.</p>
<p>Some non-functional requirements for a portfolio website could include:</p>
<ul>
<li>The website shall/will be easy to use by all external users</li>
<li>The website shall/will be easy to use by all website admins</li>
</ul>
<p>Each requirement is not related to an operation or what the application should do. Instead, the main focus in this case is the ease of use and performance. That’s the idea of non-functional requirements. Which can make non-functional requirements hard to measure and define when they have been successfully met.</p>
<p>Developers should always <span id="IL_AD10" class="IL_AD">establish</span> requirements before any coding begins so that they can effectively meet the projects requirements and to avoid project spec creep. Identifying functional and non-functional requirements is key to defining the projects over success or failure. By establishing the functional and non-functional requirements, you have a guide to follow in ensuring that a website meets it <span id="IL_AD5" class="IL_AD">specifications</span>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>another great free Image site pexels.com</title>
		<link>https://tipsforyourwebsite.com/another-great-free-image-site-pexels-com/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 19 Jan 2018 04:59:11 +0000</pubDate>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Image Resources]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=428</guid>

					<description><![CDATA[Pexels.com is another new free image resource that have photographers contributing their images to. You can . &#8220;pay them back&#8221; 3 ways.  By giving the photographer a Tweet or instagram follow and comment or a link back- which is all too easy 🙂 The copyright licensing is all CCO Licenced so you know exactly where [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.pexels.com" target="_blank" rel="noopener">Pexels.com</a> is another new free image resource that have photographers contributing their images to. You can . &#8220;pay them back&#8221; 3 ways.  By giving the photographer a Tweet or instagram follow and comment or a link back- which is all too easy 🙂 The copyright licensing is all <a href="https://creativecommons.org/share-your-work/" target="_blank" rel="noopener">CCO Licenced</a> so you know exactly where you stand and what you can and can&#8217;t do.</p>
<p>The site itself makes it very easy to search for images and download them. There is no need to sign up for an account and be bombarded with the spam. So check them out at <a href="https://www.pexels.com" target="_blank" rel="noopener">Pexels.com</a></p>
<p><img data-attachment-id="429" data-permalink="https://tipsforyourwebsite.com/another-great-free-image-site-pexels-com/pexels-com/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?fit=955%2C454&amp;ssl=1" data-orig-size="955,454" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="pexels.com Free image resource" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?fit=300%2C143&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?fit=625%2C297&amp;ssl=1" decoding="async" loading="lazy" class="alignnone wp-image-429 size-full" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?resize=625%2C297&#038;ssl=1" alt="Pexel.com- Free image " width="625" height="297" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?w=955&amp;ssl=1 955w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?resize=300%2C143&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2018/01/pexels-com.png?resize=768%2C365&amp;ssl=1 768w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Intro to Algorithms</title>
		<link>https://tipsforyourwebsite.com/intro-to-algorithms/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 16 Oct 2017 06:32:51 +0000</pubDate>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Technical Stuff]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=415</guid>

					<description><![CDATA[What Is an Algorithm? An algorithm is a detailed step-by-step instruction set or formula for solving a problem or completing a task. In computing, programmers write algorithms that instruct the computer how to perform a task. When you think of an algorithm in the most general way (not just in regards to computing), algorithms are [&#8230;]]]></description>
										<content:encoded><![CDATA[<h2>What Is an Algorithm?</h2>
<p>An algorithm is a detailed step-by-step instruction set or formula for solving a problem or completing a task. In computing, programmers write algorithms that instruct the computer how to perform a task.</p>
<p>When you think of an algorithm in the most general way (not just in regards to computing), algorithms are everywhere. A recipe for cooking a cake is an algorithm, the method you use to solve addition, subtraction or a long division problems is an algorithm, and the process of stacking a dishwasher is an algorithm. Even your morning routine could be considered an algorithm!</p>
<p>Algorithms are fascinating and, although some are quite complex, the concept itself is actually quite simple.</p>
<h2>The Benefits of Algorithmic Thinking</h2>
<p>Algorithmic thinking, or the ability to define clear steps to solve a problem, is crucial in subjects like Math and Science. People use algorithms without realizing it all the time, particularly in Maths but also in everyday life. Algorithmic thinking allows people to break down problems and conceptualize solutions in terms of discrete steps in a procedure.</p>
<p>An algorithm is a way of designing something so it can converting into code that will adhere to the six basic computer operations. So every line in an algorithm must be match one of Six Basic Computer Operations.</p>
<p>The Six Basic Computer Operations are:</p>
<ol>
<li>A computer can receive information</li>
<li>A computer can out put information</li>
<li>A computer can perform arithmetic</li>
<li>A computer can assign a value to a variable or memory location</li>
<li>A computer can compare two variables and select one of two alternative actions</li>
<li>A computer can repeat a group of actions</li>
</ol>
<h2>Algorithm Rules</h2>
<p>Algorithm</p>
<ul>
<li>A set of step-by-step instructions to accomplish a task.</li>
<li>An algorithm must have start instruction</li>
<li>Each instruction must be precise.</li>
<li>Each instruction must be unambiguous.</li>
<li>Each instruction must be executed in finite time.</li>
<li>An algorithm must have stop instruction.</li>
</ul>
<h2>Examples</h2>
<h2>Algorithm Example 1</h2>
<p>Write an algorithm to add 2 numbers</p>
<p> Step 1: Start</p>
<p> Step 2: Let a=10,b=20</p>
<p> Step 3: c=a+b;</p>
<p> Step 4: print c</p>
<p> Step 5: Stop</p>
<h2>Algorithm Example 2</h2>
<p>Write an algorithm to determine a student’s final grade and indicate whether it is passing or failing. The final grade is calculated as the average of four marks.</p>
<p> Step 1: Input M1,M2,M3,M4</p>
<p> Step 2: GRADE ← (M1+M2+M3+M4)/4</p>
<p> Step 3: if (GRADE &lt; 50)  then<br />
­            ­   Print “FAIL”<br />
­            else<br />
­            ­   Print “PASS”<br />
­            endif</p>
<h1 class="notranslate slideshow-title-text"><span class="j-title-breadcrumb">Pseudocode and Flowcharts</span></h1>
<p><strong>Pseudo code</strong> is an artificial and informal language that helps programmers develop algorithms. Pseudo code is very similar to everyday English.</p>
<p><strong>FLOWCHARTS</strong><br />
<em>(Dictionary)</em> A schematic representation of a sequence of operations, as in a manufacturing process or computer program.</p>
<p><em>(Technical)</em> A graphical representation of the sequence of operations in an information system or program. Information system flowcharts show how data flows from source documents through the computer to final distribution to users.</p>
<p>Program flow charts show the sequence of instructions in a single program or subroutine. Different symbols are used to draw each type of flowchart.</p>
<p>Flowcharts shows logic of an algorithm. They also emphasizes individual steps and their interconnections e.g. control flow from one action to the next</p>
<p><iframe loading="lazy" src="https://www.youtube.com/embed/k0xgjUhEG3U" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Another great free image resource site www.stockio.com</title>
		<link>https://tipsforyourwebsite.com/another-great-free-image-resource-site-www-stockio-com/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 25 Sep 2017 22:41:40 +0000</pubDate>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Image Resources]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=411</guid>

					<description><![CDATA[Stockio has not only free images but also vectors, videos, icons and fonts. You don&#8217;t even have to open an account but the advantages of opening an account are that you can create your own online image library of resources. Standard copyright rules apply such as you can&#8217;t onsell or use any of the images [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.stockio.com/" target="_blank" rel="noopener">Stockio</a> has not only free images but also vectors, videos, icons and fonts. You don&#8217;t even have to open an account but the advantages of opening an account are that you can create your own online image library of resources.</p>
<p>Standard copyright rules apply such as you can&#8217;t onsell or use any of the images in products that are onsold for example website templates, calender&#8217;s etc</p>
<p><a href="https://www.stockio.com/" target="_blank" rel="noopener"><img data-attachment-id="412" data-permalink="https://tipsforyourwebsite.com/another-great-free-image-resource-site-www-stockio-com/free-resources-from-stockio/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?fit=840%2C447&amp;ssl=1" data-orig-size="840,447" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="free resources from stockio" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?fit=300%2C160&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?fit=625%2C333&amp;ssl=1" decoding="async" loading="lazy" class="alignnone wp-image-412 size-full" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?resize=625%2C333&#038;ssl=1" alt="" width="625" height="333" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?w=840&amp;ssl=1 840w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?resize=300%2C160&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/09/free-resources-from-stockio.png?resize=768%2C409&amp;ssl=1 768w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /></a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Free Images from freeimages.com</title>
		<link>https://tipsforyourwebsite.com/free-images-from-freeimages-com/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Aug 2017 03:32:13 +0000</pubDate>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Image Resources]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=400</guid>

					<description><![CDATA[Free images has a great collection of free images as well as links to stock image library&#8217;s such as istock. You do need to create an account (no payment details or anything required) in order to be able to download the images but based on the fact that the images are free and only require [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.freeimages.com" target="_blank" rel="noopener">Free images</a> has a great collection of free images as well as links to stock image library&#8217;s such as istock. You do need to create an account (no payment details or anything required) in order to be able to download the images but based on the fact that the images are free and only require attribution when used in editorial works then it is a small &#8220;price&#8221; to pay.</p>
<p>As per most image library&#8217;s terms of use you can not use them in any type of product which you are onselling eg website templates, calenders etc but you can use them in your own and clients commercial work.</p>
<p><a href="http://www.freeimages.com/" target="_blank" rel="noopener"><img data-attachment-id="401" data-permalink="https://tipsforyourwebsite.com/free-images-from-freeimages-com/freeimagecom/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?fit=780%2C346&amp;ssl=1" data-orig-size="780,346" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?fit=300%2C133&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?fit=625%2C277&amp;ssl=1" decoding="async" loading="lazy" class="alignnone size-full wp-image-401" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?resize=625%2C277&#038;ssl=1" alt="" width="625" height="277" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?w=780&amp;ssl=1 780w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?resize=300%2C133&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/08/freeimagecom.png?resize=768%2C341&amp;ssl=1 768w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /></a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Storyboards and navigation maps</title>
		<link>https://tipsforyourwebsite.com/storyboards-and-navigation-maps/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 31 Jul 2017 00:05:55 +0000</pubDate>
				<category><![CDATA[website planning]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=386</guid>

					<description><![CDATA[Storyboarding is usually done in the initial planning and analysis stages.  There are a lot of different ways to develop website story boards and the type you should use depends on the purpose of the storyboard. Both creative and technical professionals use storyboards, which can streamline the design and development process. For example if the [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Storyboarding is usually done in the initial planning and analysis stages.  There are a lot of different ways to develop website story boards and the type you should use depends on the purpose of the storyboard. Both creative and technical professionals use storyboards, which can streamline the design and development process. For example if the storyboard&#8217;s purpose is to get client approval of the websites visual design then a jpeg image of what the site will look like would be most suitable because then the client can really see what the site will look like. This format would include the clients colour scheme, logo, main images etc but not all their text content. If the purpose of the storyboard is to show how different website features are expected to function then a more traditional wireframe would be suitable.</p>
<p>Examples</p>
<figure id="attachment_389" aria-describedby="caption-attachment-389" style="width: 150px" class="wp-caption alignright"><img data-attachment-id="389" data-permalink="https://tipsforyourwebsite.com/storyboards-and-navigation-maps/examplewebsitestoryboard/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?fit=576%2C481&amp;ssl=1" data-orig-size="576,481" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="example website storyboard" data-image-description="" data-image-caption="&lt;p&gt;src slideshare. &lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?fit=300%2C251&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?fit=576%2C481&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-389 size-thumbnail" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?resize=150%2C150&#038;ssl=1" alt="" width="150" height="150" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/examplewebsitestoryboard.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-recalc-dims="1" /><figcaption id="caption-attachment-389" class="wp-caption-text">src slideshare.</figcaption></figure>
<figure id="attachment_387" aria-describedby="caption-attachment-387" style="width: 150px" class="wp-caption alignleft"><img data-attachment-id="387" data-permalink="https://tipsforyourwebsite.com/storyboards-and-navigation-maps/jpeg-example/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example.png?fit=1094%2C849&amp;ssl=1" data-orig-size="1094,849" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="jpeg-example" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example.png?fit=300%2C233&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example.png?fit=625%2C485&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-387 size-thumbnail" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example-150x150.png?resize=150%2C150&#038;ssl=1" alt="jpeg example storyboard for client" width="150" height="150" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example.png?zoom=2&amp;resize=150%2C150&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/jpeg-example.png?zoom=3&amp;resize=150%2C150&amp;ssl=1 450w" sizes="(max-width: 150px) 100vw, 150px" data-recalc-dims="1" /><figcaption id="caption-attachment-387" class="wp-caption-text">jpeg example storyboard for client</figcaption></figure>
<h2></h2>
<figure id="attachment_394" aria-describedby="caption-attachment-394" style="width: 930px" class="wp-caption alignnone"><img data-attachment-id="394" data-permalink="https://tipsforyourwebsite.com/storyboards-and-navigation-maps/detailed-storyboard/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?fit=930%2C549&amp;ssl=1" data-orig-size="930,549" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="detailed storyboard" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?fit=300%2C177&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?fit=625%2C369&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-394 size-full" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?resize=625%2C369&#038;ssl=1" alt="" width="625" height="369" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?w=930&amp;ssl=1 930w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?resize=300%2C177&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/detailed-storyboard.png?resize=768%2C453&amp;ssl=1 768w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /><figcaption id="caption-attachment-394" class="wp-caption-text">Detailed storyboard</figcaption></figure>
<h2>Navigation Maps</h2>
<p>Navigation maps are also known as site maps, and they are a very important development tool. Navigation maps are very useful tools in the development of websites and can help to keep the development  process on track . They basically are a visual representation of how the website pages will link together. In simple websites the navigation maps are very simple because every page links to every other page but in large websites with 100&#8217;s of pages linking every page to every other page isn&#8217;t practical and their navigation site maps are very complex.</p>
<p>Navigation maps as a development are not to be confused with a live websites site map. On a live website you should have a sitemap for your users to aid the navigation of your website. In this instance the sitemap is a list of pages of a web site accessible to crawlers or users and should take the form of both an &#8220;html&#8221; page and an xml document. The content is the same and both development sitemaps and live website sitemaps are typically organised  in hierarchical fashion.</p>
<figure id="attachment_395" aria-describedby="caption-attachment-395" style="width: 588px" class="wp-caption alignnone"><img data-attachment-id="395" data-permalink="https://tipsforyourwebsite.com/storyboards-and-navigation-maps/navigationmapsimple/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/navigationmapsimple.png?fit=588%2C250&amp;ssl=1" data-orig-size="588,250" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="navigation map simple" data-image-description="" data-image-caption="&lt;p&gt;Simple navigation map&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/navigationmapsimple.png?fit=300%2C128&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/navigationmapsimple.png?fit=588%2C250&amp;ssl=1" decoding="async" loading="lazy" class="size-full wp-image-395" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/navigationmapsimple.png?resize=588%2C250&#038;ssl=1" alt="Simple navigation map" width="588" height="250" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/navigationmapsimple.png?w=588&amp;ssl=1 588w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/navigationmapsimple.png?resize=300%2C128&amp;ssl=1 300w" sizes="(max-width: 588px) 100vw, 588px" data-recalc-dims="1" /><figcaption id="caption-attachment-395" class="wp-caption-text">Simple navigation map</figcaption></figure>
<p><b>Complex navigation map</b></p>
<figure id="attachment_396" aria-describedby="caption-attachment-396" style="width: 896px" class="wp-caption alignnone"><img data-attachment-id="396" data-permalink="https://tipsforyourwebsite.com/storyboards-and-navigation-maps/complex-navigation-map/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?fit=896%2C564&amp;ssl=1" data-orig-size="896,564" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="complex navigation map" data-image-description="" data-image-caption="&lt;p&gt;Complex navigation map src www.healthunit.com&lt;/p&gt;
" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?fit=300%2C189&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?fit=625%2C393&amp;ssl=1" decoding="async" loading="lazy" class="size-full wp-image-396" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?resize=625%2C393&#038;ssl=1" alt="Complex navigation map " width="625" height="393" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?w=896&amp;ssl=1 896w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?resize=300%2C189&amp;ssl=1 300w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/07/complex-navigation-map.png?resize=768%2C483&amp;ssl=1 768w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /><figcaption id="caption-attachment-396" class="wp-caption-text">Complex navigation map src www.healthunit.com</figcaption></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Updated: Why SSL is a must have for SEO/Google Results</title>
		<link>https://tipsforyourwebsite.com/read-why-ssl-is-a-must-have-for-seogoogle-results/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 14 Jun 2017 01:37:27 +0000</pubDate>
				<category><![CDATA[Beginners]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SEO -Search Engines]]></category>
		<guid isPermaLink="false">https://tipsforyourwebsite.com/?p=368</guid>

					<description><![CDATA[Update: 10 Oct 2019 While Google  already blocks some types of “mixed content” on the web and makes it difficult to view non SSL websites it has now announced that from early 2020, Chrome (and other browsers will follow that example so they don&#8217;t appear &#8220;insecure&#8221; ) will block all mixed content by default, breaking [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Update: 10 Oct 2019</p>
<p>While Google  already blocks some types of “mixed content” on the web and makes it difficult to view non SSL websites it has now announced that from early 2020, Chrome (and other browsers will follow that example so they don&#8217;t appear &#8220;insecure&#8221; ) will block all mixed content by default, breaking some existing web pages. Which makes the information below on why all websites need to have a valid SSL certficate below even more pertinent.</p>
<h2>What is mixed content</h2>
<p>Mixed content is confusing. If you are viewing a web page that’s both secure and not secure. For example, a usually safe and secure web page via https but the web page is getting a JavaScript file via HTTP then it is possible that the script could be modified—for instance, if you’re on a public Wi-Fi network that isn’t secured—to insert malicious code into the  web page that could monitoring your keystrokes etc.</p>
<p><a href="https://security.googleblog.com/2016/09/moving-towards-more-secure-web.html" target="_blank" rel="noopener noreferrer">Google announced in September</a> on it security blog that if your website is not using HTTPS/SSL when they implement their latest changes  in 2017, your <strong>website credibility</strong> and <strong>search engine rankings</strong> may be affected. Chrome- Googles web browser  has already begun to mark non-secure pages containing certain input fields as <strong>Not Secure</strong> in the URL bar as you can see below<b>. </b></p>
<p><img data-attachment-id="369" data-permalink="https://tipsforyourwebsite.com/read-why-ssl-is-a-must-have-for-seogoogle-results/nosecured/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/nosecured.png?fit=350%2C78&amp;ssl=1" data-orig-size="350,78" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="nosecured" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/nosecured.png?fit=300%2C67&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/nosecured.png?fit=350%2C78&amp;ssl=1" decoding="async" loading="lazy" class="alignnone wp-image-369" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/nosecured.png?resize=395%2C88&#038;ssl=1" alt="" width="395" height="88" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/nosecured.png?w=350&amp;ssl=1 350w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/nosecured.png?resize=300%2C67&amp;ssl=1 300w" sizes="(max-width: 395px) 100vw, 395px" data-recalc-dims="1" /></p>
<p>At the moment this only appears on <strong>non-SSL pages that ask for a password or credit card information </strong>and  it’s not too noticeable. But <a href="https://developers.google.com/web/updates/2016/10/avoid-not-secure-warn" target="_blank" rel="noopener noreferrer">Google  has confirmed</a> that in the near future, this warning will appear on <strong>ALL</strong> pages served over HTTP vs. HTTPS and it will be in <strong><span style="color: #ff0000;">RED</span> </strong>and look like this<span style="color: #ff0000;"><strong> NOT SECURE- </strong><span style="color: #000000;">not exactly the sort of thing that will instill confidence in your website!!</span></span></p>
<blockquote>
<h2>There is already a lot of research which shows that Google is already using  HTTPS as a ranking factor…SSL DOES Correlate with Higher Rankings!!</h2>
</blockquote>
<h4>Websites need to convert from HTTP to HTTPS to Avoid the ‘<span style="color: #ff0000;">Not Secure</span>’ Warning and feel confident with a <span style="color: #008000;">Secure green padlock</span></h4>
<p><img data-attachment-id="371" data-permalink="https://tipsforyourwebsite.com/read-why-ssl-is-a-must-have-for-seogoogle-results/secured2/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/secured2.png?fit=350%2C99&amp;ssl=1" data-orig-size="350,99" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="secured2" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/secured2.png?fit=300%2C85&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/secured2.png?fit=350%2C99&amp;ssl=1" decoding="async" loading="lazy" class="alignnone size-full wp-image-371" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/secured2.png?resize=350%2C99&#038;ssl=1" alt="" width="350" height="99" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/secured2.png?w=350&amp;ssl=1 350w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/secured2.png?resize=300%2C85&amp;ssl=1 300w" sizes="(max-width: 350px) 100vw, 350px" data-recalc-dims="1" /></p>
<h4>Another reason why you should convert your website to HTTPS/SSL is that its safer for your visitors</h4>
<h4><em>HTTPS and SSL prevent </em><a href="https://www.netgains.org/blog/secure-your-website-with-https-and-ssl/" target="_blank" rel="noopener noreferrer"><em>man-in-the-middle attacks</em></a><em>.</em></h4>
<figure id="attachment_372" aria-describedby="caption-attachment-372" style="width: 722px" class="wp-caption alignnone"><img data-attachment-id="372" data-permalink="https://tipsforyourwebsite.com/read-why-ssl-is-a-must-have-for-seogoogle-results/ssl-https/" data-orig-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/SSL-https.png?fit=722%2C382&amp;ssl=1" data-orig-size="722,382" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SSL-https" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/SSL-https.png?fit=300%2C159&amp;ssl=1" data-large-file="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/SSL-https.png?fit=625%2C331&amp;ssl=1" decoding="async" loading="lazy" class="wp-image-372 size-full" src="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/SSL-https.png?resize=625%2C331&#038;ssl=1" alt="" width="625" height="331" srcset="https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/SSL-https.png?w=722&amp;ssl=1 722w, https://i0.wp.com/tipsforyourwebsite.com/wp-content/uploads/2017/06/SSL-https.png?resize=300%2C159&amp;ssl=1 300w" sizes="(max-width: 625px) 100vw, 625px" data-recalc-dims="1" /><figcaption id="caption-attachment-372" class="wp-caption-text">HTTPS and SSL prevent man-in-the-middle attacks.</figcaption></figure>
<p>When an SSL certificate is installed on a web server, it operates as a padlock and acts as a secure connection between the web server and browser. An SSL certificate binds together your domain name (or server or hostname), company name and location. While how an SSL certificate works goes into more details–involving a public key and a private key–what you need to know here is this: Even if a hacker manages to intercept your data, he won’t have the private key to decrypt it. Basically HTTPS and SLL adds extra layers of protection.</p>
<h2>So what do website owners need to do</h2>
<p><strong>The first step would be to contact their webhost and</strong> <strong>purchase and  install a Secure Socket Layer certificate (SSL)</strong>  to ensure that data between your web server and browser remains private and secure and they are not penalise by Google&#8217;s SSL update.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
