frameReady updated

Posted by daemach on May 31, 2007

I just updated frameReady to allow passing data along with functions to target frames.   I’m also in the process of creating standalone pages for each of the plugins.  That will make it easier to manage in the long term.  frameReady’s new home, with usage information, demos and source code, can be found here.

Let me know if you have any problems or suggestions!

tableFilter 1.0b2 source posted

Posted by daemach on May 29, 2007

Sorry about the delay…

You can find the demo here: http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm

Zip file with source code, images, css and support files: http://ideamill.synaptrixgroup.com/jquery/tablefilter/tablefilter.zip

tableFilter Beta 2 bug fixes

Posted by daemach on May 26, 2007

I just realized this evening that my code management skills need some help. I inadvertently uploaded an interim build to the demo site and it’s been causing the demos to error out.

If you had to deal with a broken demo, I’m sorry - I’ll be more careful :)

The demo is here:  http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm

IE - Oh how I loathe thee…

Posted by daemach on May 18, 2007

I’ve spent the past couple weeks trying everything I can think of to improve javascript performance in IE. My tableFilter plugin runs incredibly fast in Firefox, but it’s a pig in IE. I’ve been through all of the MSDN “how to improve performance in IE” posts, and every other board I can find, and couldn’t find a resolution.

It turns out that the problem appears to be IE’s handling of CSS. While I’m parsing table columns I add a row and column classname to each cell so plugins can take advantage of them.  Continue reading…

tableFilter Beta 2 is live

Posted by daemach on May 18, 2007

I just uploaded a new version of the tableFilter. It would have been sooner but I’ve been trying to resolve performance issues with IE. I was successful for smaller tables, but it chokes on the large table demo with one of the plugins. Hmm, nice segue…

This release adds support for plugins though that architecture needs to be refined more. The first 2 plugins are at the proof-of-concept stage: Continue reading…

Outstanding Windows Vista Security

Posted by daemach on May 11, 2007

I’ve been playing with Vista for the past couple weeks, and decided to install Office 2007 last night. It was comforting to see that Microsoft is finally realizing what a threat their products are ;)

Windows Vista Security

New jQuery Plugin - tableFilter() (Beta 1)

Posted by daemach on May 07, 2007

tableFilter is a filtering, sorting, paging, striping plugin with pretty much no configurability at the moment ;) Given a simple table with a header row, it tries to handle everything automatically. The main feature of this plugin is the ability to sort and/or filter on multiple columns by selecting additional columns using ctrl-click.

Usage: $(’yourtable’).tableFilter(); Continue reading…