<?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>Full On Design &#187; Lt</title>
	<atom:link href="http://www.fullondesign.co.uk/tag/lt/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fullondesign.co.uk</link>
	<description>Design &#38; Web Technologies</description>
	<lastBuildDate>Sun, 30 Oct 2011 21:37:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Task Bar Support for your Website</title>
		<link>http://www.fullondesign.co.uk/coding/1709-task-bar-support-for-your-website.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/1709-task-bar-support-for-your-website.htm#comments</comments>
		<pubDate>Sun, 19 Sep 2010 02:00:17 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[2 Decades]]></category>
		<category><![CDATA[Action Uri]]></category>
		<category><![CDATA[Application Name]]></category>
		<category><![CDATA[Bar Support]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[Favicon Ico]]></category>
		<category><![CDATA[Favicons]]></category>
		<category><![CDATA[Handy]]></category>
		<category><![CDATA[Html Code]]></category>
		<category><![CDATA[Html Page]]></category>
		<category><![CDATA[Html Page Code]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[Ie9]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Neat Feature]]></category>
		<category><![CDATA[Task Bar]]></category>
		<category><![CDATA[Technica]]></category>
		<category><![CDATA[Tooltip Text]]></category>
		<category><![CDATA[Uk Projects]]></category>
		<category><![CDATA[Url]]></category>
		<category><![CDATA[Website Internet]]></category>
		<category><![CDATA[Website Logo]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1709</guid>
		<description><![CDATA[Internet Explorer 9 (IE9) Beta was recently launched and in it was a really neat feature to allow users to pin your website onto the task bar. Here are a few tips to make sure your website makes the most of feature. Make the most of your Favicons Make sure you have a high quality [...]]]></description>
			<content:encoded><![CDATA[<p><a class="floatright" href="http://files.fullondesign.co.uk/uploads/2010/09/bing-jumplist.png"><img class="size-thumbnail wp-image-1689" title="IE9 - Bing Jumplist" src="http://files.fullondesign.co.uk/uploads/2010/09/bing-jumplist-150x150.png" alt="IE9 - Bing Jumplist" width="150" height="150" /></a>Internet Explorer 9 (IE9) Beta was recently launched and in it was a really neat feature to allow users to pin your website onto the task bar. Here are a few tips to make sure your website makes the most of feature.</p>
<h3>Make the most of your Favicons</h3>
<p>Make sure you have a high quality transparent Favicon, if you don&#8217;t then your website logo will look small and out of place while on a users taskbar. If you don&#8217;t have one to hand, use <a href="http://www.favicon.cc/">favicon.cc</a> to build one. I suggest making one which is 64px x 64px (but feel free to go up to 128px) so your icon does not look pixelated in the task bar.</p>
<p><span id="more-1709"></span></p>
<h3>Set a Default Name and URL</h3>
<p>It&#8217;s handy to point your users to your website start page so here is the code you need to add to the head of your HTML page:</p>
<p>
<pre class="brush: xml; title: ; notranslate">
&lt;meta name=&quot;application-name&quot; content=&quot;Full On Design&quot;/&gt;&lt;!-- This is the next which will appear next to your favicon --&gt;
&lt;meta name=&quot;msapplication-starturl&quot; content=&quot;http://www.fullondesign.co.uk/&quot;/&gt;&lt;!-- The URL your Icon will jump to --&gt;
&lt;meta name=&quot;msapplication-tooltip&quot; content=&quot;Full On Design - A blog about Web Development&quot;/&gt;&lt;!-- The tooltip text --&gt;
</pre>
</p>
<h3>Add Tasks</h3>
<p>If your website is split into very definite sections you may find it worthwhile to split add tasks to your jump list. Here is the code you need to add:</p>
<p>
<pre class="brush: xml; title: ; notranslate">
&lt;meta name=&quot;msapplication-task&quot; content=&quot;name=Projects;action-uri=http://www.fullondesign.co.uk/projects/;icon-uri=http://www.fullondesign.co.uk/favicon.ico&quot;/&gt;
</pre>
</p>
<p>You can add as many tasks as you like. You can find more information on <a href="http://msdn.microsoft.com/en-us/library/gg131029(VS.85).aspx">Pinned Site over at MSDN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/1709-task-bar-support-for-your-website.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Zebra Stripes with CSS3</title>
		<link>http://www.fullondesign.co.uk/design/usability/1227-making-zebra-stripes-with-css3.htm</link>
		<comments>http://www.fullondesign.co.uk/design/usability/1227-making-zebra-stripes-with-css3.htm#comments</comments>
		<pubDate>Fri, 30 Oct 2009 22:01:35 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[Usability]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Background Color]]></category>
		<category><![CDATA[Brackets]]></category>
		<category><![CDATA[Colours]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Css Reference]]></category>
		<category><![CDATA[Css3]]></category>
		<category><![CDATA[Element]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Nth Number]]></category>
		<category><![CDATA[pseudo-class]]></category>
		<category><![CDATA[Sitepoint]]></category>
		<category><![CDATA[Stripping]]></category>
		<category><![CDATA[Ul]]></category>
		<category><![CDATA[Zebra]]></category>
		<category><![CDATA[Zebra Stripes]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=1227</guid>
		<description><![CDATA[Zebra Stripping is the technique of having different colours per each line on a list. It generally is considered to help users read large tables of information; however there is evidence suggesting the effectiveness of zebra stripes is somewhat overrated. Having said that, in CSS3 it&#8217;s very easy to implement so it&#8217;s worthwhile adding. To [...]]]></description>
			<content:encoded><![CDATA[<p>Zebra Stripping is the technique of having different colours per each line on a list. It generally is considered to help users read large tables of information; however there is <a href="http://www.alistapart.com/articles/zebrastripingdoesithelp/">evidence suggesting the effectiveness of zebra stripes is somewhat overrated</a>. Having said that, in CSS3 it&#8217;s very easy to implement so it&#8217;s worthwhile adding.</p>
<p>To add Zebra Strips to a list, all you need to do is adding the following pseudo-class to the end of the CSS element you wish to edit:</p>
<p>
<pre class="brush: css; title: ; notranslate">
ul#example_list li:nth-child(odd) {
 background-color:#FFF;
}
</pre>
</p>
<p><span id="more-1227"></span></p>
<p>In this example, I&#8217;ve used an unordered list element. The data in the brackets refers to the &#8220;nth&#8221; number to affect, for example putting &#8220;(even)&#8221; will affect every even &lt;li&gt;. You can also put number in, for example &#8220;(3)&#8221; would affect every 3rd &lt;li&gt;.</p>
<p>Below is a link to a working example of the code in action (Feel free to copy &amp; share).</p>
<p><a href="http://www.fullondesign.co.uk/examples/zebra_strips_in_css3/zebra_strips_in_css3.html"><img class="aligncenter size-full wp-image-1229" title="zebra_strips_in_css3" src="http://www.fullondesign.co.uk/wp-content/uploads/2009/10/zebra_strips_in_css3.png" alt="zebra_strips_in_css3" width="103" height="108" /></a></p>
<p>If you want to read a bit more about the nth-child pseudo-class I recommend the <a href="http://reference.sitepoint.com/css/pseudoclass-nthchild">sitepoint CSS reference</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/design/usability/1227-making-zebra-stripes-with-css3.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decrease loading times via .htaccess</title>
		<link>http://www.fullondesign.co.uk/coding/700-decrease-loading-times-via-htaccess.htm</link>
		<comments>http://www.fullondesign.co.uk/coding/700-decrease-loading-times-via-htaccess.htm#comments</comments>
		<pubDate>Wed, 15 Apr 2009 23:30:46 +0000</pubDate>
		<dc:creator>Rogem</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[10 Years]]></category>
		<category><![CDATA[Amount Of Time]]></category>
		<category><![CDATA[Bandwidth]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[Cache Files]]></category>
		<category><![CDATA[Content Type]]></category>
		<category><![CDATA[Decrease loading times]]></category>
		<category><![CDATA[eTags]]></category>
		<category><![CDATA[File Php]]></category>
		<category><![CDATA[Gzip]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[Htaccess File]]></category>
		<category><![CDATA[Image Gif]]></category>
		<category><![CDATA[Image Jpeg]]></category>
		<category><![CDATA[Image Png]]></category>
		<category><![CDATA[Js]]></category>
		<category><![CDATA[Loading Times]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[Nifty Trick]]></category>
		<category><![CDATA[Pl]]></category>
		<category><![CDATA[Text Html]]></category>
		<category><![CDATA[Text Javascript]]></category>

		<guid isPermaLink="false">http://www.fullondesign.co.uk/?p=700</guid>
		<description><![CDATA[Here is a really nifty trick I&#8217;ve been using for a while to decrease the time a page takes to load. Add the following lines of code to your .htaccess file: This quick and easy method tells the user to cache files which are unlikely to change for 10 years (feel free to change the [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a really nifty trick I&#8217;ve been using for a while to decrease the time a page takes to load. Add the following lines of code to your .htaccess file:</p>
<pre class="brush: plain; title: ; notranslate">FileETag none # Turn off eTags
&lt;IfModule mod_expires.c&gt; # Check that the expires module has been installed
ExpiresActive On
ExpiresDefault &quot;access plus 10 years&quot;
ExpiresByType image/gif &quot;access plus 10 years&quot;
ExpiresByType image/jpeg &quot;access plus 10 years&quot;
ExpiresByType image/png &quot;access plus 10 years&quot;
ExpiresByType text/css &quot;access plus 10 years&quot;
ExpiresByType text/html &quot;access plus 1 seconds&quot;
ExpiresByType text/javascript &quot;access plus 10 years&quot;
ExpiresByType application/x-unknown-content-type &quot;access plus 10 years&quot;
ExpiresByType application/x-javascript &quot;access plus 10 years&quot;
&lt;/IfModule&gt;
&lt;IfModule mod_gzip.c&gt;  # check if gZip support has been installed
mod_gzip_on         Yes
mod_gzip_dechunk    Yes
mod_gzip_item_include file          \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler       ^cgi-script$
mod_gzip_item_include mime      ^text\.*
mod_gzip_item_include mime      ^application/x-javascript.*
mod_gzip_item_exclude mime      ^image\.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
&lt;/IfModule&gt;
</pre>
<p>This quick and easy method tells the user to cache files which are unlikely to change for 10 years (feel free to change the amount of time) and HTML for 1 second. It also turns off eTags.</p>
<p><em>Update:</em> I also added a another piece of code I use which turns on Gzip, which reduces the amount of bandwidth required to transfer a file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fullondesign.co.uk/coding/700-decrease-loading-times-via-htaccess.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/13 queries in 0.008 seconds using disk: basic
Object Caching 401/465 objects using disk: basic

Served from: www.fullondesign.co.uk @ 2012-02-04 08:09:21 -->
