<?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>Bojates! &#187; Web ideas</title>
	<atom:link href="http://www.bojates.com/words/category/web-ideas/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bojates.com</link>
	<description>'bo-ja-t-z int., n. 1. a friendly greeting. orig.: London circa 1980.</description>
	<lastBuildDate>Sat, 04 Sep 2010 01:01:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Permanence of online activity</title>
		<link>http://www.bojates.com/words/2010/06/24/permanence-of-online-activity</link>
		<comments>http://www.bojates.com/words/2010/06/24/permanence-of-online-activity#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:17:35 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/?p=433</guid>
		<description><![CDATA[In the early days of blogging and the internet, it was considered very important to create a page and leave it there for all time &#8211; changes after publication were frowned upon and had to be declared. This was important so people could reference the page reliably and was also considered &#8216;honest&#8217;. This is still [...]]]></description>
			<content:encoded><![CDATA[<p>In the early days of blogging and the internet, it was considered very important to create a page and leave it there for all time &#8211; changes after publication were frowned upon and had to be declared. This was important so people could reference the page reliably and was also considered &#8216;honest&#8217;. This is still true for a lot of blogs, news sites and product sites. </p>
<p><img src="http://www.bojates.com/wp-content/uploads/2010/06/400px-Under_construction_svg.svg_.png" alt="" title="400px-Under_construction_svg.svg" width="400" height="400" class="alignnone size-full wp-image-445" /><br />
One of the things that I have struggled to understand about Facebook and Twitter is the lack of permanence. These are fuzzy spaces where people can play and redefine themselves and make tangential jokes about the current context that don&#8217;t make sense years, months or maybe even days later. And yet, they are also spaces that define an online personality, affect job prospects and even get you in <a href="http://news.bbc.co.uk/1/hi/england/south_yorkshire/8687850.stm">trouble with the law</a>. They are like <a href="http://joemoransblog.blogspot.com/2010/06/wish-you-were-here.html">postcards</a>, indexed and made available to the world. </p>
<p>(Interesting postcard link via <a href="http://delicious.com/russelldavies#2010-06-19">Russell Davies</a>.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2010/06/24/permanence-of-online-activity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NakedTranslations.com &#8211; building a bilingual website</title>
		<link>http://www.bojates.com/words/2009/07/30/nakedtranslationscom-building-a-bilingual-website</link>
		<comments>http://www.bojates.com/words/2009/07/30/nakedtranslationscom-building-a-bilingual-website#comments</comments>
		<pubDate>Thu, 30 Jul 2009 10:33:24 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/?p=342</guid>
		<description><![CDATA[Today we launched the new version of NakedTranslations.com, a website for my friend&#8217;s translation business. The site is entirely bilingual, including a blog, and raised some technical challenges. Here&#8217;s how I did it. Defining &#8216;bilingual&#8217; We wanted to be able to do the following: give the user a clean experience in their language of of [...]]]></description>
			<content:encoded><![CDATA[<p>Today we launched the new version of <a href="http://www.nakedtranslations.com">NakedTranslations.com</a>, a website for my friend&#8217;s translation business. The site is entirely bilingual, including a blog, and raised some technical challenges. Here&#8217;s how I did it.</p>
<h2>Defining &#8216;bilingual&#8217;</h2>
<p>We wanted to be able to do the following: </p>
<ul>
<li>give the user a clean experience in their language of of choice, so they can navigate the site entirely in English or French, but switch between the two at will</li>
<li>have a distinct url for each entry, with the url relevant to the language used (for example, the related posts &#8220;New Design&#8221; on the English site has the url<br />
<code>http://www.nakedtranslations.com/en/2009/new-design</code><br />
while the French entry about the same thing is called &#8220;Y a du changement dans l&#8217;air&#8221; and has the url<br />
 <code>http://www.nakedtranslations.com/fr/2009/y-a-du-changement-dans-lair</code></li>
<li>keep track of comments for each entry, split by language (so, French and English comments don&#8217;t get mixed up)</li>
<li>link between blog entries of different languages </li>
</ul>
<h2>Choice of platform &#8211; Movable Type</h2>
<p>The site uses <a href="http://www.movabletype.org/">Movable Type</a>, which is certainly not my blogging software of choice. This is because MT allows you to have multiple blogs under the same login, and reference between them through Custom Fields. It also allows us to set up the language for one of the blogs to be French, while the other is English, making it easier to get blog entry dates to automatically use the right language and so forth. This allows us to have the proper urls for the language used, and link our blog entries between languages. MT has a lot of things going for it, but good documentation, a friendly user community, and a slick user interface are all missing from the mix. A fair amount of the documentation is out of date or missing a key element, and I was shocked by some of the defensive rudeness in the forums from people who said RTFM without pointing to the relevant bit of the FM or writing anything useful in the FM. Anyway&#8230; </p>
<h3>But what about WordPress?</h3>
<p>There are a lot of very nice looking WordPress plugins and tweaks that do similar things, but none that met our requirements entirely. The other thing that made me nervous about using WordPress was the degree of modification and tweaking required to get it working and I was concerned about maintanance with WordPress upgrades in future. </p>
<p>These are my notes about the plugins I found. Please keep in mind this was a few months ago and our bilingual definition is not the same as other people&#8217;s. </p>
<blockquote><p>
ZDMultiLang</p>
<p>http://blog.zen-dreams.com/en/zdmultilang/#4</p>
<p>WordPress plugin.<br />
Works and is maintained. Allows easy switching between posts in different languages. Will probably work well with WordPress languages.<br />
However, it does not let you specify different slugs for different languages, which will emphasise one language over the other. It requires you to set a primary language and then just enter translation for the other. This is neat, but doesn&#8217;t use WP&#8217;s post architecture. Again, neat, but I&#8217;m concerned about long term mainantance issues. </p>
<p>WP_Multilingual</p>
<p>http://made.com.ua/uk/works/wp/multilingual/</p>
<p>Not as well supported as ZDMultilang.<br />
Requires FCKEditor<br />
Allows for category translation<br />
Again, not possible to change the slug.<br />
It appears to not be actively maintained and it doesn&#8217;t work robustly enough. Nice idea, though. </p>
<p>Gengo<br />
Looks like it would be good, but not stable at the moment</p>
<p>YammYamm<br />
Doesn&#8217;t quite work with the latest WP.<br />
Doesn&#8217;t link posts in different languages.<br />
Does nicely allow for posts to all live in the posts directory properly, which of course means you can edit the slugs etc. </p>
<p>Basic Bilingual<br />
Does not allow for different pages properly<br />
Very basic. </p>
<p>Language Switcher<br />
Doesn&#8217;t maintain the sense of proper bilingualism</p>
<p>WordFez<br />
Switches text on the page. not what we want. </p>
<p>qTranslate<br />
This is tricky &#8211; it holds all translations of the text in the standard fields, and filters output accordingly. Does not allow for different slugs, though.</p>
<p>xLanguage<br />
All in the same entry, which seems nasty to me. Where do the comments live? Etc.</p></blockquote>
<h3>And the others?</h3>
<p>I looked briefly, but seriously, at <a href="http://textpattern.com/">Textpattern</a>, and suspect this would have done the job as well, if not better, than Movable Type. It seems to have plugins designed exactly for this purpose. I didn&#8217;t pursue this further because when we build the first version of this site a few years ago, MT was the software of choice and I didn&#8217;t want to add learning a new system into the mix, especially as my first investigations with Textpattern revealed quite a few areas of minor frustration that I would have had to address. Better the devil you know. In retrospect, and with the hassles I&#8217;ve had with MT, I&#8217;m not sure that was the right decision, but there we go. </p>
<h2>Implementation</h2>
<p>One of my key concerns was ensuring the templating system was as easy to keep track of as possible. I elected to use one set of templates for both blogs, referencing the files at the same location in MT&#8217;s template setup. This removed the risk of making a design change on one side but not the other. I then created a language template which gets included in every page, which sets PHP variables for all the static text on the page, with a version for French and a version for English. As the site gets published to static HTML (in the main), I was not too concerned about adding a lot of PHP language processing overhead for the template, since it only needs to do the work once. </p>
<p>The language file has entries like this: </p>
<p><code>$en["recententries"] = "Recent blog entries";<br />
$fr["recententries"] = "articles r&amp;eacute;cents";</code></p>
<p>And the template then uses these like this: </p>
<p>	<code>&lt; ?=${$language}["recentcomments"];?&gt;</code></p>
<p>To get the linking between blog posts, I installed the LinkedEntryCustomFields plugin (if<br />
you go this route and use this plugin, you need to use the Pro version of MT, which is free to individual pro bloggers). This is set up to create a linked entry field for each individual entry on both blogs, and C&eacute;line has to select the related entry when she enters her new entries. </p>
<p>Here is more detailed implementation info, since it took me a while to gather all this, and it might help someone: </p>
<blockquote><p>Use the Linked Entries plugin to allow you to create links between entries in different blogs.<br />
Set up a French Version custom field in the English blog and an English Version field for the French blog.<br />
If your Linked Entry is called english version, then you will probably want code like this on the French template. </p>
<p>Best to call your linking tags something like English Version and French Version, rather than using &#8216;entry&#8217; keyword. This will make it easier when you have to code into templates and use &#8216;entry&#8217; as a special term to access the entry info. </p>
<pre>
<code>&lt;mtifnonempty tag="entrydataenglish_version"&gt;
  English version: &lt;mt :entrydataenglish_versionentry&gt;
  &lt;a href="&lt;$mt:EntryPermalink$&gt;"
    title="&lt; $mt:EntryTitle encode_html="1"$&gt;"&gt;
    &lt; $mt:EntryTitle&gt;&lt;/a&gt;
  &lt;/mt&gt;
&lt;/mtifnonempty&gt;</code>
</pre>
<p>NOTE: The var name needs &#8216;entry&#8217; at the end to access the correct link and text. In this example: entrydataenglish_versionentry.<br />
NOTE 2: Some of the spaces are displaying a bit odd in the code snippet. Check the spaces are as they should be if you use this.</p></blockquote>
<p>I automated the links between the old entries by making guesses based on date of publication and this SQL. If you are in this situation: </p>
<blockquote><p>Use this sql to extract the blog ids<br />
<code>SELECT date( a.entry_created_on ) , a.entry_id, a.entry_title, b.entry_id, b.entry_title<br />
FROM mt_entry a, mt_entry b<br />
WHERE date( a.entry_created_on ) = date( b.entry_created_on )<br />
AND a.entry_blog_id != b.entry_blog_id<br />
AND a.entry_blog_id =1<br />
AND a.entry_status =2<br />
AND b.entry_status =2<br />
ORDER BY a.entry_created_on</code></p>
<p>Remove entries where there&#8217;s more than one on a date and deal with those separately (keep a list). Create one list for insert for English and one list for insert for French. Insert direct into database in mt_entry_meta table. </p>
<p>set the first id (the english entry id) as entry_meta_entry_id, the french entry id should have heading entry_meta_vchar_idx<br />
add a heading entry_meta_type and put: &#8220;field.french_entry&#8221; on each line. </p>
<p>When this is tidy, copy the data below the existing data. Swap the ids with each other, and put field.english_entry in the entry_meta_type column. </p>
<p>Then delete the date and title fields and import into the database. </p></blockquote>
<h2>Bells and whistles</h2>
<p>The look of the site was nothing to do with me. Andy at <a href="http://www.origin8creative.co.uk/">origin8 creative</a> did all that and was a pleasure to work with in the implementation phase. The front end coding of the HTML and CSS was also nothing to do with me, with <a href="http://www.sarahtryfan.com">Sarah</a> making that work well for all platforms and thinking about print stylesheets and the suchlike. </p>
<p>The fancy font work is <a href="http://www.mikeindustries.com/blog/sifr/">sIFR</a>, which works nicely when it does, but drove us all a bit crazy in terms of documentation and versions of sIFR and so on. </p>
<p>The links page works by doing multiple javascript calls to <a href="http://delicious.com/">delicious</a> &#8211; one for each of the tags pulled in. This allows C&eacute;line to save her bookmarks to delicious and have them automatically included on her site as she wants them to appear. I&#8217;m not happy with this approach, especially as it has a tendancy to clash a bit with the navigation javascript requirements of sIFR, but it works and I&#8217;ll keep looking for a better solution. </p>
<h2>That&#8217;s that</h2>
<p>In all, I&#8217;m pretty pleased with the end result and will be tidying up the loose ends over the next few days. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2009/07/30/nakedtranslationscom-building-a-bilingual-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Wimbledon cleverness</title>
		<link>http://www.bojates.com/words/2009/06/22/googles-wimbledon-cleverness</link>
		<comments>http://www.bojates.com/words/2009/06/22/googles-wimbledon-cleverness#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:02:48 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2009/06/22/googles-wimbledon-cleverness</guid>
		<description><![CDATA[Ocassionally I forget just how clever Google can be. I went to the search bar and started typing Wimbledon. Google suggested &#8216;Wimbledon 2009&#8242;, which I selected. It then gave me live scores. Of course.]]></description>
			<content:encoded><![CDATA[<p>Ocassionally I forget just how clever Google can be. I went to the search bar and started typing Wimbledon. Google suggested &#8216;Wimbledon 2009&#8242;, which I selected. It then gave me live scores. Of course. <img src="http://www.bojates.com/wp-content/uploads/2009/06/google-wimbledon.jpg" alt="google&#039;s wimbledon scores" title="google&#039;s wimbledon scores" width="500" height="416" class="alignnone size-full wp-image-330" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2009/06/22/googles-wimbledon-cleverness/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google suggest scariness &#8211; &#8216;ways to&#8217;</title>
		<link>http://www.bojates.com/words/2007/07/06/google-suggest-scariness-ways-to</link>
		<comments>http://www.bojates.com/words/2007/07/06/google-suggest-scariness-ways-to#comments</comments>
		<pubDate>Fri, 06 Jul 2007 16:49:35 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2007/07/06/google-suggest-scariness-ways-to</guid>
		<description><![CDATA[I went to Google with the intention of looking for I forget what, starting my search with &#8216;ways to&#8217;. I got a bit freaked by Google&#8217;s suggestions: I am encouraged that &#8220;ways to say I love you&#8221; comes above &#8220;ways to kill yourself&#8221;. On the other hand, you&#8217;d sort of hope that people could work [...]]]></description>
			<content:encoded><![CDATA[<p>I went to Google with the intention of looking for I forget what, starting my search with &#8216;ways to&#8217;. I got a bit freaked by Google&#8217;s suggestions: </p>
<p><a href='http://www.bojates.com/wp-content/uploads/2007/07/googlesuggest-waysto.jpg' title='Ways to - google suggest'><img src='http://www.bojates.com/wp-content/uploads/2007/07/googlesuggest-waysto.jpg' alt='Ways to - google suggest' /></a></p>
<p>I am encouraged that &#8220;ways to say I love you&#8221; comes above &#8220;ways to kill yourself&#8221;. On the other hand, you&#8217;d sort of hope that people could work out how to say I love you without having to resort to Google. Whereas killing yourself maybe does require some research. And what does it say about MySpace that so many people need to search Google to find out how to add themselves to it? Even more people than need to search Google to find out how to be annoying, in fact. </p>
<p>Now, what was I trying to find? </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2007/07/06/google-suggest-scariness-ways-to/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Guardian print on demand PDF newssheets</title>
		<link>http://www.bojates.com/words/2007/06/01/guardian-print-on-demand-pdf-newssheets</link>
		<comments>http://www.bojates.com/words/2007/06/01/guardian-print-on-demand-pdf-newssheets#comments</comments>
		<pubDate>Fri, 01 Jun 2007 08:43:19 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2007/06/01/guardian-print-on-demand-pdf-newssheets</guid>
		<description><![CDATA[It doesn&#8217;t happen often, but every now and then I come across something online that makes my colleagues worry. I&#8217;ll be sitting quietly at my computer, and suddenly start saying &#8220;oh my God. That&#8217;s so clever. Coooooool. Wow.&#8221; Yesterday, this happened when I came across the G24 on the Guardian website. G24 brings you the [...]]]></description>
			<content:encoded><![CDATA[<p>It doesn&#8217;t happen often, but every now and then I come across something online that makes my colleagues worry. I&#8217;ll be sitting quietly at my computer, and suddenly start saying &#8220;oh my God. That&#8217;s so clever. Coooooool. Wow.&#8221; </p>
<p>Yesterday, this happened when I came across the <a href="http://www.guardian.co.uk/g24/0,,1820858,00.html">G24</a> on the Guardian website. </p>
<blockquote><p>G24 brings you the latest stories from the Guardian, Guardian Unlimited and the Observer &#8211; updated throughout the day. There are five pdfs to choose from: Top stories, World, Media, Business and Sport.</p></blockquote>
<p>The PDFs are free, but well designed, and remind me a little of newsletters in their format. I would love to know how they make these work behind the scenes, but it appears there&#8217;s enough of a template to just drop stuff in and be done with it. There&#8217;s no attempt to use all the space &#8211; a story might run onto a page and then be followed by lots of white space. It&#8217;s possible that it&#8217;s all done automatically, but it looks a little too slick for that. Regardless, an incredibly clever way to re purpose content and reach the commuter (or lunch) market. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2007/06/01/guardian-print-on-demand-pdf-newssheets/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website report for Transport for London&#8217;s Oyster site</title>
		<link>http://www.bojates.com/words/2006/12/15/website-report-for-transport-for-londons-oyster-site</link>
		<comments>http://www.bojates.com/words/2006/12/15/website-report-for-transport-for-londons-oyster-site#comments</comments>
		<pubDate>Fri, 15 Dec 2006 13:56:53 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2006/12/15/website-report-for-transport-for-londons-oyster-site</guid>
		<description><![CDATA[URL: https://sales.oystercard.com/oyster/lul/entry.do Site purpose: To allow customers to research and buy tickets, including top-up, for the Oyster card used on London Transport. Overview: This site has serious usability problems that hinder the customer&#8217;s experience. The following points should be addressed. Further issues exist, but these points would dramatically improve the site in the short term. [...]]]></description>
			<content:encoded><![CDATA[<p>URL: https://sales.oystercard.com/oyster/lul/entry.do</p>
<p>Site purpose: To allow customers to research and buy tickets, including top-up, for the Oyster card used on London Transport.</p>
<p>Overview: This site has serious usability problems that hinder the customer&#8217;s experience. The following points should be addressed. Further issues exist, but these points would dramatically improve the site in the short term. I recommend a thorough usability review is carried out.</p>
<p># Fares information</p>
<p>Provide single page including travelcard prices, Oyster single fare prices, Oyster capping and cash fares.</p>
<p>Provide same information for price changes in 2007, for easy comparison.</p>
<p>Provide explanation for withdrawal of single zone travelcards.</p>
<p># Oyster accounts</p>
<p>Once logged in to the Oyster account, allow a way for user to email for help.</p>
<p>When searching help, provide email help link before search, as well as after.</p>
<p>When emailing help, don&#8217;t try to create new account using existing account name.</p>
<p>When emailing help, indicate how a response might be received, if at all. e.g. to email address, to account? etc.</p>
<p>When providing top up / travelcard payment system, show prices of travelcards and tickets through the process (currently not shown at all).</p>
<p>When providing top up / travelcard payment system, only show available tickets, rather than providing error message once desired ticket is selected but not available (e.g. single zone travelcards).</p>
<p>When providing top up / travelcard payment system, show status throughout ordering to clarify whether pressing &#8216;continue&#8217; will activate the ticket and take payment, or just take you to another information screen.</p>
<p>[Report recommendations emailed to TFL on 15th December, 2006, after frustrating experiences with all of the above and the discovery that I will be £200 a year worse off due to the inexplicable withdrawal of Zone 1 travelcards.]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2006/12/15/website-report-for-transport-for-londons-oyster-site/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My sister the novelist</title>
		<link>http://www.bojates.com/words/2006/11/30/my-sister-the-novelist</link>
		<comments>http://www.bojates.com/words/2006/11/30/my-sister-the-novelist#comments</comments>
		<pubDate>Thu, 30 Nov 2006 22:23:56 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Diary]]></category>
		<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2006/11/30/my-sister-the-novelist</guid>
		<description><![CDATA[My sister Octavia has been taking part in this year&#8217;s NaNoWriMo, the challenge to write a 50,000 word novel in a month, and she&#8217;s done it! She is a NaNoWriMo winner! Her novel came in at 50,250 words (but, for some reason the NaNoWriMo word count squeaked her in with a word count of 50,080), [...]]]></description>
			<content:encoded><![CDATA[<p>My sister Octavia has been taking part in this year&#8217;s <a href="http://www.nanowrimo.org/">NaNoWriMo</a>, the challenge to write a 50,000 word novel in a month, and she&#8217;s done it! She is a NaNoWriMo winner! Her novel came in at 50,250 words (but, for some reason the NaNoWriMo word count squeaked her in with a word count of 50,080), all written in November with extraordinarily little in the way of preparation, forethought or planning. Needless to say, I&#8217;m terribly impressed.</p>
<p>To my amusement she wrote the whole thing on my very old Toshiba laptop that took me through university in the mid 90&#8242;s and runs Windows 3.1, has a little black and white screen and contains my CompuServe email from back in the day. The battery&#8217;s dead, obviously, but it works and there&#8217;s no chance she&#8217;d get distracted doing anything else on it!</p>
<p>So, how did my sister get into the less than 20% of people who complete NaNoWriMo? My observation would be that the key thing was, basically, committment. She put her social life on hold, set herself a reasonable daily word count, and went home and wrote. She had bad times with nothing to write, but she wrote, and days when she didn&#8217;t want to be in the office but instead home writing, but she went to work and wrote in the evening. She was also spurred on by some frankly brilliant emails from Chris, who runs NaNoWriMo, full of motivation, little tips and support. She wanted to do it, decided she&#8217;d do it, and did it.</p>
<p>I think it&#8217;s not unrelated that a few months ago Octavia decided to run the Nike 10K in London. She had never run before and started a training regime, sticking to it, and resulting in a very impressive run. Basically, she took on a challenge, and succeeded, which makes other challenges that bit more achievable. Probably no less hard in themselves, but it&#8217;s easier to believe you can do it if you&#8217;ve just done something else that seemed hard to begin.</p>
<p>And what&#8217;s the novel about? Not a clue&#8230; and I&#8217;m not sure it really matters. In talking to her I&#8217;ve gathered there are three main characters, one of whom is named after her cat, but the greater emphasis has been on the writing process. At one point she got bored with a character, so she just started writing about another one. Then she decided she&#8217;d move from first person to third person for a bit. She played with it and fought with it, and it worked.</p>
<p>I&#8217;m allowed my very own copy of the novel if I donate some money to NaNoWriMo. From <a href="http://www.nanowrimo.org/modules/cjaycontent/index.php?id=81">their site</a>:</p>
<blockquote><p>Our estimated costs for NaNoWriMo and the Young Writers Program in 2006 total $183,400. This is our break-even point. Half of all money raised beyond above that will go to our Libraries in Southeast Asia program, and the other half will serve as much-needed start-up funds for the 2007 event.</p></blockquote>
<p>Sounds good to me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2006/11/30/my-sister-the-novelist/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcameron</title>
		<link>http://www.bojates.com/words/2006/10/14/webcameron</link>
		<comments>http://www.bojates.com/words/2006/10/14/webcameron#comments</comments>
		<pubDate>Sat, 14 Oct 2006 11:27:38 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2006/10/14/webcameron</guid>
		<description><![CDATA[I&#8217;ve just been looking at Webcameron, the new website from the Conservative Party bringing lots of videos of David Cameron, leader of the Party, to an internet near you. I&#8217;d heard about it, of course, but hadn&#8217;t thought much of it until a Labour MP made a (really bad) spoof and put it on YouTube. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just been looking at <a href="http://www.webcameron.org.uk/">Webcameron</a>, the new website from the <a href="http://www.conservatives.com/">Conservative Party</a> bringing lots of videos of David Cameron, leader of the Party, to an internet near you. I&#8217;d heard about it, of course, but hadn&#8217;t thought much of it until a <a href="http://news.bbc.co.uk/1/hi/uk_politics/6048202.stm">Labour MP</a> made a (really bad) spoof and put it on <a href="http://www.youtube.com/">YouTube</a>. At that point, I decided to check out the original, and was really struck by how hard the designers have tried to make the Webcameron site look like a Web 2.0 site &#8211; similar to <a href="http://www.flickr.com/">Flickr </a>and many of the <a href="http://www.37signals.com/">other</a> <a href="http://www.youtube.com/">funky</a> <a href="http://www.myspace.com/">sites</a> that young and technically aware people go to, complete with a <a href="http://en.wikipedia.org/wiki/Tag_cloud">tag cloud</a> and lots of opportunity to comment etc.</p>
<p>I first watched the <a href="http://www.webcameron.org.uk/library/video-349">introductory film</a> that shows David Cameron in his house about to do the washing up while his children scream out of shot. It also features his family&#8217;s underwear in the background and he wields a bottle of a green brand washing up liquid. Of course, everyone knows that a lot of work goes into making that stuff look quite so real, and I&#8217;m sure there was a lot of attention paid to what did and didn&#8217;t appear in shot. I would love to see the versions that didn&#8217;t make it, or know exactly how hard they tried to get it all to hang together, and exactly how did the conversation go when they decided that underwear was a good idea. I think the washing up liquid is sort of genius, drawing on product placement techniques to subtly drive home the message about how &#8216;green&#8217; Cameron is.<br />
The other thing that strikes me is that there&#8217;s a limit to how many times Cameron will be able to say that the Government is running scared and Tony Blair has screwed up. He is trying to come across as a nice guy, but every now and then he makes a swipe at the Government that doesn&#8217;t really parse very well. I guess that the problem is that he has to address the general public and die hard members of the Conservative party all at once, and make political points while generating a public image of what a great guy he is, which is a hard balance to strike.</p>
<p>Anyway, the site is far more interesting than I had expected, but I&#8217;m not sure I&#8217;ll be a regular visitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2006/10/14/webcameron/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog comment authorisation</title>
		<link>http://www.bojates.com/words/2006/10/09/log-in-to-post-a-comments</link>
		<comments>http://www.bojates.com/words/2006/10/09/log-in-to-post-a-comments#comments</comments>
		<pubDate>Mon, 09 Oct 2006 15:16:08 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2006/10/09/log-in-to-post-a-comments</guid>
		<description><![CDATA[Interestingly, I&#8217;ve just been put off commenting on the blog of a blog consultant because the comment process was too difficult to bother with. I decided to write about it here instead. Call me contrary if you will. Check this out: Chocolate and Vodka :: Post Comment I read Suw&#8217;s blog fairly regularly and think [...]]]></description>
			<content:encoded><![CDATA[<p>Interestingly, I&#8217;ve just been put off commenting on the blog of a blog consultant because the comment process was too difficult to bother with. I decided to write about it here instead. Call me contrary if you will. Check this out:</p>
<p><a href="http://chocnvodka.blogware.com/blog/cmd=post_comment/article_id=2401065/parent_id=747762">Chocolate and Vodka :: Post Comment</a></p>
<p>I read Suw&#8217;s blog fairly regularly and think she is one of life&#8217;s Good Things, for what it&#8217;s worth. She is having a problem learning a new programming language and I thought I could help. I clicked the comments button, and typed my comment (about accessing MySQL at the command line, and it seems to have been resolved as I&#8217;ve been typing up this entry).</p>
<p>Then I saw that she asks users to verify they are real by typing in the captcha code. No probs, I thought, I can just about make out those letters. And then I scrolled a little further and saw that I needed to add a username and password and I&#8217;m told that the blog doesn&#8217;t allow anonymous comments. I&#8217;m happy to tell her who I am, but, um, there&#8217;s nothing on the comment form about how to get a login or just give her info about me for one little comment. So, I stared at the screen for a while and read the comment form a couple more times in case I&#8217;d missed something. Then I thought about how my comment might not be that welcome, and lacks insight, and probably won&#8217;t solve her problem, although it might be helpful, um&#8230;.</p>
<p>Then I noticed &#8216;Create Reader Account&#8217; further up the page and clicked on that. And then I clicked a link on that page to actually, you know, get to the page to create a reader account. And by this point I was really wondering how much I cared about commenting, which meant that when it asked me for too much information (I&#8217;m not even sure what, to be honest) I pressed the back button and decided the barrier to commenting was too high.</p>
<p>Keen as I am to give low level, unrequested technical help that might not be appropriate, I then glanced around for a way to email direct, but could see no contact info. At that point I had invested enough in the process to choose to whinge about it here, where I already have a login, and, with the combined forces of <a href="http://akismet.com/">Askimet </a>and <a href="http://wordpress.org">WordPress</a>, Suw can come and tell me I&#8217;m a fool on my blog without any nasty barriers to entry (apart from my slightly dubious site design, my one-time approval queue, and her lack of inclination of course&#8230;).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2006/10/09/log-in-to-post-a-comments/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Waterstone&#8217;s website</title>
		<link>http://www.bojates.com/words/2006/09/29/new-waterstones-website</link>
		<comments>http://www.bojates.com/words/2006/09/29/new-waterstones-website#comments</comments>
		<pubDate>Fri, 29 Sep 2006 10:34:32 +0000</pubDate>
		<dc:creator>Jemima</dc:creator>
				<category><![CDATA[Web ideas]]></category>

		<guid isPermaLink="false">http://www.bojates.com/words/2006/09/29/new-waterstones-website</guid>
		<description><![CDATA[Waterstone&#8217;s booksellers have launched a new website. They were tied in with Amazon for ages, but they&#8217;ve broken free. The first mark against them, though, is their URL space. Their homepage is at: http://www.waterstones.com/waterstonesweb/home.do Why, oh why?]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bojates.com/wp-admin/http3A2F2Fwww.waterstones.com2Fwaterstonesweb2Fhome.do">Waterstone&#8217;s booksellers</a> have launched a new website. They were tied in with Amazon for ages, but they&#8217;ve broken free. The first mark against them, though, is their URL space. Their homepage is at:</p>
<blockquote><p>http://www.waterstones.com/waterstonesweb/home.do</p></blockquote>
<p>Why, oh why?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bojates.com/words/2006/09/29/new-waterstones-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
