Plan Your Day Effectively – Work Faster, More Efficiently and Achieve More

Setting a goal is not the main thing. It is deciding how you will go about achieving it and staying with that plan.

Tom Landry

If you want to make the most out of your day, stay calm, motivated, working on different activities without stress, the planning of your day is one of the crucial aspects that you should be focusing on.  In our day to day work, we do multiple tasks, multiple roles to play at office and home. Everyone needs to have some kind of plan and of course stay on top – to have control over the things we are doing. Life can be stressful, tensed, depressed with out your proper plans. Plans are the steps to reaching your destination. This will relieve you from lot stress, depression, and won’t let you feel sad about achievement at the end of the day.

A goal without a plan is just a wish.
Antoine de Saint-Exupery

Blogging Tip – Crop Image to a Shape using PowerPoint

As a blogger we generally spend good amount of time by editing images, creating diagrams for blog posts. I personally use PowerPoint for most of these diagram creation and images editing for my blog post. ‘Crop Image to a Shape’  was something that I overlooked. In fact, I have seen this feature earlier, but could not realized that I could use this feature for nice image editing for my own posts. This was something I realized while writing How to change Menu Bar Style in Visual Studio 2015 ? post .

TOD : Wrapping Code Block and Statements in Visual Studio

In this tips I have explained how you can automatically wrap up code blocks or code statement in Visual Studio. We can use Document formatting to format the whole contents, but that doesn’t wrap single line code block like Properties or not even single line multiple declaration statement.  Let’s consider an example, you are creating a Properties using code snippet and by default it will came up like

image

But, you want you code to be look like as below

image

How ? Read Complete Tips