Articles Tagged with “Popular”
Home
This is the personal website for Toby Inkster. As you’re on the front page you probably want to know something about me, or find out what is here.
About Me
Condensed life story: I was born in 1980 in Tokyo (my name in Japanese is トビ–) and raised in Sydney and Nottingham. I studied Maths & Computer Science at Imperial College and lived in leafy Ealing for 6 years before moving down to Lewes. I work as a database/software/web devloper for The National Childbirth Trust, Europe’s largest and best recognised parenting charity…
Navigation
Toby’s top ten tips on Navigation…
- 10: A web page should not offer a link to itself (except perhaps a link to a location further down the page).
- 9: Don’t hide the link to the site map away. Some sites seem to place it in the tiny print (along with copyright) at the bottom of the page. Put it near the top: by the search box for example…
Abbreviations
There are two HTML elements for dealing with abbreviations: <acronym> and <abbr>.
So what’s the difference? Although it is generally agreed that any shortening of a word or phrase is an abbreviation, and that some abbreviations are acronyms, there are two schools of thought on deciding exactly which abbreviations are acronyms…
Browser Size Survey
In a discussion in the alt.html.critique newsgroup a few interesting questions were raised:
- What is an average screen size in pixels?
- Do people tend to surf with their browser maximised? Or only taking up a smaller portion of their screen?
- Are people with smaller screens more likely to maximise their browser?
- So what is an average browser width in pixels?…
Fonts
A lot of web designers like to set specific font sizes on their web pages. Why do they do this? Simply because they don’t trust people to have decent default font sizes and assume that they can pick a better size. With an open mind, let’s examine whether this is a logical assumption. There are three possibilities when it comes to default font size…
jukebox.pl
jukebox.pl is a GTK2 player for Ogg Vorbis files written in Perl. It uses SDL for audio output.
Why yet another Linux media player?
Because this one has just the features I need and nothing more. It provides the facility to select which song you want to hear next (and if no songs are queued, will select one at random); skip the current song; pause; and a volume control. I don't need anything other than that, and I'd image that a lot of other people don't either. (If anything, the volume control is an extravagance!)
Opera W3-Dev Menu
The W3-dev Menu is an Opera 7–9 customisation for web developers, providing handy shortcuts to validate and check their pages and some useful links to web standards and tutorials…