Archive for the tag ‘beginner’

  • Learn Java by camp fire stories

    Wednesday, April 29th, 2009 by stevie

    Certainly there are many many ways out there on how to learn a programming language. But did you ever hear about learning a new language by hearing (ie. reading) a camp fire story? No? Sure you didn’t!

  • Adding a simple pagination to your site

    Saturday, February 21st, 2009 by Erik

    or: the dangerousness of simple mathematics
    I guess many people had this problem before and I think everybody managed to solve this quite similar. Anyways, just in case this is useful for anybody: here’s how I added a pagination to a site recently.
    Given you have an array of products for example. Or maybe search results, a [...]