Archive for the ‘Programming’ Category

I spent some time trying to solve the problem with django-cms installation on our test server (wsgi configuration). After succesfull installation of django-cms I received error saying when I had tried to visit my page: AttributeError: 'Settings'...

If you want to make your Python code more readable and valid with PEP8, you can set up an informational, vertical line in Eclipse at some character (eg. 79). To do this go to Window->Preferences->General->Editors->Text Editors and enable...

Tracing is a way of monitoring the execution of your application while it is running. .NET offers you two classes for tracing: Trace and Debug (both in System.Diagnostics namespace), they are identical, except that the Debug class functions are not...

As an application developer you often want to include notification functionality in your product. You want your users to know about certain events occurring in your application. For example, if your application is a project management system, you may want...

We were facing a huge design dilemma in the beginning of AlertGrid. It was all about 'how a Worfklow should be stored and represented in our system'. At this moment there were 2 competing options, there were some pros and cons for each one, but...