I’m developing an Html Image Map Editor in Svg. This is the url. It’s only one html page. With a test image. All versions online and downloadable are here: http://nikiink.tripod.com/SvgHtmlImageMapEditor It works only in SVG enabled browsers like Firefox and Opera.
Information and Communications Technology
-
-
Installing VMware ESXi Server 3.5 on VMware Player 3.0
This post is for a mad virtual machine. A virtual machine with installed ESXi Server 3.5 as operating system. My host system is Windows Vista 64bit Home Premium with AMD Athlon X2 model 215 with virtualization support AMD-V. The virtual machine engine is VMware Player 3.0. So, let’s start. First…
-
Fan never stops in Ubuntu Linux With ATI Video Card
I have a notebook with installed Ubuntu 10.04. I noticed that running Ubuntu after some time, the internal notebook fan starts running at highest speed and never stops. I see this problem also on Ubuntu 9.10 with another laptop. Both notebooks have an ATI Video Card. I solved the problem…
-
Huawei k3765 and Vodafone Mobile Connect on Linux Ubuntu 10.04
In this post i will describe my installation of Vodafone Mobile Connect with Huawei k3765 on Ubuntu 10.04. A version of Vodafone Mobile Connect software is available for linux on betavine.net. The project url is: https://forge.betavine.net/projects/vodafonemobilec/ First of all download the latest version from svn. So install svn with apt-get:…
-
Windows Vista Home Scheduled Task for PPPoE Dial Up Connection
I want to write something encountered while creating and using scheduled tasks on Windows Vista. I had to make a pppoe dial up connection automatic at windows startup. I need to make that connection before any account login. First off all we need to use a command line command to…
-
Windows Vista/7 automatic wlan adhoc connection with netsh at startup
I finally configured an adhoc connection at windows startup. I’ve done it on Windows Vista Home Premium. I used a scheduled task. After creating an ad hoc wlan connection with the software included in the wlan usb key, make it active is done with this command: netsh wlan connect name=”My-Adhoc-Connection-Name”…