Skip to content

Category Archives: Quick Tricks

ProxySwitcher – My First Firefox Extension

10-Jan-10

At IITK we have two Internet proxy-servers. Sometimes, one server goes down and we are required to switch to another by navigating to Tools > Options > Advanced > Network > Settings. With Firefox, I tried to simplify this effort with following extension – one click proxy switcher!

Once installed, you will see IITK’s Proxy Switcher [...]

Understanding Errors

05-Nov-09

The following solution just came random to my mind and it worked!
Problem: While surfing around, I came across a website whose content encoding is not being supported with my latest Firefox v3.5.4 showed me unsupported compression error.
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid [...]

Ubuntu (hardy) Default Keyring Password

30-Sep-09

You see a dialog asking “Enter password for default keyring to unlock”
It’s really a weird behavior and that’s one more reason why I hate Ubuntu (but unfortunately I have to work on Linux box and Ubuntu seems to be the best of all distros). Read on..
Problem: When I connect to wireless network and give [...]

Setting Default JVM on Ubuntu

21-Jun-09

Heard of ‘update-alternatives’ on Linux? It’s a smart utility to find various versions of one software and set default.
For example, you may have GNU Java as well as Sun Java. (frankly saying, I hate GNU Java, aka gcj)

sudo update-alternatives –config java
[ Where can I see all installed JVM?
On Ubuntu, Java Virtual Machines are installed [...]

Create Polaroid Like Photo Effect Online

20-Feb-09

Polaroid-It goes online just now… It’s a free tool for creating transparent Polaroid images instantly and that also right from you browser. All it takes is to pick a photo and clicking ‘Create’ button Here is what it supports:

Add caption to your photo
Match the background with your Orkut profile’s theme color. This gives [...]

GTalk Hacks and Tweaks

19-Sep-08

Here are few hacks to use with Google Talk:

Did you ever wish to run two instances for GTalk? This is possible and plain simple. Navigate to the shortcut that launches Google Talk (if not available, right click on C:\Program Files\Google\Google [...]

Podcasting Making Easier

07-Jul-08

Here is how you can embed a mp3/song on a web page:
<embed type="application/x-shockwave-flash"
src="http://beemp3.com/player/player.swf" style="width: 290px;" id="126954385" name="126954385" bgcolor="#ffffff"
quality="autohigh" wmode="transparent"
flashvars="playerID=1&amp;bg=0xCDDFF3&amp;soundFile=http://www.tdfast.com/mfiles/headroom-Happy_Birthday_.mp3&amp;autostart=yes"
allownetworking="internal" allowscriptaccess="never" width="290" height="24">

You should replace the mp3 file mentioned under soundFile variable. The autostart=yes variable causes the player to play mp3 immediately (it can be removed).
You can follow this to add jingles on your friend’s scrap [...]

Useful add-ons (plugins) for Visual Studio 2005

18-Mar-07

Extensibility of Visual Studio 2005 made developers to write custom tools, aka plugins, making your everyday tasks simpler. Here are few must have tools:

Visual Studio Add-Ins Every Developer Should Download Now, SmartPaster is very handful
Create a Debugger Visualizer in 10 Lines of Code: Explains writing debug visualizer. If you [...]

Foxit – PDF Reader

18-Mar-07

Q: How many times in a day you wait for Adobe Acrobat Reader to load?
A: Almost 2-5 items a day, as I’m an avid Internet user. Let me list down where Acrobat Reader sucks:

The Adobe Reader 8 installer a massive 20.8MB setup to download and time [...]