Author Archive

PHPUnit installeren op XAMPP onder Windows

Posted in Technology on January 31st, 2012 by David – Be the first to comment

Ik gebruik de laatste tijd meer en meer PHPStorm, doordat we bij ImpressCMS een Open Source licentie hebben kunnen bemachtigen bij Jetbrains. PHPStorm biedt ondersteuning voor PHPUnit, waardoor ik die wilde installeren op mijn huidige Windows systeem. Dat loopt niet altijd van een leien dakje

PEAR Installatie

PHPUnit maakt gebruik van PEAR, maar die installatie heeft wat zorg nodig. Bij installatie van PHPUnit 3.6.10 onder XAMPP kreeg ik constand de melding:

No releases available for package pear.PHPUnit.de

read more »

copy a directory in linux

Posted in Linux on November 16th, 2011 by David – Be the first to comment

I’ve been throwing around some websites from one server to another, and this command really comes in handy to copy an entire folder to a new distination under linux.

cp -R origindir/ destinationdir/

This copies the entire ‘origindir’ to ‘destinationdir’. Simple, but effective.

New Torque2D tutorial by MakingIndieGames

Posted in Game Development, Torque Game Builder on November 14th, 2011 by David – Be the first to comment

I just discovered MakingIndieGames, a site dedicated to in-depth tutorials on Torque2D development. MakingIndieGames not only shows you how to do things, but also explains why it is done in a certain way.
Recently, they released their latest Torque2D tutorial – Reflection Grid. For the very low price of $12.50 you get a very detailed PDF tutorial on a shooting game with Torque2D, and a working Demo with source codes. read more »

Use Ajax Redirect in ImpressCMS

Posted in impresscms on September 1st, 2011 by David – Be the first to comment

ImpressCMS introduced a AJAX-based redirect system in series 1.2, which makes your site much quicker to work with. By using this redirect system, notifications and confirmation messages (E.g. ‘Thank you for logging in’) don’t show on a new page any more, but they are presented to the user on a text bubble that is loaded dynamically while the user remains on the same page.

Currently, not that many themes are created that provide this, and you need to explicitly enable it before the functionality becomes available. I’ll explain here the two simple steps you in adding this to your site.

ATTENTION: It has been noted to me that this technique is not needed, as ImpressCMS automatically includes the javascript code required into the <head> section of the page. All that remains to be done then is to enable the Ajax redirect in the settings (STEP 2) read more »

ImpressCMS Fetcher

Posted in Web on March 11th, 2011 by David – Be the first to comment

As the current Release Manager of ImpressCMS, I am quite aware of the weaknesses we need to look at in following releases.

One of the major weaknesses that makes ImpressCMS a difficult sell is the fact that you need to use an FTP client in order to add modules or themes to the system. Most systems have a capability of installing those elements directly from the administration interface.

MrTheme just demonstrated the power of open source. While ImpressCMS is in feature freeze during its 1.3 release, he had an itch that needed scratching, so he developed his own solution for it.

Granted  it ‘only’ installs the latest stable (ImpressCMS 1.2.4) or the latest beta version (ImpressCMS 1.3 beta – just released), but it can be used to upgrade your sites without hassle. For me, that’s one first step towards an online updater, but now I hope the community will step in and help MrTheme out.

Torquepowered is dead, long live GarageGames

Posted in Game Development, Torque Game Engine on February 7th, 2011 by David – Be the first to comment

Nu al 2 weken geleden werd de Torque gemeenschap wakker onder een nieuw gesternte : de kopers van het TorquePowered gedeelte van InstantAction werden onthuld, de operaties opnieuw opgestart, en de oude ‘GarageGames’ naam werd terug aangenomen.

De kopers, heel kort en slechts éénmaal vermeld in de bekendmaking van de overname, zijn het soort koper waar de meesten in de Torque gemeenschap op hoopten: een bedrijf met een sterke link naar games, meer geïnteresseerd in een ondetsteunde groei, en minder in een cash-in strategie.

read more »

Kinepolis publishes App for Android

Posted in Technology on January 26th, 2011 by David – Be the first to comment

Groot nieuws: Kinepolis lanceert een Android-app. Het werd zelfs vermeld in Ter Zake. Zo te zien beginnen de bedrijven stilaan door te hebben dat er naast de iPhone ook nog andere smartphone platforms bestaan.

Eigenlijk is het spijtig dat hierrond zo’n lawaai wordt gemaakt. Ik kan me niet herinneren dat er bij elke iPhone app een programma als Ter Zake daar melding van maakt. Het toont duidelijk aan dat voor de meesten iPhone gelijk staat met smartphone, en dat de andere platformen als rariteit worden beschouwd.

Laat ons hopen dat deze trend zich verderzet, en dat het Android landschap in België zich eindelijk wat ontwikkelt.

InstantAction To Rise Again?

Posted in Game Development, Torque Game Engine on December 23rd, 2010 by David – Be the first to comment
Torque 3D

Torque 3D Logo

A quick update in the InstantAction Shutdown saga : Eric Preisz just had a very cool Christmas present for all the Torque community members.

I wanted to let everyone know that we are no longer entertaining buyers at this time. Unfortunately, we aren’t going to be able to make any comments until the new year. Please stand by for more information and enjoy the holiday season. The future looks bright.

he’s not saying much, but he says enough to indicate that Torque will RISE AGAIN! Let’s hope this takeover will be better digested by the community than the IAC one.

Good news, cool!

TorquePowered: Recent Community Blogs

via Important Update.

Positive sounds from InstantAction Takeover Negotiations

Posted in Game Development on December 22nd, 2010 by David – Be the first to comment

Torque Powered

Eric Preisz had some positive news (although he wasn’t really giving away much) in his latest comment on the InstantAction Shutdown thread on the TorquePowered forums:

I’ve had dozens upon dozens of leads, phone calls, several on site visits, a drive to L.A., and a lot of coffee. Don’t give up hope, things are going well!

read more »

Skype installeren op OpenSuSE 11.2 64-bit

Posted in Linux, Web on December 17th, 2010 by David – Be the first to comment

Wanneer je de installatie van Skype doet via het pakket dat op de Linux pagina van Skype wordt aangeboden, weigert Skype na installatie te starten. Als je kijkt naar de command line, krijg je volgende foutmelding:

Dat blijkt een probleem te zijn met een slecht pakket van Skype. Alberto Passalacqua heeft in zijn blog de correcte installatieprocedure van Skype 2.1 op OpenSuSE 11.2 64-bit geplaatst.

Ik heb het op onze oudere laptop geplaatst, en dat werkt wonderwel. Dank je, Alberto!