mHulme.net


Relentlessly persue knowledge and
personal growth.

Explore | Research | Apply | Report | Teach


Knowledge Base

Bookmarks to myself, and for you.

RSS Feed for consolidation of FF, IE, Apple, and Chrome browser release blogs. Pop it into your favorite RSS Reader (miss Google Reader yet?)
http://pipes.yahoo.com/pipes/pipe.info?_id=796d94d89dbb82f25eebf2a1e35eb508

Tincan Prototypes/LRS:
https://github.com/adlnet/TinCan_Prototypes/tree/master/LRS
https://github.com/adlnet/ADL_LRS

How to automate a backup of wordpress, and integrate into Active Directory:
http://www.makeuseof.com/tag/automated-remote-backup-wordpress/
http://www.edwardstafford.com/2008/07/15/36/

NJ's best Tech Companies to work for:
http://www.njtechweekly.com/art/1431-13-tech-firms-make-njbizs-best-nj-companies-to-work-for/

Continuous Delivery Using Build Pipelines:
http://www.methodsandtools.com/archive/archive.php?id=121

WAVE Webaim accessibility checker:
http://wave.webaim.org/report#/http%3A%2F%2Fwww.mhulme.net%2Findex.html

JUSTICE with Michael Sandel - thought provoking and entertaining:
http://www.justiceharvard.org/watch/

Tips & Tricks

Phonegap: There is no script engine for file extension ".js"

To fix the above problem: a) The cause is because you are probably a developer (gasp), and you have a text editor that is currently owning the js extension. b) You CAN fix this by one or both of the following:

  • 1. right click a js file in windows, and associate the file, by default, to c:\windows\system32\wscript.exe (windows script host)
  • 2. didn't work? --open an elevated command prompt (right click the cmd.exe icon and run as admin), and type "assoc .js=JSFILE"
  • 3. keep that window open, and rerun the "create appone com.mhulme.one one" or whatever you were trying to do before you landed here.