Categories
Books

Rezension: Social Software

Weblogs, Wikis, Social Networks, Instant Messaging – all das sind Beispiele für social software. Der Mensch und die Unterstützung der Kommunikation zwischen den einzelnen Personen ist die zentrale Maxime dieses Ansatzes. Social Software bringt dieses brandaktuelle Thematik mit einer Fülle von hervorragenden Fachartikeln auf den Punkt und kratzt dabei nicht nur an der Oberfläche.

Categories
Books

Rezension: AJAX – Eine pragmatische Einführung..

„Ajaxifizierte“ Web-Anwendungen zu bauen ist das Ausbildungsziel dieses hervorragenden Einsteigerwerkes. Der Leser erfährt auf den rund 250 Seiten was Ajax bedeutet, wie er es richtig einsetzt und welche Konsequenzen es für seine Web-Anwendung hat. Das Autoren-Trio setzt dabei auf eine Anwender-zentrierte Sichtweise der Problembehandlung von Ajax und gibt wertvolle Tipps, die auch für fortgeschrittenere Ajax Anwender wertvoll sind.

Categories
Dev

Multiple Tag Typeahead

Autocomplete or Typeahead is one of the most common Ajax Patterns. For my example I am using the script aculo us libary respectively the ajax-autocomplete control. The goal of this small tutorial is to create an type ahead mechnism for multiple tags in one input field. The problem with the basic feature of the autocomplet controller of script aculo us is, that it only handles the value of an element as input string (not only a part of it as we need it for this solution). But we want the user to be able to enter several tags and use the autocomplete feature ONLY for the last entered tag. Here is a screen of what the final solution will look like:

tag_typeahead.JPG

Categories
work & projects

1 hour of wordpress templating

Last week I started again with some template designing for wordpress, cause I’m not satisfied with the layout of some of my blogs. I want to make a style like the famous US blogs techcrunch and readwriteweb (3 colums, 2 sidebar elements..).

I began my journey with creating a simple wrapper for a wordpress template, which is a work of just a few minutes. WordPress gets a lots of critisism because ot the templating mechanism which do not offers a strict seperation of layout and code. I don’t bother and must admit that wordpress ist still my number #1 blog system. The two screens show first the basic wrapper, which is the base for my theme and the second one showing a semi finished theme with the colors of this blog here. All in all, just one hour of work.

wordpress-local-test-title-of-blog1170336533640.pngwordpress-local-test-title-of-blog1170336432468.png

As you can see, you can use the basic wrapper to create a really powerfull and stylish template just using CSS. You can download the wrapper here, and give it a try to create your first wordpress template!

Download: basic.zip