Motorcycles & Photography

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

Category: coding

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
Setting up Android Development environment

Setting up Android Development environment

  • Hans2183
  • February 4, 2010
  • coding
Since I’ve got a HTC Hero Android device I started looking at developing for the android platform. It’s all java based and it’s all integrated in eclipse so it shouldn’t be that...
Read More
I’m calling from my HTC Hero with Android…

I’m calling from my HTC Hero with Android…

  • Hans2183
  • January 21, 2010
  • coding
I’m not that into smartphones. I once had a Nokia E51 which I liked because of the small form factor. Later on I switched towards a lighter Nokia 5310 ExpressMusic. Until today…...
Read More

Posts navigation

Previous 1 2 3 4 5 6 7 8 9 10 11 … 14 Next
Follow Motorcycles & Photography on WordPress.com

Recent Posts

Running Kotlin Applications on a headless Raspberry Pi and other embedded systems
March 14, 2023
This is what my Energica electric motorcycle consumes in electricity every month for my ~50 km commute (=200 km a week)
February 27, 2023
HOME ASSISTANT and automation with AQARA WXKG11LM wireless buttons or IKEA TRADFRI switches & SONOFF Zigbee USB dongle
February 5, 2023
Updating MEROSS garage door opener to work locally only skipping cloud using my own HOME ASSISTANT MQTT broker
February 1, 2023
HEADLESS SETUP on my ENERGICA SS9 Electric Motorcycle to push OBDII data to HOME ASSISTANT
January 29, 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