Reading about JSON Schema…
Author Archives: Jay Jay
Making text upper case or lower case in NetBeans
From the help:
Ctrl-U,L: lower case Ctrl-U,U: upper case Ctrl-U,S: reverse case
The Universe and Stuff
The age of the universe is 13.798 billion years.
The size of the universe is unknown, it may be infinite.
A galaxy is a massive gravitationally bound system. There are probably more than 170 billion galaxies in the observable universe.
How to enabled MySQL federated storage engine
Found this article which said to edit /etc/mysql/my.cnf and in the [mysqld] section add ‘federated’, e.g.:
[mysqld] federated
Reading about domain names
Read a few interesting articles about domain names this evening: How Much Should You Pay for a Domain Name? and 14 Mistakes You May Be Making When Buying Domain Names.
Facebook emoji

Debugging facebook and Open Graph
See here!
How to remove a post from a mailman archive?
Found this article.
Basically you have to edit the .mbox file. I used mutt to do that with:
# mutt -f list.mbox/list.mbox
Then ran mailman ./bin/arch to recreate the archive.
jj5 diary 2014-10-02
Talking about the new www.personalserver.com features…
HTML5 Elements and Attributes
Read all about HTML Elements and Attributes!