Git – Distributed Is the New Centralized
Of all the version control systems I’ve used to date, by far my favorite has been Perforce. Perforce is very powerful, has excellent support for both command line and rich graphical tools (e.g....
View ArticleQuick-n-Dirty Apache Setup on Ubuntu
sudu apt-get install apache2 How to Install and Configure Apache In Ubuntu Google Search ‘installing apache on kubuntu’
View ArticleIndexedDB and JQuery
I’m going to use IndexedDB for a web application I’m writing. Searching for concise IndexedDB API examples in Javascript led me to Parashuram N’s jquery-indexeddb repo on GitHub. This plug-in for...
View ArticleMy Post on SCDL and Web Services
I’ve been posting here recently about HTML5 client development without talking a whole lot about what I’m doing with all these call Javascript libraries. I am building a rich editing tool to produce...
View ArticleLinks: Using HTML5 Web Storage for Interprocess Communication
http://www.wintellect.com/CS/blogs/jprosise/archive/2011/03/10/using-html5-web-storage-for-interprocess-communication.aspx This is an interesting article that I came across researching ideas for...
View ArticleDaily Schema App Snapshot
Added a spinner and started working on Sammy routes. It’s actually quite an interesting multi-dimensional design challenge. The in-page routes that I want to handle with Sammy represent “navigation way...
View ArticleMoving on to IndexedDB
I’m more or less satisfied with the routing solution I came up with yesterday based on Director.js so today I’m moving on to the apps IndexedDB store. Here’s a useful link:...
View ArticleTwo Paths: The Encapsule Project Mission Explained
The organizers of the Seattle Graph Database group pinged and asked if I would be interested in presenting “Schema” and talking about modeling systems with mathematical graphs at an upcoming meetup in...
View ArticleTransparent Browser?
Is there a way to configure the web browser so that it renders w/no chrome whatsoever, and complete transparent (i.e. document style=”opacity: 0.00001″)? Really this is what we need from the browser to...
View Article5/30/2013 Encapsule Project / SCDL / Schema Talk @ Seattle Graph Database Meetup
Reposting from Encapsule Project blog: http://blog.encapsule.org/2013/05/03/may-30th-2013-talk-at-seattle-graph-database-meetup/ I’ll be doing a talk about the Encapsule Project and the Schema HTML 5...
View Article