Tag Archives: Nursery Rhymes

Nursery Rhyme Code Poem [CSS]

Code Poems are fun! The trick is to take a nursery rhyme (but really, it could be any commonplace work of writing – Famous Speeches, Bible Verses, Famous Quotes, etc.), and then turn it into pseudocode. The code must follow both the programming or markup language you’re using and the rhyme as closely [...]
Posted in Artistic, CSS | Also tagged | Leave a comment

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); [...]
Posted in Artistic, JavaScript | Also tagged | Leave a comment

Nursery Rhyme Code Poem [PHP]

< ?php class I { public __construct() { $star = new Star(); $star->size = 'little'; $star->twinkle(); $star->twinkle();   [...]
Posted in Artistic, PHP | Also tagged | Leave a comment