Alle Artikel der 'Getting Started' Kategorie


Motional desktop and the last tweak

This is a guest post by my friend Tobi, on how to create a fancy custom animated desktop wallpaper. —Jörn Ever wondered if it is possible to create an animated background for Windows 7, since ActiveDesktop has been removed? The answer is: YES, IT IS. Lets start with the last tweak and then putting the […]

Welche IT darfs denn sein?

Mehrere Bekannte von mir sind auf bestem Wege, ihr Diplominformatikstudium abzuschließen. Sie müssen jetzt oder in einem Jahr nur noch ihre Diplomarbeit schreiben. Meine Frage, worüber sie denn schreiben wollen, oder sogar wo sie denn später sich bewerben wollen, konnte mir bisher keiner beantworten. Nun könnte es enorm helfen, die zweite Frage zu klären, um […]

Unobtrusive “clear searchfield on focus”

A very common yet annoying task in daily webdeveloping is to clear the text displayed in a search field, when the field is focused. And even better, the text should be restored when the user leaves the input field empty. The naive approach uses inline onblur and onclick javascript, or maybe at least onblur and […]

jQuery Plugin Authoring guide

As soon as you start writing your own jQuery plugins, which is highly recommend to organise and reuse your code, you should check out the official jQuery plugin authoring guide. It has evolved quite a lot since it’s creation and documents several patterns found in jQuery plugins by a lot of different authors. It may […]

Wiimote am PC nutzen

Nachdem Tomasz mich gestern auf gewisse Videos aufmerksam machte, in denen jemand z.B. Half-Life 2 per Wiimiote steuerte, konnte ich es nicht lassen, und hab mir heute erstmal eine Wiimote mit Bluetoothempfänger gekauft. Eine Wii will ich irgendwann auch noch kaufen, da fehlt mir aber noch eine akzeptable Lösung um die Wii direkt an meinen […]

position: fixed for IE < 7

Da ich auf einer gewissen englischsprachigen Mailingliste inzwischen immer bassistance.de in meine Signatur packe, gibt es hier den ersten englischen Eintrag. While IE7 now supports position: fixed, there is still the need to solve that for IE6 and below. The footer on this page is now positioned with the following CSS styles: position: fixed; bottom: […]

jQuery Getting Started Guide

Update: This guide is now available as part of the offical jQuery documentation Ce guide est aussi disponible en version français Wer beim Webdesign Javascript einsetzen möchte, sollte sich unbedingt jQuery anschauen. jQuery ist eine sehr schlanke und gut dokumentierte Bibliothek, die sich von vergleichbaren Produkten primär durch eine spezielle Syntax absetzt. Für einen gute […]

Getting Started: TeX IDE als Kochrezept

Zutaten: Eclipse, z.B. “Eclipse IDE for Java Developers” MiKTeX-Distribution TeX-Plugin Foxit PDF-Reader Zubereitung: Eclipse runterladen und entpacken MiKTeX-Setup runterladen und zweimal ausführen TeX-Plugin per Update-Manager installieren Projekt erstellen und PDF-Reader verknüpfen Fertig! Zuviel zur Kurzfassung, jetzt das ganze noch im Detail: Wer TeX noch nicht kennt, dem sei der TeX Wikipedia Artikel empfohlen. Sobald dieses […]