|
How to increase your Android handset ringing length before voicemail cuts in |
Through subtle mechinations I've managed to convert most of the management team in the office to HTC Android handsets. One of them came up with an interesting request the other day; how do you increase the length of time it rings for before the voicemail system kicks in?
I'd never even considered this as an option on the phone before, but a quick google around and I found out how.
|
Confusing Form handling from the new www.Game.co.uk website |
www.Game.co.uk recently re-launched their website. There is a new design and a they have changed the search and categories system.
One of the other things they have changed is the 'Your Account' system including the login screen. Login screens have long been both a requirement and a barrier to users on transactional websites and how you allow users to interact with them can have a massive impact on your usability and sales.
|
Position:relative and overflow CSS issues in Internet Explorer |
I was working on a project this week and in the final testing phases I noticed that there was some unusual behaviour in Internet explorer.
A div with an overflow of auto had elements within it that had a position: relative class. The problem here was that the elements remained fixed in place, and the scrollbar was no longer scrolling their content.
|
Using JQuery to dynamically add form fields to a page |
I'd seen a few different ways of dynamically adding form fields to a web page but hadn't ever tried it. I was interested in seeing how exactly you can do this at a technical level, but also how you can manage the users interactions, allowing them to keep adding fields as they complete the previously added ones.