<?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>Tristar Web Design</title> <atom:link href="/feed" rel="self" type="application/rss+xml" /><link>http://tristarwebdesign.co.uk</link> <description>Website Designed from £199</description> <lastBuildDate>Mon, 11 Mar 2013 16:07:32 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.3</generator> <item><title>Web Design in Photoshop vs. Designing in Browser</title><link>http://tristarwebdesign.co.uk/website-design/web-design-in-photoshop-vs-designing-in-browser</link> <comments>http://tristarwebdesign.co.uk/website-design/web-design-in-photoshop-vs-designing-in-browser#comments</comments> <pubDate>Tue, 31 Jan 2012 09:23:59 +0000</pubDate> <dc:creator>George Wood</dc:creator> <category><![CDATA[Website Design]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3140</guid> <description><![CDATA[I see myself primarily as a designer, and since I started web design I have always used Photoshop to get my ideas down before I put them into code. This has been my method for a long time and until &#8230; <a class="readmore" href="/website-design/web-design-in-photoshop-vs-designing-in-browser">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I see myself primarily as a designer, and since I started <a href="/" title="web design">web design</a> I have always used Photoshop to get my ideas down before I put them into code. This has been my method for a long time and until recently I have never questioned this.</p><p>I have read several articles which talk about designing websites straight in the browser and skipping Photoshop altogether. My immediate thought was to dismiss this, until I read some of the benefits which make a lot of sense.</p><h2>Typography</h2><p>A huge downside of designing in Photoshop is the way it renders text, and how different it is when you attempt to recreate this text in a browser. The font size is almost always different and this can hinder your whole design.</p><p>When a design has been agreed the client wants to see a final product which is identical, if the text looks completely different, it is hard for your client to be happy.</p><p>However there are a few ways around this. Tools such as <a href="http://www.typetester.org/" rel="nofollow" target="_blank">Typetester</a> let you see exactly how it will look in each browser, so you can choose a font to suit your design.</p><h2>Client Satisfaction</h2><p>A major benefit of designing right in the browser is that the client will never hold any false expectations about what they will be receiving from their site. They will be able to see from the outset how it looks in different browsers and how it will feel to use their site. If they are happy with the design early on, it makes the job a whole lot easier as once the design is agreed the site will be mostly coded already, meaning there will only be small tweaks and changes to make.</p><h2>Web Tools</h2><p>Say for example you had designed a site for a client, they liked the layout but wanted to try a few different things. They ask for rounded corners – if you are in Photoshop you now have to go through each element and make painstaking changes which are time consuming. Whereas in the browser you can simply add the &#8216;border-radius&#8217; property and the job is a gooden!</p><p>With all the new CSS3 elements it also means the same applies for other things such as drop and text shadows – and because you are designing directly in the browser the client will always be able to see how it looks in older browsers and will never be under any false pretences that it will look exactly the same in all of them.</p><h2>Less Experimental</h2><p>The major downside for me when it comes to designing in the browser would be feeling limited with regards to experimentation or breaking out of the box with an exciting layout. There are no real boundaries with Photoshop and that is what I love about it. Designing straight into a browser makes it much more difficult to express your creativity and as primarily a designer I feel this would hold me back.</p><h2>Conclusion</h2><p>In conclusion, I personally don’t think I will be making the switch from Photoshop just yet. I feel like I can express myself much more with a completely blank canvas and no boundaries. I can however see the advantages of designing straight into the browser, and for some projects I understand it could be very useful.</p><p>I wouldn’t want to get into a trap of using boring layouts with no exciting design elements. I like a challenge, and one of the best ways to improve myself as a designer is to create interesting layouts and then methodically work my way through the development stage enhancing my skills.</p><p><small>Meagan Fisher has written a brilliant article on the subject, you can check it out <a href="http://24ways.org/2009/make-your-mockup-in-markup" rel="nofollow" target="_blank">here.</a></small></p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/website-design/web-design-in-photoshop-vs-designing-in-browser/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>LESS is better</title><link>http://tristarwebdesign.co.uk/tutorials/less-is-better</link> <comments>http://tristarwebdesign.co.uk/tutorials/less-is-better#comments</comments> <pubDate>Fri, 20 Jan 2012 15:18:58 +0000</pubDate> <dc:creator>Anneka</dc:creator> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3136</guid> <description><![CDATA[I know a lot of web designers have heard of LESS but haven&#8217;t actually got around to using it. LESS is a great way of making your stylesheet more concise and reusable. To start using LESS you will need to &#8230; <a class="readmore" href="/tutorials/less-is-better">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>I know a lot of <a href="/" title="web designers">web designers</a> have heard of LESS but haven&#8217;t actually got around to using it. LESS is a great way of making your stylesheet more concise and reusable.</p><p>To start using LESS you will need to use the less.js file which can be found on their website, and the .css file you would usually use will now be .less.</p><pre class="brush: xml; title: ;">
&lt;link rel=&quot;stylesheet/less&quot; type=&quot;text/css&quot; href=&quot;styles.less&quot;&gt;
&lt;script src=&quot;less.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
</pre><h2>Variables</h2><p>First lets get started with the simple variables. This is basically the same as defining your variables in php. Instead defining the same colour over and over again for various element on your page.</p><pre class="brush: xml; title: ;">
&lt;!--LESS--&gt;
@grey: #353535;
p{color:@grey;}
a:hover{color:#fff; background-color:@grey;}

p{color:#353535;}
a:hover{color:#fff; background-color:#353535;}
</pre><p>The beauty of this is that if you decide that you want to change the colour for everything with #353535 you will only need to change it once.</p><h2>Mixins</h2><p>Mixins are a great way of defining all the properties of one class with another. This is especially useful when you are using CSS3 element with the browser prefix. Imagine writing out the css border radius or transition with the browser prefix multiple times!</p><pre class="brush: xml; title: ;">
&lt;!--LESS--&gt;
.transition (@transition: all 0.6s ease-in-out)
-moz-transition: @transition;
-webkit-transition:@transition;
-o-transition:@transition;
transition:@transition;
}

img {.transition;}
img:hover {.transition(all 0.2s ease-in-out);}
</pre><p>There are other uses with LESS including Nested Rules and Functions and Operations, but this can be a bit tricky if you haven&#8217;t fully grasped the concept. So I shall leave you with this quick overview on variables and mixins for you to have a play around with.</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/tutorials/less-is-better/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>10 Interesting Footers in Website Design</title><link>http://tristarwebdesign.co.uk/general/10-interesting-footers-in-website-design</link> <comments>http://tristarwebdesign.co.uk/general/10-interesting-footers-in-website-design#comments</comments> <pubDate>Fri, 20 Jan 2012 14:50:46 +0000</pubDate> <dc:creator>George Wood</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Website Design London]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3120</guid> <description><![CDATA[It is important within web design to ensure the user maintains focus whilst viewing the whole of a web page. You do not want someone to lose interest as they move from the header downwards. As it is the last &#8230; <a class="readmore" href="/general/10-interesting-footers-in-website-design">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>It is important within <a href="/" title="web design">web design</a> to ensure the user maintains focus whilst viewing the whole of a web page. You do not want someone to lose interest as they move from the header downwards.</p><p>As it is the last thing people will see, the footer is a good place to put useful things which you may want people to remember. This could include a phone number or other contact information, links to other sites, and a site map.</p><p>Some people however like to get a bit more creative with the way they display this information. Below I have listed 10 sites with examples of interesting footers, be it through an exciting design or just what information is featured within them.</p><h2>Design Bombs</h2><p><a href="http://www.designbombs.com"><img class="aligncenter size-medium wp-image-3121" title="designbombs" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/designbombs-300x84.png" alt="" width="300" height="84" /></a><br /> <a rel="nofollow" href="http://www.designbombs.com/" target="_blank">http://www.designbombs.com/</a><br /> Design Bombs footer is great simply from a design point of view. It features a great little illustration which really helps finish off the page nicely.</p><h2>Sam Rayner</h2><p><a href="http://www.samrayner.com/"><img class="aligncenter size-medium wp-image-3122" title="samrayner" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/samrayner-300x122.png" alt="" width="300" height="122" /></a><br /> <a rel="nofollow" href="http://samrayner.com/" target="_blank">http://samrayner.com/</a><br /> Sam Rayner&#8217;s site has a nice interesting footer. I really like the brush stroke effect at the top and the use of thumbnail imagery brings in some nice call to actions which will help keep the users attention.</p><h2>Vimeo</h2><p><a href="http://www.vimeo.com"><img class="aligncenter size-medium wp-image-3123" title="vimeo" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/vimeo-300x94.png" alt="" width="300" height="94" /></a><br /> <a rel="nofollow" href="http://vimeo.com/" target="_blank">http://vimeo.com/</a><br /> Vimeo features one of the best footers from the design side. It really finishes off the page nicely with a large illustration which changes from time to time.</p><h2>Florida Flourish</h2><p><a href="http://www.floridaflourish.com"><img class="aligncenter size-medium wp-image-3124" title="florida" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/florida-300x187.png" alt="" width="300" height="187" /></a><br /> <a rel="nofollow" href="http://www.floridaflourish.com/" target="_blank">http://www.floridaflourish.com/</a><br /> Florida Flourish is a brilliantly designed site which features a very large footer which is made to look as if it is underground. Its a great concept and a large amount of space is filled effectively with the latest news and other interesting articles.</p><h2>Freelenz</h2><p><a href="http://www.freelenz.at/en"><img class="aligncenter size-medium wp-image-3125" title="freelenz" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/freelenz-300x65.png" alt="" width="300" height="65" /></a><br /> <a rel="nofollow" href="http://www.freelenz.at/en" target="_blank">http://www.freelenz.at/en</a><br /> Freelenz has a nice simple footer which contains great content for a <a href="/blog/" title="blog">blog</a> site. There are links to the recent entries and also recent comments. As well as 3 most recent photos being pulled in from flickr. It is also nicely designed which is a bonus!</p><h2>Poogans Porch</h2><p><a href="http://www.poogansporch.com/"><img class="aligncenter size-medium wp-image-3126" title="poogans" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/poogans-300x114.png" alt="" width="300" height="114" /></a><br /> <a rel="nofollow" href="http://www.poogansporch.com/" target="_blank">http://www.poogansporch.com/</a><br /> This is a really nice and simple but well designed site. It is a small site but contains all the information a potential customer could want. The footer features lots of useful information including a site map, opening hours, the address, and a phone number.</p><h2>Insite</h2><p><a href="http://insite.net/home/"><img class="aligncenter size-medium wp-image-3127" title="insite" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/insite-300x128.png" alt="" width="300" height="128" /></a><br /> <a rel="nofollow" href="http://insite.net/home/" target="_blank">http://insite.net/home/</a><br /> Insite is another example of a site incorporating important information in the footer. This includes contact details, as well as links to the company on social networks. A flickr photo stream is also present.</p><h2>Soho Fixed</h2><p><a href="http://www.sohofixed.com/"><img class="aligncenter size-medium wp-image-3128" title="soho" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/soho-300x100.png" alt="" width="300" height="100" /></a><br /> <a rel="nofollow" href="http://www.sohofixed.com/" target="_blank">http://www.sohofixed.com/</a><br /> Soho Fixed is a really bold site with great imagery. The footer contains a nice image of a road with navigation links above it. These links have a great jQuery effect on hover. There is also a newsletter sign up and social links.</p><h2>El Passion</h2><p><a href="http://elpassion.pl/"><img class="aligncenter size-medium wp-image-3129" title="elpassion" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/elpassion-300x143.png" alt="" width="300" height="143" /></a><br /> <a rel="nofollow" href="http://elpassion.pl/" target="_blank">http://elpassion.pl/</a><br /> I really love this site. It&#8217;s a great design and the footer is beautifully simple. Right at the bottom is a site map with important links and just above that is a nice and simple but well designed contact form.</p><h2>GLG London</h2><p><a href="http://www.glg-london.com/"><img class="aligncenter size-medium wp-image-3130" title="glg" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/glg-300x109.png" alt="" width="300" height="109" /></a><br /> <a rel="nofollow" href="http://www.glg-london.com/" target="_blank">http://www.glg-london.com/</a><br /> GLG London is a site which features great illustration and this theme is extended into the footer. It has a really nice newsletter sign up form as well as jQuery tabs featuring the latest Tweet and a Facebook &#8216;Like&#8217; button.</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/10-interesting-footers-in-website-design/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Using WordPress&#8217; Menu Area</title><link>http://tristarwebdesign.co.uk/general/using-wordpress-menu-area</link> <comments>http://tristarwebdesign.co.uk/general/using-wordpress-menu-area#comments</comments> <pubDate>Fri, 13 Jan 2012 09:51:30 +0000</pubDate> <dc:creator>Anneka</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Tutorials]]></category> <category><![CDATA[Website Design London]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3113</guid> <description><![CDATA[A little while ago I had a client who wanted multiple dynamic navigation areas on their site. One of these included a large footer sitemap, which was grouped with the parent name as a non-linked title. I looked around for &#8230; <a class="readmore" href="/general/using-wordpress-menu-area">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>A little while ago I had a client who wanted multiple dynamic navigation areas on their site. One of these included a large footer sitemap, which was grouped with the parent name as a non-linked title. I looked around for a while and couldn’t find any plug-in that would do this for me…</p><p>This is where the Menu area came in to play; although it didn’t pull in the links automatically it was a quick solution to my problem.</p><p>Firstly I styled up my links as normal and hard coded in the header titles for each group.</p><p>Then in <a href="/blog/category/wordpress/" title="wordpress">WordPress</a> I went to the Menu area and added several menus for each different category. All you need to do then is select the pages from the sidebar and it’s a simple as that, you can drag each menu item around so they are in the position you need them in.</p><p>The last bit is to add the code to pull in your menu items, in replacement of the links you had previously added.</p><pre class="brush: xml; title: ;">
&lt;p class=&quot;footer-header&quot; &gt;Category Name&lt;/p&gt;
&lt;?php wp_nav_menu(array('menu' =&gt; 'menuname1')); ?&gt;
</pre>]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/using-wordpress-menu-area/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>5 of the Best App Website Designs</title><link>http://tristarwebdesign.co.uk/top-five/5-of-the-best-app-website-designs</link> <comments>http://tristarwebdesign.co.uk/top-five/5-of-the-best-app-website-designs#comments</comments> <pubDate>Fri, 13 Jan 2012 09:08:21 +0000</pubDate> <dc:creator>George Wood</dc:creator> <category><![CDATA[Top 5]]></category> <category><![CDATA[Website Design London]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3104</guid> <description><![CDATA[With the recent rise in smart phone users there has been a huge rise in the popularity of applications for those phones. Each individual app needs marketing and a nice website design is a good way of spreading the word. &#8230; <a class="readmore" href="/top-five/5-of-the-best-app-website-designs">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>With the recent rise in smart phone users there has been a huge rise in the popularity of applications for those phones. Each individual app needs marketing and a nice <a href="/" title="website design">website design</a> is a good way of spreading the word.</p><p>There are many similarities between almost all of the app web designs around at the moment. As you would expect they all feature high quality images of a device and the interface of their app. Things that set certain apps apart from others can include high quality vector illustrations and interesting layouts.</p><p>I am going to outline five of my favourite application web designs and why I like them.</p><h2>Path</h2><p><a href="https://path.com/"><img class="aligncenter size-medium wp-image-3105" title="path" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/path-300x139.png" alt="" width="300" height="139" /></a><br /> <small><a rel="nofollow" href="https://path.com/" target="_blank">https://path.com/</a></small><br /> The Path website is a very simple design and features a full screen video of someone using the app. I have chosen it in my top five because the app itself is probably the best designed app I have ever used. It has been specifically designed for mobile and this has really boosted the user experience.</p><p>The app had a recent update which was met with great reviews amongst its users. It&#8217;s just a shame that more people don’t use it.</p><h2>Spoonjuice</h2><p><a href="http://www.spoonjuice.com/"><img class="aligncenter size-medium wp-image-3106" title="spoon" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/spoon-300x203.png" alt="" width="300" height="203" /></a><br /> <small><a rel="nofollow" href="http://www.spoonjuice.com/" target="_blank">http://www.spoonjuice.com/</a></small><br /> Spoonjuice are a company who create apps for all different platforms. There website is very well designed with a great use of colour. My favourite part of the site is the main navigation. It is laid out in an accordion where each section represents a platform they create apps for. You can then scroll between these and each app is marked by its icon.</p><p>It also features a nice slideshow featuring high quality imagery and vectors. This site is really brought to life by the small details, such as the slideshow being slightly inset and the subtle box around the latest tweet making it look like a speech bubble.</p><h2>Tea Round App</h2><p><a href="http://www.tearoundapp.com/"><img class="aligncenter size-medium wp-image-3107" title="tea" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/tea-300x209.png" alt="" width="300" height="209" /></a><br /> <small><a rel="nofollow" href="http://www.tearoundapp.com/" target="_blank">http://www.tearoundapp.com/</a></small><br /> Tea Round is a classically designed app site. It features nice imagery of the app itself working on an iPhone. There are also some really nice vector drawings such as a tea pot. There is also a great background and well laid out typography.</p><p>Once again there are small details which really bring the site to life &#8211; when you hover over the tea cup used as the &#8216;o&#8217; in the logo it rotates. There is also a clear link showing where to download the app which is always nice.</p><h2>Old Booth</h2><p><a href="http://www.oldbooth.com/"><img class="aligncenter size-medium wp-image-3108" title="old" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/old-300x186.png" alt="" width="300" height="186" /></a><br /> <small><a rel="nofollow" href="http://www.oldbooth.com/" target="_blank">http://www.oldbooth.com/</a></small><br /> Old Booth has a great design which is really set off by its great use of typography, it is consistent throughout the page and really fits in with the theme of the app.</p><p>Once again it features a slideshow of images showing the app working on a phone, this helps to sell the product and lets users see how it works. There are also smaller features such as a jQuery content slider which break up the site meaning there aren’t huge blocks of content.</p><h2>Panelfly</h2><p><a href="http://panelfly.com/"><img class="aligncenter size-medium wp-image-3109" title="panelfly" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/panelfly-300x186.png" alt="" width="300" height="186" /></a><br /> <small><a rel="nofollow" href="http://panelfly.com/" target="_blank">http://panelfly.com/</a></small><br /> On this occasion I have saved the best &#8217;til last, or at least my favourite. Panelfly is a “Digital Comic Experience” and its website is wonderfully designed. The large high resolution imagery at the top and throughout the content is complemented well with a great use of white space. Content is split up very well into smaller, more manageable chunks and smooth jQuery content sliders help to break up the text.</p><h2>Conclusion</h2><p>Like I said, these are just my favourite app website designs at the moment and there are thousands out there with some great layouts. What are your favourites?</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/top-five/5-of-the-best-app-website-designs/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>10 Examples of Subtle Patterns in Website Design</title><link>http://tristarwebdesign.co.uk/general/10-examples-of-subtle-patterns-in-website-design</link> <comments>http://tristarwebdesign.co.uk/general/10-examples-of-subtle-patterns-in-website-design#comments</comments> <pubDate>Mon, 09 Jan 2012 15:31:06 +0000</pubDate> <dc:creator>George Wood</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Website Design London]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3090</guid> <description><![CDATA[Subtle patterns and textures are one of the best ways to bring a plain and simple design to life. Sometimes having just a solid block of colour or gradient isn’t enough to grab the users attention and add an extra &#8230; <a class="readmore" href="/general/10-examples-of-subtle-patterns-in-website-design">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Subtle patterns and textures are one of the best ways to bring a plain and simple design to life. Sometimes having just a solid block of colour or gradient isn’t enough to grab the users attention and add an extra bit of design flair, a subtle pattern will make a plain background more interesting and help to add depth to a <a href="/" title="website design">website design</a>.</p><p>There are thousands of examples of subtle patterns all over the web, I have just thrown together some of my more recent favourites.</p><h2>Create Digital Media</h2><p><a href="http://createdm.com/"><img class="aligncenter size-medium wp-image-3091" title="create" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/create-300x139.png" alt="" width="300" height="139" /></a></p><h2>Kerem Suer</h2><p><a href="http://www.kerem.co/"><img class="aligncenter size-medium wp-image-3092" title="kerem" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/kerem-300x138.png" alt="" width="300" height="138" /></a></p><h2>Beckin Design</h2><p><a href="http://www.beckindesign.com/"><img class="aligncenter size-medium wp-image-3093" title="beckin" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/beckin-300x138.png" alt="" width="300" height="138" /></a></p><h2>Mathieu Strabach</h2><p><a href="http://www.strbk.fr/"><img class="aligncenter size-medium wp-image-3094" title="strbk" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/strbk-300x139.png" alt="" width="300" height="139" /></a></p><h2>Dangers of Fracking</h2><p><a href="http://www.dangersoffracking.com/"><img class="aligncenter size-medium wp-image-3095" title="fracking" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/fracking-300x139.png" alt="" width="300" height="139" /></a></p><h2>Adrian Baxter</h2><p><a href="http://www.apbaxter.com/"><img class="aligncenter size-medium wp-image-3096" title="apbaxter" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/apbaxter-300x139.png" alt="" width="300" height="139" /></a></p><h2>Dont Worry Design Co.</h2><p><a href="http://dwd.co/"><img class="aligncenter size-medium wp-image-3097" title="dwd" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/dwd-300x138.png" alt="" width="300" height="138" /></a></p><h2>Formfett</h2><p><a href="http://www.formfett.net/"><img class="aligncenter size-medium wp-image-3098" title="formfett" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/formfett-300x138.png" alt="" width="300" height="138" /></a></p><h2>Radoor &amp; Co</h2><p><a href="http://radoorco.dk/"><img class="aligncenter size-medium wp-image-3099" title="radoor" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/radoor-300x138.png" alt="" width="300" height="138" /></a></p><h2>John Alex Jacob</h2><p><a href="http://johnjacob.eu/"><img class="aligncenter size-medium wp-image-3100" title="johnjacob" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2012/01/johnjacob-300x139.png" alt="" width="300" height="139" /></a></p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/10-examples-of-subtle-patterns-in-website-design/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Setting a placeholder image in WordPress</title><link>http://tristarwebdesign.co.uk/general/setting-a-placeholder-image-in-wordpress</link> <comments>http://tristarwebdesign.co.uk/general/setting-a-placeholder-image-in-wordpress#comments</comments> <pubDate>Thu, 05 Jan 2012 16:10:05 +0000</pubDate> <dc:creator>Anneka</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Website Design London]]></category> <category><![CDATA[WordPress]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3081</guid> <description><![CDATA[Today I just wanted to quickly look at how you can add a placeholder image in WordPress for featured images or any images you are pulling in from WordPress. To be able to use featured images you will need to &#8230; <a class="readmore" href="/general/setting-a-placeholder-image-in-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Today I just wanted to quickly look at how you can add a placeholder image in <a href="/blog/category/wordpress/" title="wordpress">WordPress</a> for featured images or any images you are pulling in from WordPress.</p><p>To be able to use featured images you will need to activate it in the functions.php, to do this you can follow this <a href="http://www.webdesignlondon-tristar.co.uk/wordpress/multiple-featured-images-for-1-wordpress-post”" title="”Feature">blog</a>, and just add the first snippet of code provided.</p><p>Featured images can be used when you add a post or page and can be fed through as a thumbnail next to the excerpt of your post. On occasions you may not want to use an image, and in this instance we would want to put a placeholder image rather than having a blank space.</p><p>So first we need to include the php snippet which pulls in the image.</p><pre class="brush: xml; title: ;">
&lt;img src=&quot;&lt;?php the_field('small_image_2'); ?&gt;&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;
</pre><p>To add a placeholder image we just need to add a if statement.</p><pre class="brush: xml; title: ;">   &lt;?php if (get_field('small_image_2')) : ?&gt;
          &lt;img src=&quot;&lt;?php the_field('small_image_2'); ?&gt;&quot; alt=&quot;&quot; /&gt;
          &lt;?php else : ?&gt;
          &lt;img src=&quot;images/placeholder-small.jpg&quot; width=&quot;110&quot; height=&quot;110&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; /&gt;
          &lt;?php endif; ?&gt;
</pre><p>This php statement is first checking to see if there is an image attached to the post and the else statement then calls in the placeholder image if there hasn&#8217;t been an image attached.</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/setting-a-placeholder-image-in-wordpress/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Web Design London &#8211; What to look out for in the new year.</title><link>http://tristarwebdesign.co.uk/general/web-design-london-what-to-look-out-for-in-the-new-year</link> <comments>http://tristarwebdesign.co.uk/general/web-design-london-what-to-look-out-for-in-the-new-year#comments</comments> <pubDate>Tue, 20 Dec 2011 14:27:19 +0000</pubDate> <dc:creator>Amelia</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Web Design London News]]></category> <category><![CDATA[Website Design London]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3070</guid> <description><![CDATA[Now for next years predictions! As a website designer it is important to stay up to date with the latest trends within the industry. 2011 has been a big year for web design for a number of reasons &#8211; CSS3 &#8230; <a class="readmore" href="/general/web-design-london-what-to-look-out-for-in-the-new-year">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Now for next years predictions!</p><p>As a website designer it is important to stay up to date with the latest trends within the industry. 2011 has been a big year for <a href="/" title="web design">web design</a> for a number of reasons &#8211; CSS3 and HTML5 have become more prevalent and designers and developers are starting to push their limits and are using the newest technologies in order to create sites which are getting ever more impressive.</p><p>Today I am going to run down a list of a few things that I think will become prominent throughout the web design community in the next year.</p><p><strong>Ribbons and Banners</strong></p><p>Ribbons and other banners have taken over from the shiny ‘web 2.0’ badges and are already very popular within web design. They can be used to add some depth and texture and are great for highlighting different areas on a page and providing that extra bit of flare which can really set one website apart from the rest.</p><p>There are hundreds of tutorials and free PSD downloads available online already and I can only see this trend growing and continuing for the year to come.</p><p><a href="http://www.wellsriley.com/"><img class="aligncenter size-medium wp-image-3071" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/ribbon-300x158.png" alt="" width="300" height="158" /></a></p><p><strong>Typography and Custom Fonts</strong></p><p>With the release of CSS3 and the @font-face rule there are now hundreds more fonts available for <a href="/" title="web designers">web designers</a> and developers to use within their websites. Websites such as <a href="http://www.google.co.uk/" rel='nofollow'  title="google">Google</a> Fonts allow users to simply grab a small bit of code that goes into the head of their site and then call on a particular font within the CSS. This makes it extremely easy to implement many different fonts throughout a website and will help to add creativity and flair to a design.</p><p><a href="http://www.givebeyond.me/"><img class="aligncenter size-medium wp-image-3072" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/typog-300x204.png" alt="" width="300" height="204" /></a></p><p><strong>Infographics</strong></p><p>There are already some really cool infographics around on the web, and with the rise in popularity of vector art I think its popularity will peak in 2012. Infographics are a great way of getting information across to a user, without them being bombarded with text. Being able to play around with facts and figures and combining them with typography can create some wonderful pieces of work.</p><p><strong> </strong></p><p><a href="http://dribbble.com/shots/289947-Infographic-Poster-Full"><img class="aligncenter size-medium wp-image-3073" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/infographic-195x300.png" alt="" width="195" height="300" /></a></p><p><strong>Parallax Scrolling Websites</strong></p><p>Parallax scrolling sites have risen in popularity hugely during 2011 and there are some excellent examples of experimental and interesting approaches to this style of website.</p><p>Having such a large canvas to work on is hugely beneficial for the designer and I expect to see people pushing the boundaries of this technique throughout 2012 to create some really inspirational web designs.</p><p><strong> </strong></p><p><a href="http://activatedrinks.com/"><img class="aligncenter size-medium wp-image-3074" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/activate-300x160.png" alt="" width="300" height="160" /></a></p><p><strong>Fixed Navigation</strong></p><p>Fixed navigation is handy on a site that has long pages of content. The navigation will sit in the same position on the page and remains there no matter how far down the page you scroll. This makes the website much easier to navigate and can be really effective on blogs.</p><p><strong> </strong></p><p><a href="http://ryanscherf.net/"><img class="aligncenter size-medium wp-image-3075" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/fixed-300x160.png" alt="" width="300" height="160" /></a></p><p><strong>Responsive Websites</strong></p><p>Responsive websites are a type of site that adjusts to fit screens of many different sizes, from large monitors, to small mobile screens. The layout is cleverly designed to alter when the browser size is changed. This tends to include things like the navigation being simplified and slotting into place, and the overall width of the site decreasing to make a longer website which is easier to view on a mobile.</p><p><a href="http://bostonglobe.com/"><img class="aligncenter size-medium wp-image-3076" src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/responsive-300x159.png" alt="" width="300" height="159" /></a></p><p><strong> </strong></p><p>On top of these I also expect to see plenty more CSS3 transitions and cool JQuery effects too boost the interactivity of a site.</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/web-design-london-what-to-look-out-for-in-the-new-year/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Web Design Trends &#8211; 2011</title><link>http://tristarwebdesign.co.uk/general/web-design-trends-2011</link> <comments>http://tristarwebdesign.co.uk/general/web-design-trends-2011#comments</comments> <pubDate>Fri, 16 Dec 2011 15:52:17 +0000</pubDate> <dc:creator>Anneka</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3059</guid> <description><![CDATA[As we draw to the end of another year, it’s time for us to round up the web design trends we’ve seen in 2011. With web designers becoming more comfortable and confident with using CSS3 and HTML5, we have seen &#8230; <a class="readmore" href="/general/web-design-trends-2011">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>As we draw to the end of another year, it’s time for us to round up the <a href="/" title="web design">web design</a> trends we’ve seen in 2011. With <a href="/" title="web designers">web designers</a> becoming more comfortable and confident with using CSS3 and HTML5, we have seen some amazing designs and functionality on websites… hopefully 2012 will bring some even more amazing eye candy for us!<br /><h2>Large Background Images</h2><p>This has to be one of my fave trends this year along with some of the others on this list. Using a nice background image can make a design really stand out, and is a good way of avoiding using the standard top banner area with a slider, and replacing it with some nice custom calls to actions/areas of interest. This style is only suited to some industries though, and you have to make sure you get the focal image right. But be careful, the design of your content areas have to be good, otherwise the focus will be on the image rather than the content of the website.<p>If you are looking to try this out I would suggest using <a href="http://buildinternet.com/project/supersized/" title="Supersized" rel="nofollow">BuildInternet’s Supersized</a> or the <a href="http://nanotux.com/blog/fullscreen/" title="Fullscreenr" rel="nofollow">Fullscreenr</a> from nanoTux.</p><div id="attachment_3061" class="wp-caption alignnone" style="width: 565px"><a rel="nofollow" href="http://cpeople.ru/"><img src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/fullsized.jpg" alt="http://cpeople" width="555" height="300" class="size-full wp-image-3061" /></a><p class="wp-caption-text">cpeople</p></div><h2>Typography</h2><p>With it becoming easier and less “buggy” to integrate “non web safe fonts” on websites, we’ve seen a massive increase in the number of sites using interesting typography. The one I’ve most enjoyed seeing is the clean retro style typography, which has less of the distressed grungy look and uses cleaner lines, heavy drop shadows and diagonal lines…. a trend I will be experimenting with in 2012!</p><p>Here’s a good example of how to achieve the <a href="http://line25.com/wp-content/uploads/2010/text-shadow/demo/index.html" title="CSS3 Retro Typography" rel="nofollow">clean retro type using CSS3</a>.</p><div id="attachment_3062" class="wp-caption alignnone" style="width: 565px"><a rel="nofollow" href="http://bigbitecreative.com/"><img src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/retro-type.jpg" alt="bigbitecreative.com" width="555" height="300" class="size-full wp-image-3062" /></a><p class="wp-caption-text">bigbitecreative.com</p></div><h2>Circles…(and other shapes)</h2><p>I am guilty of using this, maybe a bit more than I should. But I like the fact the web designers are becoming more experimental with the shapes/grids they use. Using shapes other than the standards squares and rectangles adds a bit more interest into a design as you can give the illusion that your breaking out the “grid” without actually doing it.</p><div id="attachment_3063" class="wp-caption alignnone" style="width: 565px"><a rel="nofollow" href="http://teamtreehouse.com/"><img src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/shapes.jpg" alt="teamtreehouse" width="555" height="300" class="size-full wp-image-3063" /></a><p class="wp-caption-text">teamtreehouse</p></div><h2>Ribbons</h2><p>I must admit I was on the ribbon bandwagon for a while but now I am slightly bored with it, and I’m hoping it’s not a trend that will carry through to next year. I think they work well when used subtly, but if your going to get over excited with it I think you should put the mouse down and step away… here are a few I think work quite well.</p><div id="attachment_3064" class="wp-caption alignnone" style="width: 565px"><a rel="nofollow" href="http://www.goateejoe.co.uk/"><img src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/ribbon.jpg" alt="goateejoe" width="555" height="300" class="size-full wp-image-3064" /></a><p class="wp-caption-text">goateejoe</p></div><h2>Texture</h2><p>Yes I know this was trending this year, but it’s back again, and with good reason. Textures can work well for many sites and aren’t restricted for particular industry’s. They can very from full on and obvious textures, to subtler less invasive ones. Textures don’t always have to be used on backgrounds, and can be limited to buttons or call outs on a page. Definitely a good way to add depth to your design.</p><div id="attachment_3065" class="wp-caption alignnone" style="width: 565px"><a rel="nofollow" href="http://ecoki.com/"><img src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/texture.jpg" alt="ecoki" width="555" height="300" class="size-full wp-image-3065" /></a><p class="wp-caption-text">ecoki</p></div><h2>Grid Breakouts</h2><p>This is a trend I think we will be seeing more of in 2012. I love that the normal grids we are all used to working from is slowly being thrown out of the window, in favour of more unique layouts. The borderless grids with limited spacing are a refreshing change from the 2 or 3 column layouts we’re used to seeing. I’m still getting used to the diagonal style grids, not quite sure how long they’ll be around for though.</p><div id="attachment_3066" class="wp-caption alignnone" style="width: 565px"><a rel="nofollow" href="http://carlos5to.com/"><img src="http://www.webdesignlondon-tristar.co.uk/wp-content/uploads/2011/12/grid.jpg" alt="carlos5to" width="555" height="300" class="size-full wp-image-3066" /></a><p class="wp-caption-text">carlos5to</p></div><h2>See you in 2012…</h2><p>A new year, a new trend. Lets see what 2012 has in store for us!</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/web-design-trends-2011/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Tips for your web design portfolio</title><link>http://tristarwebdesign.co.uk/general/tips-for-your-web-design-portfolio</link> <comments>http://tristarwebdesign.co.uk/general/tips-for-your-web-design-portfolio#comments</comments> <pubDate>Fri, 09 Dec 2011 17:29:34 +0000</pubDate> <dc:creator>Anneka</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://www.webdesignlondon-tristar.co.uk/?p=3055</guid> <description><![CDATA[A little while ago I wrote a post for newbie designers on how to get themselves noticed when starting out in the design industry. One of the points I covered was online portfolios. For any designer, be it graphics or &#8230; <a class="readmore" href="/general/tips-for-your-web-design-portfolio">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>A little while ago I wrote a post for newbie designers on how to get themselves noticed when starting out in the design industry. One of the points I covered was online portfolios. For any designer, be it graphics or web; having an online portfolio can open up many avenues for freelancing and full time employment.</p><p>I know when it comes to designing something for yourself, we as <a href="/" title="web designers">web designers</a> become the biggest procrastinators! But look at is as an opportunity to design something to your taste and reflects you as an individual and as a designer. Sometimes it&#8217;s good to take a step back and design the site as you would for any client. Have your own “design brief” work from that and try not to deviate!</p><p>Here are some tips to remember when designing and developing your portfolio&#8230;.</p><h2>What do you want your portfolio to do?</h2><p>Keep your objectives clear from the beginning. The main purpose of most portfolios is to showcase your work to potential employers, to sell your designs or development services or simply gain your own following in the design community. Which ever one of these reasons is for you, make sure you get the message across from the start.</p><h2>Keep it simple and don&#8217;t over-do it</h2><p>You need to find the right balance when designing your portfolio, you want it to look impressive without overpowering the actual work you&#8217;re trying to showcase. Try to keep the design simple and not overly cluttered, this way people can appreciate the look of your website as well as your other work. But remember don&#8217;t sacrifice your personal style in order to keep the site clean, potential employees like to see the individuality of your design.</p><h2>Behind the scenes</h2><p>Having an awesome design and great showcase of work is all well and good, but if your looking to get into <a href="/" title="web design">web design</a> you need to showcase your coding skills as well. What better place to explore and experiment with new technologies than your portfolio. Its not always possible to do this on your clients sites so trying out new coding skills on your own site can be beneficial. I know I tend to look at the coding on portfolios just to see if the coding level matches up to the design skills, and potential employees will be doing the same!</p><h2>Conclusion&#8230;.</h2><p>Stop procrastinating and do it! The more you over think it the more likely you are not to get it done. And remember your site is just important as any of clients, if not more important. Keep it simple and showcase your best design and coding skills&#8230;the job offers will soon pour in!</p> ]]></content:encoded> <wfw:commentRss>http://tristarwebdesign.co.uk/general/tips-for-your-web-design-portfolio/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>