Category: Multimedia Design

  • Python and Philips Hue

    Python and Philips Hue

    By Philips Hue you can control lamps in your home. The lamps are commanded to change color, dim or whatever via JSON PUT. And that’s a cool feature, because you can use JSON with tons of languages such as JavaScript, Jquery, PHP, Lua, Ruby … and of course Python. Here is a very simple Python…

  • Vi – cheat sheet

    Vi is a very powerfull editor, that is … for the initiated. Here are some of my favorite vi commands: Colors, syntax, write, quit :syn on – colored syntax :syn off – no colored syntax :set number – line numbers :set background=dark – better color contrast in a dark terminal window :q! – quit without…

  • Bootstrap Menu Builder

    Building menus in Bootstrap is complicated. And boring because you’ll have to write the same stuff over and over again. Perhaps you could write some PHP functions to do the trick. But what is somebody else developed the tools? So I began to google for Bootstrap tools. Here’s a usefull tool for menu building: The…

  • Set up simple webservers

    Here are two ways to test your webpages on simple servers. Open a terminal window in the folder you want to share on the LAN: # python -m SimpleHTTPServer 8000 If you have PHP installed on the system, here’s another method: # php -S localhost:8000 You can also run your php files, and read the error messages if…

  • Learn SASS

    A super fast spoken video. Get inspiration for your SASS studies in the video by Derek Banas. 30 SASS Videos Here’re some 30 videos on SASS. Basicly it’s a good SASSsy course.

Enable Notifications OK No thanks

We use cookies - more information

Multimusen.dk will set a few cookies from Doubleclick, Google and the Social Media plugins they ay set some cookies. Some of my pages use APIs - such as YouTube, LinkedIn, Google Fonts, Google Maps, Mapbox, Spotify, Jetpack, Twitter, Facebook &c.. Such plugins may set the odd cookie.

Close