Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Category "Web Development"
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. […]
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 […]
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?
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 […]
Just a short overview about the most useful variables in WordPress to use in wp-config.php
|| Google Hacks
Unser allseits geliebter Freund Google, kann um einiges mehr als die Otto-Normal-Sekretärin in ihrem Büro je zu sehen bekommt (aus einem .pdf von Debasis Mohanty): Below discussed are various Google’s special commands and I shall be explaining each command in brief and will show how it can be used for critical information digging. [ intitle: […]