butterfly X online marketing
Welcome on the pages of butterfly X, my online marketing service. I'm Jean-Christoph von Oertzen, an online-marketer from Raubling, Germany.On this site, you can follow my activities on the web, on twitter, del.icio.us, ...
If you want to know more about me, check my profile here.
I'm happy about any feedback, so please contact me.
my Tags
- tool
- web20
- photo
- marketing
- statistics
- CRM
- blog
- socialMedia
- openSource
- design
- shopping
- online-marketing
- video
- linux
- software
- webdesign
- tracking
- howto
- fun
- strategy
- reference
- advertising
- tips
- email-marketing
- SEO
- SEM
- keyword
- viral-marketing
- programming
- business
- analytics
- pechakucha
- pechakuchanight
- butterfly
- research
- list
- plugin
- projectmanagement
- free
- figures
- bogenblog
- generator
- inspiration
- CSS
- project
- collaboration
- webdev
tweet, tweet,..
"Eine unglaublich gute YouTube-Kampagne! - Für TipEx, leider kenne ich die Agentur nicht, die das erstellt... http://tumblr.com/xcohf76lk"
"Ich mag ein YouTube-Video. -- Gandalf Goes to the World Cup http://youtu.be/7B2LPxggvqY?a"
"Video: Böse, böse IT? ggnnnnnaaaaaah…. #fail (via thinkjd) http://tumblr.com/xcofj24dz"
Jean-Christoph von Oertzen
Breitensteinweg 3
83064 Raubling
Tel: +49 (0)8035 / 955 45 65
jean@butterflyx.com
Skype: jeanvonoertzen
stay tuned
Steve Jobs' Presentation Secrets: Fifteen Strategies You Can Employ Now - BusinessWeek
How to enable the extra buttons for a Logitech mouse on Ubuntu
I recently bought a VX Nano mouse from Logitech for my notebook, which runs Ubuntu 9.04 "Jaunty Jackalope". This nice laser-mouse has two extra buttons on the side and a tilt wheel, which can be used e.g. to scroll horizontally.
The mouse was recognized immediatly but the extra buttons didn't work, so I had to configure them myself.
Here is how I did it:
First I got the vendor and product id by typing
$ cat /proc/bus/input/devices
which gave me:
I: Bus=0003 Vendor=046d Product=c526 Version=0111
N: Name="Logitech USB Receiver"
P: Phys=usb-0000:00:1d.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input15
U: Uniq=
H: Handlers=mouse2 event9
B: EV=17
B: KEY=ffff0000 0 0 0 0 0 0 0 0
B: REL=143
B: MSC=10
so my vendor-id is 0x46d and the product-id ist 0xc526
Then I used
$ xev | grep button
to get the numbers the mouse buttons have.
For me it was 6 and 7 for the tilt wheel and 8 and 9 for the forward-backward-buttons.
Finaly I added the file
20-x11-logitech.fdi
in the folder
/etc/hal/fdi/policy
with the content:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.mouse">
<merge key="input.x11_driver" type="string">evdev</merge>
<!-- Logitech tweaks -->
<match key="@input.originating_device:usb.vendor_id" int="0x46d">
<match key="@input.originating_device:usb.product_id" int="0xc526">
<merge key="input.x11_options.HWHEELRelativeAxisButtons" type="integer">6 7</merge>
<merge key="input.x11_options.ZAxisMapping" type="integer">9 8</merge>
</match>
</match>
</match>
</device>
</deviceinfo>
After a restart of HAL with
$ sudo /etc/init.d/hal restart
the mouse buttons and the tilt wheel work perfectly.
^^
Links I used:
Having direct advertisers is a very lucrative way of monetizing your blog. Ads are one of the few ways in which a blogger can capitalize on existing blog traffic without any additional work. First step for a blogger to attract sponsors to his blog is to create an online blog media kit.
I bookmarked at delicious.com
- Tags:
- blog
- howto
- advertising
- tips
December 14 2008, 8:23pm | Comments »
german example for a whitelisting-how2-page
german tutorial/introduction about affiliate marketing. I like the graphics.
A nice howto for the retweeting-concept: "The art of “retweeting” is best described as taking a twitter message someone else has posted, and rebroadcasting that same message to your followers. When broadcasting this message, you should give credit to the original poster."
Open Movie Editor is designed to be a simple tool, that provides basic movie making capabilities. It aims to be powerful enough for the amateur movie artist, yet easy to use.