Developers

You can follow this category through RSS.

OpenGL with C#

Wednesday, April 14th, 2010

Have you ever tried to find OpenGL library for C#? Well designed and up to date wrapper for the managed code would be enough. Actually, when you try to google "OpenGL C#", the results are far from wha (...)

Case study: How simple things can complicate your life

Monday, March 22nd, 2010

Some time ago I had to deal with quite strange problem. I was working on web application, which should support Internet Explorer and Firefox. In one of its pages, there was a table. The problem was, t (...)

Task boards (virtual and real)

Friday, March 12th, 2010

When you have a project consisting of more than 5 tasks, the most convenient way to organize is to use some kind of task board. All agile teams know that probably quite well. One of our favourite solu (...)

How to store and manage files on Amazon S3 with PHP class

Friday, March 12th, 2010

Like all you know, or not, Amazon S3 is the storage for the internet. It can be used to store and retrieve any amount of data. You can find all needed information about this web service here: http://a (...)

PostSharp going commercial

Monday, March 8th, 2010

I wrote once a post about PostSharp - really nice library for aspect programming. A couple days ago Gael Fraiteur announced that PostSharp is going commercial, which basically means that you have to (...)

Installing AWStats on IIS 7.0 – time-taken extra section

Thursday, March 4th, 2010

AWStats is an open-source Log analyzer than can be easily configured to work with IIS logs. My AWStats configuration for IIS7 is based on a great instruction written by Simon Schofield Installi (...)

SQL Search

Monday, March 1st, 2010

Redgate recently released the first version of its new product - SQL Search. SQL Search is an add-in to the SQL Management Studio. It works with both SQL 2005 and 2008 - also with Express versions (...)

Charts are all around

Tuesday, February 16th, 2010

Recently we have been working on significant number of applications, which needs to present couple of chart values in visually interesting form. One can of course rely on Google charts. However it is (...)