Skip to Content

Posts Tagged ‘jQuery’

jQuery: restrict input field to numerical values only

Monday, May 3rd, 2010

To utilise the following code you’ll need to be using jQuery 1.3+. The code sets an input field to only accept numerical characters. This has become our preferred “quick” method.

jQuery('input').live('keypress', function(e) {
          return ( e.which!=8 && e.which!=0 && e.which!=46 && (e.which<48 || e.which>57)) ? false : true ;
})

Future developments for rosslyndigital.co.uk

Friday, February 12th, 2010

With the launch of the Rosslyn Digital site there’s optimisations and improvements to be made. We’re going to upgrade these elements for a couple of hours each week. The process will be gradual, but will be worth it so we can improve your experience on the site. We’ve got a todo list and a “should we do it” list.

The heralded rosslyndigital.co.uk updates todo list:

  1. Further code optimisations (jQuery, PHP, HTML/CSS)
  2. Add Last.FM/Twitter/LinkedIN data (without going overboard) to Get in Touch
  3. Add a few more projects to What We’ve Done
  4. Load content on the fly on What We’ve Done
  5. Add more of the team to Get in Touch
  6. Adjust the next/prev post buttons on the blog
  7. Improve Twitter Cloud Randomness
  8. Feature poll
  9. Airbrush Michael’s fringe on Get in Touch

The “should we do it” list:

  1. Separate development section for our apps?
  2. Bigger description of our services?
  3. Description of our working process?
  4. Download section – contains promotional media?

Please feel free to leave a comment and let us know any issues you have on the site as well as any things you’d like to see (be it in jest or because you want to love us more). We’ll update this list as we go.

What's Been Said/Read/Dev'd

From the Blog

Users are ruthless. (JL)
August 24, 2010

Here’s a few points to consider when planning your next web site.
Your web site maybe creating the ‘first impression’ of your business.
Think about it, would you answer the phone ‘no, go away!’? Exactly!
Would you put up a neon sign next to the M1 saying ‘its easier to get a quote from our competitors who are [...]

Who we’ve been working with

  1. Travelport
  2. John Wiley & Sons
  3. Commvault
  4. SBK Healthcare
  5. ConSol Partners

See what else we’ve been doing