Archive for the ‘Keine Kategorie’ Category

Sie haben POST

Hurra!
Java Micro Edition an Ruby on Rails: wir haben Nachrichten!
und das ganze mit ein bisschen:

try {
	connection = (HttpConnection)Connector.open(url);
	connection.setRequestMethod("POST");
	connection.setRequestProperty("User-Agent", "Claudius im J2ME :D");

	String postdata = "message=ich+bin+toll&message[subject]=J2ME+Ruled!";
	byte[] body = postdata.getBytes();
	connection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
	connection.setRequestProperty("Content-Length", Integer.toString(body.length));
	os = connection.openOutputStream();
	os.write(body);
} catch (Exception ex) {
	System.out.println(ex.toString());
	ex.printStackTrace();
} finally {
	if(os != null) {
		os.close();
	}
	if(is != null) {
		is.close();
	}
	if(connection != null) {
		connection.close();
	}
}

Weiter gehen. Hier gibt es nichts zu sehen.


Discovery Channel: I love the world


Datensicherung

Wir unterbrechen die übliche Sendung in diesem Blog für eine Sondermeldung: Bitte nehmen Sie sich nun ausreichend Zeit um eine Datensicherung vorzunehmen.

Read the rest of this entry »


Einmal warm halten, bitte (update)

Was derzeit in den Kinos läuft ist schon beinahe eine Zumutung. Nicht, weil die Filme schlecht wären – nur weil man im Moment außer Fortsetzungen kaum etwas zu sehen bekommt.
Read the rest of this entry »


Wie man Erfolg hat

Guy Kawasaki zeigt in seinem Blog eine Aufzeichnung einer Rede “The Art of Innovation”.

Großartige Rede, der man die 55 Minuten nicht anmerkt. Sehr zum ansehen empfohlen.



Author

Claudius Coenen is a tech-enthusiast. He's writing on all kinds of topics, including programming, technology, gadgets and media.

This site features his occasional articles, findings, documentations.

Categories

Connect

RSS Recent Bookmarks

Legal