<?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>Sun, 20 May 2012 12:53:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<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>
	<item>
		<title>PHP: Universal NULL Object</title>
		<description>When working with interfaces you sometimes need a object as parameter. Thats why i wrote this primity universal null object that does nothing at all and does not throw any errors:

 </description>
		<link>http://juliusbeckmann.de/blog/php-universal-null-object.html</link>
			</item>
	<item>
		<title>The project triangle</title>
		<description>Anybody of you who worked in a (bigger) project, might have noticed that there are always problems about specific factors like time, money and quality.
While getting my Scrum Master certificate, our teacher told us about something called the "project triangle".

There is a wikipedia article about the project triangle.

I created my ...</description>
		<link>http://juliusbeckmann.de/blog/the-project-triangle.html</link>
			</item>
</channel>
</rss>

