Category Archives: Javascript

Javascript Framework Bookmarklet

Often times I have wondered what Javascript framework a site is using, and when I had time I would check the source of the page to try and determine this, but some sites are crafty or load time conscious and … Continue reading

Posted in Javascript | Leave a comment

jQuery Item Suggest

For a project that I am working on I wanted to make use of a type ahead input box for searching. I found Peter Vulgaris’s jQuery Suggest which worked well. The thing is the results for the suggest that I … Continue reading

Posted in Javascript, jQuery | Tagged , | 1 Comment

jQuery Othello

As an experiment with using jQuery and events I decided to make a javascript version of othello. The computer picks one of the moves that has the most conversions to its color.

Posted in Javascript, jQuery | Leave a comment