bioneural.net site preferences

Accessibility

Toggle width/ text size:

style

Default/Alternate

Suits visual impairment, mobile devices

Styling

Change the theme:

layout

Sorry, this option is not enabled

Link behaviour

Links with an icon are off-site:

links

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


Archive for the 'Internet' category

 

Resolving router issues with Be Unlimited

Be Unlimited provide ADSL2+ services in the UK, supplying a Be-branded Thompson SpeedTouch wireless router called the BeBox. The Member Forum is full of complaints about router instability and errant behaviour. My 780WL had been doing well for around 6 months, then started resetting itself sometimes several times within a short period, but at least daily. Sometimes after a reset I was left with no Internet connectivity. Eventually Be sent me a replacement router, which came with replacement problems. So how do you turn a flaky BeBox into a rock-solid Internet router? Just take the "Be" out of your BeBox.
Continue reading 'Resolving router issues with Be Unlimited'

 

Customizing WordPress feed content

When I last looked at customizing feeds in WordPress, it was all to do with being able to offer a summary and full text feed simultaneously—making use of WordPress' flexible feed URL syntax and a .htaccess file. In this post I look at modifying the actual contents of the feed using a functions.php file (which may already exist as part of your current theme).
Continue reading 'Customizing WordPress feed content'

 

Pages and searching in WordPress 2.5

WordPress 2.5 lets you search across pages (non-blog entries) as well as posts. This is undoubtedly a good thing, but if your pages are liable to turn up in site searches you might want to make a couple of changes to stop page content from swamping your results screen and improve appearances if you use category icons.
Continue reading 'Pages and searching in WordPress 2.5'

 

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'