I’m attending BlackBerry DevCon Europe – 7-8 February 2012, Amsterdam

0

BlackBerry® DevCon Europe is the premier developer event where BlackBerry® enthusiasts will come together for sessions, demonstrations, keynotes, and more — all focused on creating mobile applications for the powerful BlackBerry platform.

I’ll be attending! Join me so you can also get the value from the conference content, including previews and demonstrations of the latest innovations and breakthroughs with BlackBerry technology. I’m looking forward to discovering tools that can help me make apps more profitable, technologies that lead to developing more engaging Super Apps, and hot topics such as the BBM™ Social Platform, BlackBerry® 7, Adobe®Flash® and Adobe® AIR®, BlackBerry® WebWorks™, and more.

I hope to see you there. Find out more about the conference at www.blackberrydevcon.com/europe.

Introducing AutoTest for Delphi

1

One of the main issues with doing TDD is the fact, that the cycle times between running the unit tests and the development of a feature has to be very short. In fact as short as possible.

In other languages there are always tools like autotest for ruby or infinitest or JUnitMax for Java.

I missed such a tool badly in Delphi, because it makes the development so much faster when the tests are running automatically in the background everytime the code has changed.

So I created autotest4delphi. It uses Growl as notify engine and outputs all relevant command line output of the compiler / test appropriately colored to the console and it’s configured via a simple INI-file.

The tool itself is written in Delphi 2006. I have not ported it yet to Delphi XE but this should not be a big problem.

Feel free to fork an use it.

Contributing code to one of my projects

0

Because some people asked me, how to contribute code to my MediaWiki Access Extension, here a short howto how to do this.

At first, you have to get yourself a free account on GitHub.  This is as easy as clicking “Pricing and Signup”, selecting the Free Account, fill in the required fields and submit. Maybe you have to activate the account via email (don’t know, it a while since I got my account).

I leave the bold setup and finetuning up to you (maybe this will help on this issue).

After the account is set up you go the project you wish to contribute to (i.e. https://github.com/magicmonty/MediaWikiAccessControl) and click on the “Fork”-Button. With this you have made your own fork, where you can develop by your hearts content. If you are ready, the code is tested and so on, you can send me a pull request with the changes you want to contribute. I will review this changes as soon as my time it allows and if I happy with it, I will merge the changes into my code.

Hope that helps a bit.

My take on bootstrapping an open source playbook project

0

For my first Air project for the BlackBerry PlayBook (more about it follows, when it is approved ) I used the Adobe FlashBuilder 4. While this tool is quite comfortable to use in PlayBook development (especially the debugging capabilities), I’m not willing to pay 250 to 750$ for an IDE just to develop some free tools. This is simply not rentable.

The next thing is, that I wanted to have a possibility to build the project outside the IDE (already with CI in mind).

As a java developer my choice falls to Apache Ant as a build tool and Git as version control.

So I created an Ant script and some templates, which bootstraps me a new Air project in a new GIT repository.

As a base for the template I used the build.xml template from here.

I put it on Github, so feel free to use and/or fork it.

Access Control Extension for MediaWiki now on GitHub

0

Unfortunately I have no more time (nor the need) to continue the development on this extension at the moment.

For this reason, I decided to convert my private Subversion repository to Git and put it up to GitHub.

Here is the link: http://github.com/magicmonty/MediaWikiAccessControl

If you want to continue the development, then feel free to use this as base. I will keep maintaining this repo. If you want to collaborate on this, feel free to fork the project.

Version 0.8 of AccessControl Extension for MediaWiki

another Version with new features is out.

the extension can be downloaded under http://www.pagansoft.de/download/accesscontrol-0.8.zip (weiterlesen …)

Delay on onswering the comments

Sorry for not answering all the comments in the last time. I have married on last Saturday, so I was a bit stressed with the preparations.

I hope to answer the remaining comments in the next two or three weeks.

So long

Martin

Sorry, dass ich in der letzten Zeit nicht zum Beantworten der Kommentare gekommen bin. Ich habe letzten Samstag geheiratet und war wegen der Vorbereitungen etwas im Stress.

Ich hoffe, ich schaffe es, innerhalb der nächsten zwei bis drei Wochen, die verbleibenden Kommentare zu beantworten.

Bis dann

Martin

Version 0.7 of AccessControl Extension for MediaWiki

another Version with new features is out.

the extension can be downloaded under http://www.pagansoft.de/download/accesscontrol-0.7.zip

(weiterlesen …)

Version 0.6 of AccessControl Extension for MediaWiki

another bugfixed Version is out.

the extension can be downloaded under http://www.pagansoft.de/download/accesscontrol-0.6.zip

(weiterlesen …)

Version 0.5 of AccessControl Extension for MediaWiki

another Version is out.

the extension can be downloaded under http://www.pagansoft.de/download/accesscontrol-0.5.zip

(weiterlesen …)

nach oben