Category Archives: Uncategorized

Don’t Quit

When things go wrong, as they sometimes will,When the road you’re trudging seems all uphill,When the funds are low but the debts are high,And you want to smile but you have to sigh,When care is pressing you down a bit,Rest if you must, but don’t you quit. Life is strange with its twists and turns,As… Read More »

Design Patterns

Design patterns are general reusable solutions to commonly occurring problems within the given context of software design. A design pattern is not a fully functional solution but usually refers to a general approach to implement in a particular type of situation in software design. The design patterns are usually language independent and can be applied in… Read More »

Contact

Whereever you are standing, there is always a chance to go a step ahead. Your feedback will provide me the means to go ahead. I will be grateful to you for your kind comments/suggestions/feedbacks. If you would like to contact me for any reason, i.e, for feedback, query, suggestion, improvement(s) please drop a note here. If you… Read More »

Biggest Achievement

Every one in this world is born with ambition. Everyone has his own expectaions and goals in their life based on which they consider what they achieved in their life. One day, I was attending a training and the trainer, Venket, asked a question from the class… What is the biggest achievement in your life? He… Read More »

Javascript Gotchas

In most of the scenario we are looking for jquery plugin or 3rd party library for even simple stuffs that can easily be done using javascript. In this post, I will list down the simple javascript ways to do the stuffs so that we don’t need to overload our applications with so many plugins. JSON… Read More »