Category Archives: Artistic
Nursery Rhyme Code Poem [JavaScript]
(function()
{
function BlindMouse() {}
BlindMouse.prototype.tail = true;
BlindMouse.prototype.run = function(after) {};
function Mice(mouse1, mouse2, mouse3)
{
this.mice = [];
this.mice.push(mouse1, mouse2, mouse3);
[...]
Nursery Rhyme Code Poem [PHP]
< ?php
class I {
public __construct()
{
$star = new Star();
$star->size = 'little';
$star->twinkle();
$star->twinkle();
[...]
Why Do Fame-Based Bloggers Act Like Children?
Normally this blog is about JavaScript and front-end engineering, but today I’m going to play my once per six month rant-card and go on for a bit, so please bear with me. You can read my last rant-card here.
Ever open up your RSS reader only to be greeted with a collection of posts that [...]

Subscribe
Follow
Nursery Rhyme Code Poem [CSS]