Here is the jQuery way to calculate the sum of all values stored in input fields grouped by class “.subtotal”. In this example the sum will be shown as an alert as soon as you leave a field after entering some numeric value in it Continue reading
Monthly Archives: June 2010
Archive
For last few days i had struck with installing flash player since i had updated my system (kUbuntu) softwares through it’s “Updates Available” feature. Since then, now and then, i had been trying different things in this regard but eventually could not make flashplayer work and run flash content in any of Google Chrome, Mozilla Firefox and Rekong (included by default in kUbuntu) browsers. Being quite busy with other stuff and perhaps i didn’t feel a desperate need to run flash content in the meantime i had been just ignoring the issue altogether. Continue reading
I just installed Adobe AIR in my Ubuntu system and installed a AIR application thereafter . Here’s the process:
Go to http://get.adobe.com/air/ to download a Adobe AIR Installer package. I did install from a .bin package so i shall write about installing it from a .bin package. Actually, i would explain a bit about how to install it from a .deb package as well. Continue reading
I am using KUbuntu 11.04 right now and today i tried to install CheckGMail and make it working. After entering correct login username(email address) and password it kept me showing “401 unauthorized request” error next to the Notifier icon in task bar along with a “Incorrect username and/or password” dialog box.
I tried solutions given here and here and only the solution that uses “-no_cookie” worked for me. Continue reading
In general, gedit opens new files in the same window adding a new tab to the workspace. To open a file in a separate instance or window of gedit is easy. Continue reading
To find or generate a SSH key on Linux system
-
Check for existing SSH keys on your computer. Skip to Step 4 if you already have one and want to use that one.
First, we will check for existing ssh keys:
$ cd ~/.ssh
How do I recharge with coupon card in India?
Where we have to scratch and text the code in India?
Which number do I need to call to recharge my coupon in India??
Highly asked questions over the internet but least answered i guess, as i had to spend a considerable amount of time to find the correct one. A few which i found were incorrect or not applicable. Here is it: Continue reading
I recently had installed Gimp image editor in my KUbuntu through software management interface. After the installation was done i clicked the Gimp icon to launch it and the system did seem to try to load it but eventually it failed. However if i tried “gimp” command in “Konsole” it would load it (with a number of “failed” messages in the console window) but when i worked on a image for few seconds it would crash abruptly. Continue reading
A simple yet very useful function to re-size image by maximum width while keeping width and height in proportion. You just need to pass the maximum width allowed to this function and this function will return you an array containing new width and height. Continue reading

Recent Comments
Arvind Thakur on Simple captcha component for CakePHP 2.x
Check php error log for possible errors. I may need to see your implementation of code.Ritika on Simple captcha component for CakePHP 2.x
I am using your code but image is not loading ??whyaaron on Object doesn’t support this property or method javascript error
I had the same situation as you. I was assigning a non-declared variable to a calculation. I was searching stackoverflow...priyanshu on Resume download of PART extension file in Firefox
yes i resumed my 1.07 gb file from 790mb thanks.................Arvind Thakur on Simple captcha component for CakePHP 2.x
Can i see your your code? It works fine with 2.3.5.