[How To] Prevent Multiples Clicks in JQuery

Recently, I was working in JQuery and faced a problem. This was the second time I faced this problem. Problem is Click event in JQuery gets triggered multiple times. The workaround that I found was to unbind the click event from the event handler, before each call to the click event. Here is an example. … Continue reading “[How To] Prevent Multiples Clicks in JQuery”

[ Solved ] Workspace not changing in Ubuntu 10.04 (Lucid Lynx)

I faced this problem recently and was wondering how could I solve this problem. After some hit & trials ultimately the solution that worked me is as follows : 1. hit Alt+F2, then type “simple-ccsm” without quotes. It opens the Simple CompizConfig Settings Manager. 2. Then select Desktop, then Use the following settings:. 3. Then … Continue reading “[ Solved ] Workspace not changing in Ubuntu 10.04 (Lucid Lynx)”

[Solved] No volume, battery icon in panel in Ubuntu 10.04

While I was working in my laptop, I found that there was volume, battery icon missing from panel, I don’t know how. After some research I found a easy solution for this. Solution: Step 1. Right-Click on the panel Step 2. Add to panel Step 3. Select Indicator Applet then click Add Step 4. Click … Continue reading “[Solved] No volume, battery icon in panel in Ubuntu 10.04”