<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel><generator>http://textpattern.com/?v=4.2.0</generator>
<title>CVW Web Design</title>
<link>http://www.cvwdesign.com/txp/</link>

<description>CVW Blog</description>
<pubDate>Mon, 09 Nov 2009 14:37:46 GMT</pubDate>

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/cvw" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>Seeing more clearly with CSS opacity</title>
<description>
<![CDATA[<p>I have been trying to use some different <span class="caps">CSS</span> properties in recent style sheets and one of these is the <a href="http://dev.opera.com/articles/view/css-and-opacity-methods-for-creating-tr/" title="The Opera developer site provides a nice explanation">opacity property</a>. It&#8217;s quite easy to use and can give you a sophisticated effect where one element shows through another. Hey, what&#8217;s not to like!? Unfortunately, we need to apply a few Internet Explorer fixes but they are also relatively easy to implement (even if they <em>look</em> a bit complicated).</p>]]>
</description>
<content:encoded><![CDATA[
<p>I have been trying to use some different <span class="caps">CSS</span> properties in recent style sheets and one of these is the <a href="http://dev.opera.com/articles/view/css-and-opacity-methods-for-creating-tr/" title="The Opera developer site provides a nice explanation">opacity property</a>. It&#8217;s quite easy to use and can give you a sophisticated effect where one element shows through another. Hey, what&#8217;s not to like!? Unfortunately, we need to apply a few Internet Explorer fixes but they are also relatively easy to implement (even if they <em>look</em> a bit complicated).</p>

	<p>In most browsers, you can change the opacity value of an element with a simple style rule in your style sheet like this:</p>

<pre>.myclass {
      opacity: .5;}
</pre>

	<p>Here, we are using a value of .5. The values for opacity are from 0 to 1 where 0 is completely transparent. Somewhere in between is what we are aiming for but the opacity level will depend on other colours in the element that you apply the opacity to. One thing to note is that if you apply the opacity value to a specific element, all elements within will inherit the same opacity value. In some circumstances, this can make text difficult to read but there&#8217;s usually a compromise that can be reached.</p>

	<p class="p3"><strong>Note</strong>: Using the opacity property is one approach for achieving transparency in your web designs but the use of alpha transparent <span class="caps">PNG</span> images and <a href="http://www.css3.info/preview/rgba/"><span class="caps">RGB</span>a transparency</a> are alternative methods. See also <a href="http://forabeautifulweb.com/blog/about/is_css3_rgba_ready_to_rock/">Is CSS3 <span class="caps">RGB</span>a ready to rock?</a></p>

	<p>For Internet Explorer, we need to use a couple of proprietary filters to achieve the opacity effect. So, our style sheet rule becomes:</p>

<pre>.myclass{
opacity: .5;
-ms-filter:&quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=50)&quot;; 
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}
</pre>

	<p>The rather complicated looking filters are for IE8 (second) and IE7 (third line). See the <a href="http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx">IE Blog</a> for more explanation. There&#8217;s a slightly shorter version of the IE7 filter available (for example, see <a href="http://www.quirksmode.org/css/opacity.html">opacity described here</a>) but I&#8217;ve used the longer version.</p>

	<p>Following on from a previous article about <a href="http://www.cvwdesign.com/txp/article/366/css-tip-placing-text-on-top-of-an-image">placing text over an image</a>, I have created another <a href="http://www.cvwdesign.com/txp/text-over-image/text-image-with-opacity.html">example using opacity</a> which shows the effect of an opacity value of .5 and a black background on the text paragraph.</p>

	<p class="p3"><strong>Related</strong>: There&#8217;s a neat effect on the <a href="http://shapeshed.com">Shapeshed</a> website where the footer area opacity is toggled on and off using JavaScript when you hover over the bottom of the page. </p>

	<p>I think opacity provides a transparency effect that can look very good. Why not try a few opacity rules in your next style sheet?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=qgnCTqzyu54:eipuiHzIPmc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=qgnCTqzyu54:eipuiHzIPmc:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=qgnCTqzyu54:eipuiHzIPmc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=qgnCTqzyu54:eipuiHzIPmc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/qgnCTqzyu54" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/qgnCTqzyu54/seeing-more-clearly-with-css-opacity</link>
<pubDate>Mon, 09 Nov 2009 14:37:21 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-11-09:752c26464e46a43a8fee10091f7ee17f/8a9bed8179efda8cafe5059d2272049d</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/382/seeing-more-clearly-with-css-opacity</feedburner:origLink></item>
<item><title>New website for fitted kitchens company</title>
<content:encoded><![CDATA[
<p><a href="http://www.chappelsons.co.uk/"><img src="http://www.cvwdesign.com/txp/images/189.jpg" width="240" height="203" alt="Chappelsons website screenshot" class="photo" /></a> Earlier this year, we were asked to design a new website for <a href="http://www.chappelsons.co.uk/">Chappelsons</a> who are a local company that supply and install fitted kitchens, bedrooms and home studies. The existing website was quite old and we jumped at the chance to redesign it based on the company&#8217;s newer logo.</p>

	<p>As part of this project, we wanted to highlight several examples of different styles of kitchens, bedrooms and home studies that <a href="http://www.chappelsons.co.uk/">Chappelsons</a> can provide. Rather than a list of images in a gallery, which can take up a lot of page space, we chose to use a JavaScript content slider called <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider">Easy Slider</a> [which I <a href="http://www.cvwdesign.com/txp/article/377/tooltips-and-slider-javascript-effects-based-on-jquery">blogged about here</a>]. This is an attractive but compact way of displaying page content. This type of script using <a href="http://jquery.com">jQuery</a> as its foundation has the added advantage that the slider content is still visible in the page for search engines to index. I think it works quite well. </p>

	<p class="p3"><strong>Info</strong>: With JavaScript turned off, the images and slide content are still visible but just not displayed as a slideshow.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=ngaPkaPXEXc:8zIq3wMSARM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=ngaPkaPXEXc:8zIq3wMSARM:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=ngaPkaPXEXc:8zIq3wMSARM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=ngaPkaPXEXc:8zIq3wMSARM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/ngaPkaPXEXc" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/ngaPkaPXEXc/new-website-for-fitted-kitchens-company</link>
<pubDate>Tue, 03 Nov 2009 17:41:39 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-11-03:752c26464e46a43a8fee10091f7ee17f/465033b0bdd4191e92e86d8e725307a5</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/380/new-website-for-fitted-kitchens-company</feedburner:origLink></item>
<item><title>Some simple productivity tips for busy freelancers</title>
<description>
<![CDATA[<p><img src="http://www.cvwdesign.com/txp/images/188.jpg" class="photo3 imgmargin2" width="480" height="200" alt="Merry-go-round" /></p>

	<p>I went through a period last year when I was snowed under with work. That should be a good thing but if you are running your own web business, working from home, or freelancing from an office, getting everything done when you are in this situation can be quite stressful. I was the only person doing the work, answering telephone calls and emails, chasing up clients for payment, trying to keep in touch with the latest <abbr title="Cascading Style Sheets"><span class="caps">CSS</span></abbr> methods, and an assortment of other daily administration tasks that I needed to do. Sometimes it felt like I was on a merry-go-round and could not get off.</p>]]>
</description>
<content:encoded><![CDATA[
<p><img src="http://www.cvwdesign.com/txp/images/188.jpg" class="photo3 imgmargin2" width="480" height="200" alt="Merry-go-round" /></p>

	<p>I went through a period last year when I was snowed under with work. That should be a good thing but if you are running your own web business, working from home, or freelancing from an office, getting everything done when you are in this situation can be quite stressful. I was the only person doing the work, answering telephone calls and emails, chasing up clients for payment, trying to keep in touch with the latest <abbr title="Cascading Style Sheets"><span class="caps">CSS</span></abbr> methods, and an assortment of other daily administration tasks that I needed to do. Sometimes it felt like I was on a merry-go-round and could not get off.</p>

	<p>Since then, I have tried to improve the way I do things so here are a few tips that I have found useful. They have helped me and I hope you find them useful as well.</p>

	<h3>1. Turn down new work</h3>

	<p>This may seem odd advice but if you are working long days and some weekends and your schedule is booked up for weeks ahead, there is no point taking on new work. Far better to tackle the work you already have and clear some of the backlog first. Along the same lines, if you have been accepting work that is perhaps not the best match with your skills, stop taking on this type of work. Concentrate on the best work for you!</p>

	<p>How much work is enough? Set yourself a &#8216;booked ahead&#8217; time in your schedule that you feel happy with, perhaps a couple of weeks ahead, and stick with it. Don&#8217;t take on work that goes beyond this. The time you set here is up to you. It might be several months if you are happy with this. For me, if I have several projects lined up for a few weeks ahead, that puts me in a good state of mind. More than enough to be getting on with but not so much that there is &#8216;too much to do&#8217;.</p>

	<h3>2. Divert your diversions</h3>

	<p>You may have many things to do during the day but reading and replying to emails and keeping up with <a href="http://twitter.com">Twitter</a> are regular items in my daily routine. How best to manage these so that main priority work is not compromised? With email, I no longer have my email client open all the time. Instead, I check emails every couple of hours. It&#8217;s very rare that an email needs to be answered immediately and most clients realise that you need time to reply with a considered response, rather than the first thing that comes to mind. </p>

<blockquote class="pullquote alt">
<p>Twitter can be another addictive diversion from your main work</p>
</blockquote>

	<p><a href="http://twitter.com">Twitter</a> can be another addictive diversion from your main work. Many web designers and developers keep in touch with what&#8217;s happening and make useful web contacts using <a href="http://twitter.com">Twitter</a>. Me too! So it&#8217;s not something that I want to stop doing. On the other hand, having <a href="http://www.tweetdeck.com">TweetDeck</a> in front of me when I&#8217;m trying to solve a tricky <span class="caps">CSS</span> problem or come up with a web design that meets the client&#8217;s objectives is not always optimum. That tweet notification window just keeps popping up! For me, I find that I am more productive if I relegate my Twitter client to my laptop which sits to one side of my main desktop screen. This way, I know that top priority work is straight ahead but I can still keep a watchful eye on the Twittersphere to one side.</p>

	<h3>3. Organise your daily schedule differently</h3>

	<p>Over recent months, I have tried to I work on each task for longer, partly so that I can get some of these finished in one hit, rather than flit about between them. I try to work on each task for a minimum of 30 minutes. This helps me focus and concentrate. Spending an entire 30 minutes is not possible if the job is a small one but I try and tackle these smaller tasks at the start of the day so that I can get a few quick &#8216;wins&#8217; out of the way. It might be purely psychological but it helps me if I have already finished several items by mid-morning.</p>

	<h3>4. Do your own thing!</h3>

	<p>I was so busy on one particular client job once that I forgot to maintain one of my personal website as much as I could have. However, when I went back to the personal website I found that it was quite a &#8216;release&#8217; from the all-encompassing client job. As a result, I felt much better when the client job came to the fore again.</p>

<blockquote class="pullquote">
<p>It&#8217;s important that you keep up with the latest methods</p></blockquote>

	<p>As a web professional, I think it&#8217;s important that you keep up with the latest methods and learn about new things on a regular basis. I don&#8217;t know about you but that&#8217;s <a href="http://www.cvwdesign.com/txp/article/368/how-i-got-into-the-web-industry">how I got into this</a> in the first place! Therefore, I try and do some personal learning every week. It&#8217;s not wrong to do this. You can often translate what you learn into a client job at some point. For example, I often read new tutorials and one of these was about <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider">Easy Slider</a>, which is a JavaScript content slider script. A month later, I needed something similar for a new client project&#8230;.guess what I used?!</p>

	<h3>In conclusion</h3>

	<p>Above all else, improving your own productivity will be about achieving the right balance of activities for you. The tips that I found useful will not suit everybody to the same degree but I encourage you to think about how you might improve your own productivity. I know that when I did this, I was able to improve mine. </p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=5iGna41xasA:DEtdW_b_wDg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=5iGna41xasA:DEtdW_b_wDg:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=5iGna41xasA:DEtdW_b_wDg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=5iGna41xasA:DEtdW_b_wDg:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/5iGna41xasA" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/5iGna41xasA/some-simple-productivity-tips-for-busy-freelancers</link>
<pubDate>Tue, 27 Oct 2009 09:25:25 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-10-26:752c26464e46a43a8fee10091f7ee17f/b2000ecab63fefdba2184e6f7d757109</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/379/some-simple-productivity-tips-for-busy-freelancers</feedburner:origLink></item>
<item><title>See how a top designer and copy writer redesign the CannyBill website</title>
<content:encoded><![CDATA[
<p>Have you ever wanted to get more insight into the thinking behind a website redesign? I know I have. Well, there&#8217;s an interesting open design process happening at the moment with the redesign of the <a href="http://cannybill.com/">CannyBill website</a>. <a href="http://stuffandnonsense.co.uk/">Andy Clarke</a> is redesigning the website with the help of <a href="http://poppycopy.co.uk/">Relly Annett-Baker</a> who is rewriting the copy &#8230; and they are describing each step of the process. There have been several posts already including <a href="http://stuffandnonsense.co.uk/blog/about/designing_the_cannybill_home_page">this one about redesigning the home page</a> and another about <a href="http://stuffandnonsense.co.uk/blog/about/cannybill_design_process_package_contents/">how Andy organises his files</a>.</p>

	<p>These posts provide great insight into the thinking behind the redesign and it&#8217;s not often that you get this. I&#8217;ll definitely be following along over the next few days/weeks!</p>

	<p class="p3"><strong>Twitter</strong>: Follow <a href="http://twitter.com/Malarkey">Andy Clarke</a> and <a href="http://twitter.com/RellyAB">Relly Annett-Baker</a> on Twitter to get their latest updates on the process (and their other tweets).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=syIEnINPzy4:DRX7yFDI5gU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=syIEnINPzy4:DRX7yFDI5gU:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=syIEnINPzy4:DRX7yFDI5gU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=syIEnINPzy4:DRX7yFDI5gU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/syIEnINPzy4" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/syIEnINPzy4/see-how-top-designer-and-copy-writer-redesign-the-cannybill-website</link>
<pubDate>Mon, 19 Oct 2009 09:20:44 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-10-19:752c26464e46a43a8fee10091f7ee17f/53bc4271012aa9a8c90370e493033cef</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/378/see-how-top-designer-and-copy-writer-redesign-the-cannybill-website</feedburner:origLink></item>
<item><title>Tooltips and slider JavaScript effects based on jQuery</title>
<description>
<![CDATA[<p>Used wisely, JavaScript effects can provide that extra Wow! factor to your website. I have been looking at a couple of different scripts recently because they seemed to be just what I wanted for a couple of websites. Both these are based on the <a href="http://jquery.com">jQuery library</a>.</p>

	<p class="p3"><strong>Info</strong>: JavaScript adds an extra level of interaction or behaviour to your website and it might be tempting to use scripts like these excessively. However, you should also consider what happens if your web visitors have JavaScript turned off. Is the content still visible? Does the website still provide a useful experience without these effects? See <a href="http://en.wikipedia.org/wiki/Unobtrusive_JavaScript" title="Wikipedia">Unobtrusive JavaScript</a> for more information on best practice.</p>]]>
</description>
<content:encoded><![CDATA[
<p>Used wisely, JavaScript effects can provide that extra Wow! factor to your website. I have been looking at a couple of different scripts recently because they seemed to be just what I wanted for a couple of websites. Both these are based on the <a href="http://jquery.com">jQuery library</a>.</p>

	<p class="p3"><strong>Info</strong>: JavaScript adds an extra level of interaction or behaviour to your website and it might be tempting to use scripts like these excessively. However, you should also consider what happens if your web visitors have JavaScript turned off. Is the content still visible? Does the website still provide a useful experience without these effects? See <a href="http://en.wikipedia.org/wiki/Unobtrusive_JavaScript" title="Wikipedia">Unobtrusive JavaScript</a> for more information on best practice.</p>

	<p>Firstly, <a href="http://onehackoranother.com/projects/jquery/tipsy/">Tipsy</a> is the tooltip script used by <a href="http://www.facebook.com" title="Ever so famous social networking site">Facebook</a> and <a href="http://twitter.com">Twitter</a> to enhance the normal title attribute on links. However, just because these big guys are using it does not mean that you should use it without due consideration. If it fits what you are doing, go ahead and use it. It&#8217;s a neat tooltip script and rounded corners (using the <a href="http://www.cvwdesign.com/txp/article/357/aligning-your-css-properties-and-using-a-few-different-ones">border-radius property</a>) and a subtle fade effect are also possible with Tipsy.</p>

	<p>Secondly, one way of showcasing your content in a restricted space is to use a slider effect where the user clicks through several &#8216;slides&#8217; of your valuable content. This effect has been used a lot recently but it&#8217;s great for showing website portfolios or images. I think it&#8217;s also great for showing text <em>and</em> image content. A slider effect can be great for website visitors and for search engines if you are using text in this way. The slider effect that I have been using is <a href="http://cssglobe.com/post/5780/easy-slider-17-numeric-navigation-jquery-slider">Easy Slider</a>. This script has gone through several iterations now and it has a wealth of flexible configuration options. Just about everything has been thought of. Great work!</p>

	<p>In both cases, these scripts provide added enhancements for your website visitors. I&#8217;ll let you know when the website examples I am working on go live.</p>

<p class="zoundry_bw_tags"><span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://technorati.com/tag/jquery" class="ztag" rel="tag">jquery</a>, <a href="http://technorati.com/tag/javascript" class="ztag" rel="tag">javascript</a></span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=rhWCaIFFZQU:5OMYN25ZWc8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=rhWCaIFFZQU:5OMYN25ZWc8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=rhWCaIFFZQU:5OMYN25ZWc8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=rhWCaIFFZQU:5OMYN25ZWc8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/rhWCaIFFZQU" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/rhWCaIFFZQU/tooltips-and-slider-javascript-effects-based-on-jquery</link>
<pubDate>Tue, 13 Oct 2009 08:41:02 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-10-13:752c26464e46a43a8fee10091f7ee17f/367ea9e58c804b6c507584f55d579609</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/377/tooltips-and-slider-javascript-effects-based-on-jquery</feedburner:origLink></item>
<item><title>My favourite software at the moment</title>
<description>
<![CDATA[<p>Most software works great and does the job it was intended for. However, every once in a while I come across a programme that just seems to be perfectly thought out and that is a joy to use. Invariable the programme or software make me more efficient but, most of the time, it&#8217;s the way the programme works that elevates it above its rivals. Anyway, here&#8217;s a few programmes that I am liking a lot at the moment.</p>]]>
</description>
<content:encoded><![CDATA[
<p>Most software works great and does the job it was intended for. However, every once in a while I come across a programme that just seems to be perfectly thought out and that is a joy to use. Invariable the programme or software make me more efficient but, most of the time, it&#8217;s the way the programme works that elevates it above its rivals. Anyway, here&#8217;s a few programmes that I am liking a lot at the moment.</p>

	<h3>1. Microsoft Security Essentials</h3>

	<p>Yes, a new product from Microsoft in my list. Whatever next!? However, <a href="http://www.microsoft.com/security_essentials/">Microsoft Security Essentials</a> seems to be a neat anti-virus programme that has a simple interface, is not bloated with countless features that I never use, does not hog lots of resource, but is more configurable than some other AV programmes that shall remain nameless. I have used a few AV programmes and this seems to be much better than many others in my experience because it is very unobtrusive and easy to use. And it&#8217;s free as well.</p>

	<h3>2. Notepad++</h3>

	<p>I mostly use Dreamweaver for web page and style sheet editing but sometimes I just want to do a quick code edit. In these cases, I have recently started using <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>. I have really only scratched the surface of what it can do but I particularly like the brace and indent highlighting. This really helps my <span class="caps">PHP</span> coding I find!</p>

	<p class="p3"><strong>Reviews</strong>: Notepad++ gets a good <a href="http://download.cnet.com/Notepad/3000-2352_4-10327521.html">review on <span class="caps">CNET</span></a>. Smashing Magazine reviews <a href="http://www.smashingmagazine.com/2008/05/07/35-useful-source-code-editors-reviewed/">35 Source Code Editors</a>.</p>

	<h3>3. TweetDeck</h3>

	<p>Yes, anyone with a <a href="http://twitter.com">Twitter</a> account will have probably used several Twitter clients. Me too. I really like <a href="https://destroytwitter.com/">DestroyTwitter</a> and <a href="http://www.cvwdesign.com/txp/article/349/twitter-client-that-rocks">I reviewed it briefly</a>. However, it does not support multiple accounts or real-time monitoring of keyword searches and that&#8217;s the main reason I have moved to <a href="http://tweetdeck.com/beta/">TweetDeck</a>. When I first used <a href="http://tweetdeck.com/beta/">TweetDeck</a> several months ago I found it too much for my requirements at that time and I did not like some aspects of the interface. I tried it again recently and it&#8217;s much more to my liking. I am not sure if  that&#8217;s because the programme has been improved or if my usage has changed. Probably both. In any case, I really like using it and the multi-column views have definitely made my Twitter usage more efficient.</p>

	<p>I am sure that you have your own favorite software but these three have really won me over at the moment.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=lt6BfVlBWK0:D7bQ2dQJ9sQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=lt6BfVlBWK0:D7bQ2dQJ9sQ:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=lt6BfVlBWK0:D7bQ2dQJ9sQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=lt6BfVlBWK0:D7bQ2dQJ9sQ:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/lt6BfVlBWK0" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/lt6BfVlBWK0/my-favourite-software-at-the-moment</link>
<pubDate>Tue, 06 Oct 2009 16:30:21 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-10-05:752c26464e46a43a8fee10091f7ee17f/951b3dff210d0cc6823c66f6717c8b81</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/376/my-favourite-software-at-the-moment</feedburner:origLink></item>
<item><title>New web standards books from Zeldman and Budd</title>
<content:encoded><![CDATA[
<p>There are new editions of <a href="http://www.amazon.co.uk/gp/product/0321616952?ie=UTF8&amp;tag=horshampubgui-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0321616952">Designing with Web Standards</a> by <a href="http://www.zeldman.com/">Jeffery Zeldman</a> and <a href="http://www.amazon.co.uk/gp/product/1430223979?ie=UTF8&amp;tag=horshampubgui-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=1430223979"><span class="caps">CSS</span> Mastery: Advanced Web Standards Solutions</a> by <a href="http://www.andybudd.com/">Andy Budd</a> coming along in the next few months. If you have the previous editions, you&#8217;ll know that these are two great books! Must put them on my Xmas present list&#8230;</p>

<p class="zoundry_bw_tags"><span class="ztags"><span class="ztagspace">Technorati</span> : <a href="http://technorati.com/tag/css" class="ztag" rel="tag">css</a>, <a href="http://technorati.com/tag/web%20standards" class="ztag" rel="tag">web standards</a></span></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=wwSKeZCucAc:scquDosyafk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=wwSKeZCucAc:scquDosyafk:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=wwSKeZCucAc:scquDosyafk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=wwSKeZCucAc:scquDosyafk:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/wwSKeZCucAc" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/wwSKeZCucAc/new-web-standards-books-from-zeldman-and-budd</link>
<pubDate>Wed, 30 Sep 2009 09:28:16 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-09-30:752c26464e46a43a8fee10091f7ee17f/a41cc50700f60153c47db7a3ec27765e</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/375/new-web-standards-books-from-zeldman-and-budd</feedburner:origLink></item>
<item><title>Blockquotes and CSS styling</title>
<description>
<![CDATA[<p>I have been busy with a new website that includes several customer comments about the business in question. That&#8217;s great but how should I code it? In this case, I thought it would be best to use the <code>&lt;blockquote&gt;</code> tag/element in my <span class="caps">HTML</span>. If you don&#8217;t use this tag, you should because it&#8217;s really quite useful both as a meaningful way of marking up your content and as a tag that you can style. I also decided to use the <a href="http://reference.sitepoint.com/html/cite" title="Sitepoint HTML reference">cite element</a>. Normally, I include the <code>&lt;cite&gt;</code> tag within the <code>&lt;blockquote&gt;</code> and wrap it round the name of the person who made the comment/quote. </p>]]>
</description>
<content:encoded><![CDATA[
<p>I have been busy with a new website that includes several customer comments about the business in question. That&#8217;s great but how should I code it? In this case, I thought it would be best to use the <code>&lt;blockquote&gt;</code> tag/element in my <span class="caps">HTML</span>. If you don&#8217;t use this tag, you should because it&#8217;s really quite useful both as a meaningful way of marking up your content and as a tag that you can style. I also decided to use the <a href="http://reference.sitepoint.com/html/cite" title="Sitepoint HTML reference">cite element</a>. Normally, I include the <code>&lt;cite&gt;</code> tag within the <code>&lt;blockquote&gt;</code> and wrap it round the name of the person who made the comment/quote. A bit like this:</p>

<pre>&lt;blockquote&gt;
  &lt;p&gt;Don&#39;t Make me Think!&lt;/p&gt;
  &lt;p&gt;&lt;cite&gt;Steve Krug&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
</pre>

	<p>The <a href="http://reference.sitepoint.com/html/cite" title="Sitepoint HTML reference">cite element</a> is not the same as the <a href="http://www.w3schools.com/TAGS/att_blockquote_cite.asp">cite attribute</a> [which you might also decide to use]. </p>

	<p>With these tags in place, there are many <a href="http://www.smashingmagazine.com/2008/06/12/block-quotes-and-pull-quotes-examples-and-good-practices/">ways of styling the blockquote</a> content. I tend to stick with background colours and images but that&#8217;s just what I think works well for my clients. There are other possibilities for styling quotes and/or customer comments. Don&#8217;t let me stop you! </p>

	<p class="p3"><strong>Info</strong>: The above quote is taken From Steve Krug&#8217;s <a href="http://www.amazon.co.uk/gp/product/0321344758?ie=UTF8&amp;tag=horshampubgui-21&amp;linkCode=as2&amp;camp=1634&amp;creative=19450&amp;creativeASIN=0321344758">web usability book of the same name</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=rdUXxh0C20g:oJyYz38s7As:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=rdUXxh0C20g:oJyYz38s7As:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=rdUXxh0C20g:oJyYz38s7As:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=rdUXxh0C20g:oJyYz38s7As:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/rdUXxh0C20g" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/rdUXxh0C20g/blockquotes-and-css-styling</link>
<pubDate>Wed, 23 Sep 2009 13:57:08 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-09-23:752c26464e46a43a8fee10091f7ee17f/f0387d29e02f95dbcd65c382335fc330</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/374/blockquotes-and-css-styling</feedburner:origLink></item>
<item><title>Tips to help make your website more mobile-friendly</title>
<description>
<![CDATA[<p>This is not a comprehensive article about developing a mobile device strategy for your website. It&#8217;s simply some tips that are based on a couple of things that I have implemented recently so that this blog is more easily viewable on mobile or cell phones. In my case, I am assessing each of my personal websites in order to determine whether I want to make them more mobile-friendly. If Yes, my plan is that I will <em>not</em> be creating separate mobile websites but will be optimising the existing websites.</p>

	<p class="p3"><strong>Info</strong>: There are several mobile device website strategies that you may consider [including the option of doing nothing]. Cameron Moll&#8217;s <a href="http://mobilewebbook.com/">Mobile Web Book</a> is a good place to start if you want to know more.</p>]]>
</description>
<content:encoded><![CDATA[
<p>This is not a comprehensive article about developing a mobile device strategy for your website. It&#8217;s simply some tips that are based on a couple of things that I have implemented recently so that this blog is more easily viewable on mobile or cell phones. In my case, I am assessing each of my personal websites in order to determine whether I want to make them more mobile-friendly. If Yes, my plan is that I will <em>not</em> be creating separate mobile websites but will be optimising the existing websites.</p>

	<p class="p3"><strong>Info</strong>: There are several mobile device website strategies that you may consider [including the option of doing nothing]. Cameron Moll&#8217;s <a href="http://mobilewebbook.com/">Mobile Web Book</a> is a good place to start if you want to know more.</p>

	<p>Here are my tips:</p>

	<ul>
		<li>View your website on your mobile or cellular phone to see what it looks like. Use the default phone browser and another browser like <a href="http://www.opera.com/mini/">Opera Mini</a>. Use a friend&#8217;s phone as well. This will give you some idea about any problems that may be present.</li>
		<li>Make the code as semantic as you can. Use headings (H1, H2, H3 etc) and lists where appropriate. If the phone&#8217;s browser does not like your style sheet, at the very least it will recognise well-structured <span class="caps">HTML</span>.</li>
		<li>Get the source code order correct and put the main content first. In my case, the right column was first in the source code which meant that some mobile users with a smaller screen and default browser saw less important content first before the actual articles. I changed things around in my page template and style sheet to overcome this.</li>
		<li>Create an alternative style sheet for mobile devices. Use the media attribute with value = handheld when you link the style sheet. Put some simple styles in this that override your main style sheet. As a start, I decided to remove floats for the main <code>&lt;div&gt;</code>s and change their widths to % values rather than pixel-based values. The idea here is that the content will be linearized and more easily readable on smaller screens.</li>
		<li>View your website on your mobile or cellular phone to see what it looks like&#8230;..</li>
	</ul>

	<p>These are just the first steps that I have taken. I will probably be adding more to my handheld style sheet in the coming months. I will also be revising some other websites accordingly and learning more about other mobile device website methods and strategies.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=NadPZc0YaWo:lVFwfLoKPG8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=NadPZc0YaWo:lVFwfLoKPG8:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=NadPZc0YaWo:lVFwfLoKPG8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=NadPZc0YaWo:lVFwfLoKPG8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/NadPZc0YaWo" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/NadPZc0YaWo/tips-to-help-make-your-website-more-mobile-friendly</link>
<pubDate>Tue, 15 Sep 2009 12:49:53 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-09-15:752c26464e46a43a8fee10091f7ee17f/8ecf7af2134445a1d99b68c03d2900c9</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/373/tips-to-help-make-your-website-more-mobile-friendly</feedburner:origLink></item>
<item><title>Interviewed for The Web Design Blog</title>
<content:encoded><![CDATA[
<p>Fellow UK web designer <a href="http://twitter.com/philmatthews" title="on Twitter">Phil Matthews</a> recently asked me to answer a few questions as part of an interview series on <a href="http://www.thewebdesignblog.co.uk/">The Web Design Blog</a>. Here&#8217;s <a href="http://www.thewebdesignblog.co.uk/interviews/interview-with-freelance-web-designer-clive-walker/">the interview</a>. I enjoyed answering the questions. Hope you like it.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/cvw?a=QPtwo5gE9ys:AgMEW-RPngY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/cvw?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=QPtwo5gE9ys:AgMEW-RPngY:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/cvw?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=QPtwo5gE9ys:AgMEW-RPngY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/cvw?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/cvw?a=QPtwo5gE9ys:AgMEW-RPngY:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/cvw?d=I9og5sOYxJI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/cvw/~4/QPtwo5gE9ys" height="1" width="1"/>]]></content:encoded>
<link>http://feedproxy.google.com/~r/cvw/~3/QPtwo5gE9ys/interviewed-for-the-web-design-blog</link>
<pubDate>Thu, 10 Sep 2009 13:10:43 GMT</pubDate>
<dc:creator>Clive Walker</dc:creator>
<guid isPermaLink="false">tag:www.cvwdesign.com,2009-09-10:752c26464e46a43a8fee10091f7ee17f/086a7df376551dba4808a79fa81c8913</guid>
<feedburner:origLink>http://www.cvwdesign.com/txp/article/372/interviewed-for-the-web-design-blog</feedburner:origLink></item></channel>
</rss>
