Make Your Portable Applications using WinRAR

November 23, 2009

Note: Applies only for a program that does NOT create some kind of registry keys.
Step 1: Install the application you want to make portable, properly.
Step 2: Backup a copy of the installation folder somewhere else.
Step 3: Download upx.zip and Copy and paste the files compress.bat and upx.exe to the installation folder and delete file types [...]

1 comment Read the full article →

JAVA ENUM:Key Notes for SCJP

November 21, 2009
Thumbnail image for JAVA ENUM:Key Notes for SCJP

Enumerations are set of closely related items, often called Type Safe Enum that are introduced in JDK 5. It is the better way to define constants, but it is more than that. you can read and test the examples from online sun tutorials on enums.
Some of Key notes about enum:

enums are implicitly final subclasses of [...]

0 comments Read the full article →

Microsoft Office 2007 Add-in: Save as PDF

October 30, 2009
Thumbnail image for Microsoft Office 2007 Add-in: Save as PDF

Save as PDF addin of Office 2007, lets you export and save to the PDF format in all Microsoft Office programs. It also allows you to send files as e-mail attachments in the PDF format.
The plugins are compatible with all Microsoft Office 2007 programs including Access, Excel, Infopath, Word, Visio, Publisher, Powerpoint and OneNote.
Hurry up!!! [...]

0 comments Read the full article →

How many calories is your roti?

October 21, 2009

While calorific values of general food stuffs is readily found on the internet, roti or Indian bread is a tough one to estimate, because no two people make rotis of the same size or thickness. Some may add oil to bind the dough, some like to coat fresh rotis with a layer of melted ghee [...]

0 comments Read the full article →

Sleep research: teach us about unlocking learning potential

October 13, 2009
Thumbnail image for Sleep research: teach us about unlocking learning potential

This article reveals what modern neuroscience has learned about sleep as it applies to learning and memory. I believe this information can be of great benefit not only to students looking to improve their study skills, but to anyone interested in improving their memory and learning potential.
Most of us think of sleep as a time [...]

0 comments Read the full article →

5 Ways To Say “No” Without Being Rude

October 13, 2009
Thumbnail image for 5 Ways To Say “No” Without Being Rude

I have faced a lots of difficulties in my life just because i can’t say no to people’s requests. The art of saying “no” without hurting the feelings of others is an important skill of life. I have read some article and  i love the how www.solveyourproblem.com brief about this topics.There are plenty of polite, [...]

0 comments Read the full article →

Some potential trips/traps in the SCJP exam

October 7, 2009
Thumbnail image for Some potential trips/traps in the SCJP exam

Followings are some essential traps to remember for those who will attend SCJP exam Provided by Ajith Kallambella (From Java Ranch: http://www.javaranch.com)

Never Forget

Two top-level public classes cannot be in the same source file.
main() cannot call an instance (non-static) method.
Methods can have the same name as the constructor(s).
Watch for thread initiation with classes that [...]

1 comment Read the full article →