Archive

Posts Tagged ‘Blogging’

Ho to get more comments on a post?

December 22nd, 2011 No comments

A deep research shows the result.

How to get more comments

5 Years of interesting journey in Blogging

June 17th, 2011 6 comments

5-years-old

I just noticed the calendar; it is the 5th birthday of the blog VijayForVictory.

It all started with sharing stories that I love. Then started sharing tech tips and interesting information.  Though I am not a professional blogger, the passion on blogging made me to stick with it for 5 years.

Blogging itself evolved lot and I am happy to see the shifts happening over blogosphere and experiencing it.

It is a great a learning experience from blogging, and still continues. Also it gave me a lots of good friend. It is great.

Thanks to all readers and friends who have always been supporting with comments and critics.

Evolution of online journalism

September 20th, 2009 2 comments
Evolution of journalism

Evolution of journalism

How to resize a window?

November 27th, 2008 2 comments

resize-window-800-600.jpg

How to re-size the window without changing the screen resolution?

Every blogger wants to check his blog’s look&feel in various sizes.

A quick way of checking is using Java script.

By simply typing the below JavaScript in the address bar you can resize the window.

javascript:window.resizeTo(1024,768)

By changing these two arguments (width and height) you can view your blog in various window sizes.