<?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>design</title>
	<atom:link href="http://www.yackyack.co.uk/category/design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yackyack.co.uk</link>
	<description>A Search Marketing Blog</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:41:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>design</title>
		<link>http://www.yackyack.co.uk/design/how-to-build-a-database-driven-website-part-3/</link>
		<comments>http://www.yackyack.co.uk/design/how-to-build-a-database-driven-website-part-3/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 14:06:34 +0000</pubDate>
		<dc:creator>robwatts</dc:creator>
				<category><![CDATA[Aff Marketing]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.yackyack.co.uk/2007/02/07/how-to-build-a-database-driven-website-part-3/</guid>
		<description><![CDATA[Tweet In parts one and two we looked at the initial database set up, inserting data into our database using csv and sql files, layout and content issues, relative to both using our database and how we can use other providers to both add value and gain additional income revenue; as well as url and <a href='http://www.yackyack.co.uk/design/how-to-build-a-database-driven-website-part-3/'>[...]</a>


Related posts:<ol><li><a href='http://www.yackyack.co.uk/adsense/monetize-your-blog-or-website-earn-money-from-your-passions/' rel='bookmark' title='Permanent Link: Monetize your blog or website &#8211; Earn money from your passions'>Monetize your blog or website &#8211; Earn money from your passions</a></li>
<li><a href='http://www.yackyack.co.uk/blogging/promote-my-website-online-in-2008/' rel='bookmark' title='Permanent Link: Promote my website online in 2008'>Promote my website online in 2008</a></li>
<li><a href='http://www.yackyack.co.uk/blogging/comprehensive-website-review-for-zero-monetary-cost/' rel='bookmark' title='Permanent Link: Comprehensive website review for zero monetary cost'>Comprehensive website review for zero monetary cost</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.yackyack.co.uk%2Fdesign%2Fhow-to-build-a-database-driven-website-part-3%2F" class="twitter-share-button" data-url="http://www.yackyack.co.uk/design/how-to-build-a-database-driven-website-part-3/" data-count="vertical" data-via="robwatts" data-lang="" data-text="">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p>In parts <a href="http://www.yackyack.co.uk/2007/01/05/how-to-build-a-data-driven-website-part-1/">one</a> and <a href="hhttp://www.yackyack.co.uk/2007/01/05/how-to-build-a-database-driven-website-part-2/">two</a> we looked at the initial database set up, inserting data into our database using csv and sql files, layout and content issues, relative to both using our database and how we can use other providers to both add value and gain additional income revenue; as well as url and navigational topics relative to getting the most from our page templates and site structure.</p>
<p>In this part we are going to look at a typical hotel content page and see how we can best maximise the data we have.</p>
<p>As we already know, we have a database that is made of two distinct tables. The tables have a number of fields that we are going to use to populate our page. Unlike the umbrella pages that we previously looked at, we are going to use all of the data we have to create a unique page for each hotel.</p>
<p>To recap we have a number of fields that can be loosely classified as follows</p>
<p><span id="more-65"></span></p>
<p><strong><a name="location"></a></strong></p>
<p><strong>Locational and contact information<br />
</strong><br />
`name` `address1` `address2` `town` `county` `region` `postcode` `country` `ename` `phone` `www` `email` `etype` `trainstation` `tsdist` `airport` `adist`</p>
<p><strong>Pricing, payment and quality information</strong></p>
<p>`price` `currency&#8220;rating&#8220;testimonials` `visa` `mastercard` `diners` `amex`</p>
<p><strong><a name="detail"></a></strong></p>
<p><strong>Detail and facility information</strong></p>
<p>`numrooms` `photourl` `description` `lifts` `restaurant` `bar` `disabled` `parking` `childrates` `tv` `ensuite` `fax` `computer` `pets` `nonsmoking` `roomservice` `breakfast` `childcare` `attractions`</p>
<p><strong>Admin information</strong><br />
`custype` `date` `ipadd` `username` `password` `renewal`</p>
<p><em>We wont worry too much about our admin information as that doesn&#8217;t really pertain to what we intend to output to our visitors.</em></p>
<p>Our page is outputed as per the picture below. You will notice that each aspect of our page is labelled with some of the field variables above.</p>
<p><strong>Our page with db variable labels</strong></p>
<p><img id="image74" alt="hotelpage.gif" src="http://www.yackyack.co.uk/wp-content/uploads/2007/02/hotelpage.gif" /></p>
<p>Our next graphic is similar, but shows the key html tags that we use to display our variables. Ive omitted tags like table and div and and have just shown the key html tags that are used to give our target keywords emphasis. HTML tags such as Hn, blockquotes, P, B, and I can be used to place extra emphasis on certain words or phrases. The short theory is that we send a message to the reader and the bots, that the page is primarily relatedto our most emphasised words and phrases, usually by way of a mix of repetition and placement within our page.</p>
<p><strong>Maximising our data inside key html tags</strong></p>
<p><img id="image75" alt="hotelpagehtmltags.gif" src="http://www.yackyack.co.uk/wp-content/uploads/2007/02/hotelpagehtmltags.gif" /></p>
<p><strong>Outputting our page</strong></p>
<p>To output our page we need to query our databse.</p>
<p>We start our database query and hotel page output by using a variable called $hotelid which we access from the url with a little help from our modrewrite contained within our .htaccess file.</p>
<p><code></p>
<p>Options +FollowSymLinks<br />
RewriteEngine on<br />
RewriteRule hotels-in-(.*)\.htm$ /county/index.php?place=$1<br />
RewriteRule  (.*)-hotels\.htm$ /town/index.php?place=$1<br />
RewriteRule  hotel-(.*)\.htm$ /hotels/index.php?hotelid=$1</p>
<p></code></p>
<p>Our query</p>
<p><img id="image77" alt="hotelcodequery1.gif" src="http://www.yackyack.co.uk/wp-content/uploads/2007/02/hotelcodequery1.gif" /></p>
<p>We are now ready to output our database variables inside our chosen key html tag holders.</p>
<p><strong>Using tags as the html gods intended<br />
</strong><br />
The most important aspect of any page is the title tag. (<em>Note the highlighted <font color="#ff0000">$trow[ename]</font> variable in the graphic above.)</p>
<p></em>The title tag frames the page. It is what we see in our web browsers when we open a page up there in the blue bar. We also see it within results appearing in the so called SERPs or search engine results pages. Its our one opportunity to gain the search engine users attention, so its important for it to be as relevant to the content of our page as is humanly possible. We want that click!</p>
<p>Our page itself should be framed like we would any  paper document, logical headings, indentations, lists, bolding, the usual formatting suspects that give form and structure to what we write. The slight difference with electronic documents is that instead of using ink and heavy strokes or typefaces, we are using html tags.</p>
<p>Search engines give weight to different tags dependant upon placement and context. We can help them rank pages or score them, by structuring our content in logical ways. So, a heading would be contained within a H1 tag, a secondary heading a h2 tag a relevant quote or set of words central to our topic might be bolded or quoted using the blockquote tag,or an ordered or unordered list with bulleted points and so on and so forth.*</p>
<p><strong>Writing our content and thinking abouthow our visitors might find us..</strong></p>
<p>As our page progresses, we place secondary emphasis on our <a href="#location">locational</a> variables and tie them in with our <a href="#detail">detail and facility variables</a>. One reason why we do this is because a visitor from say a search engine, might well enter a query &#8220;hotel in woolmer that accepts visa cards&#8221; or &#8220;hotel in Woolmer that has free parking&#8221; or &#8220;hotel in woolmer close to the train station&#8221; etc. By outputting the words on our pages and framing them in certain ways, almost thinking about how our users might use the search engines we target, we can again as result, increase the likelihood of our page being returned, thus gaining traffic and visitors.</p>
<p>To further illustrate this it might be a good idea to look at 2 examples of how good and bad copywriting can make a big difference. Note the subtleties and ask yourself which method you believe would be more conducive to both a user and a search bot..no prizes of course, it really is elementary stuff, but you&#8217;d be amazed at how many people miss the whole plot.</p>
<ul>
<li>The nearest main line train station to the Hotel Crown INN Woolmer is ChooTown central</li>
<li>Train station:ChooTown Central</li>
</ul>
<p>Yep you guessed right, the 1st line would be a whole lot more effective at catching a broader range of queries. Whereas the 2nd line is just too basic. Same info, different style, very different possible returns.<br />
Ive ran out of time to continue right now, but will come back and address things like modrewrite and .htaccess. I&#8217;ll also write a little more about some of the thinking behind good navigational structure, as well as a few others that will no doubt, spring to mind whilst i go about my day to day business!</p>
<p><em>Note:It is folly to confuse page structure with page format. HTML tags can be reformatted in terms of shape size placement and visibilty by using css. Css should not be used to lend the appearance of structure, we should always try and stick with what the w3c have to say on the topic. Besides the benefits that may flow to the aurally or visually impaired, there may also be a slight advantage from a Search engine perspective, as well as a distinctive disadvantage for any perceived abuse.</em></p>
<div />
<script src="http://feeds.feedburner.com/~s/yackyack?i=http://www.yackyack.co.uk/design/how-to-build-a-database-driven-website-part-3/" type="text/javascript" charset="utf-8"></script>

<p>Related posts:<ol><li><a href='http://www.yackyack.co.uk/adsense/monetize-your-blog-or-website-earn-money-from-your-passions/' rel='bookmark' title='Permanent Link: Monetize your blog or website &#8211; Earn money from your passions'>Monetize your blog or website &#8211; Earn money from your passions</a></li>
<li><a href='http://www.yackyack.co.uk/blogging/promote-my-website-online-in-2008/' rel='bookmark' title='Permanent Link: Promote my website online in 2008'>Promote my website online in 2008</a></li>
<li><a href='http://www.yackyack.co.uk/blogging/comprehensive-website-review-for-zero-monetary-cost/' rel='bookmark' title='Permanent Link: Comprehensive website review for zero monetary cost'>Comprehensive website review for zero monetary cost</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.yackyack.co.uk/design/how-to-build-a-database-driven-website-part-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>design</title>
		<link>http://www.yackyack.co.uk/design/colour-psychology-blue-sky-green-fields-white-serenity/</link>
		<comments>http://www.yackyack.co.uk/design/colour-psychology-blue-sky-green-fields-white-serenity/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 09:16:54 +0000</pubDate>
		<dc:creator>robwatts</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[psychology]]></category>

		<guid isPermaLink="false">http://www.yackyack.co.uk/?p=8</guid>
		<description><![CDATA[Tweet The psychology of colour It occured to me that some of the websites I like to read or visit, and some Ive just stumbled upon or viewed out of curiosity have that nice blue, green and white mix going on. I&#8217;m turned off by dark stuff, I don&#8217;t want to read white text on <a href='http://www.yackyack.co.uk/design/colour-psychology-blue-sky-green-fields-white-serenity/'>[...]</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="wp_twitter_button" style="float: right; margin-left: 10px;">
					<a href="http://twitter.com/share?counturl=http%3A%2F%2Fwww.yackyack.co.uk%2Fdesign%2Fcolour-psychology-blue-sky-green-fields-white-serenity%2F" class="twitter-share-button" data-url="http://www.yackyack.co.uk/design/colour-psychology-blue-sky-green-fields-white-serenity/" data-count="vertical" data-via="robwatts" data-lang="" data-text="">Tweet</a><br />
					<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
				</div>
<p><strong>The psychology of colour </strong></p>
<p align="left"><img src="http://robwatts.wordpress.com/files/2007/01/pink1.thumbnail.jpg" alt="pink1.jpg" align="left" />It occured to me that some of the websites <a href="http://seobook.com">I</a>   <a href="http://mybloglog.com">like</a> to <a href="http://www.43things.com">read</a> or visit, and some Ive just  <a href="http://www.payperpost.com">stumbled</a> upon or <a href="http://tickme.com">viewed out of  curiosity</a> have that nice blue, green and white mix going on. I&#8217;m turned off by dark  stuff, I don&#8217;t want to read white text on black, its just not my thing. So why is this? Why do I find one set of colours appealing, yet another so off putting. The web is about information right? I go to pages to learn stuff and connect with ideas and improve my understandings, interact and have a little play. At least thats what I like to think from a logical perspective. Can you believe that in all  the years Ive knocked up websites of  various types and themes and different business models and purpose,  that I never once considered the emotional impact of the colours I used! Not once! I usually sat there and ummed and ah&#8217;ed or looked at an existing brochure and just went with a range of options that popped into my head, or varied a theme I&#8217;d seen elsewhere and liked.</p>
<p>I guess that&#8217;s why Ive always called myself a web developer rather than a designer, I&#8217;m more interested in the codey techy widgety bits  than any overall appeal to the heart &#8211; wow, what a huge ommision. But hey, so what, no big deal, like I said, I&#8217;m not a designer &#8211; never have been, that just happened to be a label slapped upon me by friends and stuff, my falut of course  &#8220;What do you Rob?&#8221; &#8220;Um..I make web pages&#8221; ergo Rob,  becomes a web designer.</p>
<p>Anyways &#8211; that little confession aside, its interesting to read about colours and what they say and how they can influence our readership and message, check out a few of the links, it&#8217;ll make for some interesting thoughts and observation.</p>
<p>Here&#8217;s what the guys over at <a href="http://www.infoplease.com/spot/colors1.html">infoplease</a> have to  say</p>
<blockquote><p><strong><br />
</strong></p>
<p><em><strong>Blue </strong>- The color of the sky and the ocean, blue is one of the most popular colors.  It causes the opposite reaction as red. Peaceful, tranquil blue causes the body  to produce calming chemicals, so it is often used in bedrooms. Blue can also be  cold and depressing. Fashion consultants recommend wearing blue to job  interviews because it symbolizes loyalty. People are more productive in blue  rooms. Studies show weightlifters are able to handle heavier weights in blue  gyms.</em></p>
<p><em><strong>Green -</strong> Currently the most popular decorating color, green symbolizes nature. It is  the easiest color on the eye and can improve vision. It is a calming, refreshing  color. People waiting to appear on TV sit in &#8220;green rooms&#8221; to relax. Hospitals  often use green because it relaxes patients. Brides in the Middle Ages wore  green to symbolize fertility. Dark green is masculine, conservative, and implies  wealth. However, seamstresses often refuse to use green thread on the eve of a  fashion show for fear it will bring bad luck.</em></p></blockquote>
<p>The people over at <a href="http://www.littlemonkeymurals.com/Coloursmood.htm">Little Monkey  Murals</a> expression a similar variation on this theme</p>
<blockquote><p><em><strong> Green </strong>-  Is the colour of  harmony and balance. It is good for tired nerves and it helps with the heart  area. It will balance the emotions and bring about a feeling of calmness. Green  is a good general healing colour. Green is a restful colour so will  aid sleep, it also represents nature, and therefore promotes balance, harmony,  peace, hope and stability </em></p>
<p><em><strong>Blue</strong> &#8211; Is the colour of truth,  serenity and harmony, by helping to soothe the mind. Blue is good for cooling,  calming, reconstructing and protecting. Blue will help feverish conditions, it  will help stop bleeding and it will help with nervous irritations. Researchers  found that children tested higher on IQ tests in rooms with blue ceilings   Blue, if diluted to a  lighter hue, can reduce stress and relieve tension. Is a colour of peace,  tranquility and wisdom and can generate a sense of well-being. Blue gives the  impression of space and coolness and represents serenity and loyalty.</em></p></blockquote>
<p>Then there is white of course <a href="http://www.color-wheel-pro.com/color-meaning.html">colour wheel pro</a> has this to say</p>
<blockquote><p><em>White is associated with light, goodness, innocence, purity, and virginity.  It is considered to be the color of perfection.</em></p>
<p><em>White means safety, purity, and cleanliness. As opposed to black, white  usually has a positive connotation. White can represent a successful beginning.  In heraldry, white depicts faith and purity. </em></p>
<p><em>In advertising, white is associated with coolness and cleanliness because  it&#8217;s the color of snow. You can use white to suggest simplicity in high-tech  products. White is an appropriate color for charitable organizations; angels are  usually imagined wearing white clothes. White is associated with hospitals,  doctors, and sterility, so you can use white to suggest safety when promoting  medical products. White is often associated with low weight, low-fat food, and  dairy products.</em></p></blockquote>
<p>I&#8217;m definitely gonna think a little more about this in any future projects, thats for sure.</p>
<script src="http://feeds.feedburner.com/~s/yackyack?i=http://www.yackyack.co.uk/design/colour-psychology-blue-sky-green-fields-white-serenity/" type="text/javascript" charset="utf-8"></script>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.yackyack.co.uk/design/colour-psychology-blue-sky-green-fields-white-serenity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.yackyack.co.uk/category/design/feed/ ) in 0.56274 seconds, on Feb 8th, 2012 at 8:45 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 9:45 am UTC -->
