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 'javascript'

Adding recent posts to your iBlog

Many blogs display a panel for "recent posts" which rely on server-side scripting. iBlog doesn't do server-side scripting, but you can achieve the same effect by using someone else's sever, the power of RSS, and a bit of JavaScript. Here's how...
Continue reading 'Adding recent posts to your iBlog'

Random sidebar photos: UK set

At the top of my sidebar I have had a photograph that is was randomly displayed using JavaScript. How is was this done, and where were the images taken?
Continue reading 'Random sidebar photos: UK set'

Identifying JavaScript errors and warnings

Most hobbyist web developers know how to ensure their (X)HTML, CSS and links are valid. Bloggers can check the validity or their RSS or Atom feeds. Even if your JavaScript knowledge is limited to copy-and-paste (e.g. from JavaScript Source), it's still useful to be able to check that the scripts you are using don't generate errors or warnings.
Continue reading 'Identifying JavaScript errors and warnings'

Handling wide images in fixed-width layouts

If your blog has a fixed-width stylesheet, what do you do when you have an image that is too wide for its container? If you are using iBlog 1.4.1 to drag-and-drop images into the RTF editor, you don't have the option to scale or size-restrict the occasional wide image by styling it directly e.g. <img src="" style="width:450px" />. You do, however, have the option to style a div container using the HTMLCode tag. So how does this help?
Continue reading 'Handling wide images in fixed-width layouts'

The current time in NZ is...

... something that any New Zealander abroad is bound to ask, particularly if they don't plan on disturbing friends or family at an ungodly hour. If you spend a lot of time online (not that I'd know what that's like) their are several ways you can access NZ time without installing shareware or blowing £300 on World Time watch. Here are just a few—care to add to the list?
Continue reading 'The current time in NZ is...'

Copy-and-paste JavaScript RSS feeds

Several services on the Internet offer insertion of a dynamically updated RSS feed into a webpage via JavaScript. Typically such tools allow you to create a customized script that you can copy and paste into your page. Actual appearance may be determined by the stylesheet you are using on your own site.
Continue reading 'Copy-and-paste JavaScript RSS feeds'