Beside my services for my clients, I also have different projects that I still manage and improve for myself. Some are made for online purposes with PHP, JavaScript, HTML, CSS etc. and others are made with C# which runs under ms windows only. They are all free to download and use! My Websites: Havalite.com …
Posts
Services
Do you have a problem with your website and you need someone to help solving it?Can’t configure it the way you’re satisfied with or how you imagine it?So you still have no website and you need to present your company, work, art or even yourself. We always have a solution for every conceivable idea.If you …
Posters, Flyers and Logos
Most of the images in this gallery were made for an institute in Germany for learning disabled persons. As you noticed there are special colors in the posters that need to be the same every where. These i made using PhotoShop and CorelDraw. You can also see pdf-files for printing quality: Program1 2013, Program2 2013, …
Postcards
Different clients need different ideas. Most clients come with nothing but an idea how they wanna present themselves and i have my imagination 🙂
Book Design
My nigerian friend Chuka Nwakanze, a great writer and painter. I made photos from his paintings, which I integrated in his books to make an artwork out of them.
Acrylic Painting
I did these painting in the early years as i first came to Germany
3D Max
My first experiments with 3D modeling with 3D Max
Grid Lines (jQuery Plugin)
While improving SSG (Style Sheet Generation) i made this plugin hopping it might be usefull for some webdesigners to get better messures. There is a left upper menu with 3 inputs (type numbers) first one for drawing methodes (4 types) second to add Horizontal lines third to add vertical lines You can see a demo here how it …
Dynamic CSS via PHP
With php you can do more than handling informations from databases or manipulating them but also you can let php act as another type of files such as xml, image or css file etc. by adding a header information at the begin of your code. (See header Manual) Again: beware, the header informations must be …
RegExp in SqLite using Php
One of the important thing that i kept messing as i switched from MySql to SqLite is the direct usage of regular expressions in sql statments. After searching many times in the internet for a solution, i only found out that SqLite doesn’t support RegExp by default except by changing the functionality of the database …