I just stumbled upon the Jolicloud 1.1 operating system which has been developed especially for Netbooks. It is based on the Ubuntu Netbook Remix Linux distribution and shows lots of HTML5 capabilities. There is a Windows installer but you can also install it as your primary operating system. To gain a better impression of Jolicloud I installed it as virtual instance with Oracle’s VirtualBox. Of course you could also install it on your USB drive.
For my recent experimental gaming project I wanted to measure the overall elapsed time since the beginning of a game.
In my main class I added a startup variable of type long which contains the current time in milliseconds. At the end of a game call the function stopWatch(startup); to get the elapsed time in seconds.
Today, there have been rumors that Yahoo!’s bookmarking service Delicious will be shut down soon. If you’re scared about losing all your bookmarks there are two ways how to save all of your Delicious bookmarks.
First option would be to use their export option. This way you will get a HTML file.
Second more advanced option would be to use curl+Delicious APIand grab all of your bookmarks including tags to an XML file.
Recently I’ve been invited to a couple small groups on Facebook. I noticed that I received all of the new group posts straight forward by email without ever accepting the invitation!
A couple weeks ago I began to study Java for my Java class at university. As I’m used to PHP I noticed some differences and also missed some useful functions which PHP already has built-in.
Even for the newest Android SDK I ran into problems getting it to work with my HTC Desire on Vista 64. Probably it’s the same problem for other Windows 64bit versions.
If you connect your phone to your computer via USB you will be asked to install a USB driver for ADB.
You will point the installer to your \android-sdk-directory\usb_driver\ but it won’t be able to find a matching driver.
Find \android-sdk-directory\usb_driver\android_winusb.inf and open it with your favorite text editor.
Now find the line with [Google.NTx86] and [Google.NTamd64]
Save the file and try again to install the drivers. Point the installer to \android-sdk-directory\usb_driver\. Do not choose one of the sub directories.
For my latest Magento ecommerce project I just noticed that search engines indexed some URLs with annoying params like ?dir=asc&order=position or ?limit=9. Also some unnecessary URLs like catalog search or checkout page.
During my last Magento project (Magento Version 1.4.1.0) I noticed the bad image quality of product images in the list view, detail view and also the zoom image. Usually show owners don’t care for loading speed and wanna show their products in high quality instead. Not with high image compression like Magento’s default setting.
The solution is simple if you know where the default setting is hidden: