Orlando Hohmeier
  • Imprint
Sign in Subscribe

technology

A collection of 4 posts
IE

🛠 Internet Explorer Debugging

Let's start with the good news: Microsoft finally dropped the support for Internet Explorer 8, 9, and 10[1], and even better Google Chrome has become the most popular browser[2]. Despite the great news, you might still need to test and debug your application on good old
03 Oct 2016 1 min read
technology

🐍 A Simple HTTP Server

If you need a simple http server to just serve your static files, here you go: Just run one of the following commands in the respective directory. Python 2.x: $ python -m SimpleHTTPServer Python 3.x: $ python -m http.server /via +BjörnBrauer [https://plus.google.com/+Bj%C3%B6rnBrauer]
16 May 2015
technology

git://behind-a-firewall

The Git protocol is often blocked by firewalls, which could at least be a problem if you are using a dependency/package manager like NPM [https://www.npmjs.org/] or Bower [http://bower.io/]. They tend to use the Git protocol as it offers great speed over SSH and HTTPS.
29 Oct 2014
technology

📝 Google I/O

Two awesome days packed with announcements, workshops and great sessions, which I enjoyed very much. Google introduced the new design concept [http://www.google.com/design/spec/material-design/introduction.html] and the upcoming Android "L" [http://developer.android.com/preview/index.html] release, featuring unified multitasking, app search,
14 Jul 2014 1 min read
Page 1 of 1
Orlando Hohmeier © 2025
Powered by Ghost