Is it just み?

Programmierung

Simple backups with windows 2

by Jens on Dec.03, 2009, under Programmierung, Technik

Update: I made additional changes to the script which are a real improvement for my daily use. The current version is “0.3d [2010-01-08]”

Last week I wrote about a simple way to zip all subfolders of a specific folder which I use for my simple archiving strategy at work. Today I [...]

:, , , , , more...

Simple backups with windows 1

by Jens on Nov.26, 2009, under Computer, Programmierung

At my current workplace, working with Linux (or anything other than windows) seems to be something no one would even bother to think about.  So I had to dig into the world of Windows Batch Scripting in order to create those little tools that make my life  just a bit easier when using [...]

:, , , , , more...

Wordpress: Highlight PHP Code

by Jens on Nov.22, 2009, under PHP, Programmierung, Technik

I like to write about programming, and since I am using Wordpress and writing plugins for it, PHP is the language of choice when it comes to blog-related development.

I wanted to put my PHP-Code into my entries and I wanted it to look nice, which means mono-spaced font and syntax [...]

:, , more...

Wordpress: Filter certain categories on main page

by Jens on Nov.20, 2009, under PHP, Programmierung

I am using the Twitter Tools plugin to automatically create Tweets for my blog entries and vice versa to have some kind of tweet archive on my blog. That works flawlessly.

The only problem is: I tweet too much. I only want to show five entries on my front page, which [...]

:, , , , more...

GPS Logger

by Jens on Oct.09, 2009, under Computer, Java, Photos, Programmierung, Technik

Ich wollte nur bevor ich es vergesse über mein neues kleines Projekt schreiben: Der MiGPSLogger. Da ich dank myDealz der stolze Besitzer eines kostenlosen Nokia 5800 bin, habe ich mir direkt einmal einen einfachen GPS-Logger in Java ME geschrieben. Das Ding kann Strecken aufnehmen und Orte speichern und diese dann [...]

:, , , more...

GRAND Flash Album Gallery Extras

by Jens on Sep.13, 2009, under PHP, Photos, Programmierung

Heute mal auf Englisch, weil das Originalplugin auch in English zur Verfügung steht.

Update 2009-09-13: New version. Can now work around WP-Cache

GRAND Flash Album Gallery is a simple to use and professional looking way to present pictures on your website, it even has a nice looking full-screen-option.

There were two features that [...]

:, , , , , more...

Multi-Desktop-Background-Creator…

by Jens on Aug.27, 2009, under Linux, Programmierung, Sonstiges

Ich arbeite entweder mit zwei Rechnern nebeneinander die über Synergy verbunden sind oder an einem Rechner mit zwei Monitoren. Bei zwei Monitoren an einem Rechner sieht das Hintergrundbild immer schlecht aus. Deshalb habe ich ein Bash-Script geschrieben dem man beliebig viele Monitorauflösungen von links nach rechts übergibt und einen Ordner [...]

:, , , , more...

Universelle Bashscript Vorlage

by Jens on Aug.26, 2009, under Linux, Programmierung

Ich schreibe immer mal wieder kleine Bashscripte für Alltagsaufgaben wie Backups und kleinere Aufgaben für die sich einfach keine großen Programme lohnen. Was mir immer gefehlt hat ist eine grundsätzliche Vorgehensweise die ich auf etwas größere Scripte anwenden kann um Parameter zu verarbeiten und eine Hilfe auszugeben.

Heute habe ich mir [...]

:, , , more...

Bugs finden – das Patentrezept.

by Jens on Dec.09, 2006, under Programmierung

Wenn das mal nicht die ultimative Lösung ist, wie man Bugs findet:
Another effective [debugging] technique is to explain your code to someone else. This will often cause you to explain the bug to yourself. Sometimes it takes no more than a few sentences, followed by an embarrassed “Never mind, I [...]

more...