<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.2" -->
<rss version="0.92">
<channel>
	<title>Julius Beckmann</title>
	<link>http://juliusbeckmann.de/blog</link>
	<description>Ich bin nicht verrückt, nur technisch begabt ...</description>
	<lastBuildDate>Wed, 05 Jun 2013 11:02:57 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Developer Conferene 2013 in Hamburg</title>
		<description>Ich mag Konferenzen, besonders wenn es dort viel zu sehen und hören gibt. Gern fahre ich auch mal in ein anderes Land aber noch lieber habe ich es, wenn die Konferenz direkt vor meiner Haustür stattfindet. Wie  in Hamburg bei der Developer-Conference-HH im Jahre 2012.

Die Konferenz ging damals allgemein ...</description>
		<link>http://juliusbeckmann.de/blog/developer-conferene-2013-in-hamburg.html</link>
			</item>
	<item>
		<title>Meine Lösung des Blau.de Vanity Wettbewerbs 2012</title>
		<description>An meiner FH Wedel hat Blau.de passend zur Firmenkontaktmesse eine kleine Programmieraufgabe gestellt, für die es auch kleine Preise von getdigital.de gab.

In diesem Artikel möchte ich kurz meine Lösungen und Ideen dazu vorstellen.

Aufgabe war wie folgt:

Es sollte mit Hilfe einer Wortliste aus einer Vanity Nummer wieder die "gewählten Wörter" ermittelt ...</description>
		<link>http://juliusbeckmann.de/blog/meine-losung-des-blau-de-vanity-wettbewerbs-2012.html</link>
			</item>
	<item>
		<title>Wie man gefälschte Motorola BP6X Akkus erkennt</title>
		<description>Für mein Motorola Milestone habe ich letztens einen neuen Akku gekauft und musste feststellen, dass der erste Akku den ich zu gesendet bekommen habe nur sehr wenig Kapazität hatte und sich dann auch nicht mehr aufladen ließ. Daraufhin habe ich nachgeforscht und noch mehr Indizien gefunden dass es sich um ...</description>
		<link>http://juliusbeckmann.de/blog/wie-man-gefalschte-motorola-bp6x-akkus-erkennt.html</link>
			</item>
	<item>
		<title>Notizen: The Pragmatic Programmer</title>
		<description>Habe meine Notizen zum Buch "The Pragmatic Programmer" gefunden.

Hinweis: Die Notizen ersetzten nicht die Erkenntnisse die man beim Lesen des Buches hat ;)

	Keine Ausreden, sei ehrlich.
	Keine zerbrochenen Fenster.
	Katalysator für Änderungen und Synergien sein.
	Fange etwas an und lasse andere einsteigen (Steinsuppe).
	Schleichende Veränderungen bemerken (Frosch im Kochtopf).
	Das große Bild erkennen und beachten.
	Qualität ...</description>
		<link>http://juliusbeckmann.de/blog/notizen-the-pragmatic-programmer.html</link>
			</item>
	<item>
		<title>Android: Move ringtones from SD-Card to internal memory</title>
		<description>I have a Motorola Milestone and keep it inside the Desk-Dockingstation all day long. While it is in there, the phone cant use the ringtones saved on the sd-card, because the sd-card is shared over USB. I simply moved my ringtone to the internal ringtone memory.



You need root access and ...</description>
		<link>http://juliusbeckmann.de/blog/android-move-ringtones-from-sd-card-to-internal-memory.html</link>
			</item>
	<item>
		<title>Android: Install Google Mail in Cyanogen 7 and similar</title>
		<description>How to install Google Mail (GMail) on your Cyanogen Android Phone:

1. The Google Mail app is just available in USA Market. You need the app "Market Enabler" and fake a USA Provider like Verizon or T-Mobile.

2. Search for "Google Mail" or "Gmail" in the Market, if it does show up, ...</description>
		<link>http://juliusbeckmann.de/blog/android-install-google-mail-in-cyanogen-7-and-similar.html</link>
			</item>
	<item>
		<title>Firefox: Black form input fields when using a dark GTK / Gnome theme</title>
		<description>

I recently switched to a dark Gnome2 theme and realized, that firefox did use that colors too. But also firefox used these colors for the input forms on some websites. I found out how to partially fix this.



These strangely colored input field will be there when the website did not ...</description>
		<link>http://juliusbeckmann.de/blog/firefox-black-form-input-fields-when-using-a-dark-gtk-gnome-theme.html</link>
			</item>
	<item>
		<title>PHP: Uncomment PHP Code</title>
		<description>

If you want to uncomment your PHP Code, have a look at my script:

https://gist.github.com/1375986

Usage:
# php uncomment /path/to/file.php

The script will read the content of the file, remove the comment, and write back to the file.
So the file will be CHANGED! You have been warned. </description>
		<link>http://juliusbeckmann.de/blog/php-uncomment-php-code.html</link>
			</item>
	<item>
		<title>PHP: The big php variable type casting!</title>
		<description>I wrote a small script that does every available cast in PHP on every datattype.
Check it out on GistHub:
https://gist.github.com/1341572

The output of the script should be the following:

$ php casting.php 

--- Casting all in PHP available Types in every way ---

Info: 
In PHP we have the following data types: boolean, int, ...</description>
		<link>http://juliusbeckmann.de/blog/php-the-big-php-variable-type-casting.html</link>
			</item>
	<item>
		<title>PHP: Playing with stdClass</title>
		<description>I wrote some code to check what PHP included stdClass is capeable of.
You can find the code at gisthub:
https://gist.github.com/1309031

stdClass is really just a wrapper around a array that can be casted to a array.
Good thing about it is, you can extend it with some failsave __get($key) function. </description>
		<link>http://juliusbeckmann.de/blog/php-playing-with-stdclass.html</link>
			</item>
</channel>
</rss>
