The Latest buzz: Google Chrome

Looks like I’m the last person to write about Chrome, the latest browser from Google. This is because I do not own a Microsoft Windows machine to test Chrome early on.

I’m sure you can find a lot of great reviews floating around the internet about the latest lightweight browser, so I will not waste your time by rehashing those information here.

Google Chrome
Chrome Application Shortcut

What actually caught my attention is the “Create Application Shortcut” found in Chrome, a functionality similar to Mozilla Prism which I’ve reviewed a while back in my blog. This would enable users to create Desktop shortcuts of their favorite Web Application without relying to external application like Prism anymore, everything can be done neatly within a single interface.

With Chrome, Javascript execution (read: ajax’ed website) felt a lot more faster while using much less memory, it looks like this new browser is going to give Mozilla a run for its money.

p/s: Eagerly waiting for Chrome to be available on GNU/Linux platforms.

Read Googlebooks Chrome Comic for more insight about Google Chrome

Catch me on twitter

I finally decided to get on twitter since I’ve been rarely had the time to update my blog anymore. So for those who are interested to follow my daily updates can do so by following my twits (username: mypapit).

For the curious minds, my favorite twitter client are twim (Apache License 2.0) and twobile

Sporadic update….

Hey there guys, I know I havent been writing much. I’ve even missed the August month completely!, the thing is, I currently working on a project which demands most of my creative time, and by the time I’ve some free time to spare, I’ve already gone tired.

But rest assured, I’ll begin to make time again as I’ve already on the final phase of the research project. Be sure to remind me every now and then to write stuff around here!

Ubuntu Hardy Heron 8.04.1 LTS Bugfix release

The Ubuntu project has released Hardy Heron 8.04.1, as the release number implies, it is a bugfix release which contains all the security updates and bug fixes for the last 2 months since the first release of 8.04. The release can be downloaded from Ubunty Hardy download page in the form of ISO files.

Current users need not to download the new CD as they are most likely have all the security patches applied via the built-in Automatic Update feature in Ubuntu.

As a bonus, the CD also includes the production release of Mozilla Firefox 3.0 compared to 3.0 Beta in 8.04.

Fancy Ubuntu Hardy Heron Shirt ?

I found this shirt while surfing the Canonical Store

The shirt is decorated with art based from the latest Ubuntu Hardy Heron wallpaper making it nice to be worn on LUG or Ubuntu meetups.

Hardy Heron

The downside is probably that once Intrepid Ibex comes out, the shirt would be the thing of yesterday, but rest assured as you can still wear it for other activities due to the generic nature of its design.

As for me, I would consider one if the shirt is available on the local market

How to convert OpenXML docx files to OpenDocument odf in Windows and vice versa

This guide might be a little different from the others because I write this for the Windows users. Here’s how to convert Microsoft OpenXML docx files to odf OpenDocument files (and vice versa) in Windows using only commandline :

  • First, make sure you downloaded odf-converter tool and copy it to appropriate folder.
  • Convert the files(s) using this command line :
    odfconverter /I filename.pptx
    and the tool will perform the conversion effortlessly.
  • You can use this command to convert multiple files :
    odfconverter /BATCH-DOCX /I c:\newfiles\

    replace /BATCH-DOCX with /BATCH-PPTX, /BATCH-XLSX, /BATCH-ODF, /BATCH-ODP if necessary.

Odfconverter also supports converting Open Document files (ODF, ODP, ODT) to OpenXML files (PPTX,DOCX,XLSX) making it a handy tool to use.

Why odfconverter?
Odfconverter is a (relatively) small and compact standalone tool for converting Office 2007 files to their OpenDocument counterpart. The convenient batch mode conversion makes it attractive tool to use when converting multiple files between the two formats.

The only downside with this converter is that it does not convert mathematical formula pretty well compared to other features.

[Source OOOninja]