Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
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. […]
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 […]
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 […]
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.
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 […]
—————————— 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 […]
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 […]
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?
Sorry, this entry is only available in Deutsch.
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 […]