Brian Mains

Catch me on linked in at: http://linkedin.com/in/brianmains, or follow me on twitter at: @brianmains.

Browse by Tags

All Tags » JavaScript Libraries (RSS)
Paging Table Columns Using JavaScript
I recently have been thinking about tabular displays and how to make them better. For instance, suppose that your final output of an application looked like the following: <table id="tbl"> <thead> <tr> <th>One Header<...
Third Party Controls Poses Complications with JQuery
The point of this article is not to point out how hard it is to use JQuery or anything like that; rather, JQuery is very easy and efficient to use. However, as with any third-party JS library (I happen to be using JQuery at the moment), using this library...