Ramblings

First look: OpenOffice.org 3.0 beta a big step forward

Open Office

It has been almost three years since the release of OpenOffice.org 2.0. During that time we've seen community fragmentation and frustration resulting from Sun's heavy involvement with the office suite's development, and even a third-party online version that provides editing and collaboration features. Now, the open-source office suite is back with a new 3.0 beta release, ushering in a handful of major enhancements, broader file format support, and a solid batch of evolutionary new features. Ars Technica takes the new beta for a spin to see if our productivity increases.

Read full article

Paypal to block 'unsafe browsers'

Paypal
Web payment firm Paypal has said it will block "unsafe browsers" from using its service as part of wider anti-phishing efforts.

Customers will first be warned that a browser is unsafe but could then be blocked if they continue using it.

Paypal said it was "an alarming fact that there is a significant set of users who use very old and vulnerable browsers such as Internet Explorer 4".  read more »

Proper way to embed flash content into your site

One of the things i dislike about YouTube is the Flash embed snippet they offer. It's just not valid xHTML and brings many errors. Actually, two things i dislike, the other is poor video quality compare to other sites like Revver or blip.tv but that's not what i want to discuss about.

Anyway, the proper way to embed Flash content is by simply using:  read more »

<object type="application/x-shockwave-flash" data="images/banner.swf" width="288" height="128"> <param name="movie" value="images/banner.swf" /> <img src="banner.gif" width="288" height="128" alt="banner" /> </object>

Semantic Search - Web 3.0 for Drupal

Semantic Search - Web 3.0 for Drupal

One great thing i like about Drupal is that it keeps pushing the boundaries. I was searching for a module that will allow me to create a customised search feature on a Drupal powered site and came across Faceted Search module.

I don't remember how but later i come across this 'Semantic Search - Faceted search & Web 3.0 for Drupal' and it's this that i want to talk about.  read more »