Software As She’s Developed

Mahemoff’s Podcast/Blog – Web, Programming, Usability from the Author of ‘Ajax Design Patterns’ (AjaxPatterns.org)

Software As She’s Developed header image 4

Entries Tagged as 'Code'

Tiddlywiki internals 3 of 3: Key Javascript Classes and Files

August 11th, 2008 · 3 Comments · SoftwareDev

(This is part 3 of a 3-part series. Part 1 introduces the internals and highlights some of the key patterns and concepts. Part 2 introduces each Javascript file. Part 3 focuses on the internals of the more important classes and files.)

Concluding this series, below is a list of all core Javascript files, organised into functional [...]

[Read more →]

Tags: ·····

Tiddlywiki internals 2 of 3: List of Javascript Files

August 11th, 2008 · 2 Comments · SoftwareDev

(This is part 2 of a 3-part series. Part 1 introduces the internals and highlights some of the key patterns and concepts. Part 2 introduces each Javascript file. Part 3 focuses on the internals of the more important classes and files.)

Continuing the series, below is a list of all core Javascript files, organised into functional [...]

[Read more →]

Tags: ·····

Tiddlywiki internals 1 of 3: Architectural Concepts

August 11th, 2008 · 11 Comments · SoftwareDev

(This is part 1 of a 3-part series. Part 1 introduces the internals and highlights some of the key patterns and concepts. Part 2 introduces each Javascript file. Part 3 focuses on the internals of the more important classes and files.)

This is the first in a 3-part series on the internal design of Tiddlywiki. The [...]

[Read more →]

Tags: ·····

Vim Macro for IDE-Like Behaviour

August 6th, 2008 · 2 Comments · SoftwareDev

I find Vim easiest for browsing source and as I explore TiddlyWiki, I decided to use some fairly recent Vim features - vertical splitting and the explorer window. Combined, these give you the feeling you're an 1988 edition of Eclipse. Just like a modern IDE, but navigation is ten times faster.

Here's the macro - which [...]

[Read more →]

Tags: ·····