Motorcycles & Photography

  • Blog (All content)
  • (Electric) Motorcycles
  • Over Fotografie
  • Auto & Camper
  • DIY Electronics
  • Programming
Using default Android Icons

Using default Android Icons

  • Hans2183
  • April 30, 2010
  • coding
The Android platform comes with a lot of default icons. Check this visual index of the android drawables to have an idea of what can be used. Some examples of using these...
Read More
Automatic updates for Android apk files

Automatic updates for Android apk files

  • Hans2183
  • April 15, 2010
  • coding
Finally 😀 The android market lacks some features. One of them is automated updates for the android applications you have installed. Now you have to check your downloads for any updates on...
Read More
Working with images in Android

Working with images in Android

  • Hans2183
  • April 15, 2010
  • coding
I’ll try to explain some basic image functions for the Android platform. How to get images from the camera or the device I’ll explain in another post. This is more about handling...
Read More
Installing Windows from bootable USB

Installing Windows from bootable USB

  • Hans2183
  • April 6, 2010
  • coding
I’m using an old Dell Inspiron 510m laptop with a broken (and therefore replaced by battery) optical drive. I could still access discs by using an optical driver shared from my network....
Read More
Joomla configuration on one.com hosting

Joomla configuration on one.com hosting

  • Hans2183
  • March 5, 2010
  • coding
I had some issues configuring joomla for a one.com hosting. SEF First of all the SEF (Search Engine Friendly) urls didn’t work out of the box. A quick search on the Internet...
Read More
jvisualvm : beyond jconsole

jvisualvm : beyond jconsole

  • Hans2183
  • February 24, 2010
  • coding
Just discovered jvisualvm 😀
Read More
IOException: Cannot run program "reg"

IOException: Cannot run program "reg"

  • Hans2183
  • February 24, 2010
  • coding
Running glassfish and IBM MQ7 on windows 2000 we got this error. IBM discovered this before and has this fix for us. It’s a huge download for a small fix. In fact...
Read More
Android must have free applications

Android must have free applications

  • Hans2183
  • February 18, 2010
  • coding
Since payed applications aren’t yet supported in Belgium I can only find free applications on the market. These are my favorites: System tools Barcode ScannerThis one you’ll need to scan the QR...
Read More
JavaBean properties: uppercase vs lowercase

JavaBean properties: uppercase vs lowercase

  • Hans2183
  • February 18, 2010
  • coding
In general JavaBean properties can be accessed by the getter method without the get and the first letter in lowercase. For instance: public class SomeClass { private String test; public String getTest(){return...
Read More
Timestamps with hibernate annotations

Timestamps with hibernate annotations

  • Hans2183
  • February 16, 2010
  • coding
When you want timestamps on objects persisted with hibernate you can add callback methods that initialize these Date properties properly. @Entity@Table(name = "entities") public class Entity {//... private Date created; private Date...
Read More

Posts navigation

Previous 1 … 42 43 44 45 46 47 48 49 50 51 52 … 56 Next
Follow Motorcycles & Photography on WordPress.com

Recent Posts

Eerste keer naar de keuring met een motorfiets voor tweedehands verkoop als particulier
October 23, 2023
Met Mercedes Me L charge tarief (en Porsche Charging services) voordelig op reis naar Zuid-Frankrijk
September 7, 2023
A Home Assistant integration for 3rd gen Zero Motorcycles using exposed Starcom API
September 1, 2023
Help! Ik betaalde veel te veel aan elektriciteit op reis naar Oostenrijk (doorheen Duitsland)
July 15, 2023
Met de elektrische auto op reis naar Oostenrijk is anno 2023 blijkbaar een makkie, hoe en waar laden en andere tips
July 6, 2023

About Me

This blog was created to share information about my electric (and non electric) Motorcycles, Photography and anything else that comes to mind.

You can find my video content on either my English YouTube channel or my Dutch YouTube channel. I also have a separate channel about Photography.

You can find pictures on my instagram account. I gave up on Twitter and Flickr so Instagram and this blog are my socials now.

Copyright © All Rights Reserved.
  • Blog (All content)
  • (Electric) Motorcycles
  • Over Fotografie
  • Auto & Camper
  • DIY Electronics
  • Programming