Archive for the ‘General’ Category

Programming languages I planned on learning in 2011

Earlier this year I posted about which languages I planned on learning in 2011. A few months later I posted about my progress. Now that 2011 almost has come to an end it’s time to review and see if I actually met any of those goals. How exciting. I had listed 4 programming languages I [...]

DiggEmailRedditShare
Read the rest of this entry »

Progress on programming languages to learn in 2011

A while ago I posted about Programming languages to learn in 2011. Now that we’re almost halfway into 2011 I though I do a little reflection of what languages I’ve learned so far… None! Although none isn’t exactly correct, I can’t say I have learned enough of any of the listed languages to program with. So [...]

DiggEmailRedditShare
Read the rest of this entry »

Programming languages to learn in 2011

As can be seen on my bucket list I’ve got quite a few programming languages I want and need to learn this year. Some pure out of interest. Some because I have to. Lua First on the list is Lua. A nice lightweight programming language that’s perfect for embedding in other software applications to provide [...]

DiggEmailRedditShare
Read the rest of this entry »

Nice article about functional programming

In a search for some information about functional programming I found an article by Slava Akhmechet called Functional Programming For The Rest of Us. It’s quite a long article but worth it’s worth the time to read it if you’re interested in learning functional programming but don’t really understand what it’s about yet. The article [...]

DiggEmailRedditShare
Read the rest of this entry »

How a programming language influences your mood

For over 3,5 years now I’ve been programming professionally in PHP. First in PHP4 and about half a year later we finally converted to PHP5. At first I was excited because I could use a lot of new features PHP5 offered such as proper OOP but also Zend Framework. I started using Zend Framework from [...]

DiggEmailRedditShare
Read the rest of this entry »

Configure Git on Windows to use KDiff3

Something I don’t do often and always forget is how to setup msysgit to use KDiff3 as its merge tool. To get it done edit your .gitconfig and add the following: [merge]     tool = kdiff3 [mergetool "kdiff3"]     path = C:/Program Files/KDiff3/kdiff3.exe     keepBackup = false     trustExitCode = false [...]

DiggEmailRedditShare
Read the rest of this entry »

Hello World!

Just testing if my syntax highlighter works! #!/usr/bin/env perl use strict; use warnings;   print "Hello World!\n"; This seems to be working and after some changes to my themes’ stylesheet it looks a bit better.

DiggEmailRedditShare
Read the rest of this entry »

How Git made my day with cloning, branching and submodules

So today at work I started working on a website that’s basically a clone of another one. The website to clone has a rather old code base but a fully working control panel with order processing, payment reminders, CRM and more. As the code base for the website itself was way too old I decided [...]

DiggEmailRedditShare
Read the rest of this entry »

Game Coding Complete, 3rd edition

Last Thursday I’ve made my first purchase over at Amazon and was happily surprised it arrived today. That’s the fastest delivery time I’ve experienced from a webshop not located in my country! So kudos to that. Game Coding Complete, 3rd edition was what got delivered at my house. I’ve only skimmed through some pages and [...]

DiggEmailRedditShare
Read the rest of this entry »
Get Adobe Flash playerPlugin by wpburn.com wordpress themes