OPI Blog
Learn from experts in their fields

Browsing Tags: Jquery

Feb 14, 2012
Manipulating HTML with Java and jsoup
Have you ever needed to manipulate some HTML in your Java code? Maybe you are working with some HTML fragments that need some decorating or you simply need to clean up some possibly bad syntax ...
Dec 22, 2011
SplitView for JQuery Mobile
If you’ve worked with an iPad for any significant period of time, odds are you’ve run across one of its main user interfaces, ‘Split View’, which is a type of master-detail interface. An example version ...
textentered.js – a simple throttling mechanism for text fields
This plugin is pretty simple. It adds a jQuery Event to all your text and textarea fields that fires when a user has finished (or paused while) entering text into that field. This is good ...
Oct 20, 2009
Twitter-like Load More Button
Here is a good example code for twitter like load more button in both jQuery and MooTools: http://net.tutsplus.com/tutorials/javascript-ajax/create-a-twitter-like-load-more-widget/ I’ve tried MooTools version and worked fairly well (For IE, you need to remove the last comma ...
Facebook like input field and more
I recently came across this great JavaScript library called TextboxList by Guillermo Rauch which will convert good old input fields into Facebook like input fields. Even though there are tons of JavaScript libraries out there, ...
Presentation: Testing Rich Client Web Applications by Jeff Hemminger
Download Episode Making the move from sprinkling simple interactive Ajax controls into basic web applications to building feature rich clients with large JavaScript libraries brings with it some unique challenges. Among them is the need ...
Testing Rich Client Web Applications
An overview of some testing frameworks for full-featured Javascript Libraries JavaScript Testing Presentation Examples: presentation.zip musicmanager.zip Abstract: Making the move from sprinkling simple interactive Ajax controls into basic web applications to building feature rich clients ...