I’ve been hampered from keeping up with news by a really terrible adsl problem at home, my connection to the net has been down for hours at a time every day this week, often in the early evening when I do most browsing.

Will limited time I’ve been mostly Flagging interesting stuff in Vienna, then to avoid actually reading and thinking about this I wrote a wee appleScript to produce a set of links from the posts in Vienna’s currently selected folder. you can’t set the folder via appleScript so I need to select the Marked Articles folder manually and then run the script, this is the result today this:

Becomes this:

Daily Update — January 4, 2006 Wednesday, January 4, 2006 13:34:14

Ewan @ Jordanhill Saturday, January 14, 2006 14:36:55

A good blogging day! Friday, January 6, 2006 00:59:51

The quest continues Wednesday, January 4, 2006 21:17:26

Education Session at PodcasterCon Tuesday, January 3, 2006 11:32:59

easy wikis for educators – pbwiki Friday, December 2, 2005 20:26:04

Web 2.0 Companies I Couldn?t Live Without Friday, December 30, 2005 08:48:40

A Fantastic Conference Saturday, January 14, 2006 14:30:55

Online Games in Education — This Year Could be the Big One Tuesday, January 3, 2006 17:02:33

2006 Online Edublogger Conference: Learning Is Conversation Thursday, January 12, 2006 22:05:41

Jordanhill University of Strathclyde Gig Friday, January 13, 2006 14:00:10

AbiWord Tuesday, October 11, 2005 04:12:15

Hillary Meeler featured in Education World! Wednesday, January 4, 2006 22:39:43

Some great posts in there, locally David and Ewan have been increasing the numbr of Scots Education bloggers, in some cases by offering a mars bar.

If you use vienna you might find a use for this applescript: (or be able to improve it, I would like it sorted by date)

tell application "Vienna"
set quote to ASCII character 34
set theLinks to ""
set theFolder to the current folder
set max to count of articles of theFolder
repeat with i from max to 0 by -1
set theLinks to theLinks & return & "<a href=" & quote & the link of article i of theFolder & quote & ">" & the title of article i of theFolder & "</a> " & the date of article i of theFolder

end repeat
end tell
tell application "Tex-Edit Plus"
make new document
set the contents of window 1 to theLinks
activate
end tell

Or you might be able to improve it, as my appleScript is very much self taught, I would be nice to post it automatically to the blog rather than open in Tex-edit plus first, although it could go straight to the clipboard.

When I am not eating, drinking, visiting updating webpages or walking along the canal in the mirk, I have be mostly browsing and avoiding writing 7 things(I’ll try this soon David).

Interesting stuff I’ve found:

retrievr – search by sketch via Tim Lauer

Weblogg-ed Tech Tools For Learning links to a nice pdf.

Tools for the TEKS: podcasting intro

another podcasting intro

A ton of posts at: 2 Cents Worth almost made me comment, but I am too far into the holidays to think that much.

And I have managed to switch my browser habit to a Vienna one for reading blogs.

All this means I am avoiding a wee bit of assessment I have to do before Monday.

Found a few Sandaig mentions too:

Sandaig got a mention in the “Podcasts for Educators” Weblog Highlights from 2005 where they play a snippet from our podcast along with some other school podcasts.

Anne Davis: What’s going on inside your head? says I seem to be spending a lot of time in Scotland lately. Really good things are happening there. which should be encouraging for us scot-edu-blog folk.

David Warlick’s Year End Reflections list the milestones in his development: dramatic lunges upward, as a discover something new that so thrills my sense of the possiblities that it is like being violently lifted to a new plateau

I was delighted to see:

# 1990 – Hypertalk (another programming language and even more magic)

as one of the milestones, HyperCard has been sadly neglected by Apple. Thankfully there is still SuperCard which I use every day and blog about here. Unfortunatly I can’t use it on the School network (pc, and teachers can’t install software), but SuperCard could let children to all sorts of cool things very simply (say create web pages). teacher can make fun game (some of mine are here).

I give a lot to be able to use SC in the class with a network connection.

After the whinge a couple of entries ago about the difficulty I have in reading and organising blogs and feeds, I found, in the depths of my Applications folder, Vienna.

Vienna is a freeware, open source RSS and Atom newsreader for Mac OSX 10.3.9 or later.

Vienna has a ton of features I like: Folders of subscriptions, Webkit view of pages, import of OPML (got the scots-edu-blogs from my lilina page.), flagged articles are reflected in the Marked Articles smart folder.Links can be opened in Vienna in a tabbed interface(displayed with WebKit) or in Safari

There are quite a few great looking features to play with later: Smart folders, AppleScript support and css styling.

I’ve move Vienna to my Dock in the hope that I will not forget about it again.

Found this via Tim Lauer

As Tim says Lots of interesting possibilities, Tim and I talked about using flickr for a joint school project, flickr is banned by Glasgow city filtering.

But bubbleshare is I think even more exciting with the easy to add audio. Tim had problems with adding audio in Safari, but I managed that alright. I did have trouble clicking the add image button to upload a file, but found it works if I click the bottom of the button.

I’ll be interested to see if this works on the school network in January.

technorati tags: , BubbleShare

Following Tim Lauer to Inward / Outward Aggregating on CodeDogBlog got me thinking about aggregation and reading my regular blogs again.

I am not convinced that Scottish Education Blogs on Suprglu works in the way I want it too.Ewan’s feed and other typepad feeds don’t seem to work the way I’d expect. It seems there are 3 feeds for Ewan’s blog Atom, RSS 1.0 and RSS 2.0 plus a feedburner one.

The rdf file (RSS 1.0) andthe feedburner one seem to have all the entries dated as today, this seems to confuse Suprglu and me, I think this really should be simpler.

Anyway the Inward / Outward Aggregating post and its comments lead me to NetVibes:

and goowy:

Both are content presentations tools where you can add rss feeds etc, and a fair way to while away a holiday morning.

But stll not really the way I want to read blogs.

I like the idea of just seeing new content in an aggregator or in Safari where you can see the number of unread new items, but I like the idea of reading blogs on a page the author designed and to read comments, at the moment I have my blogs in a bookmark folder:

Maybe I should remake this to hold feeds where I could see unread ones and then switch to the web view, I’ll keep that for another holiday morning.

If you are a mac user like me you might want to switch to Firefox for NetVibes, goowy is a flash app so works fine in Safari. NetVibes say Safari support is coming.