When the Ten Thousand things are viewed in their oneness, we return to the Origin and remain where we have always been.
– Sen T-sen

Good article on Javascript arrays

Posted: June 23rd, 2009 | Author: Lee | Filed under: Uncategorized | No Comments »

Mastering Javascript Arrays


Useful Wordpress Links

Posted: June 3rd, 2009 | Author: Lee | Filed under: Uncategorized | 2 Comments »

While I’m at it, lemme just put in one place the most frequently used Wordpress links:


Backing up your WordPress database

Posted: June 3rd, 2009 | Author: Lee | Filed under: Wordpress | Tags: , | No Comments »

Originally posted on my old blog, reposting due to its continued usefulness for myself :)

You can find the full instructions to back up your WordPress database over at Wordpress.org, but here are the settings needed for a phpMyAdmin export (more for my own reference than anything else):

  1. Select ONLY those that hold your Wordpress site.
  2. Check the “Add DROP TABLE” box.
  3. Check the “Complete inserts” box.
  4. Check the “Save as File” box
  5. Check the “None” for compression. If your database is very large use a compression method.
  6. Click Go. The data will now be saved into your computer.

XML and XSLT Standards

Posted: May 3rd, 2009 | Author: Lee | Filed under: XML, XSLT | Tags: | No Comments »

I just picked up O’Reilly’s big “XSLT” book by Doug Tidwell which has a ton of good stuff in it.  Here are list of links to XML and XSLT standards that Doug covers in the first chapter.

Read the rest of this entry »


Chapter 3: Notes on “Dive Into Python” by Mark Pilgrim

Posted: April 22nd, 2009 | Author: Lee | Filed under: Programming, Python | Tags: , , , , , | No Comments »

Note: I’m currently in the process of learning Python.  These are notes on “Dive Into Python” by Mark Pilgrim (also available online), an excellent book if you’re like me and learn by the “do first, understand later” method.

In Chapter 3, Mark introduces:

Read the rest of this entry »


Chapter 2: Notes on “Dive Into Python” by Mark Pilgrim

Posted: April 22nd, 2009 | Author: Lee | Filed under: Programming, Python | Tags: , , , , | 1 Comment »

Note: I’m currently in the process of learning Python.  These are notes on “Dive Into Python” by Mark Pilgrim (also available online), an excellent book if you’re like me and learn by the “do first, understand later” method.

Declaring functions

def functionName(params):

Defining a function’s doc string

def functionName(params):
   """This is the explanation of the function, surrounded by triple quotes.
   Returns a string."""

Further reading on document strings:

Read the rest of this entry »


Blog Take 2

Posted: April 20th, 2009 | Author: Lee | Filed under: Announcement | Tags: | No Comments »

Yep, I’m giving it another go.  What - or more importantly, if - I write here is yet to be determined; however, I’m currently starting this blog back up with the thought of it being a repository of notes I take.  

So the main audience here am I, but if you find something here of interest, bon appetite!