21. April 2011
von Blackbam

Today we have been searching for an easy and fast way to store and reuse $_POST variables over 2 pages and more without using a session. This can save you a lot of work in some cases. This possiblity is completly browser based, so there is no need for the server to re-identify a user. […]

3. April 2011
von Blackbam

This is maybe one of the most cruel jobs  in the world. You have to live your life in dark holes, never see the daylight. Your body is suffering from living in the same surrounding area all the time, bound to a complex machine that keeps you alive. And most people expect you to deliver […]

From category Just4Fun || No comments yet »
31. March 2011
von Blackbam

Development projects should not be visible for public internet visitors in a lot of cases. Imagine you develop a project for a large company and the Google robots get you for some reason. There will be a lot of visitors who surf on your unfinished blog or website. There are a lot of Maintenence Plugins […]

19. January 2011
von Blackbam

A spheric panorama image is an image with an angle of 360*180 degree. With modern techniques of photography and special equipment it is possible to create impressive, interacitve tours. The panoramas were created from 3-layer HDR-images, which make a high contrast possible in spite of the dull weather conditions. This example was created in a course of my studies in St. Pölten, Austria.

16. December 2010
von Blackbam

Recently I was confronted with some lectures about certain topics relating to Cascading Stylesheets. I decided to write a short summary to remember and use these things as I need them in future projects. 1. CSS-Sprites CSS-Sprites are the idea of using one large as background for multiple graphics on a web page. Relative positioning […]

15. November 2010
von Blackbam

—————————— NOTE —————————— This article is not up to date, as this Theme was created for Aptana 1.5.1 and Aptana 3 fortunatly supports PHP again. It also includes a native Dreamweaver syntax highlighting. This however seems buggy, so you can download my own improved version of it here if you like to try it (I […]

From category Tools, Web Development || 5 comments »
25. October 2010
von Blackbam

Code is Love – this is a very basic core theme for WordPress, which i developed in dependence on the WordPress standard-themes, the notesblog-core-theme and a lot of more. I use this core theme as a base for almost any kind of WordPress Theme which must be developed. It saves many hours within the development […]

From category WordPress || No comments yet »
24. October 2010
von Blackbam

This work is written to analyze the limits of applicability concerning the usage of the content management system “WordPress” for web projects of any kind. What are the limits of WordPress, when is it possible and recommendable to use it for a certain kind of project, what are the advantages and what is explicitly not possible with the system?

From category WordPress || 1 comment »
24. October 2010
von Blackbam

Sorry, this entry is only available in Deutsch.

18. October 2010
von Blackbam

This tutorial shows how it is possible to scroll a very big database table using Asynchronous Javascript and JSON with an easy extendable and customizable script. We created four files – index.html (contains the Ajax table), functions.js (contains all the Ajax work), suggest.php (the server-side work), and entries.php (server-side script for instantiating number of table […]