Archive for February, 2007

YUI 0.12.2 is now 2.2, with new stuff!

Tuesday, February 20th, 2007

New version that they have re-designated to be in line with their internal version numbers. New features include Browser History Manager (ajax back button support), a new DataTable class (not quite the Ext Grid, but still pretty good - example here), and some new YUI button controls (examples here). Some pretty cool stuff to […]

A hack for the Sharepoint list cache issue

Monday, February 12th, 2007

So I noted that Sharepoint has an issue where querying a list with the same criteria will return cached results regardless of the access method, and so I found a hack for it. The idea for the hack goes back to an issue where I would get cached results from a Domino page that […]

Bizarre Sharepoint List cache issue

Tuesday, February 6th, 2007

Sharepoint seems to be missing one of those useful settings like Domino has where you can specify when you want to use a cached version of a list/view, or get a new one. When I query a Sharepoint list, access a single item, make a change, and then query the same list, I get […]

My new YAHOO YUI Wordpress theme

Monday, February 5th, 2007

I just finished a new theme for my Wordpress blog that uses alot of the YUI libraries. The theme uses the Animation, Connection Manager, Container, DOM, Event, Tabview, Treeview, CSS Grid Layouts, and the CSS Reset libraries. Total development time, about 16 hours.

First, a hat’s off to the YUI and Wordpress teams who […]