Category Archives: Javascript Development

Javascript Development, Ways to use manipulate and play with Javascript. Javascript is a client side programming language.

How to detect blur of browser tab and re focus of browser tab with jquery

Its been a while since I last posted anything on my blog, and its mainly not through the want of trying, but more that I …

View more

Tagged: 1 Comment

Programming large scripts in javascript using object orientated style coding

This week whilst coding a large javascript / jQuery script for one of our online games which started to grow to an unmanageable size and …

View more

Tagged: 2 Comments

How to enable some web developer tools for safari mac

If your like me and sometimes need to debug js in different browsers for web development. Sometimes its helpful to use debugging tools available with …

View more

Tagged: 1 Comment

Facebook Style Alternating Page Title – With jQuery / Javascript

This afternoon i’ve been trying to work out how facebook detects whether or not your focused on its interface or not. Ie focused on the …

View more

Tagged: Leave a Comment

jQuery Custom Ajax With Wrapper Layer

Whilst working on our online game Street Crime – Mmorpg Gangster Game I came accross the need to add a wrapper layer to all of …

View more

Tagged: 1 Comment

Form Input Validation With Javascript

Input validation with javascript is an essential part of any large day to day website. Its major advantage is that it can be processed client …

View more

Tagged: Leave a Comment