<?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:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Beseku. A Portfolio &amp;amp; Tumblelog.</title>
	<link>http://www.beseku.com/</link>
	<description>Beseku. A Portfolio &amp;amp; Weblog.</description>
	<dc:language>en</dc:language>
	<dc:creator>enquiries@beseku.com</dc:creator>
	<dc:rights>Copyright 2009</dc:rights>
	<dc:date>2009-05-06T17:01:18+00:00</dc:date>
	
	
	<geo:lat>51.30</geo:lat><geo:long>0.30</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/beseku" 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>Detecting Visited Sites With jQuery</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/orpvFQNvr8g/</link>
		<guid isPermaLink="false">detecting-visited-sites-with-jquery</guid>
		<description>&lt;p&gt;My recent adventure in writing a &lt;a href="http://www.beseku.com/weblog/2009/04/22/detecting-installed-fonts-with-jquery/"&gt;jQuery plugin&lt;/a&gt; led to me considering what other notionally unattainable client-side information could be gathered using a bit of Javascript and &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; manipulation. A bit of playing, (and a lot of understanding Safari&amp;rsquo;s rather greedy method of storing styles) has resulted in my second &lt;a href="http://www.jquery.com"&gt;jQuery&lt;/a&gt; plugin in as many months.&lt;/p&gt;

&lt;p&gt;With the same disclaimers about elegance and infallibility, this plugin allows you to test a user&amp;rsquo;s browser history against specific &lt;abbr title="Universal Resource Location"&gt;URL&lt;/abbr&gt;, returning a true/false value if they have visited the site in question.&lt;/p&gt;

&lt;div class="code"&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;if ($.history.test(&amp;#8216;http://www.flickrshow.com&amp;#8217;)) {&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;alert('You tasteful bugger.');&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;}&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;

&lt;p&gt;Much like my previous effort, this plugin works by creating an &lt;abbr title="Hyper Text Mark-up Language"&gt;HTML&lt;/abbr&gt; element, in this case an &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; tag, and some associated &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; properties to alter the element in a measurable way. In this case, by adding some very specific styles to the &lt;code&gt;:visited&lt;/code&gt; property of the link that can be measured in a fairly precise manner if the link has been visited in the past.&lt;/p&gt;

&lt;p&gt;This isn&amp;rsquo;t a bulletproof solution, however. You can only blindly test against the browser history, so need to make educated guesses and allow for changes in a &lt;abbr title="Universal Resource Location"&gt;URL&lt;/abbr&gt;, (such as trailing slashes or additional query string parameters). I&amp;rsquo;ve found that testing for one or two minor variations gives the best result &amp;ndash; I might even add some minor intelligence to the function to account for this.&lt;/p&gt;&lt;p&gt;
	
&lt;/p&gt;&lt;p&gt;As before, the plug-in is of beta quality but seems to work in Safari 3, Firefox 3+, and &lt;abbr title="Internet Explorer"&gt;IE&lt;/abbr&gt; 6+. I&amp;rsquo;ve created another &lt;a href="http://dev.beseku.com/projects/jquery/history/"&gt;example page&lt;/a&gt;, where you can also download version 1.0 of the plug-in in &lt;a href="http://dev.beseku.com/projects/jquery/history/jquery.history.js"&gt;uncompressed&lt;/a&gt; and &lt;a href="http://dev.beseku.com/projects/jquery/history/jquery.history.mini.js"&gt;compressed&lt;/a&gt; form.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/beseku?a=orpvFQNvr8g:3jT-4QAzkjs:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/beseku?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/orpvFQNvr8g" height="1" width="1"/&gt;</description>
		<dc:date>2009-05-06T17:01:18+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2009/05/06/detecting-visited-sites-with-jquery/</feedburner:origLink></item>
	
	<item>
		<title>Web Myths - Only Use Web Fonts</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/nMoc--RaULY/</link>
		<guid isPermaLink="false">web-myths-only-use-web-fonts</guid>
		<description>&lt;p&gt;&lt;em&gt;Author&amp;rsquo;s Note &amp;ndash; This is a reproduction of a boxout written for the &amp;lsquo;Exploding The Myths Of Web Design&amp;rsquo; feature in &lt;a href="http://www.netmag.co.uk/zine/latest-issue/issue-189"&gt;.Net magazine, issue 189&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Have you ever been handed a design for a website and wondered what font the designer has used for the body copy? Because I can honestly say I never have, and this certainly isn&amp;rsquo;t down to web designers having a love for Georgia and Arial. Instead, it&amp;rsquo;s down to a common misconception that the only fonts that can be rendered in a browser are the old &amp;lsquo;favourites&amp;rsquo;. The thing is, a modern web browser is perfectly capable of rendering any font that a user has installed, and because of the popularity of particular software packages, the list of relatively commonplace fonts includes some beauties.&lt;/p&gt;
&lt;p&gt;On &lt;a href="http://24ways.org"&gt;24 Ways&lt;/a&gt;, &lt;a href="http://24ways.org/2007/increase-your-font-stacks-with-font-matrix"&gt;Richard Rutter&lt;/a&gt; showed that if you take into account fonts installed by Windows and Mac OS X along with those from Microsoft Office and Adobe&amp;rsquo;s Creative Suite, the resulting list includes some rather lovely serif and san-serif fonts that a designer can use to bolster their designs. With some carefully selected fall-backs, there’s no reason why a good developer can’t provide users with Caslon or Jenson in place of Georgia, or Helvetica Neue in place of Arial. By using the &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; &lt;code&gt;font-weight&lt;/code&gt; property, you can even use differing weights further enhance your work.&lt;/p&gt;
&lt;p&gt;Most websites are launched to a specific audience or demographic, and if they aren&amp;rsquo;t then your marketing team is missing a trick. If you have a good idea who will be looking at your site, it&amp;rsquo;s then easy to treat them to some nicer typography. For example, &lt;a href="http://www.panic.com"&gt;Panic&lt;/a&gt; achieves this on the company&amp;rsquo;s website for FTP client &lt;a href="http://www.panic.com/coda"&gt;Coda&lt;/a&gt; by using Helvetica Neue Light, after surmising that the majority of visitors will be Mac OS X users, who have the font installed on their system by default. Even if you don’t have such a targeted audience, you can still play the percentage game, and in doing so, you can at least treat a portion of your visitors to a more refined, unique look. Call it typographic progressive enhancement!&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/beseku?a=nMoc--RaULY:3yUnsMiehp8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/beseku?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/nMoc--RaULY" height="1" width="1"/&gt;</description>
		<dc:date>2009-04-29T10:46:26+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2009/04/29/web-myths-only-use-web-fonts/</feedburner:origLink></item>
	
	<item>
		<title>Detecting Installed Fonts With jQuery</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/vkZLG_M42wE/</link>
		<guid isPermaLink="false">detecting-installed-fonts-with-jquery</guid>
		<description>&lt;p&gt;I&amp;rsquo;m a massive fan of pushing the typographic capabilities of our current crop of web browsers and the supported &lt;abbr title="Hyper Text Mark-up Language"&gt;HTML&lt;/abbr&gt; and &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; standards. I&amp;rsquo;m not talking about embedded fonts or Flash/Javascript-based font generation but using simple &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; rules to bring nice fonts to the user, if available on their system. &lt;a href="http://clagnut.com/blog/2228/"&gt;Richard Rutter&lt;/a&gt;, &lt;a href="http://blog.gesteves.com/post/36097597/helvetica-neue-light"&gt;Guillermo Esteves&lt;/a&gt; and myself have all published tutorials on how to include non-generic font families in your &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; declarations - the very same methods that allow me to use &lt;a href="http://www.fontshop.com/fonts/downloads/creative_alliance/adobe_caslon_pro_complete_vp/"&gt;Adobe Caslon Pro&lt;/a&gt; on this website.&lt;/p&gt;

&lt;p&gt;These methods are excellent for progressively enhancing the typography of a website, but are, (rightly so), based on providing a carefully selected set of fall-back fonts should the favoured family be unavailable. At present, there is no elegant way to determine whether your chosen font is being used and, if not, which of the numerous families in your font stack are instead.&lt;/p&gt;

&lt;p&gt;Although I am loathe to call this solution elegant or fail-safe, I&amp;rsquo;ve tried to solve this problem by building a &lt;a href="http://www.jquery.com"&gt;jQuery&lt;/a&gt; plug-in that should shed some light on which families your site is rendering in, and allow you to alter a site&amp;rsquo;s behaviour, content or appearance accordingly. I&amp;rsquo;ve created a &lt;a href="http://dev.beseku.com/projects/jquery/font/"&gt;demonstration page&lt;/a&gt; that uses the plug-in to show which of the fonts you currently have installed and enabled out of a list that is fairly arbitrary, (the fonts currently active on computers around the &lt;a href="http://www.outsideline.co.uk"&gt;Outside Line&lt;/a&gt; office).&lt;/p&gt;

&lt;p&gt;The plug-in works by generating a paragraph of text, outside of the viewport, in a monospaced font. The paragraph is measured and re-rendered in the test font, (if available). If the paragraph dimensions change, then the rendered font must have too, and so the family must be installed/enabled.&lt;/p&gt;

&lt;div class="code"&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;if ($.font.test(&amp;#8220;&amp;#8216;ACaslonPro-Regular&amp;#8217;,&amp;#8216;Adobe Caslon Pro&amp;#8217;&amp;#8221;)) {&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;alert('You lucky bugger.');&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;}&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;

&lt;p&gt;Usage of the plugin is fairly simple, returning a boolean true or false value when you pass in a &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt;-style &lt;code&gt;font-family&lt;/code&gt; declaration. You can also pass in, optionally, a &lt;code&gt;font-family&lt;/code&gt; declaration that you know is different in dimensions and available to test against, should the defaults not work so well.&lt;/p&gt;

&lt;div class="code"&gt;
&lt;ol&gt;
&lt;li&gt;&lt;code&gt;$.font.test(&amp;#8220;&amp;#8216;PanicSans&amp;#8217;,&amp;#8216;Panic Sans&amp;#8217;&amp;#8221;, &amp;#8220;Georgia, Times, &amp;#8216;Times New Roman&amp;#8217;, Serif&amp;#8221;);&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;

&lt;p&gt;The plug-in is of beta quality, and has only been tested to the extent of the fonts available to me. It works in Safari 3, Firefox 3+, and IE 6+. A lot will depend on the font names/post-script names/family names of the fonts you are testing for, as they tend to differ between vendors. In terms of example usage, aside from the &lt;a href="http://dev.beseku.com/projects/jquery/font/"&gt;demonstration pages&lt;/a&gt;, I&amp;rsquo;ve updated the &lt;a href="/about/#about-2"&gt;about&lt;/a&gt; section of this site to deliver a more relevant message describing the design of the site. You can download version 0.1 of the plug-in in &lt;a href="http://dev.beseku.com/projects/jquery/font/jquery.font.js"&gt;uncompressed&lt;/a&gt; and &lt;a href="http://dev.beseku.com/projects/jquery/font/jquery.font.mini.js"&gt;compressed&lt;/a&gt; form.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/beseku?a=vkZLG_M42wE:zITVMR0Kx-Q:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/beseku?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/vkZLG_M42wE" height="1" width="1"/&gt;</description>
		<dc:date>2009-04-22T16:24:01+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2009/04/22/detecting-installed-fonts-with-jquery/</feedburner:origLink></item>
	
	<item>
		<title>LAMP Developer Wanted</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/-_8j8zUV0G0/</link>
		<guid isPermaLink="false">lamp-developer-wanted</guid>
		<description>&lt;p&gt;&lt;a href="http://www.outsideline.co.uk"&gt;Outside Line&lt;/a&gt; are looking for a &lt;abbr title="Linux Apache MySql PHP"&gt;LAMP&lt;/abbr&gt; developer to join our team in Exmouth Market, London. We need someone who is obsessed with producing efficient code, fast queries and well-structured applications. We use the Codeigniter and Zend frameworks, but appreciate you might have experience with another &lt;abbr title="Model View Controller"&gt;MVC&lt;/abbr&gt; set-up. Bonus points will be awarded, (in order of importance) for any experience in internationalisation and/or localisation, server administration and putting the milk in before the teabag/water. We ideally want someone with agency experience looking to step up to a bigger league and make their mark.&lt;/p&gt;

&lt;p&gt;You’ll be working with extremely talented designers and developers, and me, at a top &lt;abbr title="United Kingdom"&gt;UK&lt;/abbr&gt; agency on projects for clients such as Queen, Paul McCartney, Oasis, Cravendale, the &lt;abbr&gt;BRIT&lt;/abbr&gt;s and Diesel. You’ll be joining a tight knit studio that love producing exciting content for the web, (with a bit of table football and Gears of War on the side).&lt;/p&gt;

&lt;p&gt;Salary will be dependent on experience and is negotiable. No remote workers, people who can’t work in the &lt;abbr title="United Kingdom"&gt;UK&lt;/abbr&gt; or recruitment agencies. If you are interested, email your &lt;abbr title="Curriculum Vitae"&gt;CV&lt;/abbr&gt; and code examples to &lt;a href="mailto:bens@outsideline.co.uk?subject=Re:LAMP Developer position @ Outside Line"&gt;bens@outsideline.co.uk&lt;/a&gt;.
&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/beseku?a=-_8j8zUV0G0:def5mdIuzX4:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/beseku?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/-_8j8zUV0G0" height="1" width="1"/&gt;</description>
		<dc:date>2009-04-15T16:30:29+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2009/04/15/lamp-developer-wanted/</feedburner:origLink></item>
	
	<item>
		<title>Front-End Developer Wanted</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/DoNUUQVGIXM/</link>
		<guid isPermaLink="false">front-end-developer-wanted</guid>
		<description>&lt;p&gt;&lt;a href="http://www.outsideline.co.uk"&gt;Outside Line&lt;/a&gt; are looking for a front-end developer to join our team in Exmouth Market, London. We need someone who is obsessed with producing clean, accessible and semantic mark-up and loves nothing more than pushing browsers to their limits with &lt;abbr&gt;CSS&lt;/abbr&gt; and Javascript, (particularly jQuery and/or Prototype). Bonus points will be awarded, (in order of importance) for knowledge of &lt;abbr&gt;PHP&lt;/abbr&gt;, MySQL, CodeIgniter and &lt;abbr&gt;MVC&lt;/abbr&gt; and putting the milk in before the teabag/water. We ideally want someone with agency experience looking to step up to a bigger league and make their mark.&lt;/p&gt;

&lt;p&gt;You&amp;#8217;ll be working with extremely talented designers and developers, and me, at a top &lt;abbr&gt;UK&lt;/abbr&gt; agency on projects for clients such as Queen, Paul McCartney, Oasis, Cravendale, the &lt;abbr&gt;BRIT&lt;/abbr&gt;s and Diesel. You&amp;#8217;ll be joining a tight knit studio that love producing exciting content for the web, (with a bit of table football and Guitar Hero on the side).&lt;/p&gt;

&lt;p&gt;Salary will be dependent on experience and is negotiable. No remote workers, people who can&amp;#8217;t work in the &lt;abbr&gt;UK&lt;/abbr &gt; or agencies. If you are interested, email your &lt;abbr&gt;CV&lt;/abbr&gt;/portfolio to &lt;a href="mailto:bens@outsideline.co.uk"&gt;bens@outsideline.co.uk&lt;/a&gt;.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/beseku?a=2VqZSVQV"&gt;&lt;img src="http://feeds.feedburner.com/~f/beseku?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/DoNUUQVGIXM" height="1" width="1"/&gt;</description>
		<dc:date>2009-01-14T15:06:52+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2009/01/14/front-end-developer-wanted/</feedburner:origLink></item>
	
	<item>
		<title>Enabling Mod_Rewrite Within Mac OS 10.5</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/fDzxlzqaRJ0/</link>
		<guid isPermaLink="false">enabling-mod-rewrite-mac-os-x-105</guid>
		<description>&lt;p&gt;Apache&amp;rsquo;s &lt;a href="http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html"&gt;mod_rewrite&lt;/a&gt; functionality allows you to redirect and rewrite your web site &lt;abbr title="Universal Resource Loaction"&gt;URL&lt;/abbr&gt;s, providing a developer with an easy way of creating human readable, well structured and, most importantly, navigable page addresses. It&amp;rsquo;s used by almost all Apache-based software from &lt;a href="http://www.wordpress.com"&gt;Wordpress&lt;/a&gt; to &lt;a href="http://www.codeigniter.com"&gt;Codeigniter&lt;/a&gt;. Enabling it within Apple&amp;rsquo;s latest iteration of Mac OS X is, unfortunately, a bit of a fiddle.&lt;/p&gt;

&lt;p&gt;Updating the Apache configuration to allow the use of this functionality is achieved by modifying two files, one for the global web-server directory and one for your local web-server directory, (the much easier-to-access &lt;code&gt;~/Sites&lt;/code&gt; folder). The first file to be modified is the global configuration file, and it needs to be modified around line 205.&lt;/p&gt;

&lt;div class="code"&gt;&lt;p&gt;/private/etc/apache2/httpd.conf&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;code&gt;# AllowOverride controls what directives may be placed in .htaccess files.&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;# It can be &amp;#8220;All&amp;#8221;, &amp;#8220;None&amp;#8221;, or any combination of the keywords:&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;# Options FileInfo AuthConfig Limit&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;AllowOverride All&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;!-- code --&gt;

&lt;p&gt;The second file, allowing you to use mod_rewrite within your own &lt;code&gt;~/Sites&lt;/code&gt; folder, is the one that seems to break Apache on a more regular basis. The values below, located at the top of the file, yielded the best results, enabling the functionality without causing server errors.&lt;/p&gt;

&lt;div class="code"&gt;&lt;p&gt;/private/etc/apache2/users/username.conf&lt;/p&gt;&lt;ol&gt;&lt;li&gt;&lt;code&gt;&amp;lt;Directory &amp;#8220;/Users/beseku/Sites/&amp;#8221;&amp;gt;&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Options Indexes FollowSymLinks MultiViews&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;AllowOverride All AuthConfig&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Order allow,deny&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;Allow from all&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;&amp;lt;/Directory&amp;gt;&lt;/code&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;!-- code --&gt;

&lt;p&gt;After making and saving these changes, you&amp;rsquo;ll need to restart Apache, (easily done via the &amp;lsquo;Sharing&amp;rsquo; system preference pane, just un-check then re-check the &amp;lsquo;Web Sharing&amp;rsquo; checkbox). If everything went well, Apache should start up again and you should have full &lt;code&gt;mod_rewrite&lt;/code&gt; functionality.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/beseku?a=3DWWbjeJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/beseku?d=50" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/fDzxlzqaRJ0" height="1" width="1"/&gt;</description>
		<dc:date>2009-01-04T21:00:10+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2009/01/04/enabling-mod-rewrite-mac-os-x-105/</feedburner:origLink></item>
	
	<item>
		<title>Skip Past Content, Not To It</title>
		<link>http://feedproxy.google.com/~r/beseku/~3/2Gv06n4NVpQ/</link>
		<guid isPermaLink="false">skip-past-content-not-to-it</guid>
		<description>&lt;p&gt;The separation of a web site into structural, presentational and behavioural layers is the key to making a usable, accessible and future proof web site, and the fact that &lt;abbr title="Cascading Style Sheets"&gt;CSS&lt;/abbr&gt; and unobtrusive Javascript allow us as developers to do this has been a major factor in the uptake of web standards. The reason this separation is so important lies in how it allows so many devices to access your data in so many ways. Mobile phones see a different version of your site to Safari, which sees a different version to JAWS yet all access the same mark-up and the same &lt;abbr title="Universal Resource Location"&gt;URL&lt;/abbr&gt;. Maintaining this separation intelligently is the key to allowing as many users as possible to access to your data using any means they want.&lt;/p&gt;

&lt;p&gt;Many web developers are still falling quite short of this separation, not because they are using tables for layout, inline styling or obtrusive javascript but because they are ordering their mark-up not by how it is used but how they want it to appear. The structural layer of a web site should focus on enriching your content semantically to provide a user with the content they need in the most accessible way possible. This doesn&amp;rsquo;t just mean using suitable heading hierarchies, lists and labels but also ordering your content properly to provide suitable focus to the most important parts of the page.&lt;/p&gt;

&lt;p&gt;Users who visit sites with devices that support limited or no &lt;abbr&gt;CSS&lt;/abbr&gt;, or with devices that do not display your content visually will not see your content in the organised columns and colours that the majority do &amp;ndash; they will be browsing your site in a single column ordered as your mark-up is. This often means they first receive a long list of navigation items, logos and introductory paragraphs when what they really want is the latest article, train time or number of goals Thierry has scored today. &lt;/p&gt;

&lt;p&gt;There seems to be a growing trend for developers to include &amp;lsquo;skip to content&amp;rsquo; links as a solution to this problem. These links bypass the navigation and header elements and move the user straight to the content, but users still have to move around a page instead of being served what they want straight away. This technique also fails to account for other ways in which your data is accessed; search engines indexing your pages may rank prevalent content more highly for example, and they won&amp;rsquo;t use skip links to pursue the content you deem most important on the page. Although I am not an &lt;abbr title="Search Engine Optimisation"&gt;SEO&lt;/abbr&gt; expert I can&amp;rsquo;t believe that important, relevant elements at the top of a page won&amp;rsquo;t have more influence on a search engine in how it interprets the meaning of your site.&lt;/p&gt;

&lt;p&gt;There are plenty of &lt;abbr&gt;CSS&lt;/abbr&gt; techniques that can be used to separate your page structure from appearance &amp;ndash; the excellent methods explained at &lt;a href="http://www.positioniseverything.net/articles/onetruelayout/"&gt;Position Is Everything&lt;/a&gt; for creating columns in any order on the canvas, for example. Just remember that the most important column is the one containing what the users came for.&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/beseku?a=2Gv06n4NVpQ:Wzt95K-vVL8:7Q72WNTAKBA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/beseku?d=7Q72WNTAKBA" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/beseku/~4/2Gv06n4NVpQ" height="1" width="1"/&gt;</description>
		<dc:date>2006-04-30T08:00:35+00:00</dc:date>
	<feedburner:origLink>http://www.beseku.com/weblog/2006/04/30/skip-past-content-not-to-it/</feedburner:origLink></item>
	
</channel>
</rss>
