Archive for August, 2016


30 Aug 2016

xampp disable web acces to others

13:05 | xampp | 802 views

Goal: disable xampp web access to everybody else Filter by IP address like this in the file httpdxampp.conf to disable the dashboard directory:


1 Aug 2016

change the status bar color

0:07 | android | 729 views

Goal: fit the full screen coloring to our application Sometimes we need to change the status bar color to create a harmony on the whole screen. Put this into the main activity: Simple… and no more blue top on the screen…



#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }