Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/jfwells/jfwhome/wp-settings.php on line 18
JfwHome » 2009 » November » 11

Archive

Archive for November 11th, 2009

Upgrading from Ubuntu Jaunty (9.04) to Karmic (9.10) on the eeePC 1005HA (and 1008HA)

November 11th, 2009 admin 23 comments

If you followed my guide on getting Ubuntu 9.04 to run nicely on the eeePC 1005HA, and have or are considering upgrading to Karmic, these few notes will help you.

A karmic Koala in a seashell

A karmic Koala in a seashell

Read more…

Categories: Hardware, Linux Tags:

Querying subfolders in SharePoint lists using SPAPI and GetListItems()

November 11th, 2009 admin 5 comments

This took a while to figure out. I’ve been trying to query the SharePoint lists service using getListItems().

Getting something from inside one folder is easy — you just set the queryOptions parameter to be <QueryOptions><Folder>folderName</Folder></QueryOptions>.

This works and returns items fron within that folder. But what about subfolders?

Read more…

Categories: Programming, SharePoint Tags: