<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<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/"
	>

<channel>
	<title>Six Shooter Media</title>
	<link>http://www.sixshootermedia.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 28 Apr 2008 20:14:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>100 up</title>
		<link>http://www.sixshootermedia.com/blog/100-up/</link>
		<comments>http://www.sixshootermedia.com/blog/100-up/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 14:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/blog/100-up/</guid>
		<description><![CDATA[Today the <a href="http://www.sixshootermedia.com/web-design-directory/">Web Design Directory</a> received it's 100th link! Meaning that there are now 100 quality links to web sites covering all different aspects of web design. Don't forget to add your own link if you haven't already!]]></description>
			<content:encoded><![CDATA[Today the <a href="http://www.sixshootermedia.com/web-design-directory/">Web Design Directory</a> received it's 100th link! Meaning that there are now 100 quality links to web sites covering all different aspects of web design. Don't forget to add your own link if you haven't already!]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/blog/100-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RTECHNEWS Logo</title>
		<link>http://www.sixshootermedia.com/logo-design/rtechnews-logo/</link>
		<comments>http://www.sixshootermedia.com/logo-design/rtechnews-logo/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 16:05:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Logo Design]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/logo-design/rtechnews-logo/</guid>
		<description><![CDATA[<img src="/images/logos/rtn.jpg" alt="RTECHNEWS Logo" />]]></description>
			<content:encoded><![CDATA[<p>RTECHNEWS is a web site/blog whose author, Tom Balthasar regularly writes about technological endeavors in the world wide web. The logo had to symbolise forward-thinking and cutting-edge, phrases often associated with technology and new advancements.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/logo-design/rtechnews-logo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Semantic h1 logo link</title>
		<link>http://www.sixshootermedia.com/blog/semantic-h1-logo-link/</link>
		<comments>http://www.sixshootermedia.com/blog/semantic-h1-logo-link/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 09:43:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/blog/semantic-h1-logo-link/</guid>
		<description><![CDATA[... I can't really think of a more descriptive title than that, so it will have to do! Any way... moving on. This is a technique that I use on 95% of web sites that I build, indeed any that have a logo which will be appearing in the header]]></description>
			<content:encoded><![CDATA[<p>I think it is safe now to say that logos in headers link back to the homepage. It&#8217;s common knowledge. So how do we get our logo in our header, linking back to our homepage in a semantic fashion, without just plonking an image in there, and wrapping it in an a tag? The easiest way to explain will be with an example&#8230;</p>
<p>Okay, let&#8217;s say we have our logo, it&#8217;s called sixshootermedia_logo.png, it sits in our images folder and is 200 pixels wide by 100 pixels tall. Okay.</p>
<p>The first thing I do is to create the html necessary to hold the logo. This is about as semantic as we can get!;<br />
<code><br />
&lt;h1&gt;&lt;a href=&quot;/home/&quot; title=&quot;Take me home!&quot;&gt;Six Shooter Media&lt;/a&gt;&lt;/h1&gt;<br />
</code>
</p>
<p>Nice and simple. Now on to the actual magic; the css. What I do with the css is give the link inside the h1 the exact dimensions of the logo by displaying it in the block format. And then set the logo file as it&#8217;s background image. So we have something like this<br />
<code><br />
h1 a {<br />
display:block;<br />
width:200px;<br />
height:100px;<br />
background:url(/images/sixshootermedia_logo.png) no-repeat;<br />
}<br />
</code>
</p>
<p>Now if you check your site you will notice that your homepage link is sat nicely, with the logo as it&#8217;s background, fully visible for all to see. But wait, the actual h1 text is still there, and it&#8217;s sat right on top of our logo image, &#8220;Sacre Bleu!&#8221;<br />This leads us onto the final spell in our magic trick! Simply add <code>text-indent:-9999px;</code> to your <code>h1 a</code> css style and the actual text itself disappears, leaving the logo in it&#8217;s pride of place.</p>
<p>So there you have it! A semantic h1 logo link.</p>
<p><small>You can actually see this technique live, on this site, right now!</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/blog/semantic-h1-logo-link/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rankd.com</title>
		<link>http://www.sixshootermedia.com/web-design/rankdcom/</link>
		<comments>http://www.sixshootermedia.com/web-design/rankdcom/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 16:43:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/web-design/rankdcom/</guid>
		<description><![CDATA[<img src="/images/websites/rankd.jpg" alt="Rankd" />]]></description>
			<content:encoded><![CDATA[<p>Rankd is a social networking web site geared towards reviews and ratings. Rankd works on a similar model to digg&#8230; users can comment on and &#8220;approve&#8221; particular things, but in a much more useful way than simply &#8220;digging&#8221; it. There are different critical areas for each category that you can use to rate and review, along with others to create definitive lists of the best products/tv shows/anything in each category/market. A fabulous idea! The guys at rankd came to me for the creating of several page templates which make use of some advanced css and xhtml techniques.<a href="http://rankd.com/" title="rankd">Click here to view rankd.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/web-design/rankdcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS Disjointed Text Rollovers</title>
		<link>http://www.sixshootermedia.com/blog/css-disjointed-text-rollovers/</link>
		<comments>http://www.sixshootermedia.com/blog/css-disjointed-text-rollovers/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 16:29:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/blog/css-disjointed-text-rollovers/</guid>
		<description><![CDATA[A client has recently asked me to create, as part of a new web site a navigation system whereby when the user hovers over one of the links, some descriptive text about that link pops up to the right thus giving the user some more insight as to what that link actually does/where it actually goes. "No problem" I thought...]]></description>
			<content:encoded><![CDATA[<p>First I attempted to create this the way anybody else might. Starting with the basics I created a list of links. Within each link I placed a span into which went the &#8220;descriptive text&#8221;. Something like this</p>
<p><code><br />
&lt;a href=&quot;#&quot; title=&quot;Title&quot;&gt;Link Here&lt;span&gt;Descriptive Text Here&lt;/span&gt;&lt;/a&gt;<br />
</code></p>
<p>
Now to make this work I figured that I should firstly hide that span by giving it a &#8220;display:none&#8221; property, and then make it visible again on rollover. I had something like this in my css:
</p>
<p><code><br />
#nav li a span {<br />
display:none;<br />
}</p>
<p>#nav li a:hover span {<br />
display:block;<br />
position:absolute;<br />
top:0<br />
right:0<br />
}<br />
</code></p>
<p>Looks fine, right? I thought so too. IE6 thought otherwise. IE6 always does. &#8230;After some quick Googling it seemed that there was nothing wrong with my methodology; many other people had achieved the same effect using this code, but for some reason it wasn&#8217;t working for me. Probably something to do with code used elsewhere within the page&#8230;</p>
<p>Instead of crawling through all of my code I decided to find another way to achieve this effect. I&#8217;ve always said one of the great things about web design, css/xhtml coding in particular is that there are hundreds of ways to do the same things and create the same effects. Anyway, I figured that it was quite probably the &#8220;display&#8221; property which was causing the problem and so tried something different; &#8220;visibility&#8221;.</p>
<p>Hey Presto! It worked. Instead of placing the properties of the box containing the descriptive text in the span selector in the CSS, I placed it in the a:hover span selector and used visibility:hidden and visibility:visible as opposed to display:none and display:block.</p>
<p>Don&#8217;t ask my WHY this worked when the alternative didn&#8217;t, but it did, and I thought it might be useful to someone out there and so here is my blog post <img src='http://www.sixshootermedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>You can see a demo of this effect here: <a href="/css-disjointed-text-rollovers/?PHPSESSID=8f09f18b2c21542bf42c64cf9037f624" title="CSS Disjointed Text Rollovers">CSS Disjointed Text Rollovers</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/blog/css-disjointed-text-rollovers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Design Directory</title>
		<link>http://www.sixshootermedia.com/blog/web-design-directory/</link>
		<comments>http://www.sixshootermedia.com/blog/web-design-directory/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 14:54:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/blog/web-design-directory/</guid>
		<description><![CDATA[The last two blog posts I've made have been a list of links... Useful links as they are, they are but a drop in the ocean of blog post after blog post, linking to useful web sites etc...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve often thought to myself&#8230; &#8220;How useful it would be to have all the great web design links in one place, categorised and ordered so that I can easily find what I&#8217;m looking for, quickly and in one place&#8230;&#8221; And so the idea came to build such a place.</p>
<p>I&#8217;ve put together a simple directory into which I hope the authors of all the useful web design tidbits out there will submit their links to. Of course there will be the benefits of the traffic the directory will create to your web site, but mainly I am just trying to create a useful place for fellow web designers to refer to when they need something.</p>
<p>So be sure to check out the <a href="http://www.sixshootermedia.com/web-design-directory/" title="Web Design Directory">Web Design Directory</a> and be sure to add your link!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/blog/web-design-directory/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress plugins I&#8217;m currently using&#8230;</title>
		<link>http://www.sixshootermedia.com/blog/wordpress-plugins-im-currently-using/</link>
		<comments>http://www.sixshootermedia.com/blog/wordpress-plugins-im-currently-using/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 12:59:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/blog/wordpress-plugins-im-currently-using/</guid>
		<description><![CDATA[Plugins are one of the things which make WordPress such a fantastic <del datetime="2008-03-12T12:44:14+00:00">blogging</del> web site building platform. They allow it to do things which it cannot do out of the box and can help to take your site to the next level. Below is a list of the plugins I am currently using, plus a link to read more about them and download them.]]></description>
			<content:encoded><![CDATA[<p><a href="http://akismet.com/" title="Askimet">Askimet</a> - The one plugin that all WordPress users should be using without question. Askimet is by far the best comment spam eradicating solution for WordPress. The plugin itself requires a WordPress API key which you can obtain by registering for free at <a href="http://www.wordpress.com" title="WordPress.com Free Blogging App">WordPress.com</a></p>
<p><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" title="Dagon Design Sitemap Generator">Dagon Design Sitemap Generator</a> - This is the plugin I use to create my <a href="/sitemap/?PHPSESSID=8f09f18b2c21542bf42c64cf9037f624" title="Six Shooter Media Sitemap">sitemap</a>. It offers plenty of flexibility and displays all posts, categories and pages in the most elegant way that I&#8217;ve yet to discover for WordPress</p>
<p><a href="http://www.joostdevalk.nl/wordpress/enhanced-wordpress-contactform-plugin/" title="Advanced WordPress Contact Form">Advanced WordPress Contact Form</a> - It&#8217;s true there are plenty of Contact Form plugins available for WordPress, and I&#8217;ve used a fair few of them, but this one&#8217;s my favorite so far. It&#8217;s easy to set up and configure, uses valid code and has <strong>built in spam protection</strong>&#8230; A winner all-round! You can see this plugin in action on my <a href="/contact?PHPSESSID=8f09f18b2c21542bf42c64cf9037f624" title="Six Shooter Media Contact Page">contact page</a>.</p>
<p><a href="http://adambrown.info/b/widgets/kb-robots-txt/" title="KB Robots">KB Robots</a> - Not really an essential plugin, but one that makes setting up your blog that little bit easier&#8230; KB Robots allows you to add and customise your Robots.txt file through the WordPress interface</p>
<p><img src='/wp-content/hilite1.png' alt='hilite' /> <a href="http://dev.wp-plugins.org/browser/google-highlight/" title="Google Hilite">Google Hilite</a> - This is a nifty little plugin which adds some simple styles to your stylesheet so that users who arrive at your web page from Google will have all of their search terms highlighted on your page&#8230; This obviously makes it easier for them to skim your page and find what they were looking for in the first place immediately.</p>
<p><a href="http://rmarsh.com/plugins/similar-posts/ alt="Similar Posts">Similar Posts</a> - This is a great plugin and a clever one at that. On each of your individual pages that this plugin is running on, it scans the text for keywords, and then returns other articles on your web site relevant to the keywords it found for the current article. This is great as it gives users an alternate location once they&#8217;ve finished reading the current article which in turn helps boost your Search Engine Rankings.</p>
<p>That&#8217;s it for now&#8230; I thought I was making use of more plugins than that but apparently not! I suppose you could call this a list of the bare essentials&#8230; The plugins I (apparently) could not live without! What are your &#8220;can&#8217;t-live-without&#8221; plugins?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/blog/wordpress-plugins-im-currently-using/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Useful links for every web designer&#8230;</title>
		<link>http://www.sixshootermedia.com/blog/useful-links-for-every-web-designer/</link>
		<comments>http://www.sixshootermedia.com/blog/useful-links-for-every-web-designer/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:12:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blog]]></category>

		<category><![CDATA[ajax]]></category>

		<category><![CDATA[fonts]]></category>

		<category><![CDATA[icons]]></category>

		<category><![CDATA[typography]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/blog/useful-links-for-every-web-designer/</guid>
		<description><![CDATA[This list of links is a collection of useful tidbits, be they icons, fonts or online applications which make my life as a web site designer a whole lot easier. These are links which every web designer should be aware of.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.famfamfam.com/lab/icons/silk/" title="FAMFAMFAM Silk Icons">FAMFAMFAM Silk Iconset</a> - A wonderful set of over 700 icons to be used on your web sites. There&#8217;s literally an icon for every occasion here.</p>
<p><a href="http://www.pinvoke.com/" title="Pinvoke Icons">Pinvoke</a> - Pinvoke also produce a lovely iconset containing over 400 icons. They also distribute some fantastic, free pixel fonts.</p>
<p><a href="http://www.monc.se/tripoli/" title="Tripoli">Tripoli</a> - Tripoli is a stable, cross browser rendering foundation which forms a fantastic starting point for all web design projects. It creates a standard css and xhtml file which performs as consistently as possible across all modern browsers.</p>
<p><a href="http://www.colorschemer.com/online.html" title="Colour Schemer Online">Colour Schemer Online</a> - This colour schemer is a useful tool. Simply add a main parent colour to the swatch on the left and generate a palette of compatible colours. This can be especially useful if you&#8217;re struggling to find that perfect match of colours.</p>
<p><a href="https://www.fontshop.com/freefonts/" title="Fontshop Free Fonts">FontShop Free Fonts</a> - This is a page featuring a freebie font offered by the FontShop. While there is only one font here, that font is changed and rotated fairly regularly and is generally a font of high quality, unlike a lot of free font offerings on the web. Well worth checking back regularly.</p>
<p><a href="http://typetester.maratz.com/" title="TypeTester">TypeTester</a> - We all know about typetester, right? It&#8217;s an online app which allows you to preview different fonts rendered in css with all the different font style properties available. Useful for selecting font styles before designing a page.</p>
<p><a href="http://www.csstypeset.com/" title="CSS Type Test">CSS Type Test</a> - Similar to TypeTester. My personal choice of type testing app.</p>
<p><a href="http://www.ajaxrain.com/" title="AJAXRain">AJAXRain</a> - When used properly and intuitively, AJAX is pretty damn cool. AJAXRain is a directory of various different AJAX scripts, all located in one place and well organised.</p>
<p><a href="http://www.attackr.com/" title="Attackr">Attackr</a> - A good read, Attackrs articles are written by blogging designers all over the world who produce both interesting and informative articles.</p>
<p><a href="http://www.cssplay.co.uk" title="CSS Play">CSS Play</a> - Another one we all know about. A great resource of all kinds of different useful and experimental CSS techniques.</p>
<p><a href="http://www.google.com/analytics/" title="Google Analytics">Google Analytics</a> - Hugely popular, Google Analytics allows you to keep track of visitors to your site, and all kinds of information about them; where they come from, what browser they are using, which web site referred them etc etc etc. Very in-depth traffic analysis application.</p>
<p><a href="https://goplan.org/" title="GoPlan">GoPlan</a> - GoPlan is a project tracking application which allows you to efficiently keep on top of all your current projects. It offers file hosting, chat rooms, calendars and all kinds of other useful features for you and your client. I prefer GoPlan to Basecamp as I get more for my bucks, and can pay with PayPal.</p>
<p>And there you have it. I hope you enjoyed my list of uber useful linkage!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/blog/useful-links-for-every-web-designer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thalakotur logo</title>
		<link>http://www.sixshootermedia.com/logo-design/thalakotur-logo/</link>
		<comments>http://www.sixshootermedia.com/logo-design/thalakotur-logo/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 10:23:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Logo Design]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/logo-design/thalakotur-logo/</guid>
		<description><![CDATA[<img src="/images/logos/thalakotur.jpg" alt="Thalakotur Logo" />]]></description>
			<content:encoded><![CDATA[<p>Matthew Thalakotur of Thalakotur.com got in touch with me for both the design of his new logo and new web site for his media consulting firm. Here is the logo designed to evoke the spirit of bother media and consulting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/logo-design/thalakotur-logo/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Christopher Haynes Logo</title>
		<link>http://www.sixshootermedia.com/logo-design/christopher-haynes-logo/</link>
		<comments>http://www.sixshootermedia.com/logo-design/christopher-haynes-logo/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 10:21:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Logo Design]]></category>

		<guid isPermaLink="false">http://www.sixshootermedia.com/logo-design/christopher-haynes-logo/</guid>
		<description><![CDATA[<img src="/images/logos/ch.jpg" alt="Chris Haynes Logo" />]]></description>
			<content:encoded><![CDATA[<p>Christopher had tried various logo shops in search of a final logo for his ICT consulting firm without receiving a satisfactory product, until getting in touch with Six Shooter Media. The following logo was produced to match Chris&#8217; requirements, evoking strength, a solid core at the centre of a fragmented service, a symbol relating to IT and an abstract inclusion of his initials.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sixshootermedia.com/logo-design/christopher-haynes-logo/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
