Archive for the ‘coding’ Category

Language Agnostic Programming

Posted on: June 15th, 2010 by Paul No Comments

Having coded in many languages, and recently when using MooTools instead of jQuery, i’ve come to realise that most actual programming is pretty language agnostic. What I mean is that most languages do the same thing, just very differently, but it is how you contruct your code that makes you a good programmer

Chances are, if you are good at jQuery you will be pretty good at MooTools (after learning the new declarations etc). The same goes for in a larger extent SQL/MySQL/Oracle or ASP/PHP/Ruby etc.

(more…)

The Kitchen Sink of HTML

Posted on: October 16th, 2009 by Paul 7 Comments

Whenever I start a new project, I seem to be repeating myself when it comes to adding, and styling basic content: Headers, Lists and Tables etc.

So I decided to create a ‘Kitchen Sink’ of markup and basic styling, using some content from the great HTML-Ipsum.com plus a few extra bits.

(more…)