Handling clicks outside a specified area in jQuery
Recently I’ve needed to handle clicks in jQuery which occur anywhere inside a page but outside a specified area. I’ve been working on a drop down list control which contains a list of checkboxes. The...
View ArticleRob-O-Tronic
Rob-O-Tronic is an isometric puzzle game written in C++. It was built using the Simple DirectMedia Layer (SDL) graphics library and developed as part of the dissertation for my degree. Continue reading...
View ArticleBookmarks
Bookmarks is a quick and simple web bookmarking application developed in PHP. Bookmarks are organised by tags, and there is a simple search facility which searches on both tags and bookmark titles....
View ArticleServer-Side ValidationGroup Switching
Often when validating a page in ASP.NET there’s the need to switch between ValidationGroups. A good example is a shopping cart where the user can choose to have products delivered to the account...
View ArticleA Beginner’s Guide to Big O Notation
Big O notation is used in Computer Science to describe the performance or complexity of an algorithm. Big O specifically describes the worst-case scenario, and can be used to describe the execution...
View Article