All over the world people use multilingual websites so they can get information they want in the language they prefer. Closer to home, in Wales, a large minority of web users prefer to access content in Welsh. For this reason, many businesses and organizations in Wales provide bilingual websites giving their visitors the choice to […]
Author Archives: Kate Watkiss
Accessible xhtml tables 1: scope, id, headers
I haven’t had much call for creating hard core data table in my websites as most of the web work I do is promotional websites for companies in the tourism and leisure industry. However when asked to re-write some xhtml for an online bookings system I found some of the information generated seemed to lend […]
Pobol Peblig website gets accessibility standard
I’m very pleased to announce that the bilingual Pobol Peblig Partnership website has been awarded the RNIB’s (Royal National Institute of the Blind) See It Right standard for web accessibility. For more information on See It Right, other audits and web accessibility visit the RNIB Web Access Centre. Our experience of the See It Right […]
Your domain name: updating DNS settings and domain transfer
If you have your site redesigned or change your web hosting you will want your domain to point to the new site. This should be straightforward if you registered the domain yourself and look after your account. If someone else registered the domain for you, you might come across problems. This article explains what you […]
Building an Accessible Website: RNIB See it Right
A website I’ve just been working on (Pobol Peblig Partnership) is currently being audited by the RNIB under the RNIB See it Right accessibility standard. This article covers some of the things we learned through the audit process, with background information to help understand how to approach building accessible sites and then gives some practical […]
Gettext: Images and Flash
Translating image replaced text If you use CSS to replace your header text with a text based graphic remember these need translating too. By using gettext to change the lang attribute of the xhtml tag, you can then use CSS to change element background images. This gives added flexibility to wordpress plugins like polyglot and […]
A Bilingual blog
Making a blog bilingual is relatively straightforward. There are a variety of plugins available which allow you to provide your blog in two or more languages. Go to the wordpress translation and languages plugin page for more info. They all use the gettext platform which is the GNU internationalization (i18n) library wikipedia. A bit of […]