bioneural.net site preferences

Accessibility

Toggle width/ text size:

style

Default/Alternate

Suits visual impairment, mobile devices

Styling

Change the theme:

layout

NB: may reduce functionality

Link behaviour

Links with an icon are off-site:

links

Right-click any link to optionally open in a new window or tab


Tag archive for 'webdev'

Clinical knowledge architect for hire

Dr Bruce McKenzie is now available for freelance consultancy as a clinical knowledge architect, addressing the unmet need for usable knowledge resources at the point-of-care in UK general practice. General practitioners (GPs) make more decisions in a day than a typical business executive, and these decisions cost not just money but potentially lives. It's challenging work, and you can but hope your decisions are based on good information. The problem is information overload and access to what you need when you need it: there's just too much and it's too hard to find in the context of a 10 minute consultation. As a GP for 10 years I can relate to this. I also have informatics knowledge and experience, and this puts me in a position to offer you solutions that are built the way a doctor would design them.
Continue reading 'Clinical knowledge architect for hire'

Microsoft Silverlight takes on Flash

Microsoft Silverlight is a proprietary cross-browser, almost cross-platform (not yet Linux), and cross-device (WM6 & Symbian only) plug-in vaguely tasked with "delivering the next generation of .NET based media experiences and rich interactive applications for the Web." The developer tools (Windows or Mac) output interactive text, bitmap images, vector graphics, animations, and video (WMV)/ audio (WMA and MP3) playback, in competition primarily with Flash. The plug-in is free (v2 is currently in beta) & curiously you can download the Getting started video in QuickTime for iPod! More here.

iBox now at version 2

A customised version of iBox is used extensively on bioneural.net (e.g. the Flickr photocast here) and iBegin have just released version 2. This free JavaScript lets you display automatically scaling images, external documents, or embedded containers in an overlay dialog without needing to reload the page. iBox has gained some weight since v1.2.1 (2006) but remains compact compared to other Lightbox-alike solutions and just as simple to use, now boasting wider browser support and new plug-in capabilities (e.g. for embedding YouTube videos). In most cases it degrades gracefully when JavaScript is disabled (it won't display hidden inline containers; JavaScript is required to play YouTube videos).

How to safely inject CSS3 using jQuery

So you fancy using some of that über-cool draft CSS3 that WebKit browsers can handle, such as text shadows, drop shadows, opacity and rounded corners? But at the same time you want to present only valid CSS to the W3C CSS Validator? It's a dilemma, but it is possible to have your cake and eat it too—albeit by hiding CSS in JavaScript and thus cheating the Validator. However, there is even a precedent for doing so.
Continue reading 'How to safely inject CSS3 using jQuery'