Life with g++

May 28th, 2008

The intention of this article is to show a few useful ( i hope ) tips about using g++ in the every day development cycle. Also this article describes three build configurations that should help the developer catch bugs in the early stages of development. Read the rest of this entry »

Flash on FreeBSD - Gnash

May 27th, 2008

Watching flash content on FreeBSD was and still is a problem. It’s sad Adobe won’t publish a native version of flash for FreeBSD, or even better open the sources for the flash player. It’s strange they don’t, unless the sources are a real mess I don’t see any strong reason for not doing so. Now that rumors are found about new technologies for web graphics like svg, html 5, flash might not be so popular in the future. Read the rest of this entry »

Wt, C++ Web Toolkit

May 27th, 2008

Wt (pronounced ‘witty’) is a C++ library and application server for developing and deploying web applications. It is not a ‘framework’, which enforces a way of programming, but a library. Read the rest of this entry »

Wordpress WassUp Error

April 7th, 2008

I’ve upgraded the wassup plugin to the latest version ( 1.5 ) and an error started to show in the pages:

[ wp_wassup_tmp' doesn't exist ]

The solution is to deactivate the plugin and then reactivate it… witch should be the right way to upgrade your plugins. Read the rest of this entry »

Wordpress Updated to 2.5

April 2nd, 2008

I’ve updated wordpress to the latest stable version and all the plugins seem to work ok.

myWeather widget

December 6th, 2007

To create a quick and dirty widget from myWeather wordpress plugin just add the following to the end of myweather.php

Read the rest of this entry »

qmake error: sible braces mismatch %s:%d

July 27th, 2007

I’ve just received this error with qmake on windows. Googling for it showed no results so after i’ve solved the problem i decided to put it here.
Read the rest of this entry »

ASP.NET 2.0 and SQLServer 2000 Transactions

June 27th, 2007

The new ADO.NET 2.0 and it’s typed datasets and table adapters are very useful tools for creating a DAL in you application. Still when working with SQLServer 2000 implementing transactions is a bit tricky. Read the rest of this entry »

Windows Integration

May 18th, 2007

Here is a preview of what you can do if you have a windows machine somewhere.


My Desktop

[Update]Flash7 with native FreeBSD browsers

March 18th, 2007

Finally the linux-flash7 plugin works with native firefox. If it’s not working for you this may help.

Read the rest of this entry »