Blog Archives

Exporting Cypher queries from the Neo4j browser

Introduction Executive summary: need to export your Neo4j favourites to co-workers, friends and family? This article provides a JavaScript solution, as well as a Chrome extension, to do so. Neo4j is a really cool, fast and powerful graph database. It

Tagged with: , , , , , ,
Posted in Javascript, Technology

Chrome extensions for Serious Business

Introduction There are Chrome extensions for play (like, say, Rather), and then there are other extensions. Serious extensions. Extensions for Serious Business. I quite like my extensions for Serious Business times. I think you might too — it’s a fairly

Tagged with: , , , ,
Posted in Javascript, Technology

Get the message?

Following on from a bout of attempting (and finally succeeding) to get the content and background scripts in a Chrome extension to talk to one another, this seemed like a perfect opportunity to write down a couple of the things

Tagged with: , , ,
Posted in Javascript

Getting Some Context

Introduction I’ve recently started experimenting with creating Chrome extensions. Although there are a number of good tutorials out there  (turning divs red was particularly helpful), it’s almost impossible to have tutorials out there ready-and-waiting for all possible topics. So, let’s

Tagged with: , , , ,
Posted in Javascript