Posted in December 29, 2011 ¬ 23:23h.Htbaa
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 [...]
Read the rest of this entry »
Posted in May 22, 2011 ¬ 15:44h.HtbaaComments Off
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 [...]
Read the rest of this entry »
C#, General, Haskell, Java, Lua, Maximus, ProgrammingBlitzMax, C#, Haskell, Java, Lua, Maximus, Perl
Posted in January 2, 2011 ¬ 15:01h.HtbaaComments Off
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 [...]
Read the rest of this entry »
Posted in December 14, 2010 ¬ 20:48h.HtbaaComments Off
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 [...]
Read the rest of this entry »
Posted in July 18, 2010 ¬ 14:54h.Htbaa
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 [...]
Read the rest of this entry »
Posted in April 8, 2010 ¬ 21:54h.HtbaaComments Off
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 [...]
Read the rest of this entry »
Posted in December 21, 2009 ¬ 19:31h.HtbaaComments Off
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.
Read the rest of this entry »
Posted in October 6, 2009 ¬ 23:02h.HtbaaComments Off
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 [...]
Read the rest of this entry »
Posted in October 6, 2009 ¬ 21:29h.HtbaaComments Off
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 [...]
Read the rest of this entry »