orkut silently added light edition

google 4 Comments »

hello orkut freaks,

in a silent move today orkut has introduced a new feature in its User Interface.

Now users with low bandwidth has an option to switch to light edition and this is prominently placed by a banner display if the page loading time exceed certain limit.

also the feature can be accessed through  setting also.

orkut low bandwidth optionThis low bandwidth version or what we can call lite  edition of orkut has following features most prominently visible one’s

1) Pictures ae not shown except profile pic.

2)  birthday list turns into a calender with name’s listing only.

Also Apps are by default minimized now and on selecting particular app its data is fetched.

In short by removing these picture’s a lot of bandwidth can be saved

But a lot more could have been saved if embedded object’s could have been reduced to links.

firefox 2 plugins in FF3 beta5

misc, Technical 7 Comments »

Many of you who will be working on firefox 3 beta 5 will be having problem’s to configure the plugin’s coz they are not compatible with firefox3b5,

YOU Don’t Need to wait til the official release you can try on your own that are the really not compatible with ff3b5

=== rest of the section is not for fainthearted people ===

The plugi’s of firefox are provided in .XPI package.

This xpi is nothing but a zip file renamed.

so to view the content of the plugin’ just change the extension to zip from xpi.

The extract the file in a folder and look for a file named “install.rdf”

This is the file that need editing

 Pasting a sample install.rdf from sparky – an alexa plugin 

<?xml version="1.0"?>
<RDF:RDF xmlns:em="http://www.mozilla.org/2004/em-rdf#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="urn:mozilla:extension:file:"
em:package="content/" />
<RDF:Description RDF:about="rdf:#$qOePo2"
em:id="{ec8030f7-c20a-464f-9b0e-13a3a9e97384}"
em:minVersion="2.0"
em:maxVersion="2.0.0.*" />
<RDF:Description RDF:about="urn:mozilla:install-manifest"
em:id="toolbar@alexa.com"
em:name="Alexa Sparky"
em:version="1.1"
em:creator="Derrick Pallas"
em:description="Alexa Internet Statusbar Sparkline"
em:homepageURL="http://www.alexa.com/"
em:aboutURL="chrome://alexastatusbar/content/about.xul"
em:iconURL="chrome://alexastatusbar/skin/logo.png"
>
<em:targetApplication RDF:resource="rdf:#$qOePo2"/>
<em:file RDF:resource="urn:mozilla:extension:file:"/>
</RDF:Description>
</RDF:RDF>

The lne to check out is already highlighted

em:minVersion="2.0"
em:maxVersion="2.0.0.*" />

This minVersion is the version number below which it will not install and maxVersion is the upper limit

To make it running on FireFox3 Beta 5 change the above lines to

em:minVersion="2.0"
em:maxVersion="3.0b5" />

After this just recompress the folder and rename it with extension xpi.

and open it in firefox to install it.

more examples of such edit includes firebug and scribefire.

all three plugin are working fabulously on my pc and i keep using them around 12hrs a day so that can count to the stability issue.