Beer
Tags
Categories
Links
Category Archives: Software Engineering
Inclusive git: rename “master” to “main” + change default
Take 5 minutes to make your company a little more inclusive! You may want to rename the master branch to main: git branch -m master maingit push -u origin main Then you may want to delete the master branch at … Continue reading
Posted in Software Engineering, Stuff
Leave a comment
Eclipse: Generate Getters and Setters WITHOUT MOUSE (fast!)
TL;DR:Generate Getters and Setters in 2 Seconds:Think: “generate getters and setters” et voilà here they are!Do: Shift + Alt + S -> R -> TAB -> ENTER -> Shift+TAB -> ENTER Hi, I hate using the mouse while thinking and programming in … Continue reading
Posted in Software Engineering
Leave a comment
Android startActivity rotate 3d animation: ActivitySwitcher
Hi! Do you know the Transition3d + Rotate3dAnimation from the APIDemos? I wondered how one could use this animation effect for finishing and starting Activities. Well, this is my solution to it. *UPDATE 05.12.2011* Working example: ActivitySwitcher Create a package … Continue reading
Posted in Career, Software Engineering
Tagged activityswitcher, android, animation, java, rotate3danimation
17 Comments
Annotated Time Line for sdInteractiveChartPlugin symfony
Hi, here is a rough implementation of the Annotated Time Line from the Google Visualization API for the sdInteractiveChartPlugin for symfony: sdAnnotatedTimeLineGraph.class.php <?php /** * sdAnnotatedTimeLineGraph – Creates AnnotatedTimeLine chart! * Google API URL: http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html * * @package plugins * … Continue reading
Deploy Symfony 1.4 on Windows using rsync (cwrsync)
Deploying symfony 1.4 projects to the production server may be horrible if you’re on windows… (For older versions of Symfony it’s quite the same.. but the symfony file you need to edit is a different one… check out this thread … Continue reading
Symfony 1.4 + PhpBB3 session integration / phpbb3 connector
This is how I managed to connect my symfony-users with the PhpBB3-sessions. Goal is to check in a symfony-action or -template if a user is authenticated in the corresponding forum. From here you could easily add: If there is no … Continue reading
XAMPP + Retrospectiva on Windows 7
Wow! Finally I got it to work… that took me about 6 hours…. in hope to save someones time, I will write down step-by-step, what I did. We will set up Retrospectiva on xampp under http://localhost/retrospectiva . You will need … Continue reading
Posted in Software Engineering
Tagged Git, Retrospectiva, Ruby on Rails, Windows 7, XAMPP
5 Comments
PMViewer
Zu viele private Nachrichten in phpBB-Foren? Hier meine Lösung! Continue reading
Uniconsult
Resümee über mein bisher größtes Website-Projekt. Continue reading
Werner Works
Resümee über das Erstellen einer umfangreichen Flash-Website. Continue reading