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 (RSS)
Facebook Connect JavaScript API
I recently submitted a Facebook development article to ASP.NET Pro magazine. It was quite the challenge initially to get it started. But once I got going (I think I'll blog on this later), I was off and running but there aren't a lot of examples...
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<...