RSS Feed

‘Uncategorized’ Category

  1. Programming quote – on requirements

    November 3, 2011 by admin

    Without requirements or design, programming is the art of adding bugs to an empty text file. — Louis Srygley


  2. Typo3 Typoscript snippet Basic configuration

    November 3, 2011 by admin

    I develop a lot of HTML Typoscript templates for Typo3, without Templavoila or any other fancy extensions. With the release of Typo3 4.5 and the introduction of Backend Layouts there have been a lot of improvements which make Templavoila obsolete in many scenarios.

    I will post a few Typoscript snippets I use in a lot of projects over the next few weeks.

    Basic configuration stuff

    config {
      language = de
      locale_all = de_DE
      doctype = html5
      htmlTag_setParams = lang="de
      prologue = none
      metaCharset = utf-8
      htmlTag_langKey = de-DE
      linkVars = L
      sys_language_uid = 1
      spamProtectEmailAddresses = 1
      spamProtectEmailAddresses_atSubst =  (at) 
    }

    What this does is to set the language to german, define language url parameters for a multi language setup and try to protect standard email addresses.

     

    More to come soon …


  3. if you don’t laugh you are not a programmer

    July 25, 2011 by admin

    Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why. Programmers combine theory and practice: Nothing works and they don’t know why.


  4. Programming quote of the day – The debugging dilemma

    May 31, 2011 by admin

    Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. — Brian Kernighan


  5. Hello world!

    June 28, 2010 by admin

    Welcome to my new blog. The old one got old, so I decided to start with a clean slate. If you came here looking for an old post, I’m very sorry, that’s life I guess, out with the old, in with the new.

    I’m a web developer working with Drupal, Joomla, WordPress, Zend Framework and Magento so this is what I will write about most of the time.

    With new major versions of my favorite cms (WP3, Drupal 7 and Joomla 1.6) dropping on the internets this summer there will be a lot to talk about.

    Enjoy & happy coding