Mindblown: a blog about philosophy.
-
20 Dinge über Browser und das Web
20 Dinge über Browser und das Web – eine einsteigertaugliche Lektüre, um das Web kennenzulernen und sein Surferlebnis sicherer zugestalten. Was einem in diesem virtuellen Buch erwartet gibts in diesem Artikel.
-
TrayRSS Sideproject: RssSearch Version 0.0.2
RssSearch – A simple open source tool to search the source of a feed entry. You can provide keywords, and search for any feed matching one or all of the keywords. Soon this function will be integrated in TrayRSS – see how it works in this article.
-
Java Code Snippet: EnumSet
In java kann man ganz leicht Sets aus Enums erzeugen. Was die Hilfsklasse java.util.EnumSet bereitstellt kann man hier nachlesen.
-
Java Code Snippets: HowTo resize an ImageIcon
See a code snippet showing howto resize a ImageIcon in Java without touching the original file of the image.